utils/lib/flake.nix
2025-10-04 17:37:55 +02:00

5 lines
48 B
Nix

{
outputs = i: {
lib = import ./.;
};
}