Skip to content

Commit

Permalink
feat: remove formatter pack
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jan 24, 2024
1 parent f488c07 commit 4fd6a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 72 deletions.
61 changes: 3 additions & 58 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
description = "jnsgruk's personal website and blog";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
formatters.url = "github:Gerschtli/nix-formatter-pack";
formatters.inputs.nixpkgs.follows = "nixpkgs";
};

outputs =
{ self
, formatters
, nixpkgs
, ...
}:
Expand Down Expand Up @@ -106,17 +103,6 @@
shellHook = "exec zsh";
};
});

formatter = forAllSystems (system:
formatters.lib.mkFormatter {
pkgs = pkgsForSystem system;
config.tools = {
deadnix.enable = true;
nixpkgs-fmt.enable = true;
statix.enable = true;
};
}
);
};
}

0 comments on commit 4fd6a9d

Please sign in to comment.