diff --git a/flake.lock b/flake.lock index bc72a53..5dcb49c 100644 --- a/flake.lock +++ b/flake.lock @@ -804,11 +804,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1690630721, - "narHash": "sha256-Y04onHyBQT4Erfr2fc82dbJTfXGYrf4V0ysLUYnPOP8=", + "lastModified": 1696693680, + "narHash": "sha256-PH0HQTkqyj7DmdPKPwrrXwVURLBqzZs4nqnDw9q8mhg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d2b52322f35597c62abf56de91b0236746b2a03d", + "rev": "945559664c1dc5836173ee12896ba421d9b37181", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e287dc1..aaba5cd 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ # Flake inputs inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-utils.url = "github:numtide/flake-utils"; systems.url = "github:nix-systems/default";