devshell/lib/flake.nix

5 lines
49 B
Nix

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