re-enable the nix
command (nix build
, nix flake
, etc)
it was accidentally disabled in in the move away from configuration.nix
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./fs.nix
|
./fs.nix
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./nix-cache.nix
|
./nix.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./vpn.nix
|
./vpn.nix
|
||||||
|
@@ -13,4 +13,9 @@
|
|||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# allow `nix flake ...` command
|
||||||
|
nix.extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
}
|
}
|
Reference in New Issue
Block a user