| 17 Oct 2024 |
| Mic92 changed their display name from Mic92 to Mic3000. | 06:51:17 |
| Mic92 changed their display name from Mic3000 to Mic3000 🌋. | 06:51:46 |
| Mic92 changed their display name from Mic3000 🌋 to Mic92. | 12:22:31 |
| 19 Oct 2024 |
stigo (away) | Started working on a new set of perl updates in the perl-updates branch, currently it removes perl538 and keeps one perl as perl5. This PR will contain a mass updated as well: https://github.com/NixOS/nixpkgs/pull/349743 | 11:27:25 |
stigo (away) | * Started working on a new set of perl updates in the perl-updates branch, currently it removes perl538 and keeps one perl as perl5. This PR will contain a mass update of perlPackages as well: https://github.com/NixOS/nixpkgs/pull/349743 | 11:32:49 |
| 23 Oct 2024 |
| luna-null changed their display name from Autumn to luna-null. | 09:49:13 |
| 25 Oct 2024 |
| lholh joined the room. | 03:54:29 |
| lholh left the room. | 22:42:00 |
| 1 Nov 2024 |
| Toma joined the room. | 20:07:14 |
| 8 Nov 2024 |
| jschvz joined the room. | 02:57:01 |
| 13 Nov 2024 |
| inayet joined the room. | 22:15:17 |
| 20 Nov 2024 |
| inayet removed their profile picture. | 00:59:23 |
| 27 Nov 2024 |
| stigo (away) changed their display name from stigo to stigo (away). | 20:49:35 |
| 1 Dec 2024 |
vcunat | Is there someone who knows/follows Nix::, i.e. the perl bindings for Nix? | 07:59:39 |
vcunat | Apparently <nixpkgs/maintainers/scripts/copy-tarballs.pl> needs some changes to stay compatible with the current default version of Nix. | 08:01:42 |
stigo (away) | Is there an easy way to test/reproduce? | 15:07:39 |
vcunat | I could... deploy it :-D | 15:13:51 |
vcunat | But if you run it now, it should fail on line 25 already. | 15:15:30 |
vcunat | env NIX_PATH=nixpkgs=. ./maintainers/scripts/copy-tarballs.pl
Undefined subroutine &main::isValidPath called at ./maintainers/scripts/copy-tarballs.pl line 25.
| 15:15:51 |
vcunat | Afterwards it deals with AWS a lot, so I think deploying it to infra will be the best way to test in this case. | 15:17:49 |
vcunat | stigo (away): by a quick glance I suspect that we might need some new Nix::Store now and do calls like ->isValidPath(foo) | 15:20:37 |
stigo (away) | I think you are right, looking at tests in CppNix src/perl/t/init.t the usage appears to be something like:
my $s = new Nix::Store("dummy://");
my $res = $s->isValidPath("/nix/store/g1w7hy3qg1w7hy3qg1w7hy3qg1w7hy3q-bar");
| 15:48:25 |