Skip to content

Commit 613b112

Browse files
committedMar 24, 2019
Test darwin-tested during evaluation phase
1 parent 660c8b7 commit 613b112

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎ofborg/src/tasks/eval/nixpkgs.rs

+13
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,19 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> {
463463
],
464464
self.nix.clone(),
465465
),
466+
EvalChecker::new(
467+
"darwin",
468+
nix::Operation::Instantiate,
469+
vec![
470+
String::from("--arg"),
471+
String::from("nixpkgs"),
472+
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
473+
String::from("./pkgs/top-level/release.nix"),
474+
String::from("-A"),
475+
String::from("darwin-tested"),
476+
],
477+
self.nix.clone(),
478+
),
466479
]
467480
}
468481

0 commit comments

Comments
 (0)
Please sign in to comment.