mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 22:51:24 +01:00
Initial commit
This commit is contained in:
commit
69aedbe308
10 changed files with 576 additions and 0 deletions
24
dune-project
Normal file
24
dune-project
Normal 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")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue