Skip to content

Commit

Permalink
fix bedrockdb: pin gcc to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Dec 29, 2024
1 parent f1ff5cc commit 2ded15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bedrockdb/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkgs: pkgs.stdenv.mkDerivation rec {
pkgs: pkgs.gcc13Stdenv.mkDerivation rec {
pname = "bedrockdb";
version = "2023-10-25";

Expand Down

0 comments on commit 2ded15b

Please sign in to comment.