You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not interested in providing and later maintaining support for channels, as they add even more impurity that I will later have to troubleshoot when users show up with unreproducible issues.
If you really want to try, then import <chaotic-nyx>/overlays instead, you'll need to provide something like flakes' inputs to it. E.g.,
Also, using archive/master.tar.gz is wrong, we don't have a cache for our main branch, only nyxpkgs-unstable is guaranteed to have everything cached, and only for the nixpkgs' commit we're pinning in our flake.lock.
I will not support channels, but I accept PRs for other flakes-like pinning+purity solutions.
What happens?
chaotic-nyx cannot be used with channels. Trying to
import <chaotic-nyx> {}
givers error:What is expected to happen?
It should be possible to import chaotic-nyx with channels.
If possible, please attach logs
No response
More information
Channel can be added with
nix-channel --add https://github.com/chaotic-cx/nyx/archive/master.tar.gz chaotic-nyx
.The text was updated successfully, but these errors were encountered: