Skip to content

Commit

Permalink
always keep going
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 18, 2024
1 parent 27f8923 commit cc76f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devenv/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use miette::{bail, Result};
use std::env;
use std::os::unix::process::CommandExt;

const NIX_FLAGS: [&str; 11] = [
const NIX_FLAGS: [&str; 12] = [
"--show-trace",
"--extra-experimental-features",
"nix-command",
Expand All @@ -17,6 +17,8 @@ const NIX_FLAGS: [&str; 11] = [
"--option",
"eval-cache",
"false",
// always build all dependencies and report errors at the end
"--keep-going",
];

pub struct Options {
Expand Down

0 comments on commit cc76f0b

Please sign in to comment.