Enable strictDeps on all our toplevel packages #12
| @ -4,7 +4,7 @@ | ||||
|     # Don't add hut as a cache to itself | ||||
|     assert config.networking.hostName != "hut"; | ||||
|     { | ||||
|       substituters = [ "http://hut/cache" ]; | ||||
|       trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; | ||||
|       extra-substituters = [ "http://hut/cache" ]; | ||||
|       extra-trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; | ||||
|     }; | ||||
| } | ||||
|  | ||||
| @ -29,8 +29,8 @@ | ||||
|   }; | ||||
| 
 | ||||
|   nix.settings = { | ||||
|     substituters = [ "https://jungle.bsc.es/cache" ]; | ||||
|     trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; | ||||
|     extra-substituters = [ "https://jungle.bsc.es/cache" ]; | ||||
|     extra-trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; | ||||
|   }; | ||||
| 
 | ||||
|   # Enable performance governor | ||||
|  | ||||
		Reference in New Issue
	
	Block a user