| 10 Jan 2024 |
SYMYƧ | In reply to @qbit:tapenet.org i think you need --attr signASLbot thanks, I'll give it a shot once I get a chance | 01:46:28 |
SYMYƧ | In reply to @qbit:tapenet.org not sure what lib argument you mean Like from here:
meta = with lib; {
description = "Neutron node";
longDescription = ''
Neutron node to interact with neutron blockchain
'';
homepage = "https://github.com/neutron-org/neutron";
license = licenses.asl20; # Apache license
maintainers = with maintainers; [
pr0n00gler
foxpy
];
platforms = platforms.all;
};
| 01:47:34 |
SYMYƧ | And
1 {·lib↵
2 ,·buildGoModule↵
3 ,·fetchFromGitHub↵
4 }:↵
| 01:48:16 |
SYMYƧ | It's a function argument right? | 01:48:38 |
@qbit:tapenet.org | oh, lib is the "nixpkgs" library | 02:12:15 |
@qbit:tapenet.org | https://teu5us.github.io/nix-lib.html | 02:12:36 |