.dotfiles/install/flake.nix
2025-07-05 03:07:08 +02:00

7 lines
199 B
Nix

{
description = "Minimal installer flake - not to be used manually";
inputs.swarsel.url = "./..";
outputs = { swarsel, ... }: { nixosConfigurations = swarsel.nixosConfigurationsMinimal; };
}