add nixd and nixt to flake checks

This commit is contained in:
jade 2024-11-25 22:47:55 -08:00
parent d36f053070
commit 60edaab1ce

View file

@ -57,7 +57,7 @@
checks = {
inherit (self.packages.${system}) default nix-eval-jobs;
inherit (pkgs) nixos-option nix-doc;
inherit (pkgs) nixos-option nix-doc nixd nixt;
} // lib.optionalAttrs (lib.elem system linux64BitSystems) {
# wrongMajor intentionally not included here since it is expected to fail
inherit (self.nixosTests.${system}) it-builds;