1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2026-07-04 07:39:20 +02:00
Files
2026-05-09 19:51:06 +02:00

12 lines
140 B
Nix

{ pkgs, config, ... }:
{
languages.javascript = {
enable = true;
npm.enable = true;
};
packages = [ ];
enterShell = "";
}