Fix missing key for cache.nixos.org
This commit is contained in:
		@@ -52,9 +52,7 @@ in
 | 
			
		||||
            "https://nix-cache.nul.ie"
 | 
			
		||||
            "https://cache.nixos.org"
 | 
			
		||||
          ];
 | 
			
		||||
          trusted-public-keys = [
 | 
			
		||||
            lib.my.nix.cacheKey
 | 
			
		||||
          ];
 | 
			
		||||
          trusted-public-keys = lib.my.nix.cacheKeys;
 | 
			
		||||
        };
 | 
			
		||||
        registry = {
 | 
			
		||||
          pkgs = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user