Skip to content

Commit

Permalink
release: disallow aliases
Browse files Browse the repository at this point in the history
This will make hydra & ofborg ignore aliases when evluating
  • Loading branch information
matthewbauer committed Jul 19, 2018
1 parent 76999cc commit 25c42e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; }; }
, nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; allowAliases = false; }; }
}:

with import ./release-lib.nix { inherit supportedSystems scrubJobs nixpkgsArgs; };
Expand Down

0 comments on commit 25c42e7

Please sign in to comment.