We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b86356 commit 397cea7Copy full SHA for 397cea7
.github/workflows/build.yaml
@@ -13,4 +13,9 @@ jobs:
13
with:
14
nix_path: nixpkgs=channel:nixos-unstable
15
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/"
+ - 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