summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-02-01 16:01:37 +0100
committerGitHub <noreply@github.com>2022-02-01 16:01:37 +0100
commit330c63f7407164e81193a69f6dc3ca57517ab73c (patch)
treeeff12921e3b6de9d4df8d2027051906d4cbdb0f3 /nixos/tests/all-tests.nix
parent4db6ee991a41e5c512d19382e55cd0cd3f335072 (diff)
parent233931b7a3507da66e94bf8d3a6f83eb56b0bd0b (diff)
downloadnixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.tar
nixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.tar.gz
nixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.tar.bz2
nixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.tar.lz
nixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.tar.xz
nixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.tar.zst
nixpkgs-330c63f7407164e81193a69f6dc3ca57517ab73c.zip
Merge pull request #156342 from midchildan/fix/noto-cjk-src
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 b0e7702e9b8..e0b2608b362 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -355,6 +355,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 {};