nixos/tests/gitea: keep calling the file itself evaluatable

When I work on something gitea-related I want to be able to just do
`nix-build nixos/tests/gitea.nix` to run the tests.
This commit is contained in:
Maximilian Bosch 2023-03-02 17:51:50 +01:00
parent f8bbedfcac
commit 3b02da3fdd
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -1,6 +1,6 @@
{ system ? builtins.currentSystem,
config ? {},
giteaPackage,
giteaPackage ? pkgs.gitea,
pkgs ? import ../.. { inherit system config; }
}: