Skip to content

Commit d085af7

Browse files
committedJan 26, 2018
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
1 parent 71f814a commit d085af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nixos/tests/statsd.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ./make-test.nix ({ pkgs, lib }:
1+
import ./make-test.nix ({ pkgs, lib, ... }:
22

33
with lib;
44

0 commit comments

Comments
 (0)
Please sign in to comment.