mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add nixpkgs-unstable to registry
This commit is contained in:
parent
675d60c14f
commit
1cdca85b7f
@ -24,7 +24,9 @@ let
|
|||||||
{ nix = {
|
{ nix = {
|
||||||
package = pkgs.legacyPackages.${system}.nixUnstable;
|
package = pkgs.legacyPackages.${system}.nixUnstable;
|
||||||
nixPath= [ "nixpkgs=${pkgs}" ];
|
nixPath= [ "nixpkgs=${pkgs}" ];
|
||||||
registry.nixpkgs.flake = pkgs;}
|
registry.nixpkgs.flake = pkgs;
|
||||||
|
registry.nixpkgs-unstable.flake = pkgs.unstable;
|
||||||
|
}
|
||||||
;}
|
;}
|
||||||
] ++ extraModules
|
] ++ extraModules
|
||||||
++ flakes.nixpkgs.lib.mapAttrsToList (_: module: module)
|
++ flakes.nixpkgs.lib.mapAttrsToList (_: module: module)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user