Unverified Commit 5cc539ae authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

nixos/tests/gitea: keep calling the file itself evaluatable
parents 5c980f98 3b02da3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ system ? builtins.currentSystem,
  config ? {},
  giteaPackage,
  giteaPackage ? pkgs.gitea,
  pkgs ? import ../.. { inherit system config; }
}: