From 27fa686c7fe709cb2c29e6a9e37dd424eea0eea5 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 8 Jul 2024 06:22:37 +0000 Subject: [PATCH] adding go to msiserver --- hosts/msiserver/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/msiserver/home.nix b/hosts/msiserver/home.nix index 0ab86f5..5abb4a8 100644 --- a/hosts/msiserver/home.nix +++ b/hosts/msiserver/home.nix @@ -24,6 +24,8 @@ (writeShellScriptBin "rebuild" '' sudo nixos-rebuild switch --log-format internal-json -v |& nom --json '') + + go ]; # Let Home Manager install and manage itself.