mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:16:34 +01:00
us unstable nix
This commit is contained in:
parent
a85e168a0e
commit
861ac2d205
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in {
|
|||
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) // {
|
||||
self.flake = self;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue