This commit is contained in:
nora 2024-01-03 15:30:47 +01:00
parent 5ee1f729bd
commit 6ba4f4eacd
18 changed files with 231 additions and 5 deletions

3
shell.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
packages = with pkgs; [ nodejs ];
}