Merge pull request #6 from arminveres/fix/zenity

feat: update flake and fix package zenity
This commit is contained in:
Leonardo Eugênio 2024-11-30 13:00:07 -03:00 committed by GitHub
commit 0895b37a62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

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

View file

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