diff options
Diffstat (limited to '')
-rw-r--r-- | flora/services/cgit.nix | 2 |
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 { |