infra/module/system/flake-output.nix
2025-12-01 13:23:24 +07:00

9 lines
No EOL
189 B
Nix

{ lib, ... }:
{
flake-file = {
outputs = lib.mkForce ''
inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
(inputs.import-tree [./module ./puter])
'';
};
}