Skip to content

Commit

Permalink
using clang16
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Sep 23, 2023
1 parent 55ef352 commit 97adf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Expand Up @@ -33,7 +33,7 @@
'';
vendorSha256 =
"sha256-sjg+D0IIErl21HZjXBNKBTqXBZfy6w6EhHYS0seUE3k=";
nativeBuildInputs = with pkgs; [ clang_14 ];
nativeBuildInputs = with pkgs; [ clang_16 ];
};
default = bqt;
});
Expand All @@ -59,7 +59,7 @@
gopls
gotools
golint
clang_14
clang_16
goreleaser
];
GOROOT = "${pkgs.go_1_21}/share/go";
Expand Down

0 comments on commit 97adf0a

Please sign in to comment.