hypridle: use gcc14Stdenv

This commit is contained in:
Austin Horstman
2024-12-14 22:31:09 -06:00
parent a237e2cf32
commit d7a4feeef0
+2 -2
View File
@@ -1,6 +1,6 @@
{
lib,
stdenv,
gcc14Stdenv,
fetchFromGitHub,
pkg-config,
cmake,
@@ -14,7 +14,7 @@
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hypridle";
version = "0.1.5";