Revert "Revert "release: disallow aliases""
This reverts commit d68322504a53d72eae29dca959936f544f54672a.
This commit is contained in:
parent
cc55a3ebcb
commit
0d8076b99c
@ -16,7 +16,7 @@
|
|||||||
# Strip most of attributes when evaluating to spare memory usage
|
# Strip most of attributes when evaluating to spare memory usage
|
||||||
, scrubJobs ? true
|
, scrubJobs ? true
|
||||||
# Attributes passed to nixpkgs. Don't build packages marked as unfree.
|
# Attributes passed to nixpkgs. Don't build packages marked as unfree.
|
||||||
, nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; }; }
|
, nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; allowAliases = false; }; }
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ./release-lib.nix { inherit supportedSystems scrubJobs nixpkgsArgs; };
|
with import ./release-lib.nix { inherit supportedSystems scrubJobs nixpkgsArgs; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user