From 1ed058069a5f72257bd775a73022bfa6b17a29ba Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 May 2024 14:01:03 +0200 Subject: fix system rebuild after npins migration --- system/settings/pin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings') diff --git a/system/settings/pin.nix b/system/settings/pin.nix index 5f396d17..381115bd 100644 --- a/system/settings/pin.nix +++ b/system/settings/pin.nix @@ -1,7 +1,7 @@ { pkgs, ... }: let lib = import ../../lib { inherit pkgs; }; - sources = import ../../nix/sources.nix; + sources = import ../../npins; in { nix.nixPath = lib.mkNixPath sources; -- cgit 1.4.1