tests: add expect test for codemod

This commit is contained in:
Johannes Kirschbauer 2024-03-15 17:01:51 +01:00 committed by Johannes Kirschbauer
parent 70b7aa41a4
commit c1fc75c3c3

View File

@ -2,7 +2,8 @@
perSystem = { self', inputs', pkgs, system, ... }:
let
craneLib = inputs.crane.lib.${system};
src = craneLib.cleanCargoSource (craneLib.path ./.);
# src = craneLib.cleanCargoSource (craneLib.path ./.);
src = craneLib.path ./.;
commonArgs = {
inherit src;