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:
+11
@@ -0,0 +1,11 @@
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
|
||||
languages.javascript = {
|
||||
enable = true;
|
||||
npm.enable = true;
|
||||
};
|
||||
packages = [ ];
|
||||
|
||||
enterShell = "";
|
||||
}
|
||||
Reference in New Issue
Block a user