zramSwap: increase memoryPercent to 150
[sourcephile-nix.git] / shell / modules / development / libraries / nix-plugins.nix
index 1b6ada8775523cda71f6a5501cad899ca2ce1866..ee3d69bc47471be3bf5e7bdb472a697e6b56d06b 100644 (file)
@@ -71,6 +71,7 @@ in
         pass-to-file = path: name: exec [ "${nix-pass-to-file}" path name ];
         git          = dir: args: exec ([ "${nix-git}" dir ] ++ args);
         git-time     = dir: path: exec [ "${nix-git}" dir "log" "-1" "--format=%ct" "--" path ];
+        gpg          = args: exec ([ "${pkgs.gnupg}/bin/gpg" ] ++ args);
       '';
       description = ''
         Content put in extra-builtins.nix for nix-plugins.