From 8db4f89b55804c039dfc48c67e0c33fed2331eac Mon Sep 17 00:00:00 2001
From: outfoxxed <outfoxxed@outfoxxed.me>
Date: Thu, 30 Jan 2025 00:24:14 -0800
Subject: [PATCH] nix: update lockfile + add date to types

---
 flake.lock         | 8 ++++----
 types/QtQuick.json | 5 +++++
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock
index c057994..f9abba5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -22,11 +22,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1736896882,
-        "narHash": "sha256-XZapURopVMoLgwq6Bo2DJKbMuh4HMRrijTozrz8KPiY=",
+        "lastModified": 1738200090,
+        "narHash": "sha256-Pod1QURdjB2BMujrkhmmSOWSdebgt1mwEG5iLT+n4AI=",
         "ref": "refs/heads/master",
-        "rev": "958056b56cd857151ea0d514a33b7892aa207e8e",
-        "revCount": 459,
+        "rev": "fb326e0e9c66b30874d63bfe53eaf2176fbba1f1",
+        "revCount": 481,
         "type": "git",
         "url": "https://git.outfoxxed.me/quickshell/quickshell"
       },
diff --git a/types/QtQuick.json b/types/QtQuick.json
index e044e96..ea724e2 100644
--- a/types/QtQuick.json
+++ b/types/QtQuick.json
@@ -80,6 +80,11 @@
 			"cname": "QSize",
 			"module": null
 		},
+		{
+			"name": "date",
+			"cname": "QDateTime",
+			"module": null
+		},
 		{
 			"name": "QtObject",
 			"cname": "QObject",