flake: move nixpkgs-stable to nixpkgs-24.11 branch

This commit is contained in:
Gabriel Arazas 2025-04-05 12:19:27 +08:00
parent 6588f916f3
commit 5ff1a1326d
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -708,16 +708,16 @@
}, },
"nixos-stable": { "nixos-stable": {
"locked": { "locked": {
"lastModified": 1735563628, "lastModified": 1743703532,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", "narHash": "sha256-s1KLDALEeqy+ttrvqV3jx9mBZEvmthQErTVOAzbjHZs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798", "rev": "bdb91860de2f719b57eef819b5617762f7120c70",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.05", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -23,7 +23,7 @@
# ...except we allow other configurations to use other nixpkgs branch so # ...except we allow other configurations to use other nixpkgs branch so
# that may not matter anyways. # that may not matter anyways.
nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";