mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-11-10 13:24:58 +03:00
fix lookupAttrPath
This commit is contained in:
parent
f4630c3b9e
commit
e0b73b8b95
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user