summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-01-22 10:06:13 +0800
committermidchildan <git@midchildan.org>2022-01-26 03:02:45 +0900
commitf8832996d883756c4ae0a1487173e46438d53a04 (patch)
treea694770c9af4b36bcee90e55df23a776d6409921 /nixos/tests/all-tests.nix
parent8ee52a13250ec0254c85d437b20ab0dd22e34c6d (diff)
downloadnixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.tar
nixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.tar.gz
nixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.tar.bz2
nixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.tar.lz
nixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.tar.xz
nixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.tar.zst
nixpkgs-f8832996d883756c4ae0a1487173e46438d53a04.zip
nixos: add sample test for noto fonts
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 62bc8acef60..2ba2a02384b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -354,6 +354,7 @@ in
   nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
   node-red = handleTest ./node-red.nix {};
   nomad = handleTest ./nomad.nix {};
+  noto-fonts = handleTest ./noto-fonts.nix {};
   novacomd = handleTestOn ["x86_64-linux"] ./novacomd.nix {};
   nsd = handleTest ./nsd.nix {};
   nzbget = handleTest ./nzbget.nix {};