From f3dd1a5a3a21e407bb1c47a553783d6ccf192d67 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 22 Apr 2022 10:11:33 -0700 Subject: [PATCH] Revert "disallow aliases in the nixpkgs-tarball eval" This reverts commit 2a4e559fcff8766ed0a2d24012b8d5ae177ca95a. --- ofborg/src/tasks/eval/nixpkgs.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ofborg/src/tasks/eval/nixpkgs.rs b/ofborg/src/tasks/eval/nixpkgs.rs index 833f42d..7b0edaf 100644 --- a/ofborg/src/tasks/eval/nixpkgs.rs +++ b/ofborg/src/tasks/eval/nixpkgs.rs @@ -529,9 +529,6 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> { String::from("--arg"), String::from("nixpkgs"), nixpkgs_arg_value.clone(), - String::from("--arg"), - String::from("config"), - String::from("{ allowAliases = false; }"), String::from("./pkgs/top-level/release.nix"), String::from("-A"), String::from("tarball"),