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
+1 -1
View File
@@ -1,6 +1,6 @@
{ system ? builtins.currentSystem,
config ? {},
giteaPackage,
giteaPackage ? pkgs.gitea,
pkgs ? import ../.. { inherit system config; }
}: