dragnpkgs/lib/overlay.nix

4 lines
89 B
Nix

final: prev: {
licenses = prev.licenses // { fyptl = import ./licenses/fyptl.nix; };
}