0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/draupnir: init, nixosTests.draupnir: init (#400194)

This commit is contained in:
Martin Weinelt 2025-06-06 21:01:57 +02:00 committed by GitHub
commit c80ea7a732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 487 additions and 1 deletions

View file

@ -409,6 +409,7 @@ in
domination = runTest ./domination.nix;
dovecot = handleTest ./dovecot.nix { };
drawterm = discoverTests (import ./drawterm.nix);
draupnir = runTest ./matrix/draupnir.nix;
drbd = runTest ./drbd.nix;
druid = handleTestOn [ "x86_64-linux" ] ./druid { };
drupal = runTest ./drupal.nix;