0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixosTests.bookstack: init

This commit is contained in:
Savyasachee Jha 2025-06-10 21:42:56 +05:30
parent c75204d911
commit 84a86b6041
2 changed files with 46 additions and 0 deletions

View file

@ -254,6 +254,7 @@ in
bittorrent = runTest ./bittorrent.nix;
blockbook-frontend = runTest ./blockbook-frontend.nix;
blocky = handleTest ./blocky.nix { };
bookstack = runTest ./bookstack.nix;
boot = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./boot.nix { };
bootspec = handleTestOn [ "x86_64-linux" ] ./bootspec.nix { };
boot-stage1 = runTest ./boot-stage1.nix;