feat(template): +nodejs

This commit is contained in:
2026-01-04 20:39:30 +00:00
parent e5307a51bb
commit 2e1838b82b
6 changed files with 1072 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
{
### DEV SHELL ###
devShells.${system} = {
default = import ./devshell/default.nix { inherit pkgs; };
default = import ./devshell/default.nix { inherit pkgs; };
};
}
);