mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
c2726860a2
`modulesPath` is usually used with antiquotation (`"${modulesPath}/some-module.nix"`). Since antiquoted paths are copied to the Nix store, one must explicitly do `"${toString modulesPath}/some-module.nix"` to avoid that. Ideally `modulesPath` should be a string to avoid this. Note that `modulesPath` is already defined as a string in <home-manager>/modules/default.nix and <nixpkgs>/nixos/lib/eval-config.nix. |
||
---|---|---|
.. | ||
default.nix |