This commit is contained in:
nora 2024-11-29 23:10:22 +01:00
parent 741b1000b3
commit b2d506b2ae
4 changed files with 23 additions and 7 deletions

View file

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