neuron-notes: create a top-level attribute for haskellPackages.neuron

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.

+2
+2
pkgs/top-level/all-packages.nix
··· 5535 5535 5536 5536 ngrep = callPackage ../tools/networking/ngrep { }; 5537 5537 5538 + neuron-notes = haskell.lib.justStaticExecutables (haskell.lib.generateOptparseApplicativeCompletion "neuron" haskellPackages.neuron); 5539 + 5538 5540 ngrok = ngrok-2; 5539 5541 5540 5542 ngrok-2 = callPackage ../tools/networking/ngrok-2 { };