ark/pkgs/default.nix

6 lines
161 B
Nix
Raw Normal View History

final: prev: {
# keep sources this first
2022-02-18 20:31:01 +03:00
sources = prev.callPackage (import ./_sources/generated.nix) {};
# then, call packages with `final.callPackage`
}