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
This commit is contained in:
parent
e953d314a8
commit
d68322504a
@ -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; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user