nix: pin flake to channel
1 file 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; + }; }