| 5 Jan 2024 |
Vladislav Vasilev | This one who starts with R building with error | 17:43:08 |
Vladislav Vasilev | I have no any idea now how to install it | 17:43:28 |
Vladislav Vasilev | ahahhaha i love go | 17:43:30 |
Vladislav Vasilev |  Download image.png | 17:43:35 |
@qbit:tapenet.org | what are you trying to install? | 17:43:45 |
Vladislav Vasilev | This package | 17:43:54 |
Vladislav Vasilev | nix-env -i . | 17:43:57 |
@qbit:tapenet.org | from nixpkgs? | 17:44:20 |
Vladislav Vasilev | No, local | 17:44:28 |
@qbit:tapenet.org | include the package derivation in your configuration.nix then | 17:44:40 |
@qbit:tapenet.org | and add it to the systempackages | 17:44:53 |
Vladislav Vasilev | you mean add it to /etc/nixos/configuration.nix ? | 17:46:10 |
Vladislav Vasilev | I didn't got it | 17:46:18 |
Vladislav Vasilev | If someone will want to install this package - this man should do the same steps? | 17:47:05 |
@qbit:tapenet.org | if you want someone else to be able to install it - upstream it to nixpkgs :P | 17:47:23 |
Vladislav Vasilev | But it installing strange deps which ones even doesn't building | 17:47:59 |
@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 |
Vladislav Vasilev | 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 |
Vladislav Vasilev | Oh, sorry, I'm new in nix | 17:49:10 |
@qbit:tapenet.org | i would avoid using nix-env | 17:49:25 |
Vladislav Vasilev | 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 |
Vladislav Vasilev | 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 |
Vladislav Vasilev | In reply to @k900:0upti.me You just tried to install every package with a dot in its name How can I install it from local source otherwise? | 17:55:08 |