summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2022-02-18 11:27:25 -0500
committerGitHub <noreply@github.com>2022-02-18 11:27:25 -0500
commitb3c0344c9d7d5dec543844f1ac7c17668e4622bb (patch)
treeef05c9d4f8b052257aa10b9c409d40815fdaf92e /nixos/tests/all-tests.nix
parent95446037866cb8f8a131f8930958135223fa0e96 (diff)
parent6532d3417ea247f5088649027a9719a34ad64406 (diff)
downloadnixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.tar
nixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.tar.gz
nixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.tar.bz2
nixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.tar.lz
nixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.tar.xz
nixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.tar.zst
nixpkgs-b3c0344c9d7d5dec543844f1ac7c17668e4622bb.zip
Merge pull request #156763 from ratsclub/blocky
nixos/blocky: init
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 520c48bc45b..a0beaf98de5 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -52,6 +52,7 @@ in
   bitcoind = handleTest ./bitcoind.nix {};
   bittorrent = handleTest ./bittorrent.nix {};
   blockbook-frontend = handleTest ./blockbook-frontend.nix {};
+  blocky = handleTest ./blocky.nix {};
   boot = handleTestOn ["x86_64-linux" "aarch64-linux"] ./boot.nix {};
   boot-stage1 = handleTest ./boot-stage1.nix {};
   borgbackup = handleTest ./borgbackup.nix {};