nix: fish-lsp

This commit is contained in:
Primrose 2024-07-06 12:13:48 +02:00
parent 82ae8521d3
commit 138a1ad65d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 45 additions and 5 deletions

View file

@ -28,12 +28,11 @@
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix { };
necrolib = pkgs.callPackage ./necrolib.nix { };
why3 = pkgs.callPackage ./why3.nix { inherit (alt-ergo-pin) alt-ergo; };
maeel = pkgs.callPackage ./maeel.nix { };
# alpha tokei with typst
tokei = pkgs.callPackage ./tokei { };
dl-librescore = pkgs.callPackage ./dl-librescore.nix { };
fish-lsp = pkgs.callPackage ./fish-lsp { };
maeel = pkgs.callPackage ./maeel.nix { };
tokei = pkgs.callPackage ./tokei { }; # alpha tokei with typst, skel, hledger
};
};
}