try build inputs

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-07 13:47:49 -06:00
parent 9c671afc4a
commit 4c38979e20

View File

@ -13,6 +13,7 @@
pkgs = nixpkgs.legacyPackages."${system}"; pkgs = nixpkgs.legacyPackages."${system}";
in in
pkgs.mkShellNoCC { pkgs.mkShellNoCC {
buildInputs = [ pkgs.bashInteractive ];
packages = with pkgs; [ packages = with pkgs; [
clojure clojure
clojure-lsp clojure-lsp