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 208491f commit 461c246Copy full SHA for 461c246
.github/workflows/rust.yml
@@ -51,5 +51,9 @@ jobs:
51
runs-on: ubuntu-latest
52
steps:
53
- uses: actions/checkout@v4
54
- - uses: DeterminateSystems/nix-installer-action@main
+ - uses: cachix/install-nix-action@v25
55
+ with:
56
+ extra_nix_config: |
57
+ trusted-public-keys = nix.casatta.it:HseKZh7436/vKXfZDBHbhr7wwAkzjLwY5BIq+OOrITg= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
58
+ substituters = https://nix.casatta.it https://cache.nixos.org/
59
- run: nix build .
0 commit comments