nix/lib/default.nix: reorder

This commit is contained in:
Astro 2021-03-20 02:30:48 +01:00
parent 3aedafe119
commit 84723105f3
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ in
{
config = import ./config { inherit self pkgs gpgKey; };
expandSaltTemplate = import ./salt-support/expand-template.nix { inherit pkgs; };
saltPillarFor = import ./salt-support/salt-pillar.nix {
inherit pkgs gpgKey;
};
expandSaltTemplate = import ./salt-support/expand-template.nix { inherit pkgs; };
netmasks = import ./netmasks.nix;
subnet = import ./subnet { inherit pkgs; };