mirror of
https://github.com/stoatchat/service-openproject-zammad-sync.git
synced 2026-06-30 21:47:57 -04:00
11 lines
97 B
Nix
11 lines
97 B
Nix
{
|
|
pkgs ? import <nixpkgs> { },
|
|
}:
|
|
|
|
with pkgs;
|
|
pkgs.mkShell {
|
|
buildInputs = [
|
|
deno
|
|
];
|
|
}
|