nixosTests.keepalived: fix eval (maintainers attribute)

Without the change test sfails to evaluate as:

    $ nix build --no-link -f. nixosTests.keepalived
    error:
       error: function 'makeTest' called with unexpected argument 'maintainers'
This commit is contained in:
Sergei Trofimovich 2024-02-16 22:36:32 +00:00
parent 1d1f1553a8
commit 95de1da4f3

View File

@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "keepalived";
maintainers = [ lib.maintainers.raitobezarius ];
meta.maintainers = [ lib.maintainers.raitobezarius ];
nodes = {
node1 = { pkgs, ... }: {