mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2025-02-16 18:15:16 +00:00
6 lines
107 B
Nix
6 lines
107 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = [
|
|
pkgs.leiningen
|
|
];
|
|
}
|