aboutsummaryrefslogblamecommitdiff
path: root/script/jepsen.garage/shell.nix
blob: 4f0af8396f1c693415b61cf0ac430f01c0e44afb (plain) (tree)
1
2
3
4
5
6





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