Introduce README.md, AI-USE.md. Setup nix-shell for node. Tag personal comments with @PERSONAL-NOTE.
This commit is contained in:
parent
24334cb342
commit
945dcdead0
6 changed files with 96 additions and 5 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.nodejs_22
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue