text.nix/flake.nix
2025-07-06 05:06:37 +08:00

3 lines
66 B
Nix

{
outputs = inputs: { flakeModules.default = ./module.nix; };
}