flake.nix: update nixpkgs-stable to 23.05 branch

This commit is contained in:
Gabriel Arazas 2023-06-06 13:52:39 +08:00
parent bc62462c1e
commit 717d15a9fc
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -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"
}

View File

@ -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";