Skip to content

noblepayne/dotenvx-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotenvx-flake

A nix flake to build a dotenvx binary.

Usage

$ touch .env
$ nix run github:noblepayne/dotenvx-flake -- set ENV DEV            
✔ set ENV with encryption (.env)
✔ key added to .env.keys (DOTENV_PRIVATE_KEY)
$ nix run github:noblepayne/dotenvx-flake -- run -- bash -c 'env | grep ^ENV'
[[email protected]] injecting env (2) from .env
ENV=DEV

About

A nix flake for dotenvx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages