cleanup a bit
This commit is contained in:
parent
98c5dc0992
commit
7385fd4e55
|
@ -225,8 +225,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# we want some experimental features like nix search
|
# we want some experimental features like nix search
|
||||||
package = pkgs.nixFlakes;
|
extraOptions = ''experimental-features = nix-command flakes'';
|
||||||
extraOptions = pkgs.lib.optionalString (config.nix.package == pkgs.nixFlakes) "experimental-features = nix-command flakes";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# avoid suspend ever to be triggered
|
# avoid suspend ever to be triggered
|
||||||
|
|
Loading…
Reference in a new issue