2
1
Fork 0

nix: update lockfile + add size type

This commit is contained in:
outfoxxed 2025-01-14 15:22:21 -08:00
parent 9e32a07b3b
commit f281e5d7d3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 9 additions and 4 deletions

View file

@ -22,11 +22,11 @@
]
},
"locked": {
"lastModified": 1736070933,
"narHash": "sha256-Idv8z3ZgaZmibM/V/vv6TW9zaI+4kk2YjJ8bmc/EIVw=",
"lastModified": 1736896882,
"narHash": "sha256-XZapURopVMoLgwq6Bo2DJKbMuh4HMRrijTozrz8KPiY=",
"ref": "refs/heads/master",
"rev": "761d99d644d42bc6de7a510bbaf8c5ab970605d8",
"revCount": 451,
"rev": "958056b56cd857151ea0d514a33b7892aa207e8e",
"revCount": 459,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},

View file

@ -75,6 +75,11 @@
"cname": "QColor",
"module": null
},
{
"name": "size",
"cname": "QSize",
"module": null
},
{
"name": "QtObject",
"cname": "QObject",