From e1be4b178e26813c539b85d3444169b1613d4653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 13 Aug 2024 21:14:09 +0100 Subject: [PATCH] add autotools on mac --- 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 57267cf7..33d0585b 100644 --- a/nixos/boxes/airy/default.nix +++ b/nixos/boxes/airy/default.nix @@ -54,6 +54,13 @@ ]; homebrew.brews = [ "virt-manager" + "autoconf" + "automake" + "libtool" + "wget" + "qemu" + "texinfo" + "guile" ]; home-manager.users.cyryl = {...}: { imports = [