nix2lua/flake.nix

6 lines
71 B
Nix
Raw Normal View History

2022-11-18 02:36:55 +03:00
{
inputs = { };
2022-11-18 02:36:55 +03:00
outputs = { ... }: { lib = import ./lib.nix; };
2022-11-18 02:36:55 +03:00
}