move overlays to root folder
1 file changed, 0 insertions(+), 7 deletions(-)
changed files
M system/linde.nix → system/linde.nix
@@ -242,13 +242,6 @@ ''; nixpkgs = { config.allowUnfree = true; - overlays = [ - (self: super: { - cgit-pink = super.cgit-pink.overrideAttrs (old: { - patches = [ ../patches/cgit-pink.patch ]; - }); - }) - ]; }; programs.fish = {