]> Git — Sourcephile - sourcephile-nix.git/blob - network/mermet.nix
nix: revamp the hierarchy
[sourcephile-nix.git] / network / mermet.nix
1 {pkgs, lib, config, ...}:
2 {
3 imports = [
4 mermet/configuration.nix
5 (builtins.toPath ./mermet + "/deployment/" + builtins.getEnv "NIXOPS_DEPLOYMENT" + ".nix")
6 ];
7 }