Compare commits

..

2 commits

Author SHA1 Message Date
jiriks74
aba28f908b Update flake.lock
Some checks are pending
Perform checks / nix_build (push) Waiting to run
Perform checks / formatting (push) Successful in 46s
Perform checks / nix_flake_check (push) Successful in 52s
2024-12-14 02:37:32 +00:00
5a71f3a3f4
fix: Use custom action for updating flake.lock
Some checks failed
Perform checks / formatting (push) Has been cancelled
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
2024-12-14 03:36:09 +01:00

View file

@ -8,10 +8,6 @@ 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