From 2fe3ad1f689c52b50866c87aa35e0524277a8a4f Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 8 Jun 2025 15:03:57 -0400 Subject: [PATCH] ran treefmt --- users/richie/home/cli/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/richie/home/cli/zsh.nix b/users/richie/home/cli/zsh.nix index 32246b3..8a28655 100644 --- a/users/richie/home/cli/zsh.nix +++ b/users/richie/home/cli/zsh.nix @@ -25,7 +25,8 @@ "rspace" = "'for f in *\ *; do mv \"$f\" \"\${f// /_}\"; done'"; "rebuild" = "sudo nixos-rebuild switch --flake /home/richie/dotfiles#$HOST"; - "rebuild_backup" = "sudo nixos-rebuild switch --flake /home/richie/dotfiles#$HOST --option substituters 'https://nix-community.cachix.org' --option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY='"; + "rebuild_backup" = + "sudo nixos-rebuild switch --flake /home/richie/dotfiles#$HOST --option substituters 'https://nix-community.cachix.org' --option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY='"; "nix-test" = "nixos-rebuild test --flake /home/richie/dotfiles"; }; };