comment out blender overlay

This commit is contained in:
Sakooooo 2024-09-25 22:09:09 +04:00
parent a2cf30e9d1
commit 68be4f4039
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -38,9 +38,9 @@
isync = prev.isync.overrideAttrs (old: {
withCyrusSaslXoauth2 = true;
});
blender = prev.blender.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ inputs.nixpkgs.legacyPackages.x86_64-linux.pkg-config inputs.nixpkgs.legacyPackages.x86_64-linux.wayland-scanner ];
});
# blender = prev.blender.overrideAttrs (old: {
# nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ inputs.nixpkgs.legacyPackages.x86_64-linux.pkg-config inputs.nixpkgs.legacyPackages.x86_64-linux.wayland-scanner ];
# });
};
# incase something breaks