home-manager/home-manager
Chris Hodapp 9ab59dd6ac
home-manager: handle args with spaces to doBuildAttr
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
2020-02-24 23:51:36 +01:00
..
completion.bash home-manager: rewrite argument parsing 2019-06-09 22:19:03 +02:00
default.nix home-manager: add Bash completion 2019-06-01 14:00:38 +02:00
home-manager home-manager: handle args with spaces to doBuildAttr 2020-02-24 23:51:36 +01:00
home-manager.nix home-manager: import modules using relative path 2018-12-04 00:39:34 +01:00
install.nix Apply `nixfmt` on many files 2020-02-02 01:07:28 +01:00