diff --git a/default.nix b/default.nix index 22c104a..21e15eb 100644 --- a/default.nix +++ b/default.nix @@ -13,6 +13,7 @@ , re , reason , sha +, }: buildDunePackage { pname = "flake_env"; @@ -41,23 +42,9 @@ buildDunePackage { postInstall = '' install -m400 -D direnvrc $out/share/flake_env/direnvrc ''; - checkInputs = [ - alcotest - bisect_ppx - ]; - nativeBuildInputs = [ - reason - ]; - propagatedBuildInputs = [ - core - core_unix - findlib - ocaml - ppx_yojson_conv - ppx_yojson_conv_lib - re - sha - ]; + checkInputs = [ alcotest bisect_ppx ]; + nativeBuildInputs = [ reason ]; + propagatedBuildInputs = [ core core_unix findlib ocaml ppx_yojson_conv ppx_yojson_conv_lib re sha ]; meta = with lib; { description = "Yet another flake plugin for direnv";