mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-10 16:11:29 +01:00
6 lines
165 B
Plaintext
Executable File
6 lines
165 B
Plaintext
Executable File
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p nix-prefetch-github
|
|
set -exo pipefail
|
|
|
|
nix-prefetch-github oxalica rust-overlay | tee nix/oxalica_rust_overlay.json
|