nixos tested: only build on supportedSystems
This commit is contained in:
parent
0f6d45f6b4
commit
e5b7b97a67
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in rec {
|
|||
maintainers = [ pkgs.lib.maintainers.eelco pkgs.lib.maintainers.shlevy ];
|
||||
};
|
||||
constituents =
|
||||
let all = x: [ x.x86_64-linux x.i686-linux ]; in
|
||||
let all = x: map (p: x.${p}) supportedSystems; in
|
||||
[ nixos.channel
|
||||
(all nixos.manual)
|
||||
|
||||
|
|
Loading…
Reference in a new issue