pub-solar-os/pkgs/default.nix

6 lines
162 B
Nix
Raw Normal View History

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