From 07f260339af3c985e0a2998ac37d48e91f48cc97 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 21 May 2024 19:33:32 +0200 Subject: nix: pin flake to channel --- system/settings/pin.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/settings') diff --git a/system/settings/pin.nix b/system/settings/pin.nix index e282cf66..5f396d17 100644 --- a/system/settings/pin.nix +++ b/system/settings/pin.nix @@ -5,4 +5,8 @@ let in { nix.nixPath = lib.mkNixPath sources; + nix.registry.nixpkgs.to = { + type = "path"; + path = sources.nixpkgs; + }; } -- cgit 1.4.1