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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user