us unstable nix

This commit is contained in:
Johannes Jöns 2024-02-06 11:59:24 +01:00
parent a85e168a0e
commit 861ac2d205

View file

@ -46,7 +46,7 @@ in {
protocol = "ssh-ng"; protocol = "ssh-ng";
} }
]; ];
package = pkgs.nix; package = pkgs.nixVersions.unstable;
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // { registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
self.flake = self; self.flake = self;
}); });