nixos/tests: Fix statsd test evaluation

Fixes:

error: anonymous function at nixos/tests/statsd.nix:1:25 called with unexpected argument ‘system’, at nixos/tests/make-test.nix:5:41
This commit is contained in:
Tuomas Tynkkynen 2018-01-25 23:17:21 +02:00
parent 71f814a889
commit d085af7b7d

View file

@ -1,4 +1,4 @@
import ./make-test.nix ({ pkgs, lib }:
import ./make-test.nix ({ pkgs, lib, ... }:
with lib;