ci/cd: fixes

This commit is contained in:
hand7s 2025-04-27 13:03:46 +03:00
parent 7c74535c02
commit b2dd824378
No known key found for this signature in database

View file

@ -16,6 +16,6 @@ jobs:
- name: "flake check"
uses: "DeterminateSystems/flake-checker-action@v5"
- name: "Deadnix check"
run: "nix run github:astro/deadnix#deadnix -- -f"
run: "nix run flake:nixpkgs#deadnix -- -f ."
- name: "Alejandra check"
run: "nix run github:kamadorueda/alejandra#alejandra -- -c --experimental-config ./alejandra.toml"
run: "nix run flake:nixpkgs#alejandra -- --check --experimental-config .github/workflows/alejandra.toml ."