aboutsummaryrefslogtreecommitdiff
path: root/default.nix
blob: f36c12f349d7ca7342a14daf1ec3ab0662c0d605 (plain) (blame)
1
2
3
4
with (import <nixpkgs> { });
mkShell {
  buildInputs = [ nodejs-18_x ];
}