nix
Some checks failed
CI / Typos (push) Successful in 25s
CI / Clippy (push) Failing after 1m27s
CI / Build and test (all features) (push) Has been cancelled
CI / Build and test (push) Has been cancelled

This commit is contained in:
2026-03-11 12:18:03 -07:00
parent 478eebb5bf
commit c17596e1d4
2 changed files with 3 additions and 3 deletions

View File

@@ -14,10 +14,10 @@ let
in
{
pkgs ? pkgsDefault,
rustPlatform ? rustPlatformDefault,
pileRustPlatform ? rustPlatformDefault,
}:
rustPlatform.buildRustPackage {
pileRustPlatform.buildRustPackage {
pname = "pile";
version = "0.0.2";
src = ./.;