mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
home-manager: add lib support for non-flake users (#5429)
This commit is contained in:
parent
7abcf59a36
commit
78576b817f
3 changed files with 51 additions and 50 deletions
|
|
@ -24,6 +24,7 @@ in rec {
|
|||
pkgs.callPackage ./home-manager/install.nix { inherit home-manager; };
|
||||
|
||||
nixos = import ./nixos;
|
||||
lib = import ./lib { inherit (pkgs) lib; };
|
||||
|
||||
inherit path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue