1

Home/Nixinator: Replace nixpkgs unityhub with flatpak com.unity.UnityHub

This commit is contained in:
2025-07-17 03:06:27 +02:00
parent 2e6a5def65
commit 6e510c3573

View File

@ -117,7 +117,12 @@
# Unity Stuff # Unity Stuff
# TODO: Unity module # TODO: Unity module
unityhub_3_13
# TODO: Unityhub builds again, but the editor doesn't launch
# due to missing dynamic libraries.
# They are declared in the unityhub derivation but not picked up...
# Can use flatpak as a workaround :(
# unityhub_3_13
unity-rider unity-rider
dotnetCore dotnetCore
mono mono
@ -174,6 +179,8 @@
"org.prismlauncher.PrismLauncher" "org.prismlauncher.PrismLauncher"
"com.usebottles.bottles" "com.usebottles.bottles"
"io.github.lawstorant.boxflat" "io.github.lawstorant.boxflat"
"com.unity.UnityHub"
]; ];
overrides = { overrides = {
@ -199,6 +206,13 @@
"${config.home.homeDirectory}/Games" "${config.home.homeDirectory}/Games"
]; ];
}; };
"com.unity.UnityHub".Context = {
filesystems = [
"${config.home.homeDirectory}/Unity"
"${config.home.homeDirectory}/Projects"
];
};
}; };
}; };
}; };