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