Skip to content

Commit 397cea7

Browse files
authored
Add Cachix (#14)
1 parent 0b86356 commit 397cea7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ jobs:
1313
with:
1414
nix_path: nixpkgs=channel:nixos-unstable
1515

16-
- 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/"
16+
- uses: cachix/cachix-action@v8
17+
with:
18+
name: hs-dear-imgui
19+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
20+
21+
- run: nix-build -A hsPkgs.dear-imgui.components.exes

0 commit comments

Comments
 (0)