.dotfiles/install/flake.nix
2025-12-19 17:42:16 +01:00

7 lines
221 B
Nix

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