comment out blender overlay
This commit is contained in:
parent
a2cf30e9d1
commit
68be4f4039
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@
|
||||||
isync = prev.isync.overrideAttrs (old: {
|
isync = prev.isync.overrideAttrs (old: {
|
||||||
withCyrusSaslXoauth2 = true;
|
withCyrusSaslXoauth2 = true;
|
||||||
});
|
});
|
||||||
blender = prev.blender.overrideAttrs (old: {
|
# 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 ];
|
# nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ inputs.nixpkgs.legacyPackages.x86_64-linux.pkg-config inputs.nixpkgs.legacyPackages.x86_64-linux.wayland-scanner ];
|
||||||
});
|
# });
|
||||||
};
|
};
|
||||||
|
|
||||||
# incase something breaks
|
# incase something breaks
|
||||||
|
|
Loading…
Reference in a new issue