1
0
Fork 0

fix: treefmt

This commit is contained in:
Daniel Kempkens 2023-07-13 23:41:54 +02:00
parent 81b4a12e1a
commit f9b874ccee
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 0 additions and 6 deletions

View file

@ -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'

View file

@ -133,10 +133,6 @@
shfmt.enable = true;
yamlfmt.enable = true;
};
settings.formatter = {
nixpkgs-fmt.excludes = [ "**/secret/**/*.nix" ];
};
};
devShells.default = pkgs.mkShell {