1 Commits

Author SHA1 Message Date
5ac99012e0 cachix action failing for unknown reasons, patch to use local runner
All checks were successful
Nix / build (nixos-unstable) (pull_request) Successful in 20m55s
Nix / build (nixos-22.11) (pull_request) Successful in 23m59s
Nix / build (nixos-23.05) (pull_request) Successful in 24m40s
2023-09-07 16:04:33 -04:00
2 changed files with 0 additions and 11 deletions

View File

@@ -24,6 +24,5 @@ jobs:
- uses: actions/checkout@v3
- run: nix-shell --run ./ci.sh
env:
CI_PROJECT_PATH: pjjw
CI_REGISTRY_AUTH: '${{ secrets.REGISTRY_AUTH }}'
NIXPKGS_CHANNEL: '${{ matrix.channel }}'

View File

@@ -1,10 +0,0 @@
{ docker-nixpkgs
, nodejs
, extraContents ? [ ]
}:
docker-nixpkgs.nix-flakes.override {
extraContents = [
# nodejs for runner
nodejs
] ++ extraContents;
}