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 = {
|
||||
package = pkgs.legacyPackages.${system}.nixUnstable;
|
||||
nixPath= [ "nixpkgs=${pkgs}" ];
|
||||
registry.nixpkgs.flake = pkgs;}
|
||||
registry.nixpkgs.flake = pkgs;
|
||||
registry.nixpkgs-unstable.flake = pkgs.unstable;
|
||||
}
|
||||
;}
|
||||
] ++ extraModules
|
||||
++ flakes.nixpkgs.lib.mapAttrsToList (_: module: module)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user