mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
Add path attribute to root default.nix
This makes it possible to refer to the path of Home Manager when you just have a Nix expression, not the actual source. Some things run import on a source and just give access to the result of the import, not the source. PR #1259
This commit is contained in:
parent
5ba71ef91f
commit
0e2858af94
1 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,6 @@ rec {
|
|||
pkgs.callPackage ./home-manager/install.nix { inherit home-manager; };
|
||||
|
||||
nixos = import ./nixos;
|
||||
|
||||
path = ./.;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue