From 2de2607b0613c401d2e6e6d51c88b7138a40b430 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 1 Aug 2024 18:15:22 +0200 Subject: chore ass formatting --- hosts/ahmed/git.linus.onl/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts/ahmed/git.linus.onl/default.nix') diff --git a/hosts/ahmed/git.linus.onl/default.nix b/hosts/ahmed/git.linus.onl/default.nix index bf9fe0b..fcee268 100644 --- a/hosts/ahmed/git.linus.onl/default.nix +++ b/hosts/ahmed/git.linus.onl/default.nix @@ -91,9 +91,11 @@ in { services.nginx.virtualHosts."git.linus.onl" = { locations."~ /.+/(info/refs|git-upload-pack)".fastcgiParams = { SCRIPT_FILENAME = lib.mkForce "${pkgs.git.overrideAttrs (old: { - patches = (old.patches or []) ++ [ - ./no-ownership-check-for-root.patch - ]; + patches = + (old.patches or []) + ++ [ + ./no-ownership-check-for-root.patch + ]; })}/libexec/git-core/git-http-backend"; GIT_NO_CHECK_OWNERSHIP = "1"; }; -- cgit v1.2.3