about summary refs log tree commit diff
path: root/nixos/tests/gitea.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-03-02 17:51:50 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2023-03-03 22:00:49 +0100
commit3b02da3fddeb9f7df648a420dbf4fc107142578f (patch)
treeb7a56c0bf22507686cbbbd7f4a8d91f68cb3e925 /nixos/tests/gitea.nix
parentf8bbedfcac6a4719e754d988cdf19f1af623bf94 (diff)
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.
Diffstat (limited to 'nixos/tests/gitea.nix')
-rw-r--r--nixos/tests/gitea.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix
index da61abd84e89f..a8b5567c20751 100644
--- a/nixos/tests/gitea.nix
+++ b/nixos/tests/gitea.nix
@@ -1,6 +1,6 @@
 { system ? builtins.currentSystem,
   config ? {},
-  giteaPackage,
+  giteaPackage ? pkgs.gitea,
   pkgs ? import ../.. { inherit system config; }
 }: