2
1
Fork 0

nix: update lockfile + add date to types

This commit is contained in:
outfoxxed 2025-01-30 00:24:14 -08:00
parent f281e5d7d3
commit 8db4f89b55
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 9 additions and 4 deletions

View file

@ -22,11 +22,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736896882, "lastModified": 1738200090,
"narHash": "sha256-XZapURopVMoLgwq6Bo2DJKbMuh4HMRrijTozrz8KPiY=", "narHash": "sha256-Pod1QURdjB2BMujrkhmmSOWSdebgt1mwEG5iLT+n4AI=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "958056b56cd857151ea0d514a33b7892aa207e8e", "rev": "fb326e0e9c66b30874d63bfe53eaf2176fbba1f1",
"revCount": 459, "revCount": 481,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell" "url": "https://git.outfoxxed.me/quickshell/quickshell"
}, },

View file

@ -80,6 +80,11 @@
"cname": "QSize", "cname": "QSize",
"module": null "module": null
}, },
{
"name": "date",
"cname": "QDateTime",
"module": null
},
{ {
"name": "QtObject", "name": "QtObject",
"cname": "QObject", "cname": "QObject",