clan-core/lib/flake-module.nix

6 lines
72 B
Nix
Raw Normal View History

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