core/nix: point NIX_PATH to flake nixpkgs

This commit is contained in:
Anthony Rodriguez 2025-02-06 13:35:29 +01:00
parent fddfda5787
commit befd97efe5
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 = {