Merge pull request #219203 from Ma27/gitea.nix-evaluatable

nixos/tests/gitea: keep calling the file itself evaluatable
This commit is contained in:
Maximilian Bosch 2023-03-04 12:50:34 +01:00 committed by GitHub
commit 5cc539ae0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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