File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -569,6 +569,10 @@ jobs:
569569
570570 - name : ❄ Install Nix
571571 uses : DeterminateSystems/nix-installer-action@main
572+ with :
573+ extra-conf : |
574+ extra-substituters = https://graphite.cachix.org https://graphite-dev.cachix.org
575+ extra-trusted-public-keys = graphite.cachix.org-1:B7Il1yMpkquN/dXM+5GRmz+4Xmu2aaCS1GcWNfFhsOo= graphite-dev.cachix.org-1:RppXYpiV1qO2TYKTkXXGHsAEQDOB5G51b3VlrN9QmbI=
572576
573577 - name : 🗑 Free disk space
574578 run : sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache
Original file line number Diff line number Diff line change 1717
1818 - name : ❄ Install Nix
1919 uses : DeterminateSystems/nix-installer-action@main
20-
21- - name : 💾 Set up Nix cache
22- uses : DeterminateSystems/magic-nix-cache-action@main
20+ with :
21+ extra-conf : |
22+ extra-substituters = https://graphite.cachix.org https://graphite-dev.cachix.org
23+ extra-trusted-public-keys = graphite.cachix.org-1:B7Il1yMpkquN/dXM+5GRmz+4Xmu2aaCS1GcWNfFhsOo= graphite-dev.cachix.org-1:RppXYpiV1qO2TYKTkXXGHsAEQDOB5G51b3VlrN9QmbI=
2324
2425 - name : 🏗 Build graphene raster nodes shaders
2526 run : nix build .#graphite-raster-nodes-shaders && cp result raster_nodes_shaders_entrypoint.wgsl
You can’t perform that action at this time.
0 commit comments