Skip to content

Commit

Permalink
merge: #2940
Browse files Browse the repository at this point in the history
2940: [PATCH] chore: introduce typos / spellchecking r=stack72 a=stack72



Co-authored-by: bodymindarts <[email protected]>
  • Loading branch information
si-bors-ng[bot] and bodymindarts authored Nov 8, 2023
2 parents 6e4c78a + ba9973b commit 8b0555b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ We contributors to System Initiative:
* Nick Stinemates (@keeb)
* Luca Palmieri (@LukeMathWalker)
* Sakshi Umredkar (@saakshii12)
* Justin Carter (@bodymindarts)
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
mv -v "$out/bin/lang-js" "$out/bin/.lang-js"
# Need to escape this shell variable which should not be
# iterpreted in Nix as a variable nor a shell variable when run
# but rather a litteral string which happens to be a shell
# but rather a literal string which happens to be a shell
# variable. Nuclear arms race of quoting and escaping special
# characters to make this work...
substituteInPlace "$out/bin/.lang-js" \
Expand Down Expand Up @@ -321,6 +321,7 @@
shellcheck
shfmt
tilt
typos
]
# Directly add the build dependencies for the packages rather than
# use: `inputsFrom = lib.attrValues packages;`.
Expand Down
Empty file added typos.toml
Empty file.

0 comments on commit 8b0555b

Please sign in to comment.