all repos — nixfiles @ 07f260339af3c985e0a2998ac37d48e91f48cc97

System and user configuration, managed by nix and home-manager

nix: pin flake to channel
Alan Pearce alan@alanpearce.eu
Tue, 21 May 2024 19:33:32 +0200
commit

07f260339af3c985e0a2998ac37d48e91f48cc97

parent

a4d6b88b9a774ab4631a9a8e624f8b713e124521

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M system/settings/pin.nixsystem/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;
+  };
 }