Skip to content

Commit

Permalink
Merge pull request #339 from NixOS/eval-darwin
Browse files Browse the repository at this point in the history
Test darwin-tested during evaluation phase
  • Loading branch information
grahamc committed Mar 24, 2019
2 parents 660c8b7 + 613b112 commit 836b629
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ofborg/src/tasks/eval/nixpkgs.rs
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 836b629

Please sign in to comment.