Michael Schneider

Results 6 issues of Michael Schneider

Hi Domen, our CI is occasionally hitting the following error after executing `cachix use`. ``` cachix use $CACHIX_CACHE_NAME cachix: ConnectionError (HttpExceptionRequest Request { host = "cachix.org" port = 443 secure...

This MR contains a new `InfoMod` that allows to specify a version which can be requested with `-v` or `--version`. Open questions: - Is `version` a too generic name? Maybe...

Work done: - Added haskell/stack multiproject example To undraft: - Add haskell discoverer Fixes https://github.com/nix-community/dream2nix/issues/179

Not sure if this library is still maintained... This MR replaces the `ToJson, FromJson` requirement for the `WebSocketConduit` with [WebSocketsData](https://hackage.haskell.org/package/websockets-0.12.7.3/docs/Network-WebSockets.html#t:WebSocketsData) instead. This is a breaking change. Old code probably wont...

Some old WIP that we had lying around. TODO: - Clarify what this does - add haddock

This action requires the `node` binary however its never installed. When running on self hosted runners this gives an error: ``` Run DeterminateSystems/update-flake-lock@v24 Run echo "GIT_AUTHOR_NAME=github-actions[bot]" >> $GITHUB_ENV Run node...