Updated system and removed unecessary blender patch
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user