mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers/haskell/test-configuration.nix: disallow aliases
Otherwise eval on -common.nix fails due to ghcup at the moment.
This commit is contained in:
parent
c328b2a02f
commit
d341aa8d6d
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
and builds all derivations (or at least a reasonable subset) affected by
|
||||
these overrides.
|
||||
|
||||
By default, it checks `configuration-{common,nix,ghc-9.8.x}.nix`. You can
|
||||
By default, it checks `configuration-{common,nix,ghc-9.10.x}.nix`. You can
|
||||
invoke it like this:
|
||||
|
||||
nix-build maintainers/scripts/haskell/test-configurations.nix --keep-going
|
||||
|
|
@ -55,6 +55,8 @@
|
|||
nixpkgsPath ? ../../..,
|
||||
config ? {
|
||||
allowBroken = true;
|
||||
# TODO(@sternenseemann): better way to workaround throw-ing aliases?
|
||||
allowAliases = false;
|
||||
},
|
||||
skipEvalErrors ? true,
|
||||
skipBinaryGHCs ? true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue