mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
home-manager: add lib support for non-flake users (#5429)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user