disable failed test for znver3

This commit is contained in:
陈浩南 2023-08-16 23:49:25 +08:00
parent 10f9b719f4
commit 2da2507edb
2 changed files with 5 additions and 5 deletions

View File

@ -309,16 +309,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1691771713,
"narHash": "sha256-roMnKRAn5n67zaqe+Kh57+QYOBTyfOVTFng2CXZIN5k=",
"lastModified": 1692200640,
"narHash": "sha256-4HmYR29N6VZ935m2Xg/iHZQ4DHmAlpdQBLs+yHvaDq0=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "a2c376d595400ed4272f13bda8bd24f309a8c8de",
"rev": "dc3d9927c7ede679f7c2f615809bf72614aa4048",
"type": "github"
},
"original": {
"owner": "CHN-beta",
"ref": "nixos-unstable",
"ref": "new-machine",
"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/new-machine";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";
flake-utils-plus =