lol
0
fork

Configure Feed

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

tests.cross.sanity: fix eval

`qt5` is not long for the world.

+2 -2
+2 -2
pkgs/test/cross/default.nix
··· 195 195 pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv 196 196 pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv 197 197 pkgs.pkgsCross.mingwW64.stdenv 198 - # Uses the expression that is used by the most cross-compil_ed_ GHCs 198 + # Uses the expression that is used by the most cross-compiled GHCs 199 199 pkgs.pkgsCross.riscv64.haskell.compiler.native-bignum.ghc948 200 200 201 201 ] ··· 206 206 pkgs.pkgsMusl.pkgsCross.gnu64.hello 207 207 208 208 # Two web browsers -- exercises almost the entire packageset 209 - pkgs.pkgsCross.aarch64-multiplatform.qutebrowser-qt5 209 + pkgs.pkgsCross.aarch64-multiplatform.qutebrowser 210 210 pkgs.pkgsCross.aarch64-multiplatform.firefox 211 211 212 212 # Uses pkgsCross.riscv64-embedded; see https://github.com/NixOS/nixpkgs/issues/267859