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