Home/Nixinator: Replace nixpkgs unityhub with flatpak com.unity.UnityHub
This commit is contained in:
@ -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"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user