summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-19 09:46:53 -0400
committerMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-19 09:46:53 -0400
commitd68322504a53d72eae29dca959936f544f54672a (patch)
tree15aea883d3fa20882f63e5043c275cf5645e8b03 /pkgs/top-level
parente953d314a89c804c3b3b413369f73d54732d42ff (diff)
downloadnixlib-d68322504a53d72eae29dca959936f544f54672a.tar
nixlib-d68322504a53d72eae29dca959936f544f54672a.tar.gz
nixlib-d68322504a53d72eae29dca959936f544f54672a.tar.bz2
nixlib-d68322504a53d72eae29dca959936f544f54672a.tar.lz
nixlib-d68322504a53d72eae29dca959936f544f54672a.tar.xz
nixlib-d68322504a53d72eae29dca959936f544f54672a.tar.zst
nixlib-d68322504a53d72eae29dca959936f544f54672a.zip
Revert "release: disallow aliases"
This reverts commit 25c42e7736d0507fd23fb5375a9282f528cc843f.

This commit is still causing evaluation errors (despite passing
OfBorg!)

Here is the current error:

error: undefined variable 'Log4Perl' at
/nix/store/n0gwyv3mcvm3hc9jrmkxjhmsrdjqzcqb-source/maintainers/scripts/nix-generate-from-cpan.nix:7:71

More investigation is needed

/cc @volth
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index f1b487d98c14..5553c4d5265e 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -16,7 +16,7 @@
   # Strip most of attributes when evaluating to spare memory usage
 ,  scrubJobs ? true
   # Attributes passed to nixpkgs. Don't build packages marked as unfree.
-,  nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; allowAliases = false; }; }
+,  nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; }; }
 }:
 
 with import ./release-lib.nix { inherit supportedSystems scrubJobs nixpkgsArgs; };