summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-18 02:18:33 -0400
committerLLLL Colonq <llll@colonq>2025-03-18 02:18:33 -0400
commit4c50b82515ed136d2a5644c081cc4e0450a087fd (patch)
treee3f55980dcd778162b535c68b8d24a96900e77da /flake.nix
parentf7fea342cc63ce48568bfc51c62c919f4c9d066d (diff)
Remove preBuild/postBuild from WASM
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 21f22e8..e891319 100644
--- a/flake.nix
+++ b/flake.nix
@@ -128,13 +128,6 @@
inherit cargoExtraArgs;
doCheck = false;
});
- preBuild = ''
- cd ./crates/throwshade
- '';
- postBuild = ''
- mv ./dist ../..
- cd ../..
- '';
});
};