diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b94b57b..f6be9d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' diff --git a/flake.nix b/flake.nix index 74057d8..15b5066 100644 --- a/flake.nix +++ b/flake.nix @@ -133,10 +133,6 @@ shfmt.enable = true; yamlfmt.enable = true; }; - - settings.formatter = { - nixpkgs-fmt.excludes = [ "**/secret/**/*.nix" ]; - }; }; devShells.default = pkgs.mkShell {