Updated system and removed unecessary blender patch

This commit is contained in:
Emmet
2024-11-10 20:44:29 -06:00
parent 1e9af19457
commit caa751a30b
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
(import inputs.nixpkgs { system = systemSettings.system; rocmSupport = (if systemSettings.gpu == "amd" then true else false); }).applyPatches {
name = "nixpkgs-patched";
src = inputs.nixpkgs;
patches = [ ./patches/nixpkgs-354095.patch ];
patches = [ ];
};
# configure pkgs