flake: expose supportedSystems

This commit is contained in:
Erik Arvstedt
2022-11-03 23:08:05 +01:00
parent b0dfa69e84
commit 47a09ec214
+2
View File
@@ -26,6 +26,8 @@
, pkgsUnstable ? nixpkgs-unstable.legacyPackages.${system}
}:
import ./pkgs { inherit pkgs pkgsUnstable; };
inherit supportedSystems;
};
overlays.default = final: prev: let