summaryrefslogtreecommitdiff
path: root/systems/nixinate.nix
blob: 5f1c66fd2e7b039c40526d69d78650c489c9fd38 (plain)
1
2
3
4
5
6
7
8
9
{
  inputs,
  self,
  ...
}: {
  perSystem = {system, ...}: {
    apps = (inputs.nixinate.nixinate.${system} self).nixinate;
  };
}