chore: update devshell & set TERM=dumb for treefmt

This commit is contained in:
technofab 2025-09-17 13:48:16 +02:00
parent 061a2bc4b7
commit d56eb76a16
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -44,6 +44,7 @@ in {
name = "treefmt";
stage_fixed = true;
run = "${treefmtWrapper}/bin/treefmt";
env.TERM = "dumb";
}
];
};