Bauke/today
Bauke
/
today
Archived
1
Fork 0
This repository has been archived on 2025-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
today/shell.nix

8 lines
116 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
packages = [ cargo-make nodejs nodePackages.pnpm ];
}