Skip to content

Commit

Permalink
Create basic Nix shell support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquín García Sastre authored and jgsastre committed Dec 6, 2021
0 parents commit ca8d66a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.clojure
];
}

0 comments on commit ca8d66a

Please sign in to comment.