only install nix once
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 29s

This commit is contained in:
Deepak Mallubhotla 2025-03-19 16:27:22 -05:00
parent f43ad7a49d
commit b5812991ee
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -1,7 +1,6 @@
name: testing nix stuff name: testing nix stuff
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
nix: nix:
strategy: strategy:
@ -18,8 +17,6 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- uses: cachix/install-nix-action@v31
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9 uses: DeterminateSystems/nix-installer-action@v9