| 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 |
sterni | the cvs fetcher is quite simplistic and I don't think it has the prefetch feature | 15:57:03 |
qbit | heh, ok | 15:58:02 |
qbit | that's what i have been doing for other things ;D | 15:58:13 |
| 26 Jun 2021 |
| @grahamc:nixos.org invited NixOS Moderation Bot. | 01:18:00 |
| NixOS Moderation Bot joined the room. | 01:18:01 |
| @grahamc:nixos.orgchanged room power levels. | 01:18:02 |
| 28 Jun 2021 |
| dash joined the room. | 01:24:52 |
| 29 Jun 2021 |
qbit | next noob question :D - after creating a nixpkgs/pkgs/os-specific/bsd/openbsd/defalut.nix (obvs not complete) - is there a nix-build incantation I can fire off to test it? | 14:00:43 |
sterni | you need to callPackage it in pkgs/top-level/all-packages.nix, search for "netbsd =" for an example on how to do it | 14:01:47 |