]> Git — Sourcephile - sourcephile-nix.git/blob - overlays.nix
nix: revamp the hierarchy
[sourcephile-nix.git] / overlays.nix
1 map import
2 [ overlays/lib/filesystem.nix
3 overlays/lib/strings.nix
4 #overlays/servers/mail/postfix.nix
5 #overlays/servers/mail/dovecot.nix
6 # TODO: remove when using a nixpkgs including the fix
7 # https://github.com/NixOS/nixpkgs/pull/46859
8 #overlays/users-init.nix
9 ]/* ++
10 [ (self: super: { shorewall = super.callPackage ../pkgs/tools/networking/shorewall {}; })
11 ]*/