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:
parent
f8bbedfcac
commit
3b02da3fdd
@ -1,6 +1,6 @@
|
||||
{ system ? builtins.currentSystem,
|
||||
config ? {},
|
||||
giteaPackage,
|
||||
giteaPackage ? pkgs.gitea,
|
||||
pkgs ? import ../.. { inherit system config; }
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user