mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 18:19:12 +00:00
flake.nix: update nixpkgs-stable to 23.05 branch
This commit is contained in:
parent
bc62462c1e
commit
717d15a9fc
8
flake.lock
generated
8
flake.lock
generated
@ -846,16 +846,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-stable_2": {
|
"nixpkgs-stable_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1685314633,
|
"lastModified": 1685620773,
|
||||||
"narHash": "sha256-8LXBPqTQXl5ofkjpJ18JcbmLJ/lWDoMxtUwiDYv0wro=",
|
"narHash": "sha256-iQ+LmporQNdLz8uMJdP62TaAWeLUwl43/MYUBtWqulM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c8a17ce7abc03c50cd072e9e6c9b389c5f61836b",
|
"rev": "f0ba8235153dd2e25cf06cbf70d43efdd4443592",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-22.11",
|
"ref": "nixos-23.05",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# `nixpkgs-unstable` branch could be faster delivering updates, it is
|
# `nixpkgs-unstable` branch could be faster delivering updates, it is
|
||||||
# looser when it comes to stability for the entirety of this configuration.
|
# looser when it comes to stability for the entirety of this configuration.
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
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.
|
# We're using these libraries for other functions.
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
Loading…
Reference in New Issue
Block a user