flake: set nixpkgs to another branch

This commit is contained in:
2025-12-01 15:24:06 +08:00
parent 22a8ce2c62
commit 18202905a0
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View File

@@ -981,7 +981,7 @@
},
"original": {
"owner": "CHN-beta",
"ref": "nixos-unstable",
"ref": "nixos-unstable-2505",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -3,7 +3,7 @@
inputs =
{
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-unstable";
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-unstable-2505";
nixpkgs-2505.url = "github:CHN-beta/nixpkgs/nixos-25.05";
nixpkgs-2411.url = "github:CHN-beta/nixpkgs/nixos-24.11";
nixpkgs-2311.url = "github:CHN-beta/nixpkgs/nixos-23.11";