about summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2018-08-08 13:04:06 -0400
committerMatthew Bauer <matthew.bauer@obsidian.systems>2018-08-08 13:04:06 -0400
commit8c025c67d5a151055ef63d2b0d94921604ff0f62 (patch)
treec9db8ad37bf170a7770e71c02d88b4693dcb2cce /pkgs/top-level/release.nix
parentc7e04336a71df05d3c761782fbb8439462c133b0 (diff)
downloadnixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.tar
nixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.tar.gz
nixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.tar.bz2
nixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.tar.lz
nixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.tar.xz
nixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.tar.zst
nixlib-8c025c67d5a151055ef63d2b0d94921604ff0f62.zip
Revert "Revert "Revert "release: disallow aliases"""
This reverts commit 0d8076b99cce5c6638abeb28153c42f698e1bc18.

This has been causing people issues so it’s easiest to leave it off
for now. Eventually I will do an RFC or some other PR where we can
have more discussion on benefits of doing this in CI.

Fixes #44299

I still think it’s still worth keeping aliases out of Nixpkgs but we
don’t need to block evaluation on it.
Diffstat (limited to 'pkgs/top-level/release.nix')
-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; };