From 8f664240ed295b9927069f3e7c0ec59bd32ce4e0 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 5 May 2023 00:46:52 +0200 Subject: [PATCH] rpi-netboot: install ffmpeg, trainbot --- hosts/rpi-netboot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index fafb6b9f..2a762cb5 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -66,6 +66,8 @@ bevy_julia bevy_mandelbrot allcolors + ffmpeg + trainbot ]; nix.gc.automatic = lib.mkForce false;