| 9 May 2026 |
Sarah Clark | * I'm sorry that didn't work. Which package are you installing? (I want to check that it's not a problem with the derivation.) | 17:13:23 |
| 10 May 2026 |
René | It's not a public package, I'm trying to set up the CI to my server. The flake builds, runs and tests correctly when you git clone the repo into the server. But if you try to nix profile install, I get this "MySQL not found" error. I even changed the code to not use the socket and instead use TCP and I got ConnectionError {errFunction = "connect", errNumber = 2002, errMessage = "Can't connect to server on '127.0.0.1' (115)"}.
| 12:20:56 |
René | is there an option for nix profile install to skip the checkPhase?
| 12:31:33 |
Sarah Clark | You could try, in your list of packages, foo { overrideAttrs = { doCheck = false; }} where foo is the package name. | 18:48:21 |
| 12 May 2026 |
| Awaiz Azam joined the room. | 00:19:48 |
| 17 May 2026 |
| Lach joined the room. | 03:54:20 |
| fugue joined the room. | 12:04:23 |
| 21 May 2026 |
| Nikolay joined the room. | 04:53:25 |
| 27 May 2026 |
| isabel changed their profile picture. | 21:16:52 |
| 29 May 2026 |
| bigbird99 joined the room. | 22:53:17 |
| 31 May 2026 |
| Vandy Carlos changed their display name from vandycarlos to Vandy arlos. | 22:00:26 |
| Vandy Carlos changed their display name from Vandy arlos to Vandy Carlos. | 22:00:36 |
| 1 Jun 2026 |
| Tanja (she/her) 📞 TNJA (8652) changed their display name from Tanja (she/her) to Tanja (she/her) 📞 TNJA (8652). | 15:31:31 |
| 3 Jun 2026 |
| Yves (she/they) changed their profile picture. | 18:27:31 |
| 7 Jun 2026 |
| @fgrsnau:matrix.org left the room. | 13:42:46 |
René | Hello. I just ran a nix copy of a derivation to my server and it is saying 182GB and counting. But my entire /nix/store is just 50GB. Is the counter just inaccurate?
| 20:06:17 |
| 10 Jun 2026 |
| Tom Oostveen [moved to @tom:toostveen.nl] changed their display name from Tom to Tom Oostveen [moved to @tom:toostveen.nl]. | 16:26:20 |
| 12 Jun 2026 |
René | Hello. I have a flake that has a substituter and the corresponding public key in it. When installing this flake, I get a warning saying that the substituter was ignored because the key is not in "trusted-public-keys", even though it's in the "extra-trusted-public-keys" in the flake. So instead of downloading from the cache, it rebuilds. What am I doing wrong?
| 15:49:25 |
Sarah Clark | "Trusted keys" can't be supplied by the thing that's asking for the trust. You'll have to set this higher-up in the hierarchy (e.g. the configuration for your machine) | 17:37:27 |
René | I have set it on the /etc/nix/nix.conf and the ~/.conf/nix/nix.conf. The only thing I can find is that when checking the .narinfo via curl, it only shows one signature that is not the signature from the binary cache. When I log in the binary cache server and use nix-tree on this package, I can see both signatures
| 17:50:57 |
René | I updated my nix-serve on the cache, now curl shows both signatures. But installing the flake still gives the same issue
| 18:29:50 |
Sarah Clark | Did you restart nix-demon and/or reboot? | 20:04:00 |
| 13 Jun 2026 |
René | In reply to @sarahec:matrix.org Did you restart nix-demon and/or reboot? Yes | 01:31:44 |
| debtquity set a profile picture. | 03:23:03 |
| @42willow:matrix.org left the room. | 06:23:27 |
| @aahntwgk:unredacted.org joined the room. | 17:34:05 |
| @aahntwgk:unredacted.org left the room. | 17:41:02 |
Sarah Clark | Hang on a minute, arte you using ncps? And is the flake using cachix? If so, there's a known bug https://github.com/kalbasit/ncps/issues/1329 | 18:41:19 |
Sarah Clark | * Hang on a minute, are you using ncps? And is the flake using cachix? If so, there's a known bug https://github.com/kalbasit/ncps/issues/1329 | 18:41:30 |
René | I'm not using these, it's my own cache running nix-serve-ng | 19:38:10 |