Skip to content

Commit

Permalink
Add nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Feb 9, 2021
1 parent 8b5884a commit f734917
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "closh-env";
buildInputs = [
bash
clojure
git
graalvm11-ce
which
];
}

0 comments on commit f734917

Please sign in to comment.