Ivan Petkov

Results 18 issues of Ivan Petkov

My use case is I have a cachix cache which is set to _not_ cache anything already present in cache.nixos.org. In my builds I'd like for the magic-cache to only...

It would be nice to support the `--reference-lock-file` functionality of the regular `nix` CLI for even better drop-in replacement, though I suppose https://github.com/nix-community/nix-eval-jobs/pull/210 would need to land first

The current devour-flake build script is hostile to performing incremental CI builds because building the top level derivation requires fully downloading all derivations from the flake (if there are many...

## Error https://github.com/ipetkov/crane/actions/runs/12098492773/job/33735063127 ``` Error: 0: failed to evaluate all system attrs of the flake 1: Failed to execute command `nix flake show --all-systems --json --no-write-lock-file /nix/store/sbcvc2f9ys9j92nvxvscb6wqmghs0511-source` with status 1...

Constructing a new stream internally will produce a boxed stream, except the type signatures were written as returning `impl Stream` which requires calling `.boxed()` another time (when implementing `Executor`) to...

Instead, resolve all fields fully and collect the errors in the context. This allows the request to return partial data (and multiple errors) as allowed by the GraphQL spec without...

Otherwise using interface derives will fail in modules/crates built with `#[deny(missing_docs)]`

Sometimes it can be useful to access the global data registered in a Schema (via SchemaBuilder) to compute some data to be inserted in a Request before processing it. This...