Skip to content

Commit 23e955d

Browse files
committed
build-sanitized-clang: fix for aarch64
1 parent b7e64b9 commit 23e955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
CFLAGS = "-Werror -Wno-unused-command-line-argument";
5959
}));
6060
build-sanitized-clang = forAllSystems (system: self.hydraJobs.build-sanitized.${system}.override {
61-
stdenv = pkgs.libcxxStdenv;
61+
stdenv = nixpkgsFor.${system}.libcxxStdenv;
6262
});
6363

6464
release = pkgs.releaseTools.aggregate

0 commit comments

Comments
 (0)