nixible/lib/flake.nix
2025-07-15 21:10:36 +02:00

6 lines
89 B
Nix

{
outputs = {...}: {
lib = import ./.;
flakeModule = ./flakeModule.nix;
};
}