nixos-config/flake-parts/lib.nix

7 lines
121 B
Nix

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