Compare commits

..

No commits in common. "b7939f0bfb09d46c28a1c0b3398fef078018e400" and "9c671afc4adc42e32feb1c4585089ec1cee3d268" have entirely different histories.

View File

@ -13,7 +13,6 @@
pkgs = nixpkgs.legacyPackages."${system}";
in
pkgs.mkShellNoCC {
buildInputs = [ pkgs.bashInteractive ];
packages = with pkgs; [
clojure
clojure-lsp
@ -31,7 +30,6 @@
})
];
shellHook = ''
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
echo "starting codium"
codium .
'';