.dotfiles/install/flake.nix
2026-01-05 04:26:48 +01:00

7 lines
221 B
Nix

{
description = "Minimal installer flake - automatically generated by SwarselSystems.org";
inputs.swarsel.url = "./..";
outputs = { swarsel, ... }: { nixosConfigurations = swarsel.nixosConfigurationsMinimal; };
}