nix command for update job
All checks were successful
/ deploy (push) Successful in 21s

This commit is contained in:
toufic ar 2026-01-26 21:13:36 +02:00
parent 7a201eb4fa
commit a560753e1c
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -7,7 +7,7 @@ jobs:
runs-on: nix-latest runs-on: nix-latest
steps: steps:
- name: install packages - name: install packages
run: nix profile add nixpkgs#nodejs_24 run: nix --extra-experimental-features "nix-command flakes" profile add nixpkgs#nodejs_24
- name: checkout repo - name: checkout repo
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: configure git - name: configure git