mirror of
https://github.com/Noratrieb/println.git
synced 2026-03-14 22:46:11 +01:00
init
This commit is contained in:
commit
464bdc2478
7 changed files with 89 additions and 0 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
nativeBuildInputs = [ pkgs.nodejs_24 pkgs.pnpm ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue