move nixos-test to integration-test.nix

(cherry picked from commit fa813f6216)
This commit is contained in:
778a69cd 2024-03-06 00:04:15 +01:00
parent 4f20d4cbda
commit 1859eb8b7a
2 changed files with 1 additions and 1 deletions

View file

@ -220,7 +220,7 @@
overlays = [ self.overlays.default ];
};
certs = import "${nixpkgs}/nixos/tests/common/acme/server/snakeoil-certs.nix";
test = import ./nixos-test.nix { inherit certs; };
test = import ./integration-test.nix { inherit certs; };
in
pkgsMobilizon.nixosTest test;
});