diff options
Diffstat (limited to 'overlays/fish.nix')
| -rw-r--r-- | overlays/fish.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/overlays/fish.nix b/overlays/fish.nix deleted file mode 100644 index 4e7fffc..0000000 --- a/overlays/fish.nix +++ /dev/null @@ -1,14 +0,0 @@ -_: prev: { - fish = - if prev.stdenv.isLinux - then - prev.symlinkJoin { - inherit (prev.fish) passthru; - name = "fish-nodesktop"; - paths = [prev.fish]; - postBuild = '' - rm $out/share/applications/fish.desktop - ''; - } - else prev.fish; -} |
