1
Fork 0
tildes-shepherd/shell.nix

8 lines
116 B
Nix
Raw Normal View History

2023-06-11 11:21:46 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
packages = [ cargo-make nodejs nodePackages.pnpm ];
}