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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue