mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
Update flake
This commit is contained in:
10
README.md
10
README.md
@@ -11,3 +11,13 @@ $ git clone git@github.com:davegallant/nix-config.git
|
||||
$ cd nix-config
|
||||
$ sudo ./nixos-rebuild switch
|
||||
```
|
||||
|
||||
## Update
|
||||
|
||||
`nix flake update` does not update the [flake.lock](./flake.lock). There is an open issue [here](https://github.com/NixOS/nix/issues/3781).
|
||||
|
||||
To update `flake.lock`, run:
|
||||
|
||||
```console
|
||||
$ nix flake update --recreate-lock-file
|
||||
```
|
||||
|
Reference in New Issue
Block a user