diff --git a/flake.lock b/flake.lock index 955125e..084b59f 100644 --- a/flake.lock +++ b/flake.lock @@ -441,17 +441,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1741443963, - "narHash": "sha256-RiR+H6MkGG0GBkKQ7aM7cr8YFLyBYtDhFaBm7/U8QnY=", + "lastModified": 1741217273, + "narHash": "sha256-ZW+xiDyxouJVle20RPc6MLgsVaY2g6AdCz/UAau0cE4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "42565a80f178c70d7d77d4c62e8ab04f1a9c6cce", + "rev": "30c06664f35a06b1a7aaf1fd4f3a7db74787ee5f", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "42565a80f178c70d7d77d4c62e8ab04f1a9c6cce", + "rev": "30c06664f35a06b1a7aaf1fd4f3a7db74787ee5f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 63d6c7e..a0cb895 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware"; #nixpkgs.url = "github:nuschtos/nuschtpkgs/nixos-unstable"; #nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; - nixpkgs.url = "github:nixos/nixpkgs/42565a80f178c70d7d77d4c62e8ab04f1a9c6cce"; + nixpkgs.url = "github:nixos/nixpkgs/30c06664f35a06b1a7aaf1fd4f3a7db74787ee5f"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; systems.url = "github:nix-systems/default";