]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - lib/private/default.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / lib / private / default.nix
diff --git a/lib/private/default.nix b/lib/private/default.nix
deleted file mode 100644 (file)
index c7d753a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{}:
-{
-  # This adds header colors to the builds, but it rebuilds the whole
-  # world from scratch, so only use it to debug!
-  # add it as postHook in derivations
-  immaePostHook = ''
-    header() {
-      echo -ne "\033[1;36m"
-      echo -n "$1"
-      echo -e "\033[0m"
-    }
-
-    echoCmd() {
-      printf "\033[1;34m%s:\033[0m" "$1"
-      shift
-      printf ' %q' "$@"
-      echo
-    }
-  '';
-}