mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
committed by
Robert Helgesson
parent
5ba71ef91f
commit
0e2858af94
@@ -7,4 +7,6 @@ rec {
|
|||||||
pkgs.callPackage ./home-manager/install.nix { inherit home-manager; };
|
pkgs.callPackage ./home-manager/install.nix { inherit home-manager; };
|
||||||
|
|
||||||
nixos = import ./nixos;
|
nixos = import ./nixos;
|
||||||
|
|
||||||
|
path = ./.;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user