Skip to content
New issue

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

Add nix flake #183

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add nix flake #183

wants to merge 2 commits into from

Conversation

Yappaholic
Copy link

Right now there is no package for Onyx in nixpkgs, so it would be nice to at least have a flake you can use from the main repository.

There is still an option to install Onyx in $HOME/.onyx, but it is not the nix way.

The only thing that can cause trouble is setting up ONYX_PATH, but it can be done with next steps:

# This command returns onyx path in nix-store
nix-store -r $(which onyx)
# Then you can set ONYX_PATH with
export ONYX_PATH=path_to_nix_store 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant