1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: remove recursive-nix

This commit is contained in:
oddlama 2023-06-25 22:57:43 +02:00
parent 5bc7fa310b
commit 02a8544825
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,6 @@
auto-optimise-store = true;
allowed-users = ["@wheel"];
trusted-users = ["root" "@wheel"];
system-features = ["recursive-nix"];
substituters = [
"https://nix-config.cachix.org"
"https://nix-community.cachix.org"
@ -31,7 +30,7 @@
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
experimental-features = nix-command flakes recursive-nix
experimental-features = nix-command flakes
flake-registry = /etc/nix/registry.json
'';
nixPath = ["nixpkgs=/run/current-system/nixpkgs"];