mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
lorri: fix missing makeSearchPath (#6875)
This commit is contained in:
@@ -66,7 +66,7 @@ in
|
||||
let
|
||||
path =
|
||||
with pkgs;
|
||||
makeSearchPath "bin" [
|
||||
lib.makeSearchPath "bin" [
|
||||
cfg.nixPackage
|
||||
gitMinimal
|
||||
gnutar
|
||||
|
||||
Reference in New Issue
Block a user