CI: Simplify verify action by leveraging packaged defaults
This commit is contained in:
parent
27fa6d15eb
commit
442fd5c30f
2 changed files with 24 additions and 42 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue