diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-18 02:18:33 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-18 02:18:33 -0400 |
| commit | 4c50b82515ed136d2a5644c081cc4e0450a087fd (patch) | |
| tree | e3f55980dcd778162b535c68b8d24a96900e77da | |
| parent | f7fea342cc63ce48568bfc51c62c919f4c9d066d (diff) | |
Remove preBuild/postBuild from WASM
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -128,13 +128,6 @@ inherit cargoExtraArgs; doCheck = false; }); - preBuild = '' - cd ./crates/throwshade - ''; - postBuild = '' - mv ./dist ../.. - cd ../.. - ''; }); }; |
