about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-11 10:09:03 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-11 10:09:03 +0100
commit6186ee3ebf2ccdfc4aefc8db820f1053f312c0cc (patch)
tree538ae0a2c5298c8c12a391b484c0638aaa86fa32 /modules/profiles
parent3aa30bc04846bd09095db2c043f8cd5e5c15876f (diff)
profiles/tests: Fix evaluation.
Forgot to include pkgs to module args.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 6a7acc88..7a7ff822 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -1,4 +1,4 @@
-{ config, lib, ... }:
+{ config, pkgs, lib, ... }:
 
 with lib;