nix: pin flake to channel
Alan Pearce alan@alanpearce.eu
Tue, 21 May 2024 19:33:32 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M system/settings/pin.nix → system/settings/pin.nix
@@ -5,4 +5,8 @@ sources = import ../../nix/sources.nix; in { nix.nixPath = lib.mkNixPath sources; + nix.registry.nixpkgs.to = { + type = "path"; + path = sources.nixpkgs; + }; }