From 5d6dbeddab8d9cb0a209ccde49897f0f7606c1b4 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 23 Mar 2025 21:07:59 +0800 Subject: [PATCH] chore: remove broken overlay --- overlays/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 26e6eb8..7bfcb4c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -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