File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 178178 cargo-expand
179179 cargo-insta
180180 cargo-nextest
181- cargo-zigbuild # only here for dev-deps
182181 jq
183182 litecli
184183 nixd
190189 wasmtime . out
191190 ] ;
192191 } ;
192+ devShells . cargo-zigbuild = pkgs . mkShell {
193+ nativeBuildInputs = with pkgs ;
194+ [
195+ cargo-zigbuild
196+ ] ;
197+ } ;
193198 packages = rec {
194199 obeliskLibcNixDev = makeObelisk "dev" null ./rust-toolchain.toml ;
195200 obeliskLibcNix = makeObelisk "release" null ./rust-toolchain.toml ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ protoc --version >> dev-deps.txt
3333rustc --version >> dev-deps.txt
3434wasm-tools --version >> dev-deps.txt
3535wasmtime --version >> dev-deps.txt
36- cargo-zigbuild --version >> dev-deps.txt
36+ nix develop . # cargo-zigbuild --command cargo-zigbuild --version >> dev-deps.txt
3737
3838# docker deps
3939echo " litestream $( get_litestream_version) " >> dev-deps.txt
You can’t perform that action at this time.
0 commit comments