rust: fix path to cargo toml
This commit is contained in:
parent
5b05520782
commit
d4efe8024d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue