Skip to content

Commit

Permalink
neuron-notes: create a top-level attribute for haskellPackages.neuron
Browse files Browse the repository at this point in the history
The obvious choice, "neuron", is already taken by a python package, so I called
it "neuron-notes" instead. If anyone has a better suggestion how to call this
entry, please let me know.
  • Loading branch information
peti committed Jul 25, 2020
1 parent 45e2ff3 commit 9f77120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5535,6 +5535,8 @@ in

ngrep = callPackage ../tools/networking/ngrep { };

neuron-notes = haskell.lib.justStaticExecutables (haskell.lib.generateOptparseApplicativeCompletion "neuron" haskellPackages.neuron);

ngrok = ngrok-2;

ngrok-2 = callPackage ../tools/networking/ngrok-2 { };
Expand Down

0 comments on commit 9f77120

Please sign in to comment.