Skip to content

Commit

Permalink
fixing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Sep 23, 2023
1 parent a09f7de commit 0218974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Expand Up @@ -28,8 +28,8 @@
src = ./.;
CGO_ENABLED = 1;
preBuild = ''
export CXX = "clang++";
export CC = "clang";
export CXX="clang++";
export CC="clang";
'';
vendorSha256 =
"sha256-sjg+D0IIErl21HZjXBNKBTqXBZfy6w6EhHYS0seUE3k=";
Expand Down

0 comments on commit 0218974

Please sign in to comment.