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
|
, 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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue