Unverified Commit 3b02da3f authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent f8bbedfc
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; }
}: