summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 96ff92f8..7afdca9c 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -242,13 +242,6 @@ in
 
   nixpkgs = {
     config.allowUnfree = true;
-    overlays = [
-      (self: super: {
-        cgit-pink = super.cgit-pink.overrideAttrs (old: {
-          patches = [ ../patches/cgit-pink.patch ];
-        });
-      })
-    ];
   };
 
   programs.fish = {