mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-09 06:09:23 +00:00
8 lines
126 B
Nix
8 lines
126 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = [
|
|
pkgs.leiningen
|
|
pkgs.vagrant
|
|
];
|
|
}
|