1

Home: Pin unityhub to 3.13 pre version

This commit is contained in:
2025-07-08 01:34:12 +02:00
parent a9cfd32e5d
commit 5514ddc399
2 changed files with 11 additions and 6 deletions

View File

@ -56,6 +56,7 @@
# Just for shell.nix
devshell.url = "github:numtide/devshell";
unityhub-pinned.url = "github:huantianad/nixpkgs/9542b0bc7701e173a10e6977e57bbba68bb3051f";
};
# Outputs is a function that takes the inputs as arguments.
@ -90,11 +91,13 @@
inputs.nur.overlays.default
inputs.emacs-overlay.overlay
# TODO: Check if this works
# TODO: Remove after OBS is fixed: https://github.com/obsproject/obs-studio/pull/11906
# (final: prev: {
# v4l2loopback = inputs.v4l2loopback-pinned.pkgs.v4l2loopback;
# })
# https://github.com/NixOS/nixpkgs/issues/418451
(final: prev: {
unityhub_pinned_3_13 = import inputs.unityhub-pinned {
config.allowUnfree = true;
localSystem = {inherit (prev) system;};
};
})
# All my own overlays
(import ./overlays {inherit nixpkgs inputs;})

View File

@ -113,7 +113,9 @@
# jetbrains.webstorm
# Unity Stuff
# unityhub # TODO: Disable until https://github.com/NixOS/nixpkgs/issues/418451 is closed
# unityhub
unityhub_pinned_3_13.unityhub # TODO: Remove after https://github.com/NixOS/nixpkgs/issues/418451
rider
dotnetCore
mono