nixpkgs-fmt default.nix

This commit is contained in:
Bryan Bennett 2024-01-17 08:26:23 -05:00 committed by Bryan Bennett
parent ce8b85584a
commit 02a4503106
No known key found for this signature in database
GPG key ID: EE149E4215408DE9

View file

@ -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";