removed cache.tmmworkshop.com from nix.nix and flake.nix

This commit is contained in:
2025-06-07 23:32:24 -04:00
parent ac7aec4efd
commit fa27adb4fe
4 changed files with 8 additions and 5 deletions

View File

@@ -25,6 +25,7 @@
"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='";
"nix-test" = "nixos-rebuild test --flake /home/richie/dotfiles";
};
};