daemon
This commit is contained in:
parent
c9e3d33261
commit
02f2146ac0
|
@ -1,10 +1,11 @@
|
|||
{ inputs, config, lib, ... }: {
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
useDaemon = true;
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
extraOptions = lib.optionalString
|
||||
(lib.versionAtLeast config.nix.package.version "2.4") ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
nixpkgs = {
|
||||
config = { allowUnfree = true; };
|
||||
|
|
Loading…
Reference in a new issue