Revert "disallow aliases in the nixpkgs-tarball eval"

This reverts commit 2a4e559fcf.
This commit is contained in:
Cole Helbling 2022-04-22 10:11:33 -07:00
parent 2a4e559fcf
commit f3dd1a5a3a

View file

@ -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"),