mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2024-12-25 20:35:36 -03:00
Merge pull request #6 from arminveres/fix/zenity
feat: update flake and fix package zenity
This commit is contained in:
commit
0895b37a62
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue