mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 07:01:06 +01:00 
			
		
		
		
	Add Cachix (#14)
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -13,4 +13,9 @@ jobs:
 | 
			
		||||
      with:
 | 
			
		||||
        nix_path: nixpkgs=channel:nixos-unstable
 | 
			
		||||
 | 
			
		||||
    - run: nix-build -A hsPkgs.dear-imgui.components.exes --option trusted-public-keys "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/"
 | 
			
		||||
    - uses: cachix/cachix-action@v8
 | 
			
		||||
      with:
 | 
			
		||||
        name: hs-dear-imgui
 | 
			
		||||
        authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
 | 
			
		||||
 | 
			
		||||
    - run: nix-build -A hsPkgs.dear-imgui.components.exes
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user