trying to build the lisp server in nix

This commit is contained in:
Chris Cochrun 2024-04-03 10:10:18 -05:00
parent c204bd8d96
commit 54dab680d6
5 changed files with 38 additions and 8 deletions

View file

@ -16,7 +16,7 @@
in
{
devShell = import ./shell.nix { inherit pkgs; };
defaultPackage = pkgs.callPackage ./default.nix { };
packages.default = pkgs.callPackage ./default.nix { };
}
);
}