diff --git a/flake.nix b/flake.nix index 68d202e4a..b64ba3d44 100644 --- a/flake.nix +++ b/flake.nix @@ -217,7 +217,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; }); diff --git a/nixos-test.nix b/integration-test.nix similarity index 100% rename from nixos-test.nix rename to integration-test.nix