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:
@@ -56,7 +56,7 @@
|
|||||||
"machines": {
|
"machines": {
|
||||||
"test-inventory-machine": {
|
"test-inventory-machine": {
|
||||||
"config": {
|
"config": {
|
||||||
"packages": ["zed-editor"]
|
"packages": ["hello"]
|
||||||
},
|
},
|
||||||
"extraModules": []
|
"extraModules": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user