bump inputs

This commit is contained in:
Charlie Root 2024-07-21 22:49:20 +02:00
commit 72a136dbd6
4 changed files with 126 additions and 71 deletions

View file

@ -0,0 +1,13 @@
{
perSystem = _: {
pre-commit = {
settings = {
excludes = ["flake.lock"];
hooks = {
alejandra.enable = true;
prettier.enable = true;
};
};
};
};
}

View file

@ -1,9 +1,16 @@
{
perSystem = {pkgs, ...}: {
perSystem = {
config,
pkgs,
...
}: {
devShells.default = pkgs.mkShellNoCC {
name = "nichts";
DIRENV_LOG_FORMAT = "";
#inputsFrom = [config.treefmt.build.devShell];
packages = with pkgs; [
config.treefmt.build.wrapper # treewide formatter
nil # nix language server
alejandra
git # take a guess