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 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 {