1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +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; }; cursor = { name = "capitaine-cursors"; package = pkgs.capitaine-cursors; };
}; };
} }
{
nix.nixPath = [ "/var/src" ];
}
{ {
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;