From 3d04b7295f9184f3b0e6511f5a1e0dfc75dd82b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:27:37 +0000 Subject: [PATCH] Update nix to nixos-23.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f66f5bb..1c6d83a 100644 --- a/flake.lock +++ b/flake.lock @@ -143,16 +143,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1696697597, - "narHash": "sha256-q26Qv4DQ+h6IeozF2o1secyQG0jt2VUT3V0K58jr3pg=", + "lastModified": 1720535198, + "narHash": "sha256-zwVvxrdIzralnSbcpghA92tWu2DV2lwv89xZc8MTrbg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5a237aecb57296f67276ac9ab296a41c23981f56", + "rev": "205fd4226592cc83fd4c0885a3e4c9c400efabb5", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 83d04f6..4700501 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ # Pin our primary nixpkgs repository. This is the main nixpkgs repository # we'll use for our configurations. Be very careful changing this because # it'll impact your entire system. - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; flake-parts.url = "github:hercules-ci/flake-parts";