From 85e2422b593dca32023fb32b0d09cfbadf3f8c8c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 23 Apr 2021 22:05:46 +0200 Subject: [PATCH] boreal: install clang11 --- hosts/boreal/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/boreal/home.nix b/hosts/boreal/home.nix index a53d7fa..896b31e 100644 --- a/hosts/boreal/home.nix +++ b/hosts/boreal/home.nix @@ -13,6 +13,9 @@ my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight; home.packages = with pkgs; [ + # dev + clang_11 + beancount fava ];