no preinstall eh
This commit is contained in:
parent
03a2bce57a
commit
392b17bc8b
@ -2,9 +2,6 @@ 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]
|
||||||
|
|
||||||
env:
|
|
||||||
NIX_PATH: nixpkgs=channel:nixos-24.11-small
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nix:
|
nix:
|
||||||
strategy:
|
strategy:
|
||||||
@ -38,8 +35,6 @@ jobs:
|
|||||||
- 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: pre install Attic
|
|
||||||
run: nix-env -i attic-client -f '<nixpkgs>'
|
|
||||||
- name: Setup Attic Cache
|
- name: Setup Attic Cache
|
||||||
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
|
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user