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