no preinstall eh
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 8m8s

This commit is contained in:
Deepak Mallubhotla 2025-03-19 19:49:11 -05:00
parent 03a2bce57a
commit 392b17bc8b
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -2,9 +2,6 @@ name: testing nix stuff
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
env:
NIX_PATH: nixpkgs=channel:nixos-24.11-small
jobs:
nix:
strategy:
@ -38,8 +35,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v31
- run: nix build --version
- name: pre install Attic
run: nix-env -i attic-client -f '<nixpkgs>'
- name: Setup Attic Cache
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
with: