summary refs log tree commit diff
path: root/flake.nix
blob: 0a1e899aef7404e17e6cfec7489155bf39ee07e4 (plain)
1
2
3
4
5
{
  outputs = { self }: {
    nixosModule = import ./module.nix;
  };
}