flake-check-action.yaml: -> nix fmt

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-15 00:48:59 +03:00
parent 23ea92dc57
commit bb2f60ef95
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -17,7 +17,5 @@ jobs:
uses: "DeterminateSystems/nix-installer-action@v16"
- name: "flake check"
uses: "DeterminateSystems/flake-checker-action@v5"
- name: "Deadnix check"
run: "nix run flake:nixpkgs#deadnix -- ."
- name: "Alejandra check"
run: "nix run flake:nixpkgs#alejandra -- --check --experimental-config .github/workflows/alejandra.toml ."
- name: "nix fmt"
run: "nix fmt"

View file

@ -237,7 +237,7 @@
treefmt \
--ci \
--config-file \
"${self}/.github/workflows/alejandra.toml"
"${self}/.github/workflows/"
'';
};
};