Compare commits

..

2 commits

Author SHA1 Message Date
jiriks74
5939f980cb Update flake.lock
All checks were successful
Perform checks / formatting (push) Successful in 51s
Perform checks / nix_flake_check (push) Successful in 53s
Perform checks / nix_build (push) Successful in 3m31s
2024-12-14 03:08:39 +00:00
bbec7f8da5
fix: Use custom action for updating flake.lock
Some checks failed
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
Perform checks / formatting (push) Has been cancelled
2024-12-14 04:07:22 +01:00

View file

@ -8,6 +8,10 @@ jobs:
update_lockfile:
runs-on: ubuntu-latest
steps:
- name: test
run: |
apt update
apt install nodejs -y
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix