fix nix experimental feature

auto-flake-update
Yorick van Pelt 2021-11-15 21:08:11 +01:00
parent e5f846d42d
commit 409b008cce
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@ peek() {
}
nix() {
decrypt
peek nix "$@"
peek nix --extra-experimental-features nix-command "$@"
}
nix-build() {
decrypt

View File

@ -37,6 +37,9 @@ in {
nixpkgs.config.allowUnfree = true;
#nix.buildCores = config.nix.maxJobs;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
# Networking
networking.enableIPv6 = true;