update dzgui

This commit is contained in:
Leonardo Eugênio 2024-10-02 10:57:45 -03:00
parent e5dd16d126
commit 2ed85e09b8
3 changed files with 4 additions and 23 deletions

View file

@ -189,40 +189,22 @@
"type": "github" "type": "github"
} }
}, },
"dzgui": {
"flake": false,
"locked": {
"lastModified": 1702780245,
"narHash": "sha256-cdW5LN2Q7eYW8xIqKPQfeYPd7e6VdJGaoA9NMHesCrE=",
"owner": "aclist",
"repo": "dztui",
"rev": "28323f3edb8fa747dc559d1939ccdd7729e4e3a1",
"type": "github"
},
"original": {
"owner": "aclist",
"repo": "dztui",
"type": "github"
}
},
"dzgui-nix": { "dzgui-nix": {
"inputs": { "inputs": {
"dzgui": "dzgui",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1702850463, "lastModified": 1727831626,
"narHash": "sha256-qR/c/GjsLUzrCyHN/Q9nnClduf6OqTg26S1AFYKPzxA=", "narHash": "sha256-Gvt5lapgNRRTL95gFH8vm48f8gjsk7GYM4Qo5aUOzzo=",
"owner": "lelgenio", "owner": "lelgenio",
"repo": "dzgui-nix", "repo": "dzgui-nix",
"rev": "2ed6515b27d8186b9fedfe1dcaf861f07e796a0d", "rev": "38cf2b507d75cc36ec127b21fc5a4144fc821525",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "lelgenio", "owner": "lelgenio",
"ref": "dzgui-4.1.0",
"repo": "dzgui-nix", "repo": "dzgui-nix",
"type": "github" "type": "github"
} }

View file

@ -33,7 +33,7 @@
}; };
dzgui-nix = { dzgui-nix = {
url = "github:lelgenio/dzgui-nix/dzgui-4.1.0"; url = "github:lelgenio/dzgui-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -34,5 +34,4 @@
]; ];
programs.dzgui.enable = true; programs.dzgui.enable = true;
programs.dzgui.package = inputs.dzgui-nix.packages.${pkgs.system}.default;
} }