devshell/lib/flake.nix
2025-07-31 12:37:19 +02:00

5 lines
48 B
Nix

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