chore: formatting and cleanup

This commit is contained in:
Zhongheng Liu 2025-01-18 14:14:12 +02:00
commit 43a25ed66f
Signed by: steven
GPG key ID: 805A28B071DAD84B
4 changed files with 50 additions and 27 deletions

View file

@ -25,10 +25,7 @@
hello
git --version
'';
languages = {
rust.enable = true;
};
languages.rust.enable = true;
# https://devenv.sh/tasks/
# tasks = {
# "myproj:setup".exec = "mytool build";