devshell/lib/flake.nix

6 lines
48 B
Nix
Raw Normal View History

2025-07-31 12:37:19 +02:00
{
outputs = i: {
lib = import ./.;
};
}