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

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1714562304,
"narHash": "sha256-Mr3U37Rh6tH0FbaDFu0aZDwk9mPAe7ASaqDOGgLqqLU=",
"lastModified": 1732812356,
"narHash": "sha256-LNcgjOLArRlx2W6XSi0yc0xwLjrK3KF9LxAMqUgFDgw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bcd44e224fd68ce7d269b4f44d24c2220fd821e7",
"rev": "581d7e4d23b91daf2afa0005a5d3d01d6a8884fe",
"type": "github"
},
"original": {

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