From e783c7f1fa5f2345222d2f55e28079f003cf2243 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 5 Nov 2022 17:04:41 +0100 Subject: [PATCH] zephyrus: don't backup go dir --- hosts/zephyrus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 6c2ff03..b6f4440 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -64,6 +64,8 @@ # don't backup nixpkgs "/home/alarsyo/work/nixpkgs" + "/home/alarsyo/go" + # C build crap "*.a" "*.o"