mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-06 21:03:13 +00:00
7 lines
107 B
Nix
7 lines
107 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = [
|
|
pkgs.leiningen
|
|
];
|
|
}
|