This commit is contained in:
Astavie
2023-03-14 19:46:39 +01:00
parent 561b7d28ea
commit f8b1724d3a
2 changed files with 14 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
flake-utils.lib.simpleFlake {
inherit self nixpkgs;
name = "stardust-xr";
systems = [ "x86_64-linux" "aarch64-linux" ];
overlay = pkgs: prev:
let
toolchain = fenix.packages.${pkgs.system}.minimal.toolchain;