arduino-cli: fix deprecation warning for substituteInPlace --replace

This commit is contained in:
Stefan Frijters 2024-03-11 12:27:15 +01:00
parent 20fa19a8b4
commit 59959d0ae7
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -38,7 +38,7 @@ let
];
in ''
substituteInPlace Taskfile.yml \
--replace "go test" "go test -p $NIX_BUILD_CORES -skip '(${lib.concatStringsSep "|" skipTests})'"
--replace-fail "go test" "go test -p $NIX_BUILD_CORES -skip '(${lib.concatStringsSep "|" skipTests})'"
'';
doCheck = stdenv.isLinux;