From 13769429f6db871d8d8d64391584e280860a3fc7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 31 Aug 2023 10:22:56 +0000 Subject: [PATCH] hosts: homes: cloudtop: enable 'git' package Turns out that the latest version fixes the issue, but I haven't looked into why exactly. This reverts commit 6100a092af2f21270a3d689d771f9a3857b04ca6. --- hosts/homes/ambroisie@ambroisie/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/homes/ambroisie@ambroisie/default.nix b/hosts/homes/ambroisie@ambroisie/default.nix index 9096610..f54453b 100644 --- a/hosts/homes/ambroisie@ambroisie/default.nix +++ b/hosts/homes/ambroisie@ambroisie/default.nix @@ -1,5 +1,5 @@ # Google Cloudtop configuration -{ lib, pkgs, ... }: +{ ... }: { # Google specific configuration home.homeDirectory = "/usr/local/google/home/ambroisie"; @@ -13,8 +13,6 @@ LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD"; }; - programs.git.package = lib.mkForce pkgs.emptyDirectory; - # I use scripts that use the passthrough sequence often on this host my.home.tmux.enablePassthrough = true; }