Domen Kožar

Results 1246 comments of Domen Kožar

I could use something like https://github.com/marketplace/actions/latest-tag to maintain that automatically

@arianvp I'm not able to reproduce this: ``` $ CACHIX_AUTH_TOKEN=asd CACHIX_SIGNING_KEY=asd /home/ielectric/dev/cachix/cachix/.stack-work/install/x86_64-linux-nix/f728ca01fd05915d3e08efd17654ff72cb71b398ef43ac738cb38d50c4ceab6c/8.10.4/bin/cachix watch-exec cachix nix-build genpaths.nix -- --arg num 1 Watching /nix/store for new store paths ... these derivations will...

https://github.com/niteoweb/nix-docker-base

Hey! This is a bit tricky to implement as it's possible some of the other derivations depends on what you'd like to exclude. When that happens, what would you expect...

That's almost impossible to implement because it's an invariant in Nix that if it can substitute X, it can substitute all dependencies. Same goes for Cachix.

That sounds more like a feature on the server side, so that it's enforced at one place. Do you expect it to error out?

I wonder if deploying the exact same version again fixed the issue.

It's really hard to say, probably the best would be to improve the error message in Nix with information like what keys are present and what key it got from...

I can't think of anything useful, we need to understand what is the state of the Nix config when it decides there are no keys. Maybe you can check nix-daemon...