Skip to content

Commit

Permalink
eval/nixpkgs: add single Continuous Testing entry point for nixpkgs <…
Browse files Browse the repository at this point in the history
…nixpkgs/ct>
  • Loading branch information
Your Name committed Dec 3, 2023
1 parent de415d3 commit 01e36ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ofborg/src/tasks/eval/nixpkgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,14 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> {
],
self.nix.clone(),
),
EvalChecker::new(
"ct",
nix::Operation::Unknown { program: "nix-shell".to_owned() },
vec![
String::from("./ct"),
],
self.nix.clone(),
),
EvalChecker::new(
"nixos",
nix::Operation::Instantiate,
Expand Down

0 comments on commit 01e36ac

Please sign in to comment.