Compare commits
2 Commits
1245d5f071
...
5ca39f9598
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ca39f9598 | |||
| 99669969de |
@@ -12,4 +12,4 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt install sudo -y
|
apt install sudo -y
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
- run: nix eval --no-update-lock-file .\#hydraJobs
|
- run: nix eval --no-update-lock-file --accept-flake-config .\#hydraJobs
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ jobs:
|
|||||||
apt install sudo -y
|
apt install sudo -y
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v30
|
uses: cachix/install-nix-action@v30
|
||||||
|
with:
|
||||||
|
github_access_token: ${{ secrets.API_TOKEN }}
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v24
|
uses: DeterminateSystems/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user