Update nixpkgs

This commit is contained in:
Florian RICHER 2025-02-17 21:01:32 +01:00
parent 1a12adf1dd
commit 28f255ee7c
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 9 additions and 4 deletions

View file

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