From 6029b8e558cc7478d55d53df8d13303ee96ce0ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 13 Dec 2021 10:18:53 +0100 Subject: ... --- shell.nix | 2 +- system-profiles/core.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index e0574ac4..ad10de87 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,7 @@ let paths = [ pkgs.nixFlakes ]; buildInputs = [ pkgs.makeWrapper ]; postBuild = '' - wrapProgram $out/bin/nix --add-flags '--option experimental-features "nix-command flakes ca-references"' + wrapProgram $out/bin/nix --add-flags '--option experimental-features "nix-command flakes"' ''; }; in pkgs.mkShell { 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 { allowedUsers = [ "*" ]; trustedUsers = [ "root" "@wheel" ]; extraOptions = '' - experimental-features = nix-command flakes ca-references + experimental-features = nix-command flakes ''; nixPath = [ "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}" -- cgit v1.2.3