We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bc959 commit d54b308Copy full SHA for d54b308
flake.nix
@@ -64,7 +64,7 @@
64
}));
65
# 32-bit clangStdenv seems broken in nixpkgs
66
build-sanitized-clang = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-linux" ] (system: self.hydraJobs.build-sanitized.${system}.override {
67
- stdenv = nixpkgsFor.${system}.libcxxStdenv;
+ stdenv = nixpkgsFor.${system}.llvmPackages_latest.libcxxStdenv;
68
});
69
70
release = pkgs.releaseTools.aggregate
0 commit comments