1
0
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:
Stefan Ellmauthaler 2022-04-28 16:16:36 +02:00
parent 675d60c14f
commit 1cdca85b7f
Failed to extract signature

View File

@ -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)