sqlpage: format

This commit is contained in:
Austin Horstman 2024-11-06 14:41:37 -06:00
parent 90fcec9bc9
commit d171b45e53
No known key found for this signature in database

View File

@ -1,12 +1,13 @@
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, sqlite
, zstd
, stdenv
, darwin
, fetchurl
{
lib,
rustPlatform,
fetchFromGitHub,
pkg-config,
sqlite,
zstd,
stdenv,
darwin,
fetchurl,
}:
let
@ -73,7 +74,7 @@ rustPlatform.buildRustPackage rec {
substituteInPlace sqlpage/tomselect.js \
--replace-fail '/* !include https://cdn.jsdelivr.net/npm/tom-select@2.3.1/dist/js/tom-select.popular.min.js */' \
"$(cat ${tomselect})"
'';
'';
cargoHash = "sha256-/B8tayEbyOsc0/po1YQKtp694X12B3I50OU4cMwJo8Q=";