fennel-ls maybe

This commit is contained in:
Anish Lakhwara
2022-12-30 22:36:20 +10:00
parent 63bd48abf6
commit 708e0fec3a
3 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
plymouth-themes = pkgs.callPackage ./plymouth.nix { };
tic-80 = pkgs.callPackage ./tic-80.nix { };
fennel-ls = pkgs.callPackage ./fennel-ls.nix { };
}