aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 50d9b86..fee89af 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,7 +34,7 @@
# go + wasip1
wasigo = {
# https://github.com/Pryz/go/archive/refs/heads/wasip1-wasm.zip
- url = "github:Pryz/go/wasip1-wasm";
+ url = "github:golang/go";
flake = false;
};
};
@@ -254,7 +254,6 @@
libavif
sqlite-interactive
- cargo
cargo-watch
rustfmt
rust-analyzer
@@ -263,6 +262,9 @@
wabt
bloaty
rust
+
+ tinyemu
+ zig
];
XEDN_STATIC = self.packages.${system}.xedn-static;