flake: expose supportedSystems
This commit is contained in:
parent
b0dfa69e84
commit
47a09ec214
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
, pkgsUnstable ? nixpkgs-unstable.legacyPackages.${system}
|
, pkgsUnstable ? nixpkgs-unstable.legacyPackages.${system}
|
||||||
}:
|
}:
|
||||||
import ./pkgs { inherit pkgs pkgsUnstable; };
|
import ./pkgs { inherit pkgs pkgsUnstable; };
|
||||||
|
|
||||||
|
inherit supportedSystems;
|
||||||
};
|
};
|
||||||
|
|
||||||
overlays.default = final: prev: let
|
overlays.default = final: prev: let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue