diff options
author | stuebinm | 2022-10-04 14:30:01 +0200 |
---|---|---|
committer | stuebinm | 2022-10-04 14:30:31 +0200 |
commit | 9bc17ed5ff1d385fad2dee0020fb46cfc5f2512e (patch) | |
tree | d9a29458e5094748662bc4c1d6d14d25de20c440 /flora/services/cgit.nix | |
parent | 6ff91619ce6fbc9e19774a07a3065b2c329bac9b (diff) |
remove some old stuff
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 { |