mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-11-10 13:24:58 +03:00
add logging to debug cachix issue
This commit is contained in:
parent
07aaa9f5bc
commit
8f5a03fe35
@ -193,6 +193,7 @@ updatePackage log updateEnv = do
|
||||
(T.strip <$>
|
||||
(cmd "readlink" "./result" `orElse` cmd "readlink" "./result-bin")) `orElse`
|
||||
errorExit "Could not find result link."
|
||||
log ("cachix " <> result)
|
||||
cachix result
|
||||
resultCheckReport <-
|
||||
case Blacklist.checkResult (packageName updateEnv) of
|
||||
|
Loading…
Reference in New Issue
Block a user