diff --git a/flake.lock b/flake.lock index 28b54d30..67f27053 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1733380312, - "narHash": "sha256-ywntxT10Om755wkB9tYgJwEwELQZKYAO5WcNuHv1vjI=", + "lastModified": 1733426878, + "narHash": "sha256-boWvvAttPEXJbi5TiRqRuLE78mic+asXrCpcEm9XIK8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a772498086eac57d97065a980a21fc0f304e3192", + "rev": "21e9e52183fd52452c26a1d7957b0299a37fa83a", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "a772498086eac57d97065a980a21fc0f304e3192", + "rev": "21e9e52183fd52452c26a1d7957b0299a37fa83a", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 8d271549..e55a6e26 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=a772498086eac57d97065a980a21fc0f304e3192"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=21e9e52183fd52452c26a1d7957b0299a37fa83a"; }; outputs = { self, nixpkgs }: