From 40d1a76d8a51f5be3c1a815930f65c4264ff2c0f Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 24 Feb 2025 19:57:08 +0700 Subject: [PATCH] tests/inventory: Drop zed-editor from the test inventory Drop `zed-editor` from the test inventory and exchange it with `hello`. The inventory packages are built in the tests, we don't want to build large derivations there. --- inventory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.json b/inventory.json index cef277a4d..7e50ba188 100644 --- a/inventory.json +++ b/inventory.json @@ -56,7 +56,7 @@ "machines": { "test-inventory-machine": { "config": { - "packages": ["zed-editor"] + "packages": ["hello"] }, "extraModules": [] }