Sender | Message | Time |
---|---|---|
5 Jan 2024 | ||
if you want it installed and usable across reboots / nixos rebuilds you must put it in your configuration.nix or nixpkgs upstream | 18:00:53 | |
So, and how paths are adding to PATH ? I have no custom installation phase, hovewer, I can see neutrond drv in /nix/store. How to add it to shell ? | 18:10:57 | |
* So, and how paths are adding to PATH when shell launching ? I have no custom installation phase, hovewer, I can see neutrond drv in /nix/store. How to add it to shell ? | 18:11:08 | |
* So, and how paths are adding to PATH when shell launching ? I have no custom installation phase, hovewer, I can see neutrond drv in /nix/store. How to add it's bin to shell ? | 18:11:18 | |
Probably add it to buildInputs | 18:12:55 | |
Yep, one moment | 18:12:58 | |
no | 18:13:07 | |
https://jorel.dev/NixOS4Noobs/installingprogs.html | 18:14:02 | |
environment.systemPackages | 18:14:30 | |
anyway I did this, but I don't think it's a good solution even for a temporary package
| 18:19:22 | |
* anyway I did this, but I don't think it's a good solution even for a temporary shell
| 18:19:32 | |
* anyway I did this, but I don't think it's a good solution even for a temporary shell
| 18:20:09 | |
6 Jan 2024 | ||
14:00:01 | ||
7 Jan 2024 | ||
https://github.com/NixOS/nixpkgs/pull/276685 https://github.com/NixOS/nixpkgs/pull/278115 | 09:31:18 | |
8 Jan 2024 | ||
https://github.com/NixOS/nixpkgs/pull/279391 | 07:47:28 | |
9 Jan 2024 | ||
Hi folks, I am trying to understand how to actually build a module with buildGoModule. I have tried, for example:
| 23:55:11 | |
where shell.nix is:
| 23:55:53 | |
( That's not the right info for my repo, but I haven't gotten to that step yet, because I can't get the build to even start. I assume I'm doing something wrong with the '<nixpkgs>' part, trying to build all of nixpkgs or something, but I don't know what I need to supply it with instead ) | 23:58:22 | |
10 Jan 2024 | ||
And what exactly is the lib argument suppose to be? | 00:03:24 | |
i think you need --attr signASLbot | 01:05:30 | |
not sure what lib argument you mean | 01:05:46 | |
In reply to @qbit:tapenet.orgthanks, I'll give it a shot once I get a chance | 01:46:28 | |
In reply to @qbit:tapenet.org Like from here:
| 01:47:34 | |
And
| 01:48:16 | |
It's a function argument right? | 01:48:38 | |
oh, lib is the "nixpkgs" library | 02:12:15 | |
https://teu5us.github.io/nix-lib.html | 02:12:36 | |
the "with lib" is effectively exposing the stuff in lib to the attrs that follow - so you don't have to type lib.maintainers.foxpy or lib.licenses.... | 02:13:53 | |
Ohhhhh okay thank you!! | 02:15:37 | |
np | 02:16:25 |