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 , re
, reason , reason
, sha , sha
,
}: }:
buildDunePackage { buildDunePackage {
pname = "flake_env"; pname = "flake_env";
@ -41,23 +42,9 @@ buildDunePackage {
postInstall = '' postInstall = ''
install -m400 -D direnvrc $out/share/flake_env/direnvrc install -m400 -D direnvrc $out/share/flake_env/direnvrc
''; '';
checkInputs = [ checkInputs = [ alcotest bisect_ppx ];
alcotest nativeBuildInputs = [ reason ];
bisect_ppx propagatedBuildInputs = [ core core_unix findlib ocaml ppx_yojson_conv ppx_yojson_conv_lib re sha ];
];
nativeBuildInputs = [
reason
];
propagatedBuildInputs = [
core
core_unix
findlib
ocaml
ppx_yojson_conv
ppx_yojson_conv_lib
re
sha
];
meta = with lib; { meta = with lib; {
description = "Yet another flake plugin for direnv"; description = "Yet another flake plugin for direnv";