1
Fork 0
shareable-configs/shell.nix

9 lines
181 B
Nix
Raw Normal View History

2024-01-26 18:46:26 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
# Uncomment turbo when the build failures are fixed.
packages = [ cargo-make nodejs nodePackages.pnpm /*turbo*/ ];
}