Domen Kožar
Domen Kožar
@rawkode that looks super nice, but I'm concerned that it tries to do too much with things like dependency management. There's also https://bob.build/, but it suffers from the same issue.
https://taskfile.dev/ looks extremely promising!
I've dumped my thoughts what we'd need for devenv.sh at https://github.com/go-task/task/issues/448#issuecomment-2288918354
I'm going to release #1386 soon and I'd like to invite everyone to read through https://github.com/cachix/devenv/issues/1457 for Task Server Protocol and SDK support :heart:
https://devenv.sh/blog/2024/09/24/devenv-12-tasks-for-convergent-configuration-with-nix/
Could you also post the log (can be in private) for the action itself?
@katexochen could you schedule a call via https://cal.com/domenkozar so we look into this?
You can also set a timeout for the step: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes
Waiting for 1.7.1 bump here: https://github.com/NixOS/nixpkgs/pull/291275
@katexochen could you try master, this should be fixed now: ``` - uses: cachix/cachix-action@18cf96c7c98e048e10a83abd92116114cd8504be with: name: edgelesssys installCommand: nix profile install github:cachix/cachix/master --accept-flake-config ```