From 4800e3a8c7e9f6bbb668c50a29f689a83de223c7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 27 Feb 2023 15:01:09 +0100 Subject: ... --- system-profiles/core.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 4d39d7ea..40bd20c6 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix @@ -53,7 +53,7 @@ in { ''; nixPath = [ "nixpkgs=/run/nixpkgs" - "nixpkgs-overlays=/run/nixpkgs-overlays.nix" + # "nixpkgs-overlays=/run/nixpkgs-overlays.nix" ]; registry = let override = { self = "nixos"; }; @@ -69,13 +69,13 @@ in { attrValues (import ( - let lock = fromJSON (readFile ${toString ../flake.lock}); in + let lock = fromJSON (readFile ${flake + "/flake.lock"}); in fetchTarball { url = "https://github.com/edolstra/flake-compat/archive/''${lock.nodes.flake-compat.locked.rev}.tar.gz"; sha256 = lock.nodes.flake-compat.locked.narHash; } ) - { src = ${toString ../.}; } + { src = ${flake}; } ).defaultNix.overlays ''}" ]; -- cgit v1.2.3