mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
remove uses of aliases
This commit is contained in:
parent
3b99032456
commit
6685f8cd14
3 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Keep sorted
|
||||
{ default
|
||||
{ buildPlatform
|
||||
, default
|
||||
, engage
|
||||
, inputs
|
||||
, jq
|
||||
|
|
@ -7,7 +8,6 @@
|
|||
, markdownlint-cli
|
||||
, mdbook
|
||||
, mkShell
|
||||
, system
|
||||
, toolchain
|
||||
}:
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ mkShell {
|
|||
#
|
||||
# This needs to come before `toolchain` in this list, otherwise
|
||||
# `$PATH` will have stable rustfmt instead.
|
||||
inputs.fenix.packages.${system}.latest.rustfmt
|
||||
inputs.fenix.packages.${buildPlatform.system}.latest.rustfmt
|
||||
|
||||
# Keep sorted
|
||||
engage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue