nvf refactoring, devshell working
This commit is contained in:
parent
8e2371ddf6
commit
9a25c80e74
17 changed files with 100 additions and 310 deletions
|
@ -9,6 +9,9 @@
|
|||
treefmt = {
|
||||
projectRootFile = "flake.nix";
|
||||
enableDefaultExcludes = true;
|
||||
settings = {
|
||||
global.excludes = ["*.png"];
|
||||
};
|
||||
programs = {
|
||||
alejandra.enable = true;
|
||||
|
||||
|
@ -17,10 +20,7 @@
|
|||
prettier = {
|
||||
enable = true;
|
||||
package = pkgs.prettierd;
|
||||
excludes = ["*.age"];
|
||||
settings = {
|
||||
editorconfig = true;
|
||||
};
|
||||
settings.editorconfig = true;
|
||||
};
|
||||
|
||||
shfmt = {
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
devShells.default = pkgs.mkShellNoCC {
|
||||
name = "nichts";
|
||||
|
||||
shellHook = ''
|
||||
${config.pre-commit.installationScript}
|
||||
'';
|
||||
# shellHook = ''
|
||||
# # ${config.pre-commit.installationScript}
|
||||
# '';
|
||||
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue