switch to unstable branch

This commit is contained in:
2023-08-12 01:03:55 +08:00
parent 9a01ebb8dd
commit 54461b6898
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View File

@@ -295,7 +295,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 =