Remove bios version since both stable and unstable now use hie-bios

This commit is contained in:
Silvan Mosberger 2020-01-29 22:44:41 +01:00
parent 0f09fb2fae
commit 57d38bdba5
No known key found for this signature in database
GPG Key ID: E8F1E9EAD284E17D
2 changed files with 2 additions and 1 deletions

View File

@ -189,6 +189,8 @@ let
in mkSet allVersions.stable
// lib.mapAttrs (_: mkSet) (builtins.removeAttrs allVersions ["stable"])
// {
bios = throw "all-hies: All versions now have hie-bios support, no need to use the bios attribute anymore";
# Stable, but fall back to unstable if stable doesn't have a certain GHC
# version
unstableFallback = mkSet (allVersions.unstable // allVersions.stable);

1
generated/bios generated
View File

@ -1 +0,0 @@
unstable