summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-05-23 20:43:18 -0400
committerLLLL Colonq <llll@colonq>2025-05-23 20:43:18 -0400
commit513a3dd4c5899063e80fd691600d9142910547c4 (patch)
tree2c8082528d6bb644c039a439343d18cdbde05ccc /flake.nix
parent0271a51582aa68a7890920605948e618a4c440eb (diff)
Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e978d3d..d1d8c3a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
renderer = inputs.teleia.native.build ./. "renderer";
};
wasm = {
- throwshade = (inputs.teleia.wasm.build ./. "throwshade").overrideAttrs (cur: prev: {
+ throwshade = (inputs.teleia.wasm.build ./. "newton_throwshade").overrideAttrs (cur: prev: {
preBuild = ''
cd ./crates/throwshade
'';