Skip to content

Commit

Permalink
fixing goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Sep 23, 2023
1 parent 437059f commit 53ee0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Expand Up @@ -4,7 +4,6 @@ builds:
- env: [CGO_ENABLED=1]
goos:
- linux
- windows
- darwin
goarch:
- amd64
Expand Down
6 changes: 2 additions & 4 deletions flake.nix
Expand Up @@ -27,10 +27,8 @@
inherit version;
src = ./.;
CGO_ENABLED = 1;
preBuild = ''
export CXX="clang++";
export CC="clang";
'';
CXX="clang++";
CC="clang";
vendorSha256 =
"sha256-sjg+D0IIErl21HZjXBNKBTqXBZfy6w6EhHYS0seUE3k=";
nativeBuildInputs = with pkgs; [ clang_14 ];
Expand Down

0 comments on commit 53ee0f0

Please sign in to comment.