feat: update flake and fix package zenity

Zenity got moved from `gnome.zenity` to namespace `zenity` and therefore
does not work on systems that have a newer nixpkgs config.
This commit is contained in:
Armin Veres 2024-11-30 16:40:42 +01:00
parent f19d8dd0af
commit a11ab00757
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
lib,
stdenv,
pkgs,
fetchFromGitHub,
makeWrapper,
curl,
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
wmctrl
xdotool
gnome.zenity
pkgs.zenity
## Here we don't declare steam as a dependency because
## we could either use the native or flatpack version