mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
5 lines
131 B
Nix
5 lines
131 B
Nix
{
|
|
description = "Flake that sets topologyPrivate to true for building topology.";
|
|
|
|
outputs = _: { topologyPrivate = true; };
|
|
}
|