From 717d15a9fc650f915b3b410ab41068e86e2dfbca Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 6 Jun 2023 13:52:39 +0800 Subject: [PATCH] flake.nix: update nixpkgs-stable to 23.05 branch --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index cd3cf841..096cfd71 100644 --- a/flake.lock +++ b/flake.lock @@ -846,16 +846,16 @@ }, "nixpkgs-stable_2": { "locked": { - "lastModified": 1685314633, - "narHash": "sha256-8LXBPqTQXl5ofkjpJ18JcbmLJ/lWDoMxtUwiDYv0wro=", + "lastModified": 1685620773, + "narHash": "sha256-iQ+LmporQNdLz8uMJdP62TaAWeLUwl43/MYUBtWqulM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c8a17ce7abc03c50cd072e9e6c9b389c5f61836b", + "rev": "f0ba8235153dd2e25cf06cbf70d43efdd4443592", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.11", + "ref": "nixos-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2c90c6e2..367e7271 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ # `nixpkgs-unstable` branch could be faster delivering updates, it is # looser when it comes to stability for the entirety of this configuration. nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11"; + nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # We're using these libraries for other functions. flake-utils.url = "github:numtide/flake-utils";