summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorVictor Freire <victor@freire.dev.br>2022-02-10 19:44:18 -0300
committerVictor Freire <victor@freire.dev.br>2022-02-14 22:48:32 -0300
commit6532d3417ea247f5088649027a9719a34ad64406 (patch)
treef15067e43f3f2f6665dea851dd366b5cbc74a0db /nixos/tests/all-tests.nix
parent8429cc4ffdba21887b9f1c4be6940b5e61e77ca4 (diff)
downloadnixpkgs-6532d3417ea247f5088649027a9719a34ad64406.tar
nixpkgs-6532d3417ea247f5088649027a9719a34ad64406.tar.gz
nixpkgs-6532d3417ea247f5088649027a9719a34ad64406.tar.bz2
nixpkgs-6532d3417ea247f5088649027a9719a34ad64406.tar.lz
nixpkgs-6532d3417ea247f5088649027a9719a34ad64406.tar.xz
nixpkgs-6532d3417ea247f5088649027a9719a34ad64406.tar.zst
nixpkgs-6532d3417ea247f5088649027a9719a34ad64406.zip
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 3fd4945ed35..10a6de93be2 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -51,6 +51,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 {};