| 5 Jan 2024 |
@qbit:tapenet.org | when you build it nix-build -A neutrond from in nixpkgs - then there will be a result dir that you can run it from | 17:48:04 |
@faust403:matrix.org | I think they came from buildGoModule | 17:48:10 |
@qbit:tapenet.org | no, your nix-env command is doing something dumb | 17:48:17 |
K900 | nix-env -i . is absolutely the wrong thing | 17:48:12 |
K900 | You just tried to install every package with a dot in its name | 17:48:20 |
@qbit:tapenet.org | like installing everything | 17:48:22 |
@qbit:tapenet.org | heh | 17:48:36 |
@faust403:matrix.org | Oh, sorry, I'm new in nix | 17:49:10 |
@qbit:tapenet.org | i would avoid using nix-env | 17:49:25 |
@faust403:matrix.org | Then it's enough to have <drv>/bin dir to see it in path ? | 17:49:42 |
@qbit:tapenet.org | you need to either add it to nixpkgs or your configuration if you want it to be persistent | 17:50:05 |
@faust403:matrix.org | In reply to @qbit:tapenet.org i would avoid using nix-env And me using it's everywhere, heh | 17:50:07 |
@qbit:tapenet.org | otherwise it will get GCd | 17:50:31 |