{ pkgs, ... }: rec { # ifd3f/infra wrapFile = name: path: (pkgs.runCommand name { inherit path; } '' cp -r "$path" "$out" ''); }