diff --git a/flake.lock b/flake.lock index a998b052..bd1f88c3 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730157240, - "narHash": "sha256-P8wF4ag6Srmpb/gwskYpnIsnspbjZlRvu47iN527ABQ=", + "lastModified": 1730207978, + "narHash": "sha256-FnFkAqwoXfBoyWGBIVy17rT6sJK8HI09SlPmh6WKYJo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "75e28c029ef2605f9841e0baa335d70065fe7ae2", + "rev": "6a1c602a1637c3b22c8a0b7123413ad84d7c51fe", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "75e28c029ef2605f9841e0baa335d70065fe7ae2", + "rev": "6a1c602a1637c3b22c8a0b7123413ad84d7c51fe", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 561e7daa..c795cee9 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=75e28c029ef2605f9841e0baa335d70065fe7ae2"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=6a1c602a1637c3b22c8a0b7123413ad84d7c51fe"; flake-utils.url = "github:numtide/flake-utils"; };