core/nix: point NIX_PATH to flake nixpkgs
This commit is contained in:
parent
693471833c
commit
151e85344d
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
@ -17,6 +18,7 @@ in {
|
|||
"flakes"
|
||||
];
|
||||
};
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
|
|
Loading…
Add table
Reference in a new issue