1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: add /var/src to NIX_PATH

This commit is contained in:
Kierán Meinhardt
2019-10-26 13:29:53 +02:00
parent a0661ef34b
commit ee96da36ca

View File

@@ -74,6 +74,9 @@ in
cursor = { name = "capitaine-cursors"; package = pkgs.capitaine-cursors; };
};
}
{
nix.nixPath = [ "/var/src" ];
}
{
nixpkgs.config = {
allowUnfree = true;