diff options
author | Alan Pearce | 2024-04-28 23:21:11 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-29 20:57:07 +0200 |
commit | 75a4e09f1d241f7882a86d7f9c4aa1804a981209 (patch) | |
tree | f56e407f99f9bbf696dd229e79f56d3664461a15 /system | |
parent | 21398bece441d9afaa8e74539d993c3e976ebce0 (diff) | |
download | nixfiles-75a4e09f1d241f7882a86d7f9c4aa1804a981209.tar.lz nixfiles-75a4e09f1d241f7882a86d7f9c4aa1804a981209.tar.zst nixfiles-75a4e09f1d241f7882a86d7f9c4aa1804a981209.zip |
move overlays to root folder
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"; |