os/hosts/dumpyourvms/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
94 B
Nix
Raw Normal View History

2023-01-28 20:49:10 +00:00
{suites, ...}: {
imports =
[
./dumpyourvms.nix
]
++ suites.dumpyourvms;
2021-06-06 13:22:44 +00:00
}