os/hosts/redpanda/default.nix

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

7 lines
78 B
Nix
Raw Normal View History

2022-08-21 21:56:42 +00:00
{ suites, ... }:
{
imports = [
./redpanda.nix
] ++ suites.redpanda;
}