tests: add default.nix

This commit is contained in:
lassulus 2017-12-31 03:47:15 +01:00
parent f2fe825333
commit 073c2a9cb1

6
krebs/6tests/default.nix Normal file
View File

@ -0,0 +1,6 @@
with import <stockholm/lib>;
{ ... }:
{
deploy = import ./deploy.nix;
}