22 May 2023 |
raitobezarius | so we can modify the MTU between 2 ports of the virtual switch | 07:51:04 |
raitobezarius | or do arbitrary fancy stuff | 07:51:09 |
jonge | oh, i see | 07:51:17 |
raitobezarius | network_switch.change_mtu(200) , etc. | 07:51:21 |
jonge | makes sense | 07:51:29 |
raitobezarius | I am interested into chaos engineering but still in the sandbox | 07:51:53 |
jonge | hehe that's where it belongs | 07:52:07 |
raitobezarius | :) | 08:00:55 |
25 May 2023 |
| raitobezarius changed their display name from raitobezarius to disko in NixOS 23.11 when. | 13:32:14 |
| raitobezarius changed their display name from disko in NixOS 23.11 when to raitobezarius. | 13:37:22 |
raitobezarius | If anyone has an opinion here: https://github.com/NixOS/nixpkgs/pull/227881#issuecomment-1563108699 | 16:12:33 |
raitobezarius | I'd be interested | 16:12:35 |
27 May 2023 |
| NixOS Moderation Botchanged room power levels. | 16:40:38 |
28 May 2023 |
jonge | raitobezarius: the latest PR with the EFI variables doesn't type check, i merged it too early. problem is the constructor of EfiVariable which feeds the attributes that are of type bytes into the IntEnum type, which doesn't work. | 11:05:04 |
jonge | i would quickly fix that, but i lack domain knowledge of this piece: the attributes bytes, how many bytes is it, and is it the host endianness, or always BE/LE? | 11:05:41 |
jonge | i reverted the PR so this is not time critical any longer. | 11:08:28 |
raitobezarius | will look into this | 13:09:18 |
jonge | awesome, thank you. this might also be a good moment to start writing more unit tests for the driver. i would assist you with that if you provide me good test cases so i can take over the annoying part | 15:54:06 |
raitobezarius | I definitely think we should revive https://github.com/NixOS/nixpkgs/pull/157161 | 15:54:42 |
raitobezarius | FWIW I have this project board: https://github.com/orgs/NixOS/projects/34/ | 15:54:51 |
| baloo joined the room. | 16:15:18 |
4 Jun 2023 |
baloo | Cursed idea:
https://github.com/NixOS/nixpkgs/pull/235874 | 03:12:31 |
Robert Hensing (roberth) | baloo: not a big fan of abusing lib or pkgs for external purposes, but I guess this might be useful. Regarding the test, I think it should be ok to add a plain old derivation to all-tests, though we should improve how release.nix picks them up | 10:17:10 |
Robert Hensing (roberth) | So that should solve the test in a test problem | 10:17:33 |