Skip to content

Commit

Permalink
Test darwin-tested during evaluation phase
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 24, 2019
1 parent 660c8b7 commit 613b112
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ofborg/src/tasks/eval/nixpkgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,19 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> {
],
self.nix.clone(),
),
EvalChecker::new(
"darwin",
nix::Operation::Instantiate,
vec![
String::from("--arg"),
String::from("nixpkgs"),
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
String::from("./pkgs/top-level/release.nix"),
String::from("-A"),
String::from("darwin-tested"),
],
self.nix.clone(),
),
]
}

Expand Down

0 comments on commit 613b112

Please sign in to comment.