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

chore: package upgrades & switch to npm

This commit is contained in:
Benjamin Levesque
2026-05-09 19:51:06 +02:00
parent 5f991653a0
commit dbe07338b3
7 changed files with 6324 additions and 3580 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, config, ... }:
{
languages.javascript = {
enable = true;
npm.enable = true;
};
packages = [ ];
enterShell = "";
}