now checking flake
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 3m31s

This commit is contained in:
Deepak Mallubhotla 2025-03-19 16:44:55 -05:00
parent 14dc5663e4
commit 2350e2d87c
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -19,15 +19,12 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v31 uses: cachix/install-nix-action@v31
- run: nix build --version - run: nix build --version
- name: Setup Attic Cache - name: Setup Attic Cache
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866 uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
with: with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }} endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }} cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Nix Package - name: Build Nix Package
run: nix-build test.nix run: nix flake check