1
Fork 0
migration-helper/shell.nix

8 lines
116 B
Nix
Raw Permalink Normal View History

2024-01-24 18:03:06 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
packages = [ cargo-make nodejs nodePackages.pnpm ];
}