Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ofborg/src/outpaths.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let

nixpkgsArgs = {
config = {
allowAliases = false;
allowBroken = true;
allowUnfree = true;
allowInsecurePredicate = x: true;
Expand Down
12 changes: 0 additions & 12 deletions ofborg/src/tasks/eval/nixpkgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,18 +447,6 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> {
vec![String::from("--file"), String::from(".")],
self.nix.clone(),
),
EvalChecker::new(
"package-list-no-aliases",
nix::Operation::QueryPackagesJson,
vec![
String::from("--file"),
String::from("."),
String::from("--arg"),
String::from("config"),
String::from("{ allowAliases = false; }"),
],
self.nix.clone(),
),
EvalChecker::new(
"lib-tests",
nix::Operation::Build,
Expand Down