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