fix: treefmt
This commit is contained in:
parent
81b4a12e1a
commit
f9b874ccee
2 changed files with 0 additions and 6 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
|||
with:
|
||||
name: nifoc
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check
|
||||
- run: nix build '.#nixosConfigurations.tanker.pkgs.attic-server'
|
||||
- run: nix build '.#nixosConfigurations.tanker.pkgs.attic-client'
|
||||
- run: nix build '.#nixosConfigurations.tanker.pkgs.deploy-rs'
|
||||
|
@ -42,7 +41,6 @@ jobs:
|
|||
with:
|
||||
name: nifoc
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check
|
||||
- run: nix build '.#nixosConfigurations.argon.pkgs.attic-client'
|
||||
- run: nix build '.#nixosConfigurations.argon.pkgs.deploy-rs'
|
||||
- run: nix build '.#nixosConfigurations.argon.config.services.nginx.package'
|
||||
|
|
|
@ -133,10 +133,6 @@
|
|||
shfmt.enable = true;
|
||||
yamlfmt.enable = true;
|
||||
};
|
||||
|
||||
settings.formatter = {
|
||||
nixpkgs-fmt.excludes = [ "**/secret/**/*.nix" ];
|
||||
};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue