Skip to content

Commit

Permalink
fix: no_link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed Aug 22, 2023
1 parent 5d7ce86 commit 2d0a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runix/src/arguments/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Flag for NoLink {
#[derive(Debug, Default, Clone, ToArgs)]
pub struct BuildArgs {
pub out_link: Option<OutLink>,
pub no_link: Option<Bundler>,
pub no_link: Option<NoLink>,
}

/// `nix develop` options
Expand Down

0 comments on commit 2d0a693

Please sign in to comment.