jompiler/shell.nix
2024-11-22 23:34:37 +01:00

3 lines
118 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs_22 llvmPackages_18.lld ];
}