Add flake nixpkgs path to NIX_PATH

This commit is contained in:
Evie Litherland-Smith 2024-02-17 08:44:26 +00:00
parent aa75159782
commit 75eb51310d

View file

@ -84,6 +84,7 @@
auto-optimise-store = true;
};
channel.enable = true;
nixPath = ["nixpkgs=${pkgs.path}"];
registry = {
nixpkgs.flake = nixpkgs;
nixos = {