From faad360e5049599267d23b8969ff8b3793b363eb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 23 Mar 2022 20:47:13 +0100 Subject: ... --- system-profiles/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles') diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 8c4325e2..c808e123 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix @@ -54,7 +54,7 @@ in { nixPath = [ "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}" "nixpkgs-overlays=${pkgs.writeText "overlays.nix" '' - attrValues (import + builtins.attrValues (import ( let lock = builtins.fromJSON (builtins.readFile ${toString ../flake.lock}); in fetchTarball { -- cgit v1.2.3