Update ~8/26/24
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
cmake
|
||||
autoconf
|
||||
automake
|
||||
gnumake
|
||||
libtool
|
||||
clang-analyzer
|
||||
clang-tools
|
||||
|
||||
6
user/dev/lang/ecmascript.nix
Normal file
6
user/dev/lang/ecmascript.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
nodejs_20
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user