fix spelling error

This commit is contained in:
notohh 2024-04-08 18:00:01 -04:00
parent 63b19e703b
commit 07d09d87d9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -22,7 +22,7 @@
in {
packages = eachSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
version = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package.versio;
version = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package.version;
in {
default = pkgsFor.${system}.rustPlatform.buildRustPackage {
pname = "forcebot_rs";