On 16/02/17 12:28, Freddy Rietdijk wrote: >> src = [ ./subproject-A/schema.sql ./subproject-A/lib ]; > > Each of the files you mentioned here will be stored in a separate store > path. You could write a simple function that takes a list of derivations > and copies the contents of those derivations in a new output.
Or use symlinkJoin, which does that but without the copying. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
