about summary refs log tree commit diff
path: root/pkgs/tools/system/hiera-eyaml/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/hiera-eyaml/default.nix')
-rw-r--r--pkgs/tools/system/hiera-eyaml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/hiera-eyaml/default.nix b/pkgs/tools/system/hiera-eyaml/default.nix
index 029a975dc913..e0ff7d5ca8b4 100644
--- a/pkgs/tools/system/hiera-eyaml/default.nix
+++ b/pkgs/tools/system/hiera-eyaml/default.nix
@@ -2,7 +2,7 @@
 
 bundlerEnv {
   inherit ruby;
-  pName = "hiera-eyaml";
+  pname = "hiera-eyaml";
   gemdir = ./.;
 
   meta = with lib; {