Skip to content

Commit 487fd4b

Browse files
committed
nix: gcc 15 -> 16
1 parent b6daa91 commit 487fd4b

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

flake.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/overlays.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in
3131

3232
hyprlauncher = final: prev: {
3333
hyprlauncher = prev.callPackage ./default.nix {
34-
stdenv = prev.gcc15Stdenv;
34+
stdenv = prev.gcc16Stdenv;
3535
version =
3636
version
3737
+ "+date="

0 commit comments

Comments
 (0)