From 3b02da3fddeb9f7df648a420dbf4fc107142578f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 2 Mar 2023 17:51:50 +0100 Subject: [PATCH] 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. --- nixos/tests/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix index da61abd84e8..a8b5567c207 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; } }: