You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is dangerous because in some cases the entire directory would be copied into the Nix store. This is not only problematic because the store is world-readable, this can also slow down evaluation significantly.
In other words, I'd expect to get WorkingDirectory = "/var/lib/foo"; given the config above.
The text was updated successfully, but these errors were encountered:
Given the following configuration:
the Nix configuration will look like this:
This is dangerous because in some cases the entire directory would be copied into the Nix store. This is not only problematic because the store is world-readable, this can also slow down evaluation significantly.
In other words, I'd expect to get
WorkingDirectory = "/var/lib/foo";
given the config above.The text was updated successfully, but these errors were encountered: