Common: set nixpath to the system flake (again)

This commit is contained in:
Toast 2023-09-19 08:24:39 +02:00
parent a641d8bb4c
commit 7468275123

View file

@ -14,5 +14,7 @@ experimental-features = nix-command flakes
# https://dataswamp.org/~solene/2022-07-20-nixos-flakes-command-sync-with-system.html
system.flake = systemPkgs;
};
# I removed this in the past since I thought that I didn't need it, but turns out comma does :)
nixPath = [ "nixpkgs=${systemPkgs}" ];
};
}