mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 08:46:54 +00:00
home-manager: import modules using relative path
(cherry picked from commit 30f3baabaf
)
This commit is contained in:
parent
63668b2172
commit
88c681606b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ with pkgs.lib;
|
|||
|
||||
let
|
||||
|
||||
env = import <home-manager/modules> {
|
||||
env = import ../modules {
|
||||
configuration =
|
||||
if confAttr == ""
|
||||
then confPath
|
||||
|
|
Loading…
Add table
Reference in a new issue