26 Feb 2025 |
| Room Avatar Renderer. | 21:06:12 |
stigo | Hm... low res camel, weird | 21:11:24 |
| Room Avatar Renderer. | 21:18:14 |
stigo | Ah, high-res camel :D | 21:18:25 |
5 Mar 2025 |
| loudgolem joined the room. | 02:40:49 |
14 Mar 2025 |
| ehuelsmann joined the room. | 09:29:32 |
4 Apr 2025 |
| @qbit:tapenet.org left the room. | 15:55:53 |
5 Apr 2025 |
| @tinybronca:sibnsk.net left the room. | 15:44:33 |
14 Apr 2025 |
| Skye Soss joined the room. | 15:40:18 |
7 May 2025 |
| Skye Soss left the room. | 20:58:44 |
26 May 2025 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) joined the room. | 20:24:41 |
1 Jun 2025 |
hexa | stigo et al https://github.com/NixOS/org/issues/118#issuecomment-2927450796 | 15:57:04 |
| Sean Thawe joined the room. | 23:38:47 |
7 Jun 2025 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) left the room. | 22:00:03 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) joined the room. | 22:56:54 |
9 Jun 2025 |
| SigmaSquadron joined the room. | 13:05:22 |
24 Jun 2025 |
| sielicki joined the room. | 22:10:26 |
5 Jul 2025 |
| John joined the room. | 00:24:34 |
3 Aug 2023 |
| Christina Sørensen joined the room. | 06:12:03 |
12 Aug 2023 |
| Federico Damián Schonborn joined the room. | 01:34:20 |
13 Aug 2023 |
| nevoyu joined the room. | 01:25:04 |
15 Aug 2023 |
| Christina Sørensen changed their profile picture. | 14:57:49 |
| nevoyu left the room. | 19:34:14 |
18 Aug 2023 |
@qbit:tapenet.org | oh heck, seems things with env broke in rex | 20:41:24 |
@qbit:tapenet.org | qbit@europa[130]:~/src/nixpkgs(master)% nix-build -A rex
/nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3
qbit@europa[0]:~/src/nixpkgs(master)% /nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3/bin/rex
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: ‘perl -I/nix/store/adxhdi3zxj21j6ibwidd7pm2vs929wpr-perl5.38.0-Parallel-ForkManager-2.02/lib/perl5/site_perl -I/nix/store/qs5klz00b3rqmz727bl2xb4gv4dk2fc1-perl5.38.0-Moo-2.004004/lib/perl5’: No such file or directory
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
| 20:41:47 |
@qbit:tapenet.org | any pointers? | 20:42:07 |
20 Aug 2023 |
Artturin | In reply to @qbit:tapenet.org
qbit@europa[130]:~/src/nixpkgs(master)% nix-build -A rex
/nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3
qbit@europa[0]:~/src/nixpkgs(master)% /nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3/bin/rex
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: ‘perl -I/nix/store/adxhdi3zxj21j6ibwidd7pm2vs929wpr-perl5.38.0-Parallel-ForkManager-2.02/lib/perl5/site_perl -I/nix/store/qs5klz00b3rqmz727bl2xb4gv4dk2fc1-perl5.38.0-Moo-2.004004/lib/perl5’: No such file or directory
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
if anyone else was thinking that one of the dirs doesn't exist, i checked and they all do
$ for dir in $(cat result/bin/rex | head -1 | sd -- ' -I' '\n' | tail -n+2); do [[ -d "$dir" ]] || echo "$dir"; done
$ echo $?
0
| 08:55:18 |
Artturin | In reply to @qbit:tapenet.org
qbit@europa[130]:~/src/nixpkgs(master)% nix-build -A rex
/nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3
qbit@europa[0]:~/src/nixpkgs(master)% /nix/store/mc2c1bdk4nijn2a5s785ipys9s2vl57b-perl5.38.0-Rex-1.14.3/bin/rex
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: ‘perl -I/nix/store/adxhdi3zxj21j6ibwidd7pm2vs929wpr-perl5.38.0-Parallel-ForkManager-2.02/lib/perl5/site_perl -I/nix/store/qs5klz00b3rqmz727bl2xb4gv4dk2fc1-perl5.38.0-Moo-2.004004/lib/perl5’: No such file or directory
/nix/store/8fdd0nqajq5sk1m6p4qnn0z0j9d7n3q5-coreutils-9.3/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
the bin/env think the -I flags are for it | 08:59:21 |
@qbit:tapenet.org | i don't know - i didn't do anything that would have changed it from the previous release | 11:39:39 |
@qbit:tapenet.org | not even sure it was the update that broke it - i am 89% sure i tested runtime | 11:40:20 |