| 9 Feb 2025 |
| sinan changed their profile picture. | 15:41:40 |
| @tired:fairydust.space left the room. | 22:50:19 |
| 10 Feb 2025 |
| stigo joined the room. | 09:04:54 |
| 11 Feb 2025 |
| steliyan joined the room. | 07:45:12 |
Roberto Abdelkader Martínez Pérez | When using the nix-community buildbot, are all built derivations, including those created for pull requests, pushed to the Cachix cache? | 22:29:30 |
Gaétan Lepage | In theory yes | 22:31:50 |
Roberto Abdelkader Martínez Pérez | Thanks for clarifying, Gaétan. Is there a way to check what is in the Cachix cache? | 22:39:46 |
Gaétan Lepage | Maybe with nix path-info... But I've never tried it myself | 22:50:30 |
magic_rb | In reply to @nilp0inter2k6:matrix.org Thanks for clarifying, Gaétan. Is there a way to check what is in the Cachix cache? Yeah nix path-info --store https://whatever.org /nix/store/abcdefgh-hello iirc | 23:12:55 |
Roberto Abdelkader Martínez Pérez | awesome, thanks! | 23:14:02 |
magic_rb | Dont say "awesome" until it works :D | 23:14:22 |
magic_rb | Id advice you add a few -v to the command and also -o negative-nar-cache-ttl 0 to disable the negative nar cache and if you get a signature error, but then sign the path, nix wont realize and there is no way to clear the signature cache nicely, only way is to rm -rf ~/.cache/nix (hope i got the path right) | 23:15:50 |
magic_rb | I spent the last week debugging my own binary caches so i know some stuff about this cursed system | 23:16:12 |
magic_rb | * Id advise you add a few -v to the command and also -o negative-nar-cache-ttl 0 to disable the negative nar cache and if you get a signature error, but then sign the path, nix wont realize and there is no way to clear the signature cache nicely, only way is to rm -rf ~/.cache/nix (hope i got the path right) | 23:16:29 |
| 12 Feb 2025 |
| arcayr joined the room. | 02:51:09 |
| Kira changed their display name from kira to Kira. | 19:59:43 |
| 13 Feb 2025 |
| Rohit Singh joined the room. | 04:56:57 |
| getpsyched joined the room. | 04:58:17 |
| connor (burnt/out) (UTC-8) changed their display name from connor (he/him) (UTC-7) to connor (he/him) (UTC-8). | 06:59:19 |
@brian:bmcgee.ie | I lost at a couple of hours once to the negative nar cache. I didn't know it existed.... tables were flipped | 09:05:27 |
@brian:bmcgee.ie | --refresh is your friend | 09:05:46 |
Perchun Pak [don't ping; dm instead] | I used nix build --dry-run? | 14:48:13 |
| 14 Feb 2025 |
| sinan changed their profile picture. | 12:15:49 |
| 15 Feb 2025 |
| BenjB83 joined the room. | 10:17:15 |
| BenjB83 changed their display name from Benjamín Buske to BenjB83. | 10:43:25 |
| 16 Feb 2025 |
| KristijanZic joined the room. | 01:04:54 |
| @hoilc:gitter.im joined the room. | 19:59:22 |
| 18 Feb 2025 |
Danila Danko | Hi! I tried to release the GH action, but got this: Error: Unexpected 403 Forbidden response from manifest upload. Errors: DENIED - action package publishing is not enabled for this repository
https://github.com/nix-community/cache-nix-action/actions/runs/13401382012/job/37432798979#step:3:23
Please enable publishing actions for this repo.
| 22:45:42 |
zowoq |
https://github.com/actions/publish-immutable-action This action is not ready for public use. It is part of an upcoming public roadmap item (see GitHub Actions: Immutable actions publishing). Attempts to use this action to upload an OCI artifact will not work until this feature has been fully released to the public. Please do not attempt to use it until that time.
| 23:15:19 |
| 19 Feb 2025 |
Danila Danko | zowoq, thanks! I disabled the workflow that used this action, so everything is OK. | 00:00:18 |