now the format action should stop failing and the update action should. not fail on checkout? i hope.
Some checks failed
/ nix fmt (push) Failing after 51s

This commit is contained in:
Ittihadyya 2024-11-26 15:28:59 +02:00
parent 77b245cd5a
commit 321f72f070

View file

@ -10,10 +10,10 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
- name: Install nix - name: Install Nix
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30 uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
with: with:
nix_path: nixpkgs=channel:nixos-unstable install-url: "https://nixos.org/nix/install"
- name: Update flake.lock - name: Update flake.lock
uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24 uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24
with: with: