1 2 3 4 5 6 7 8 9
{ pkgs, ... }: rec { # ifd3f/infra wrapFile = name: path: (pkgs.runCommand name { inherit path; } '' cp -r "$path" "$out" ''); }