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