-
-
Notifications
You must be signed in to change notification settings - Fork 50
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 to Nixpkgs #2
Comments
I added comma to my NUR repo nur.repos.xe. You can install it by adding it to your {
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
environment.systemPackages = [ pkgs.nur.repos.xe.comma ];
} Or in a user account by adding this to your {
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
} And then running |
This tool is great. |
Looks like this can be closed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way we could get this added to Nixpkgs? Doing so would greatly simplify the installation/setup/upgrade process.
The text was updated successfully, but these errors were encountered: