summaryrefslogtreecommitdiff
path: root/flora/services/cgit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flora/services/cgit.nix')
-rw-r--r--flora/services/cgit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/cgit.nix b/flora/services/cgit.nix
index f5ef52a..11c6d72 100644
--- a/flora/services/cgit.nix
+++ b/flora/services/cgit.nix
@@ -56,7 +56,7 @@ let
'';
cgit = pkgs.cgit.overrideAttrs (old: {
- patches = [./0001-main-instead-of-master-branch.patch];
+ patches = [ ./0001-main-instead-of-master-branch.patch ];
});
in
{