sasquatch: format package.nix to match RFC style

This commit is contained in:
László Vaskó 2024-09-09 10:09:07 +02:00
parent 17fb7dfa72
commit 289411e92b

View File

@ -1,13 +1,14 @@
{ lib
, stdenv
, fetchFromGitHub
, lz4
, lzo
, which
, xz
, zlib
, zstd
, bigEndian ? false
{
lib,
stdenv,
fetchFromGitHub,
lz4,
lzo,
which,
xz,
zlib,
zstd,
bigEndian ? false,
}:
let
@ -26,7 +27,13 @@ let
strictDeps = true;
nativeBuildInputs = [ which ];
buildInputs = [ zlib xz zstd lz4 lzo ];
buildInputs = [
zlib
xz
zstd
lz4
lzo
];
preBuild = ''
cd squashfs-tools