From 6d837bdb46602986a69af72215459427a904f007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 5 Oct 2024 23:33:30 +0100 Subject: [PATCH] add more build tools on airy --- nixos/boxes/airy/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/boxes/airy/default.nix b/nixos/boxes/airy/default.nix index 2d0b20fa..076e992e 100644 --- a/nixos/boxes/airy/default.nix +++ b/nixos/boxes/airy/default.nix @@ -62,6 +62,13 @@ "automake" "guile" "libtool" + "autoconf-archive" + "ccache" + "cmake" + "ffmpeg" + "nasm" + "ninja" + "pkg-config" { name = "libvirt"; restart_service = true;