clean
This commit is contained in:
parent
e883f1c851
commit
7fd1716064
1 changed files with 1 additions and 9 deletions
10
.github/workflows/nix.yml
vendored
10
.github/workflows/nix.yml
vendored
|
|
@ -21,19 +21,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
# TODO: add a binary cache
|
|
||||||
# - uses: cachix/cachix-action@v10
|
|
||||||
# with:
|
|
||||||
# name: YOURCACHE
|
|
||||||
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
||||||
- run: nix flake check --accept-flake-config
|
- 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
|
- run: nix build --accept-flake-config --dry-run .#nixosConfigurations.${{ matrix.target-system }}.config.system.build.toplevel
|
||||||
check-formatting:
|
check-formatting:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
- run: nix run nixpkgs#nixfmt-tree -- --ci
|
- run: nix flake check --accept-flake-config
|
||||||
- run: nix run nixpkgs#deadnix -- --fail
|
|
||||||
- run: nix run nixpkgs#statix -- check
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue