Update flake

This commit is contained in:
Dave Gallant
2021-01-17 19:02:40 -05:00
parent 549d0d462d
commit a2cff5d18a
2 changed files with 19 additions and 9 deletions

View File

@@ -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
```