Browse Source

Remove unused shell

main
parent
commit
3f839844a4
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 17
      shells/clojure.nix

17
shells/clojure.nix

@ -1,17 +0,0 @@
# This file is controlled by /etc/dotfiles/README.org
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
let
myLein = pkgs.writeShellScriptBin "lein" ''
HOME=~/.local/share/lein ${pkgs.leiningen}/bin/lein
'';
in mkShell {
buildInputs = [
myLein
];
shellHook = ''
'';
}
Loading…
Cancel
Save