mirror of
https://github.com/benjlevesque/short-sha.git
synced 2026-07-04 07:39:20 +02:00
12 lines
140 B
Nix
12 lines
140 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
|
|
languages.javascript = {
|
|
enable = true;
|
|
npm.enable = true;
|
|
};
|
|
packages = [ ];
|
|
|
|
enterShell = "";
|
|
}
|