mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ladybird: Use gcc13 in ladybird.nix
This commit is contained in:
parent
2cf3c3913a
commit
31a17b42d0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
pkgs.mkShell.override
|
pkgs.mkShell.override
|
||||||
{
|
{
|
||||||
stdenv = pkgs.gcc12Stdenv;
|
stdenv = pkgs.gcc13Stdenv;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "ladybird";
|
name = "ladybird";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue