We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure if I'm missing something, but I can't seem to find anywhere where cachix is included in the nixos configurations.
Building a host with devos should have the cachix binary caches included.
Cachix is available in the cachix folder, but isn't wired up to be a part of the host.
import cachix.nix somewhere in hosts/default.nix
cachix.nix
hosts/default.nix
This could be intentional, I'm not sure but I can't find a reason for why it was removed.
The text was updated successfully, but these errors were encountered:
must've been removed by mistake, definitely not intentional.
Sorry, something went wrong.
4dcf191
Successfully merging a pull request may close this issue.
I'm not sure if I'm missing something, but I can't seem to find anywhere where cachix is included in the nixos configurations.
Expected Behavior
Building a host with devos should have the cachix binary caches included.
Current Behavior
Cachix is available in the cachix folder, but isn't wired up to be a part of the host.
Possible Solution
import
cachix.nix
somewhere inhosts/default.nix
Context
This could be intentional, I'm not sure but I can't find a reason for why it was removed.
The text was updated successfully, but these errors were encountered: