A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

integration-tests: Add workaround for 9p corruption

+9
+9
integration-tests/default.nix
··· 13 13 { 14 14 hostPkgs = pkgs; 15 15 _module.args.flake = flake; 16 + 17 + extraBaseModules = { 18 + # Temporary workaround for <https://github.com/zhaofengli/colmena/issues/281> 19 + # References: 20 + # - LKML discussion: <https://lore.kernel.org/all/w5ap2zcsatkx4dmakrkjmaexwh3mnmgc5vhavb2miaj6grrzat@7kzr5vlsrmh5/> 21 + # - Lix discussion: <https://matrix.to/#/!lymvtcwDJ7ZA9Npq:lix.systems/$wLqRlm7-iNmrkN2Tcn--Tmi92id4wgvKC5APwiEYYgw?via=lix.systems&via=matrix.org> 22 + # - Proposed fix: <https://lkml.org/lkml/2024/10/21/1621> 23 + boot.kernelPackages = pkgs.linuxPackages_6_6; 24 + }; 16 25 } 17 26 ]; 18 27 result = config.test;