]> Git — Sourcephile - sourcephile-nix.git/blob - overlays.nix
gitweb: patch gitweb directly
[sourcephile-nix.git] / overlays.nix
1 map import
2 [ overlays/lib/filesystem.nix
3 overlays/lib/strings.nix
4 overlays/gitweb.nix
5 #overlays/users-init.nix
6 ] ++
7 [ (self: super: { smartctl-tbw = super.callPackage pkgs/tools/system/smartmontools/smartctl-tbw {}; })
8 (self: super: { swaplist = super.callPackage pkgs/tools/system/swaplist {}; })
9 ]