Update nixpkgs
This commit is contained in:
parent
1a12adf1dd
commit
28f255ee7c
2 changed files with 9 additions and 4 deletions
|
@ -3,7 +3,12 @@
|
|||
On NixOS:
|
||||
|
||||
- Ensure Linux Kernel is the same as you configuration.
|
||||
Otherwise, change linux_dev variable with you kernel variant and change flake.lock nixpkgs with your version.
|
||||
Use this command to update nix inputs
|
||||
|
||||
```bash
|
||||
nix flake update --override-input nixpkgs "github:NixOS/nixpkgs/$(nixos-version --revision)"
|
||||
```
|
||||
|
||||
- Use direnv allow or nix develop to setup shell.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue