mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
home-manger: fix runtime closure (#5174)
Without this fix a `nix-buid . -A home-manager` would successfully create a `home-manager`. And one could use the included binary until the next garbage collection, after that it would fail with an error that it can not find the `home-manager` sources. Similarily a `nix-copy-closure`d `home-manager` would fail with the same error on the copies target machine. This problem existed on both, the flake as well as the non-flake build of `home-manager`.
This commit is contained in:
Reference in New Issue
Block a user