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:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user