mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 01:09:20 +00:00
Harmonize GHA workflows a little, add nix-bincache.rory.gay to trusted list to make github go brr
This commit is contained in:
@@ -9,11 +9,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
#- uses: DeterminateSystems/magic-nix-cache-action@v13
|
||||
extra_nix_config: |
|
||||
system-features = nixos-test benchmark big-parallel kvm
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-bincache.rory.gay:663PIW8xxgIImxLcsokODWI2PHFWXvzJEfjX6TaIjxQ=
|
||||
trusted-substituters = https://cache.nixos.org https://nix-bincache.rory.gay
|
||||
|
||||
- run: nix build -L -j auto
|
||||
- run: nix develop --command echo OK
|
||||
- run: nix flake check -vL -j auto
|
||||
|
||||
Reference in New Issue
Block a user