1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

nix: add qt-imageformats to DMS qml dependencies (#1479)

* nix: add qt-imageformats to DMS qml dependencies

* nix: update flake.lock
This commit is contained in:
Lucas
2026-01-23 23:53:35 -03:00
committed by GitHub
parent 01b1a276c5
commit 50311db280
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1766651565, "lastModified": 1769018530,
"narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=", "narHash": "sha256-MJ27Cy2NtBEV5tsK+YraYr2g851f3Fl1LpNHDzDX15c=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539", "rev": "88d3861acdd3d2f0e361767018218e51810df8a1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -47,6 +47,7 @@
kirigami.unwrapped kirigami.unwrapped
sonnet sonnet
qtmultimedia qtmultimedia
qtimageformats
]; ];
in in
{ {