utils/lib/flake.nix

6 lines
48 B
Nix
Raw Normal View History

2025-10-04 17:32:44 +02:00
{
outputs = i: {
lib = import ./.;
};
}