flake: add buildbot-nix nixosTests
This commit is contained in:
parent
67e180cb4f
commit
1e3e7c78b4
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
inputs.treefmt-nix.flakeModule
|
||||
];
|
||||
|
||||
perSystem = { config, lib, pkgs, self', system, ... }:
|
||||
perSystem = { config, inputs', lib, pkgs, self', system, ... }:
|
||||
let
|
||||
defaultPlatform = pkgs.stdenv.hostPlatform.system == "x86_64-linux";
|
||||
in
|
||||
|
@ -82,6 +82,8 @@
|
|||
darwinConfigurations // devShells // { inherit (self') formatter; } // nixosConfigurations // packages
|
||||
// pkgs.lib.optionalAttrs defaultPlatform {
|
||||
nixosTests-buildbot = pkgs.nixosTests.buildbot;
|
||||
nixosTests-buildbot-nix-master = inputs'.buildbot-nix.checks.master;
|
||||
nixosTests-buildbot-nix-worker = inputs'.buildbot-nix.checks.worker;
|
||||
nixosTests-hydra = pkgs.nixosTests.hydra.hydra_unstable;
|
||||
#nixosTests-lemmy = pkgs.nixosTests.lemmy;
|
||||
nixosTests-pict-rs = pkgs.nixosTests.pict-rs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue