Import ethercat from git repo

This commit is contained in:
2023-08-16 10:01:26 +03:00
parent 44f38a76cd
commit 868537eb53
2 changed files with 15 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
pname = "ec-controller";
version = "0.1.0";
src = ./.;
nativeBuildInputs = [ cmake ];
buildInputs = [ ethercat ];