mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-26 10:24:25 +03:00
tests: add expect test for codemod
This commit is contained in:
parent
70b7aa41a4
commit
c1fc75c3c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user