flakehub-push
flakehub-push copied to clipboard
Release your Nix flake to FlakeHub.com.
## Error Hello, Project: [nix-community/nixvim](https://github.com/nix-community/nixvim). Since [this commit](https://github.com/nix-community/nixvim/commit/245930d735a1fa391837d1fa648cfbfb9faf73f3) which adds a nixos configuration test to our flake's `check`s, the flakehub action fails. ``` Error: 0: Checking flake evaluates 1: Failed...
This is my first time using FlakeHub to publish one of my flakes. The flake itself works fine; I don't know why this error is happening. ## Error ``` Error:...
I believe the problem was resolved by this commit: https://github.com/mirosval/unbound-blocklist/commit/6b86e1ba17f94b953f4acada3788be7aede10a0e I guess I don't need `allSystems` so I've just downgraded to all default systems since it covers my needs. But...
## Error ``` Error: 0: Status 500 Internal Server Error from metadata POST Something went wrong ``` ## Metadata |key|value| |--|--| |**version**|0.1.0| |**os**|linux| |**arch**|x86_64| ## SpanTrace ``` SpanTrace: 0: flakehub_push::cli::push_new_release...
> The hosted runner: GitHub Actions 2 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access...
Are there any plans to be able to use non-github flakes? Currently it seems like the only way to push is using this github action. It seems to use curl...
Currently, flakehub-push only supports pushing pure Nix flakes to FlakeHub. However, there are valid cases for impure flakes, such as those that use devenv. This issue proposes adding a new...
(draft, while I do some extra testing)
A 404 error is being thrown when using the action on ARM for macOS or Linux, e.g. ``` Run DeterminateSystems/flakehub-push@main Downloading flakehub-push for ARM64-Linux Error: HTTPError: Response code 404 (Not...
Fixes: #170