diff --git a/flake.lock b/flake.lock index 40bea001..008502df 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1735094992, - "narHash": "sha256-RGLUrtPlYdckaTi7qF2eobnCyoaOFdbmduCAxcV/rKc=", + "lastModified": 1735140310, + "narHash": "sha256-NuhGCcev/etYS4qAsh905St1Co0tK8FjgGDovUeCVjo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c161f61057cb40f0726dc35338021bd77a92efc8", + "rev": "bb881a68c1174d38ee466a35f5e23d03a938b186", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "c161f61057cb40f0726dc35338021bd77a92efc8", + "rev": "bb881a68c1174d38ee466a35f5e23d03a938b186", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 050c9ff4..d8c5cde0 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=c161f61057cb40f0726dc35338021bd77a92efc8"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=bb881a68c1174d38ee466a35f5e23d03a938b186"; }; outputs = { self, nixpkgs }: