Compare commits
No commits in common. "b7939f0bfb09d46c28a1c0b3398fef078018e400" and "9c671afc4adc42e32feb1c4585089ec1cee3d268" have entirely different histories.
b7939f0bfb
...
9c671afc4a
@ -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 .
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user