aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-04-18 19:11:56 -0400
committerXe Iaso <me@xeiaso.net>2023-04-18 19:12:08 -0400
commit7f8a0be340b0c6a54dcac51cbdf5ebf7ce0d8293 (patch)
tree7d9bb013d69bdf9522ad88edbf162e00924bb28f /flake.nix
parent4c15f8fa4ce26a8e43ff1a86c316d5f25f899a1c (diff)
downloadx-7f8a0be340b0c6a54dcac51cbdf5ebf7ce0d8293.tar.xz
x-7f8a0be340b0c6a54dcac51cbdf5ebf7ce0d8293.zip
tokenize
Signed-off-by: Xe Iaso <me@xeiaso.net>
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;