summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-23 20:47:13 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-23 20:47:13 +0100
commitfaad360e5049599267d23b8969ff8b3793b363eb (patch)
tree9f4853deba7a4a0a95d4450d9afb05fb0e47e4da
parent739de7a8fa0ca6c990fd9e7608f69c809cd6f352 (diff)
downloadnixos-faad360e5049599267d23b8969ff8b3793b363eb.tar
nixos-faad360e5049599267d23b8969ff8b3793b363eb.tar.gz
nixos-faad360e5049599267d23b8969ff8b3793b363eb.tar.bz2
nixos-faad360e5049599267d23b8969ff8b3793b363eb.tar.xz
nixos-faad360e5049599267d23b8969ff8b3793b363eb.zip
...
-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 8c4325e2..c808e123 100644
--- a/system-profiles/core.nix
+++ b/system-profiles/core.nix
@@ -54,7 +54,7 @@ in {
54 nixPath = [ 54 nixPath = [
55 "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}" 55 "nixpkgs=${flakeInputs.nixpkgs.legacyPackages.${config.nixpkgs.system}.path}"
56 "nixpkgs-overlays=${pkgs.writeText "overlays.nix" '' 56 "nixpkgs-overlays=${pkgs.writeText "overlays.nix" ''
57 attrValues (import 57 builtins.attrValues (import
58 ( 58 (
59 let lock = builtins.fromJSON (builtins.readFile ${toString ../flake.lock}); in 59 let lock = builtins.fromJSON (builtins.readFile ${toString ../flake.lock}); in
60 fetchTarball { 60 fetchTarball {