summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix
index 61cda096..c243f857 100644
--- a/system-profiles/core.nix
+++ b/system-profiles/core.nix
@@ -47,7 +47,7 @@ in {
47 allowedUsers = [ "*" ]; 47 allowedUsers = [ "*" ];
48 trustedUsers = [ "root" "@wheel" ]; 48 trustedUsers = [ "root" "@wheel" ];
49 extraOptions = '' 49 extraOptions = ''
50 experimental-features = nix-command flakes ca-references 50 experimental-features = nix-command flakes
51 ''; 51 '';
52 nixPath = [ 52 nixPath = [
53 "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}" 53 "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}"