Add extra nix.conf to consider using cachix in flake#230
Merged
Conversation
Contributor
|
⬢🦭 Staging container-image has been deployed 🚀
This image will be automatically 🤖 removed from ghcr.io 🗑️ if you merged/closed this PR 😌 |
Contributor
|
🤖 removed 🗑️ staging ⬢ from ghcr.io |
kachick
commented
Aug 8, 2025
|
|
||
| RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \ | ||
| --extra-conf "sandbox = false" \ | ||
| --extra-conf "trusted-users = root user" \ |
Owner
Author
There was a problem hiding this comment.
As I understand it, I can't use $username at here 🤔
1 task
Owner
Author
|
Fixed the container workflow in dotfiles repository with this PR. https://github.com/kachick/dotfiles/actions/runs/16825558984/job/47661074028 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging kachick/dotfiles#1235 made much slow to build container in the CI.(8 minutes -> 60 or more minutes)
In my understanding, the container flake definition does not require cachix, however results time-out.
I'm guessing, it came from the specified substituters in flake.nix confirmation in the steps.
If then, I should add extra conf likely kachick/dotfiles@ee8a24d
ref: kachick/dotfiles#754