nixos-config/overlays/default.nix

4 lines
61 B
Nix
Raw Normal View History

{
addition = final: _: import ../pkgs { pkgs = final; };
}