fix(nix-monitored)!: put in nixVersions.monitored
Also fix `devShell` - did not correctly use the `monitored` version of `nix` Also apply the overlays to the `pkgs` instance, used by `flake-parts`
This commit is contained in:
parent
be2ad3ccfd
commit
1c809e1460
4 changed files with 44 additions and 33 deletions
|
@ -8,7 +8,7 @@
|
|||
extra-experimental-features = nix-command flakes
|
||||
'';
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nix
|
||||
nixVersions.monitored.latest
|
||||
home-manager
|
||||
git
|
||||
wireguard-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue