4
.github/workflows/flake-health-checks.yml
vendored
4
.github/workflows/flake-health-checks.yml
vendored
@@ -16,8 +16,12 @@ jobs:
|
|||||||
- name: Get Latest Determinate Nix Installer binary
|
- name: Get Latest Determinate Nix Installer binary
|
||||||
id: latest-installer
|
id: latest-installer
|
||||||
uses: sigyl-actions/gitea-action-get-latest-release@main
|
uses: sigyl-actions/gitea-action-get-latest-release@main
|
||||||
|
with:
|
||||||
|
repository: ahuston-0/determinate-nix-mirror
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: ryanccn/attic-action@v0
|
uses: ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
|||||||
7
.github/workflows/flake-update.yml
vendored
7
.github/workflows/flake-update.yml
vendored
@@ -14,8 +14,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Get Latest Determinate Nix Installer binary
|
||||||
|
id: latest-installer
|
||||||
|
uses: sigyl-actions/gitea-action-get-latest-release@main
|
||||||
|
with:
|
||||||
|
repository: ahuston-0/determinate-nix-mirror
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: ryanccn/attic-action@v0
|
uses: ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user