diff options
author | Linnnus <[email protected]> | 2024-08-01 18:15:22 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-08-01 18:15:22 +0200 |
commit | 2de2607b0613c401d2e6e6d51c88b7138a40b430 (patch) | |
tree | de7c7435b9bc1d9b64a6601054093b3cd9c69911 /hosts/ahmed/git.linus.onl/default.nix | |
parent | 2077a6e40045066ed99a9ae8c23a224113bf885f (diff) |
chore ass formatting
Diffstat (limited to 'hosts/ahmed/git.linus.onl/default.nix')
-rw-r--r-- | hosts/ahmed/git.linus.onl/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
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"; }; |