Enable strictDeps on all our toplevel packages #12
| @ -5,8 +5,6 @@ | |||||||
|     agenix.inputs.nixpkgs.follows = "nixpkgs"; |     agenix.inputs.nixpkgs.follows = "nixpkgs"; | ||||||
|     bscpkgs.url = "git+https://git.sr.ht/~rodarima/bscpkgs"; |     bscpkgs.url = "git+https://git.sr.ht/~rodarima/bscpkgs"; | ||||||
|     bscpkgs.inputs.nixpkgs.follows = "nixpkgs"; |     bscpkgs.inputs.nixpkgs.follows = "nixpkgs"; | ||||||
|     nixseparatedebuginfod.url = "github:symphorien/nixseparatedebuginfod"; |  | ||||||
|     nixseparatedebuginfod.inputs.nixpkgs.follows = "nixpkgs"; |  | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   outputs = { self, nixpkgs, agenix, bscpkgs, ... }: |   outputs = { self, nixpkgs, agenix, bscpkgs, ... }: | ||||||
|  | |||||||
| @ -1,12 +1,3 @@ | |||||||
| { theFlake, ... }: |  | ||||||
| 
 |  | ||||||
| let |  | ||||||
|   nixseparatedebuginfod = theFlake.inputs.nixseparatedebuginfod; |  | ||||||
| in |  | ||||||
| { | { | ||||||
|   imports = [ |  | ||||||
|     nixseparatedebuginfod.nixosModules.default |  | ||||||
|   ]; |  | ||||||
| 
 |  | ||||||
|   services.nixseparatedebuginfod.enable = true; |   services.nixseparatedebuginfod.enable = true; | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user