ci: use nightly rustfmt
we were using this before, but it broke when refactoring the flake out into separate files
This commit is contained in:
parent
6398136163
commit
fd19dda5cb
3 changed files with 13 additions and 10 deletions
|
@ -23,7 +23,7 @@ mkShell {
|
|||
};
|
||||
|
||||
# Development tools
|
||||
nativeBuildInputs = default.nativeBuildInputs ++ [
|
||||
nativeBuildInputs = [
|
||||
# Always use nightly rustfmt because most of its options are unstable
|
||||
#
|
||||
# This needs to come before `toolchain` in this list, otherwise
|
||||
|
@ -57,5 +57,5 @@ mkShell {
|
|||
|
||||
# Useful for editing the book locally
|
||||
mdbook
|
||||
];
|
||||
] ++ default.nativeBuildInputs ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue