Skip to content

Commit

Permalink
Use Namespace checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Jun 15, 2024
1 parent 3827e59 commit 54a60fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Lix
uses: namespacelabs/nscloud-checkout-action@v2

- name: Install Nix
uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
install_url: https://install.lix.systems/lix
extra_nix_config: |
auto-optimise-store = true
experimental-features = nix-command flakes
- name: Check Nix flake
run: nix flake check

0 comments on commit 54a60fd

Please sign in to comment.