rust: fix path to cargo toml

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-06 00:07:33 +03:00
parent 5b05520782
commit d4efe8024d
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
cargoToml = with builtins; (fromTOML (readFile ./dexios/Cargo.toml));
cargoToml = with builtins; (fromTOML (readFile ./Cargo.toml));
in
{
packages.default = pkgs.rustPlatform.buildRustPackage {