1
0
Fork 0

Revert "Revert "try fixing bump-config script""

This reverts commit a4e0102e1a.
This commit is contained in:
Malte Brandy 2022-06-06 19:08:27 +02:00
parent 59f25b432c
commit e48da84900

View file

@ -22,7 +22,7 @@ load Absolute ["git", "niv"]
paths :: [Text]
paths =
$$( bindCode (runIO pathBinsAbs) \rawPaths ->
let wantedPaths :: [Text] = mapMaybe (\x -> foldr (<|>) Nothing $ (\bin -> Text.stripSuffix [i|/#{bin}|] $ toText x) <$> ["git", "tar", "nix-prefetch-url", "gzip"]) rawPaths
let wantedPaths :: [Text] = mapMaybe (\x -> foldr (<|>) Nothing $ (\bin -> Text.stripSuffix [i|/#{bin}|] $ toText x) <$> ["git", "tar", "nix-prefetch-url", "gzip", "ssh"]) rawPaths
in liftTyped wantedPaths
)