mirror of
https://github.com/Noratrieb/jompiler.git
synced 2026-01-14 14:05:01 +01:00
3 lines
140 B
Nix
3 lines
140 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ nodejs_22 llvmPackages_18.lld llvmPackages_18.clang ];
|
|
}
|