Skip to content

Commit

Permalink
ci: use DetSys Nix installer and cache on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Feb 29, 2024
1 parent a2c614f commit 7d320d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
-
name: Install Nix
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Configure Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
-
name: Tangle code and export HTML
run: "nix build .#dist"
Expand Down

0 comments on commit 7d320d7

Please sign in to comment.