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

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