use nixpkgs/nixos-unstable

This commit is contained in:
陈浩南 2023-07-15 13:18:27 +08:00
parent 6fb841710f
commit 7e4fd5c342
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@
inputs =
{
nixpkgs.url = "github:CHN-beta/nixpkgs/next";
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";
flake-utils-plus =