Compare commits
No commits in common. "3237bbad0ace2e66e7d3d2817a29a38e6d7f10c3" and "3873639daa4166bad8cfdedb633f066ef4b17009" have entirely different histories.
3237bbad0a
...
3873639daa
4 changed files with 6 additions and 5 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,7 +3,9 @@ resolver = "2"
|
||||||
package.version = "0.1.0"
|
package.version = "0.1.0"
|
||||||
metadata.crane.name = "blueprint-universe"
|
metadata.crane.name = "blueprint-universe"
|
||||||
|
|
||||||
members = ["rust/*"]
|
members = [
|
||||||
|
"rust/*",
|
||||||
|
]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
|
@ -24,8 +24,6 @@ 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; };
|
||||||
|
|
||||||
|
@ -33,7 +31,7 @@ let
|
||||||
global.excludes = [
|
global.excludes = [
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
# unsupported extensions
|
# unsupported extensions
|
||||||
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
|
"*.{gif,png,svg,tape,mts,lock,mod,sum,toml,env,envrc,gitignore}"
|
||||||
];
|
];
|
||||||
|
|
||||||
formatter = {
|
formatter = {
|
||||||
|
|
1
templates/default/treefmt.toml
Symbolic link
1
templates/default/treefmt.toml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/2q0p32grc9y40gilz6z9ck5nmq5ypx4n-treefmt.toml
|
Loading…
Add table
Add a link
Reference in a new issue