pkgs.krops: remove unused writeJSON

Last use was removed in commit ea08f87819.
This commit is contained in:
tv 2018-09-16 02:16:22 +02:00
parent 5cd8bd046e
commit a690f0aeca
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ let
lib = import ../../lib;
in
{ exec, nix, openssh, populate, writeDash, writeJSON }: rec {
{ exec, nix, openssh, populate, writeDash }: rec {
rebuild = target:
exec "rebuild.${target.host}" rec {