repo: make build possible
This commit is contained in:
parent
53cc3f26dd
commit
276d23d1f2
2 changed files with 6 additions and 3 deletions
|
@ -9,11 +9,11 @@ resolver = "2"
|
|||
[workspace.dependencies]
|
||||
clap = { version = "4", features = [ "derive" ] }
|
||||
|
||||
[lints.rust]
|
||||
[workspace.lints.rust]
|
||||
unsafe_code = "deny"
|
||||
variant_size_differences = "warn"
|
||||
|
||||
[lints.clippy]
|
||||
[workspace.lints.clippy]
|
||||
branches_sharing_code = "warn"
|
||||
clone_on_ref_ptr = "warn"
|
||||
cognitive_complexity = "warn"
|
||||
|
|
|
@ -36,7 +36,10 @@
|
|||
rustfmt.enable = true;
|
||||
};
|
||||
|
||||
packages = with pkgs; [just nushell typst];
|
||||
packages = with pkgs; [
|
||||
just nushell typst
|
||||
mold
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue