mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2025-12-12 06:10:06 +01:00
chore: update devshell & set TERM=dumb for treefmt
This commit is contained in:
parent
061a2bc4b7
commit
d56eb76a16
2 changed files with 4 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ in {
|
|||
name = "treefmt";
|
||||
stage_fixed = true;
|
||||
run = "${treefmtWrapper}/bin/treefmt";
|
||||
env.TERM = "dumb";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue