diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 7 | ||||
-rwxr-xr-x | system/nanopi.nix | 1 |
2 files changed, 0 insertions, 8 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 = { diff --git a/system/nanopi.nix b/system/nanopi.nix index 2d3551a4..3c4b4a0f 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -615,7 +615,6 @@ in }; }; nixpkgs.config.allowUnfree = true; - nixpkgs.overlays = [ ]; system.autoUpgrade = { enable = false; dates = "01:00"; |