mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
9ab59dd6ac
Presently, if you pass an argument with spaces in it to `doBuildAttr`, it will be split it into multiple arguments to `nix build` or `nix-build`. This situation arises, for example, on systems with spaces in `XDG_DATA_HOME`. Specifically, the `home-manager` script errors out in trying to address the `read-news` state file. With this change, argument separation should be preserved properly in `doBuildAttr`. PR #1044 |
||
---|---|---|
.. | ||
completion.bash | ||
default.nix | ||
home-manager | ||
home-manager.nix | ||
install.nix |