13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-i6181Ot40t2IlAGpj0pES9nPFB1dZrcypgs4qLQ05hE=";
20 npmDepsHash = "sha256-wo+Gtq2gdcIWY0yDzf5vrxEHfFzMfpgIjG+/MBdvz1U=";
25 version = testers.testVersion {
27 # access to the home directory
28 command = "HOME=$TMPDIR dotenvx --version";
33 description = "Better dotenv–from the creator of `dotenv";
34 homepage = "https://github.com/dotenvx/dotenvx";
35 changelog = "https://github.com/dotenvx/dotenvx/blob/${src.rev}/CHANGELOG.md";
36 license = lib.licenses.bsd3;
37 maintainers = with lib.maintainers; [ natsukium ];
38 mainProgram = "dotenvx";