1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-01 00:39:48 +01:00

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

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 {