Compare commits
2 commits
3873639daa
...
3237bbad0a
Author | SHA1 | Date | |
---|---|---|---|
3237bbad0a | |||
6eb9b21842 |
4 changed files with 5 additions and 6 deletions
2
templates/default/.gitignore
vendored
2
templates/default/.gitignore
vendored
|
@ -11,7 +11,7 @@ result-*
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# nixago: ignore-linked-files
|
# nixago: ignore-linked-files
|
||||||
/treefmt.toml
|
treefmt.toml
|
||||||
|
|
||||||
# nats
|
# nats
|
||||||
rust/*/tmp
|
rust/*/tmp
|
||||||
|
|
|
@ -3,9 +3,7 @@ resolver = "2"
|
||||||
package.version = "0.1.0"
|
package.version = "0.1.0"
|
||||||
metadata.crane.name = "blueprint-universe"
|
metadata.crane.name = "blueprint-universe"
|
||||||
|
|
||||||
members = [
|
members = ["rust/*"]
|
||||||
"rust/*",
|
|
||||||
]
|
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
|
@ -24,6 +24,8 @@ let
|
||||||
|
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
|
|
||||||
|
taplo.enable = true;
|
||||||
|
|
||||||
prettier.enable = true;
|
prettier.enable = true;
|
||||||
} // pkgs.lib.optionalAttrs (pkgs.system != "riscv64-linux") { shellcheck.enable = true; };
|
} // pkgs.lib.optionalAttrs (pkgs.system != "riscv64-linux") { shellcheck.enable = true; };
|
||||||
|
|
||||||
|
@ -31,7 +33,7 @@ let
|
||||||
global.excludes = [
|
global.excludes = [
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
# unsupported extensions
|
# unsupported extensions
|
||||||
"*.{gif,png,svg,tape,mts,lock,mod,sum,toml,env,envrc,gitignore}"
|
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
|
||||||
];
|
];
|
||||||
|
|
||||||
formatter = {
|
formatter = {
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/2q0p32grc9y40gilz6z9ck5nmq5ypx4n-treefmt.toml
|
|
Loading…
Add table
Add a link
Reference in a new issue