core/nix: point NIX_PATH to flake nixpkgs

This commit is contained in:
Anthony Rodriguez 2025-02-06 13:35:29 +01:00
parent 693471833c
commit 151e85344d
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -1,4 +1,5 @@
{
inputs,
pkgs,
config,
...
@ -17,6 +18,7 @@ in {
"flakes"
];
};
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
};
programs.nh = {