feat: add subsututors
All checks were successful
On_Push / build (push) Successful in 1m10s

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-09-28 14:20:24 +00:00
parent f9ecaa2f89
commit 5e7a7fe5e1

View file

@ -18,6 +18,9 @@ jobs:
- uses: https://github.com/cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
trusted-public-keys = skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://nix-cache.skynet.ie/skynet-cache https://hydra.iohk.io https://cache.nixos.org/
- run: nix --version
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4