Skip to content

Commit 1a698c3

Browse files
committed
chore(nix): format
1 parent 99267b0 commit 1a698c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/risc0/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ crane.buildPackage (
6565
# Replace references to the normal installations of `rustup` and `risc0`
6666
# As per <https://github.com/risc0/risc0/blob/14b5d588dd01cf4f7ba804d8bb0a61264e6ae2c6/rzup/src/env.rs#L213>,
6767
# used in places like <https://github.com/risc0/risc0/blob/14b5d588dd01cf4f7ba804d8bb0a61264e6ae2c6/rzup/src/components.rs#L139>
68-
/* bash */
68+
# bash
6969
''
7070
RISC0_PATHBUF='PathBuf::from(r#"'"${risc0-rust}"'"#)'
7171
sed -i \
@@ -75,7 +75,7 @@ crane.buildPackage (
7575
''
7676

7777
# Fix starter template
78-
/* bash */
78+
# bash
7979
''
8080
sed -i 's|{{ risc0_build }}|path = "'$out'"|' ./risc0/cargo-risczero/templates/rust-starter/methods/Cargo-toml
8181
sed -i 's|{{ risc0_zkvm }}|path = "'$out'"|' ./risc0/cargo-risczero/templates/rust-starter/host/Cargo-toml

0 commit comments

Comments
 (0)