summaryrefslogtreecommitdiff
path: root/topology.nix
blob: 8830f128c8d832f1f482799724388e52d1556408 (plain)
1
2
3
4
5
6
7
8
inputs: self: pkgs:
import inputs.nix-topology {
  inherit pkgs;
  modules = [
    { inherit (self) nixosConfigurations; }
    (_: { })
  ];
}