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.
This commit is contained in:
a-kenji
2025-02-24 19:57:08 +07:00
committed by Luis Hebendanz
parent 60b22fdf0e
commit 40d1a76d8a

View File

@@ -56,7 +56,7 @@
"machines": {
"test-inventory-machine": {
"config": {
"packages": ["zed-editor"]
"packages": ["hello"]
},
"extraModules": []
}