Skip to content

Commit

Permalink
fixup! use flake inptus for holo-nixpkgs and nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 5, 2024
1 parent 2aab6ac commit fe62f03
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.STEVEEJ_READ_ONLY_ACCESS }}
extra-conf: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.nixos.org/
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Configure nix with github credentials
run: |
set -eou pipefail
Expand Down Expand Up @@ -74,13 +82,6 @@ jobs:
sudo systemctl restart nix-daemon.service
- uses: DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.STEVEEJ_READ_ONLY_ACCESS }}
extra-conf: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.nixos.org/
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: "download holo-nixpkgs tag"
run: |
Expand Down

0 comments on commit fe62f03

Please sign in to comment.