coder-templates/nix/packages/flake.nix

11 lines
179 B
Nix
Raw Permalink Normal View History

2025-11-13 21:47:52 +01:00
{
inputs = {
tofunix-lib.url = "gitlab:TECHNOFAB/tofunix?dir=lib";
};
outputs = i:
i
// {
tofulib = i.tofunix-lib.lib {inherit (i.parent) pkgs;};
};
}