maint: Move to /rust/* to /
This makes it easier for tooling to find the Rust stuff. Rust/non-rust is not a useful distinction in this repo anymore anyway.
This commit is contained in:
parent
8c64b5e380
commit
55eacf43c3
33 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
pre-commit.settings.hooks.nixfmt-rfc-style.enable = true;
|
||||
# Temporarily disable rustfmt due to configuration issues
|
||||
# pre-commit.settings.hooks.rustfmt.enable = true;
|
||||
pre-commit.settings.settings.rust.cargoManifestPath = "./rust/Cargo.toml";
|
||||
pre-commit.settings.settings.rust.cargoManifestPath = "./Cargo.toml";
|
||||
|
||||
# Check that we're using ///-style doc comments in Rust code.
|
||||
#
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
];
|
||||
shellHook = ''
|
||||
${config.pre-commit.installationScript}
|
||||
source ${../rust/bindgen-gcc.sh}
|
||||
source ${../bindgen-gcc.sh}
|
||||
echo 1>&2 "Welcome to the development shell!"
|
||||
'';
|
||||
# rust-analyzer needs a NIX_PATH for some reason
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue