1
0
Fork 0

Revert "try fixing bump-config script"

This reverts commit b786d551cd.
This commit is contained in:
Malte Brandy 2022-06-06 18:42:39 +02:00
parent 8f81ef6992
commit a4e0102e1a

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", "ssh"]) rawPaths
let wantedPaths :: [Text] = mapMaybe (\x -> foldr (<|>) Nothing $ (\bin -> Text.stripSuffix [i|/#{bin}|] $ toText x) <$> ["git", "tar", "nix-prefetch-url", "gzip"]) rawPaths
in liftTyped wantedPaths
)