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

@@ -0,0 +1,7 @@
{
nix.settings = {
trusted-substituters = [ "http://cache.tmmworkshop.com" ];
substituters = [ "http://cache.tmmworkshop.com/?priority=1&want-mass-query=true" ];
trusted-public-keys = [ "cache.tmmworkshop.com:jHffkpgbmEdstQPoihJPYW9TQe6jnQbWR2LqkNGV3iA=" ];
};
}