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:
reo101 2024-06-01 16:07:36 +03:00
parent be2ad3ccfd
commit 1c809e1460
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
4 changed files with 44 additions and 33 deletions

View file

@ -8,7 +8,7 @@
extra-experimental-features = nix-command flakes
'';
nativeBuildInputs = with pkgs; [
nix
nixVersions.monitored.latest
home-manager
git
wireguard-tools