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 in
{ {
pkgs ? pkgsDefault, pkgs ? pkgsDefault,
rustPlatform ? rustPlatformDefault, pileRustPlatform ? rustPlatformDefault,
}: }:
rustPlatform.buildRustPackage { pileRustPlatform.buildRustPackage {
pname = "pile"; pname = "pile";
version = "0.0.2"; version = "0.0.2";
src = ./.; src = ./.;

View File

@@ -24,7 +24,7 @@
}; };
in { in {
packages.default = import ./default.nix { inherit pkgs rustPlatform; }; packages.default = import ./default.nix { inherit pkgs; pileRustPlatform = rustPlatform; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = [ buildInputs = [