1
0
Fork 0
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:
Janik 2025-02-04 22:29:41 +01:00 committed by GitHub
parent 7abcf59a36
commit 78576b817f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}