Merge pull request #94 from NixOS/joerg-ci

deploy: add nixos test
This commit is contained in:
Jörg Thalheim 2024-06-11 15:10:26 +02:00 committed by GitHub
commit 9ab2a9abe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,7 @@ in
$wgEnotifUserTalk = true;
# Block spam by regex
$wgSpamRegex = "seo (software|tools)|pornstars";
$wgSpamRegex = ["seo (software|tools)|pornstars"];
'';
};

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
nix build .#checks.x86_64-linux.test -L
nixos-rebuild switch --flake .#nixos-wiki-nixos-org --target-host root@wiki.nixos.org