mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
home: disable keep-derivations
This commit is contained in:
parent
ea77b4c65c
commit
cb67ce3536
1 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
package = lib.mkDefault (nixosConfig.nix.package or pkgs.nix);
|
package = lib.mkDefault (nixosConfig.nix.package or pkgs.nix);
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
allow-import-from-derivation = "true";
|
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://leana8959.cachix.org"
|
"https://leana8959.cachix.org"
|
||||||
|
|
@ -25,8 +24,8 @@
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
keep-outputs = true;
|
allow-import-from-derivation = true;
|
||||||
keep-derivations = true;
|
keep-outputs = false; # Build time derivations and sources
|
||||||
};
|
};
|
||||||
|
|
||||||
registry.flakies = {
|
registry.flakies = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue