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

@ -10,7 +10,7 @@
nix = {
# Ensure we can work with flakes
package = pkgs.nixVersions.latest-monitored;
package = pkgs.nixVersions.monitored.latest;
# extraOptions = ''
# # Enable flakes and new 'nix' command