shell/default.nix: update fish

This commit is contained in:
Charlie Root 2025-03-31 11:32:19 +02:00
commit 26bc2e650f
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -23,7 +23,7 @@
});
in
(pkgs.symlinkJoin {
name = "fish-wrapped";
name = "fish";
paths = [custom-fish] ++ packages;
buildInputs = [pkgs.makeWrapper];
postBuild = ''