clan-core/lib/flake-module.nix

6 lines
72 B
Nix

{ lib
, ...
}: {
flake.lib = import ./default.nix { inherit lib; };
}