nixos-config/flake-parts/lib.nix

4 lines
82 B
Nix

{ self, inputs, ... }:
{
flake.lib = import "${self}/lib" inputs.nixpkgs.lib;
}