This commit is contained in:
nora 2024-11-22 23:34:37 +01:00
parent 16e5e33778
commit f22293c78e
3 changed files with 221 additions and 52 deletions

View file

@ -1,3 +1,3 @@
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs_22 ];
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs_22 llvmPackages_18.lld ];
}