Revert "disallow aliases in the nixpkgs-tarball eval"
This reverts commit 2a4e559fcf
.
This commit is contained in:
parent
2a4e559fcf
commit
f3dd1a5a3a
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue