emmanuelrosa / erosanix

My main NixOS/Nix Flakes repository
MIT License
78 stars 4 forks source link

mkWindowsApp - fileMapDuringAppInstall does not work #3

Open emmanuelrosa opened 1 year ago

emmanuelrosa commented 1 year ago

The fileMapDuringAppInstall attribute is supposed to mount the fileMap during the app install phase, but it doesn't work properly because file mapping never applies when the source and destination don't exist, which is the use-case for fileMapDuringAppInstall.

In the mean time, don't use the attribute.