diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-21 22:20:23 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-21 22:20:23 -0400 |
| commit | f17bd95ad7c4ec76aea4d1ea73b702f61cac84a8 (patch) | |
| tree | d2097e8869fad77b8599994c8e34b9317afe6c47 /flake.nix | |
| parent | 4b294e47144da00ae4b9568fed39569d187ce07e (diff) | |
Liberation from libc
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,9 @@ make prefix=$out install ''; }; + wasm32-clang = pkgs.writeShellScriptBin "wasm32-clang" '' + ${pkgs.llvmPackages.clang-unwrapped}/bin/clang -I${pkgs.llvmPackages.clang}/resource-root/include --target=wasm32-unknown-unknown "$@" + ''; in { packages = { inherit pit; @@ -30,6 +33,7 @@ pkgs.musl pkgs.valgrind pkgs.universal-ctags + wasm32-clang ]; }; } |
