chore: reindent + install pi.dev

This commit is contained in:
Pierre Martin
2026-08-03 10:57:45 +02:00
parent afd74551fc
commit 047ff192f5
8 changed files with 231 additions and 165 deletions

View File

@@ -1,4 +1,10 @@
{ rustPlatform, fetchFromGitHub, pkg-config, sqlite, lib }:
{
rustPlatform,
fetchFromGitHub,
pkg-config,
sqlite,
lib,
}:
rustPlatform.buildRustPackage {
pname = "rtk";
version = "0.22.2";