rose-pine-nix/modules/lib/mkExtLib.nix

2 lines
69 B
Nix
Raw Normal View History

2023-04-17 09:44:07 -07:00
lib: with builtins; lib.extend (self: _: { ctp = import ./. self; })