nixos-config/flake-parts/lib.nix

4 lines
83 B
Nix

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