CI: Simplify verify action by leveraging packaged defaults

This commit is contained in:
Juno Takano 2026-06-24 02:02:37 -03:00
commit 442fd5c30f
No known key found for this signature in database
2 changed files with 24 additions and 42 deletions

View file

@ -48,6 +48,7 @@
cargo-deny
cargo-llvm-cov
cargo-msrv
git
just
rustup
taplo
@ -60,7 +61,6 @@
dev = [
cargo-mutants
watchexec
git
];
edit = dev ++ [
neovim
@ -78,7 +78,7 @@
);
nixosModules.bot = { config, lib, system, ... }: {
nixosModules.en = { config, lib, system, ... }: {
options.within.services.en.enable =
lib.mkEnableOption "enable en server";