Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jun 17, 2024
1 parent 29a87cf commit 4a50c24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ pub(crate) struct FlakeHubPushCli {
)]
pub(crate) error_on_conflict: bool,

/// Single-system evaluation.
/// Do less work on extremely large flakes.
///
/// This flag is intended to limit the scope of evaluations which are too large to complete on one machine.
/// This flag should NOT be used to paper over evaluation errors across different architectures.
///
/// Please do not turn this flag on without opening an issue to decide if it applies to your scenario.
///
/// Note: the behavior of this flag could change at any time, please don't count on it for anything specific.
#[clap(
long,
env = "FLAKEHUB_PUSH_MY_FLAKE_IS_TOO_BIG",
Expand Down

0 comments on commit 4a50c24

Please sign in to comment.