add formatter
This commit is contained in:
parent
7c45956ee5
commit
8b211fa373
1 changed files with 6 additions and 0 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
|
@ -23,4 +23,10 @@ jobs:
|
|||
- run: nix flake check --accept-flake-config
|
||||
# Pre-build the system configuration
|
||||
- run: nix build --accept-flake-config --dry-run .#nixosConfigurations.${{ matrix.target-system }}.config.system.build.toplevel
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- run: nix shell nixpkgs#alejandra -c alejandra -c .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue