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:
parent
5cd8bd046e
commit
a690f0aeca
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ let
|
||||||
lib = import ../../lib;
|
lib = import ../../lib;
|
||||||
in
|
in
|
||||||
|
|
||||||
{ exec, nix, openssh, populate, writeDash, writeJSON }: rec {
|
{ exec, nix, openssh, populate, writeDash }: rec {
|
||||||
|
|
||||||
rebuild = target:
|
rebuild = target:
|
||||||
exec "rebuild.${target.host}" rec {
|
exec "rebuild.${target.host}" rec {
|
||||||
|
|
Loading…
Reference in a new issue