dotfiles/lib-nix/default.nix

5 lines
98 B
Nix

{pkgs, lib, ...}@flake_import:
{
fromYaml = import ./fromYaml/fromYaml.nix {inherit lib;};
}