fix lookupAttrPath

This commit is contained in:
Ryan Mulligan 2018-09-20 16:31:03 -07:00
parent f4630c3b9e
commit e0b73b8b95

View File

@ -76,7 +76,7 @@ lookupAttrPath updateEnv =
"--attr-path"
"--arg"
"config"
"'{ allowBroken = true; allowUnfree = true; allowAliases = false; }'" &
"{ allowBroken = true; allowUnfree = true; allowAliases = false; }" &
(fmap (head . T.words . head . T.lines) >>>
shE >>>
rewriteError "nix-env -q failed to find package name with old version")