merge next

This commit is contained in:
陈浩南 2023-10-07 20:41:14 +08:00
parent 53020f6373
commit f6a5022aca
2 changed files with 4 additions and 4 deletions

View File

@ -903,7 +903,7 @@
},
"original": {
"owner": "CHN-beta",
"ref": "nixos-unstable-next",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -951,7 +951,7 @@
},
"original": {
"owner": "CHN-beta",
"ref": "nixos-23.05-next",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -3,8 +3,8 @@
inputs =
{
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-23.05-next";
nixpkgs-unstable.url = "github:CHN-beta/nixpkgs/nixos-unstable-next";
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-23.05";
nixpkgs-unstable.url = "github:CHN-beta/nixpkgs/nixos-unstable";
home-manager = { url = "github:nix-community/home-manager/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; };
sops-nix =
{