1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-25 00:55:08 +03:00
digga/examples/devos/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`
}