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:
@@ -74,6 +74,9 @@ in
|
||||
cursor = { name = "capitaine-cursors"; package = pkgs.capitaine-cursors; };
|
||||
};
|
||||
}
|
||||
{
|
||||
nix.nixPath = [ "/var/src" ];
|
||||
}
|
||||
{
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
|
||||
Reference in New Issue
Block a user