hosts: homes: cloudtop: enable 'git' package
Some checks failed
ci/woodpecker/push/check Pipeline failed

Turns out that the latest version fixes the issue, but I haven't looked
into why exactly.

This reverts commit 6100a092af.
This commit is contained in:
Bruno BELANYI 2023-08-31 10:22:56 +00:00
parent 71a1bbd78d
commit 13769429f6

View file

@ -1,5 +1,5 @@
# Google Cloudtop configuration # Google Cloudtop configuration
{ lib, pkgs, ... }: { ... }:
{ {
# Google specific configuration # Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie"; 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"; 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 # I use scripts that use the passthrough sequence often on this host
my.home.tmux.enablePassthrough = true; my.home.tmux.enablePassthrough = true;
} }