From fa1e61315d6d54aee9c2fc3c51532a2ad17b6f91 Mon Sep 17 00:00:00 2001 From: sadanslargehole Date: Thu, 16 May 2024 22:00:20 -0400 Subject: [PATCH] 128 current 2024-05-16 22:00:08 24.05.20240419.5c24cf2 6.6.28 * --- boxes/desktop/home.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/boxes/desktop/home.nix b/boxes/desktop/home.nix index 55d8d82..25728ec 100644 --- a/boxes/desktop/home.nix +++ b/boxes/desktop/home.nix @@ -47,6 +47,7 @@ in # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs;[ + tailscale clang gnumake jq @@ -129,9 +130,9 @@ in # echo "Hello, ${config.home.username}!" # '') (pkgs.writeShellScriptBin "git_fetchAll" '' - git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "''${remote#origin/}" "$remote"; done -git fetch --all -git pull --all + git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "''${remote#origin/}" "$remote"; done + git fetch --all + git pull --all '') (pkgs.writeShellScriptBin "install_eslint" '' set -x