summaryrefslogtreecommitdiff
path: root/flora/services/cgit.nix
diff options
context:
space:
mode:
authorstuebinm2022-10-04 14:30:01 +0200
committerstuebinm2022-10-04 14:30:31 +0200
commit9bc17ed5ff1d385fad2dee0020fb46cfc5f2512e (patch)
treed9a29458e5094748662bc4c1d6d14d25de20c440 /flora/services/cgit.nix
parent6ff91619ce6fbc9e19774a07a3065b2c329bac9b (diff)
remove some old stuff
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
{