mirror of
https://github.com/the-programmers-hangout/swiftspiracy-bot.git
synced 2026-09-04 09:16:01 +02:00
added example shell command to devshell
This commit is contained in:
@@ -54,6 +54,20 @@
|
||||
value = "experimental-features = nix-command flakes";
|
||||
}
|
||||
];
|
||||
commands = [
|
||||
{
|
||||
name = "fmt";
|
||||
help = "format nix code (using alejandra)";
|
||||
command = "nix fmt";
|
||||
category = "nix";
|
||||
}
|
||||
{
|
||||
name = "lint";
|
||||
help = "lint go code";
|
||||
command = "gofmt";
|
||||
category = "golang";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user