.dotfiles/files/topology/private/flake.nix
Leon Schwarzäugl 04e3bcefc3
Some checks are pending
Build and Deploy / build (push) Waiting to run
Build and Deploy / deploy (push) Blocked by required conditions
Flake check / Check flake (push) Waiting to run
feat: winters <> summers parity
2026-01-10 15:56:09 +01:00

5 lines
131 B
Nix

{
description = "Flake that sets topologyPrivate to true for building topology.";
outputs = _: { topologyPrivate = true; };
}