about summary refs log tree commit diff
path: root/tests/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-04 12:33:20 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-04 12:42:31 +0200
commit16faa2ca67db71617f808d9d0bbad8a0a04bfd41 (patch)
tree28f790a47e76b0305999ff78bf3474d4cf0ad044 /tests/default.nix
parente549839f61eeee87a575ccc132eff8099e333c32 (diff)
modules: Rename gpg-agent to gnupg
We do things such as placing gnupg into environment.systemPackages, so
calling this just "programs.gpg-agent" doesn't fit that. Especially if
we really want to have a way to specify configuration values in case I'm
getting masochistic someday ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 29fdb973..88c854a5 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -13,7 +13,7 @@ in {
     starbound = callTest ./games/starbound.nix;
   };
   programs = {
-    gpg-agent = callTest ./programs/gpg-agent;
+    gnupg = callTest ./programs/gnupg;
   };
   richi235 = {
     # Currently broken