diff --git a/flake.lock b/flake.lock
index 5c4f66c..971c542 100644
--- a/flake.lock
+++ b/flake.lock
@@ -203,17 +203,17 @@
     },
     "tf-pkgs": {
       "locked": {
-        "lastModified": 1691958685,
-        "narHash": "sha256-kVozCmMA1i1UIeweiAYl9PUaClqSu6g5qYnq7KWOk6A=",
+        "lastModified": 1697343899,
+        "narHash": "sha256-66Dosy7YYVhkesbHXB4xxZZ+2NOi9CmFDyHOI1ZTAbQ=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9",
+        "rev": "982b24c40e743793c966b47b3bb3699881489ae0",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9",
+        "rev": "982b24c40e743793c966b47b3bb3699881489ae0",
         "type": "github"
       }
     },
diff --git a/flake.nix b/flake.nix
index 6bfa675..11d521c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,7 +37,7 @@
     treefmt-nix.url = "github:numtide/treefmt-nix";
     treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
 
-    tf-pkgs.url = "github:NixOS/nixpkgs/5cc930fbdf3e069df2efc5de6dd728a9f13e9ba9";
+    tf-pkgs.url = "github:NixOS/nixpkgs/982b24c40e743793c966b47b3bb3699881489ae0";
   };
 
   outputs = inputs @ { flake-parts, self, ... }: