flake: expose `supportedSystems`

This commit is contained in:
Erik Arvstedt 2022-10-22 19:37:55 +02:00 committed by Greg Shuflin
parent d70fc7d71b
commit bd5d70813f
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
, pkgsUnstable ? nixpkgs-unstable.legacyPackages.${system}
}:
import ./pkgs { inherit pkgs pkgsUnstable; };
inherit supportedSystems;
};
overlays.default = final: prev: let