disable-nix-access-token: true
Some checks failed
Test / Build (push) Successful in 4s
Test / Test (push) Successful in 4s
Testing with devbox / test (push) Failing after 1m46s

This commit is contained in:
Chris Daßler
2025-02-13 21:46:36 +01:00
parent 33c4548e6b
commit e0d1952a0e

View File

@@ -9,9 +9,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Download Nixpkgs Tarball # - name: Download Nixpkgs Tarball
run: | # run: |
wget -O nixpkgs.tar.gz https://github.com/NixOS/nixpkgs/archive/75a52265bda7fd25e06e3a67dee3f0354e73243c.tar.gz # wget -O nixpkgs.tar.gz https://github.com/NixOS/nixpkgs/archive/75a52265bda7fd25e06e3a67dee3f0354e73243c.tar.gz
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16 uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
@@ -28,8 +28,9 @@ jobs:
project-path: './src' project-path: './src'
enable-cache: true enable-cache: true
devbox-version: 0.13.7 devbox-version: 0.13.7
disable-nix-access-token: true
skip-nix-installation: true skip-nix-installation: true
nixpkgs-url: file://$(pwd)/nixpkgs.tar.gz # nixpkgs-url: file://$(pwd)/nixpkgs.tar.gz
- name: Run arbitrary commands - name: Run arbitrary commands
run: devbox run -- echo "done" run: devbox run -- echo "done"