Skip to content

Commit 5250fb5

Browse files
committed
nix: Use latest gcc
The default stdenv uses gcc12, which doesn't have support for C++20 <format> that we require.
1 parent 67f1c2f commit 5250fb5

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
@@ -12,7 +12,7 @@
1212
packages = rec {
1313
default = blobdrop;
1414

15-
blobdrop = pkgs.stdenv.mkDerivation {
15+
blobdrop = pkgs.gcc13Stdenv.mkDerivation {
1616
pname = "blobdrop";
1717
version = "1.0";
1818

0 commit comments

Comments
 (0)