Skip to content

Commit

Permalink
style(nix): Reformat Nix-lang sources with nixfmt-rfc-style
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 17, 2025
1 parent 91ca987 commit 648a4bf
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions build-aux/pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,18 @@ stdenv.mkDerivation (finalAttrs: {
sed -i -e 's/tarball-version/flake-version/' configure.ac
'';

buildInputs =
[
finalAttrs.finalPackage.passthru.luaEnv
cargo-edit
harfbuzz
icu
fontconfig
libiconv
libxslt
stylua
taplo
typos
];
buildInputs = [
finalAttrs.finalPackage.passthru.luaEnv
cargo-edit
harfbuzz
icu
fontconfig
libiconv
libxslt
stylua
taplo
typos
];

configureFlags =
[
Expand Down

0 comments on commit 648a4bf

Please sign in to comment.