mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 22:51:24 +01:00
nixpkgs-fmt default.nix
This commit is contained in:
parent
ce8b85584a
commit
02a4503106
1 changed files with 4 additions and 17 deletions
21
default.nix
21
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue