From 5b338749ab1eb158ba17d56a249ec28c5fce40c6 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Mon, 22 Jan 2024 23:13:02 +0800 Subject: [PATCH] vendor: update default.nix for new architecure (#313) --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 96728bbe7..8f2da0aa6 100644 --- a/default.nix +++ b/default.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation { # Disable nixd regression tests, because it uses some features provided by # nix, and does not correctly work in the sandbox - meson test --print-errorlogs server regression/nix-ast-dump + meson test --print-errorlogs unit/libnixf/Basic unit/libnixf/Parse unit/libnixt regression/nixd runHook postCheck '';