Home: Pin unityhub to 3.13 pre version
This commit is contained in:
13
flake.nix
13
flake.nix
@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
# Just for shell.nix
|
# Just for shell.nix
|
||||||
devshell.url = "github:numtide/devshell";
|
devshell.url = "github:numtide/devshell";
|
||||||
|
unityhub-pinned.url = "github:huantianad/nixpkgs/9542b0bc7701e173a10e6977e57bbba68bb3051f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Outputs is a function that takes the inputs as arguments.
|
# Outputs is a function that takes the inputs as arguments.
|
||||||
@ -90,11 +91,13 @@
|
|||||||
inputs.nur.overlays.default
|
inputs.nur.overlays.default
|
||||||
inputs.emacs-overlay.overlay
|
inputs.emacs-overlay.overlay
|
||||||
|
|
||||||
# TODO: Check if this works
|
# https://github.com/NixOS/nixpkgs/issues/418451
|
||||||
# TODO: Remove after OBS is fixed: https://github.com/obsproject/obs-studio/pull/11906
|
(final: prev: {
|
||||||
# (final: prev: {
|
unityhub_pinned_3_13 = import inputs.unityhub-pinned {
|
||||||
# v4l2loopback = inputs.v4l2loopback-pinned.pkgs.v4l2loopback;
|
config.allowUnfree = true;
|
||||||
# })
|
localSystem = {inherit (prev) system;};
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
# All my own overlays
|
# All my own overlays
|
||||||
(import ./overlays {inherit nixpkgs inputs;})
|
(import ./overlays {inherit nixpkgs inputs;})
|
||||||
|
@ -113,7 +113,9 @@
|
|||||||
# jetbrains.webstorm
|
# jetbrains.webstorm
|
||||||
|
|
||||||
# Unity Stuff
|
# 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
|
rider
|
||||||
dotnetCore
|
dotnetCore
|
||||||
mono
|
mono
|
||||||
|
Reference in New Issue
Block a user