mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Updated system and removed unecessary blender patch
This commit is contained in:
parent
1e9af19457
commit
caa751a30b
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue