home-manager: add lib support for non-flake users (#5429)

This commit is contained in:
Janik
2025-02-04 22:29:41 +01:00
committed by GitHub
parent 7abcf59a36
commit 78576b817f
3 changed files with 51 additions and 50 deletions

View File

@@ -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;
}