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:
|
utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
cargoToml = with builtins; (fromTOML (readFile ./dexios/Cargo.toml));
|
cargoToml = with builtins; (fromTOML (readFile ./Cargo.toml));
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
|
|
Loading…
Reference in a new issue