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

Proposal: submit package to be part of nixpkgs #34

Open
idrisr opened this issue Jul 17, 2023 · 1 comment
Open

Proposal: submit package to be part of nixpkgs #34

idrisr opened this issue Jul 17, 2023 · 1 comment

Comments

@idrisr
Copy link

idrisr commented Jul 17, 2023

It would more convenient if this package was part of nixpkgs. Is there any reason not to submit a PR to nixpkgs so that this package is part of the nixpkgs package set?

@bct
Copy link

bct commented Sep 22, 2023

FWIW this works. I put it in an overlay in my home-manager config:

  hoonLanguageServer = let hoonLsp = pkgs.fetchFromGitHub {
      # use bct's fork until https://github.com/urbit/hoon-language-server/pull/31 is merged
      owner  = "bct";
      repo   = "hoon-language-server";
      rev    = "89b2328796d6e1df41ec06534fd4f5b43af7c5a5";
      sha256 = "sha256-RN3dxJhFZeryNtEG9ZUOHziuYffHhUq+x2y+4lHsaYk=";
    };
  in
    pkgs.callPackage "${hoonLsp}/default.nix" {};

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

No branches or pull requests

2 participants