flake: restrict nixosTests checks to x86_64-linux
This commit is contained in:
parent
65cbaa5f4f
commit
161833f265
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
imports = [ ./dev/shell.nix ./terraform/shell.nix ];
|
||||
treefmt.imports = [ ./dev/treefmt.nix ];
|
||||
|
||||
checks = {
|
||||
checks = pkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.system == "x86_64-linux") {
|
||||
nixosTests-hydra = pkgs.nixosTests.hydra.hydra_unstable;
|
||||
nixosTests-lemmy = pkgs.nixosTests.lemmy;
|
||||
nixosTests-pict-rs = pkgs.nixosTests.pict-rs;
|
||||
|
|
Loading…
Add table
Reference in a new issue