Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin a7204f7cf4 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/f6581f1c3b137086e42a08a906bdada63045f991' (2024-11-12)
  → 'github:NixOS/nixos-hardware/672ac2ac86f7dff2f6f3406405bddecf960e0db6' (2024-11-16)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/689fed12a013f56d4c4d3f612489634267d86529' (2024-11-12)
  → 'github:NixOS/nixpkgs/e8c38b73aeb218e27163376a2d617e61a2ad9b59' (2024-11-16)
2024-11-18 12:01:10 +01:00
Antoine Martin cd6295ff6b ci: use flake devshell to check formatting
This should fix the alejandra version mismatch failures
2024-11-18 12:00:57 +01:00

View file

@ -16,11 +16,9 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05
- name: Run alejandra
run: nix run nixpkgs#alejandra -- --check .
run: nix develop --command alejandra --check .
flake-check:
name: Flake check