You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bump reflex-platform which, notably, bumps nixpkgs to 19.09. (#585)
Add new thunk loader for Git repositories that supports file:// Git remotes and supports private repositories via builtins.fetchGit for private repositories (when the git.json file specifies "private": true). (#594)
Add a new thunk loader for GitHub repositories that uses builtins.fetchTarball for public repositories to increase loader performance and uses fetchFromGitHub for private repositories (when the github.json file specifies "private": true). Note that fetchFromGitHub requires some Nix configuration for the Nix builder to access the repository. If ob thunk pack fails in this case, use -v to see Nix's helpful message. (#594)
Add --public/--private options to ob thunk pack to specify if a repository should be treated as a public or private. (#594)
Improve error messaging when a dependency doesn't have the expected .cabal or package.yaml file. (#597)