chore: remove broken overlay
This commit is contained in:
parent
bf333855cf
commit
5d6dbeddab
|
@ -7,13 +7,9 @@
|
||||||
# You can change versions, add patches, set compilation flags, anything really.
|
# You can change versions, add patches, set compilation flags, anything really.
|
||||||
# https://nixos.wiki/wiki/Overlays
|
# https://nixos.wiki/wiki/Overlays
|
||||||
modifications = final: prev: {
|
modifications = final: prev: {
|
||||||
logisim-evolution = prev.logisim-evolution.overrideAttrs (oldAttrs: {
|
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||||
postInstall =
|
# ...
|
||||||
(oldAttrs.postInstall or "")
|
# });
|
||||||
+ ''
|
|
||||||
wrapProgram $out/bin/logisim-evolution --set _JAVA_AWT_WM_NONREPARENTING 1
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
||||||
|
|
Loading…
Reference in a new issue