Initial commit

This commit is contained in:
Bryan Bennett 2023-12-21 08:51:20 -05:00
commit 69aedbe308
No known key found for this signature in database
GPG key ID: EE149E4215408DE9
10 changed files with 576 additions and 0 deletions

24
dune-project Normal file
View file

@ -0,0 +1,24 @@
(lang dune 3.11)
(name flake_env)
(generate_opam_files true)
(source
(sourcehut bryan_bennett/flake_env))
(authors "Bryan Bennett")
(maintainers "Bryan Bennett")
(license MIT)
(documentation https://git.sr.ht/~bryan_bennett/flake_env)
(package
(name flake_env)
(allow_empty)
(synopsis "Yet another flake plugin for direnv")
(depends ocaml dune)
(tags
("direnv" "nix" "flake")))