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 b7e64b9 commit 23e955dCopy full SHA for 23e955d
flake.nix
@@ -58,7 +58,7 @@
58
CFLAGS = "-Werror -Wno-unused-command-line-argument";
59
}));
60
build-sanitized-clang = forAllSystems (system: self.hydraJobs.build-sanitized.${system}.override {
61
- stdenv = pkgs.libcxxStdenv;
+ stdenv = nixpkgsFor.${system}.libcxxStdenv;
62
});
63
64
release = pkgs.releaseTools.aggregate
0 commit comments