nix nosetitngs
This commit is contained in:
parent
d1fb4020d0
commit
b032c67ecd
|
@ -5,7 +5,6 @@
|
||||||
(lib.versionAtLeast config.nix.package.version "2.4") ''
|
(lib.versionAtLeast config.nix.package.version "2.4") ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
settings.trusted-users = [ "root" "@wheel" ];
|
|
||||||
};
|
};
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = { allowUnfree = true; };
|
config = { allowUnfree = true; };
|
||||||
|
|
Loading…
Reference in a new issue