31 May 2021 |
| ash (it/its) 🏳️⚧️ changed their display name from ash to ashkitten (it/its) 🏳️⚧️. | 03:56:48 |
| siraben joined the room. | 07:52:15 |
| [0x4A6F] changed their display name from [0x4A6F] to 0x4A6F. | 08:24:01 |
1 Jun 2021 |
| [0x4A6F] changed their display name from 0x4A6F to [0x4A6F]. | 06:35:32 |
| Edward Tjörnhammar joined the room. | 19:51:19 |
| ky0ko joined the room. | 19:53:10 |
5 Jun 2021 |
| pasukon joined the room. | 00:24:54 |
| ris_ joined the room. | 00:25:08 |
| Church joined the room. | 00:32:35 |
6 Jun 2021 |
| Gytis Ivaskevicius left the room. | 22:30:25 |
| Gytis Ivaskevicius joined the room. | 22:31:00 |
7 Jun 2021 |
| Gytis Ivaskevicius left the room. | 16:17:33 |
| Gytis Ivaskevicius joined the room. | 16:17:51 |
8 Jun 2021 |
| Julian Stecklina joined the room. | 08:42:36 |
14 Jun 2021 |
| Dandellion changed their profile picture. | 14:48:59 |
15 Jun 2021 |
| hax404 joined the room. | 22:10:03 |
16 Jun 2021 |
sterni | Alyssa Ross: predicate support would be great actually, then you'd also be able to do stuff like unSupported = platform: platform.libc != "glibc"; which is also kind of a common problem | 21:10:44 |
sterni | * Alyssa Ross: predicate support would be great actually, then you'd also be able to do stuff like unsupported = platform: platform.libc != "glibc"; which is also kind of a common problem | 21:11:06 |
Alyssa Ross | yeah | 22:28:07 |
Alyssa Ross | although I'd hope that particular example isn't that common? | 22:28:19 |
sterni | Alyssa Ross: probably not, but some haskellPackages have some C bits called via FFI which would make this necessary | 22:29:23 |
sterni | and just disabling darwin for those kind of feels stupid, for example | 22:29:36 |
Alyssa Ross | why are those C bits libc specific? | 22:30:35 |
sterni | I saw some header stuff going wrong, usage of _r which doesn't seem to exist in libsystem | 22:32:19 |
sterni | I suppose the kind of stuff which probably would still work with musl | 22:32:29 |
17 Jun 2021 |
Alyssa Ross | ahh, right | 08:40:17 |
24 Jun 2021 |
qbit | I have started creating https://github.com/NixOS/nixpkgs/tree/master/pkgs/os-specific/bsd/netbsd for openbsd (basically a copy of netbsd with a few tweaks atm) to generate the hashes, does one use nix-prefetch-url ? (it isn't clear from the man page if it supports cvs :D) | 13:33:56 |
qbit |
- hashes used https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/bsd/netbsd/default.nix#L115
| 13:34:26 |
qbit | * the hashes found here https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/bsd/netbsd/default.nix#L115 | 13:34:42 |
sterni | just use a fake hash and wait for the fetch to fail is what I do usually | 15:56:39 |