nixfleet/pkgs/default.nix
2021-10-14 11:21:27 +02:00

6 lines
217 B
Nix

final: prev: {
# keep sources this first
sources = prev.callPackage (import ./_sources/generated.nix) { };
customEmacs = prev.callPackage (import ./emacs) { };
# then, call packages with `final.callPackage`
}