chore: remove broken overlay

This commit is contained in:
♥ Minnie ♥ 2025-03-23 21:07:59 +08:00
parent bf333855cf
commit 5d6dbeddab
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -7,13 +7,9 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
logisim-evolution = prev.logisim-evolution.overrideAttrs (oldAttrs: {
postInstall =
(oldAttrs.postInstall or "")
+ ''
wrapProgram $out/bin/logisim-evolution --set _JAVA_AWT_WM_NONREPARENTING 1
'';
});
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will