Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

File metadata and controls

21 lines (15 loc) · 415 Bytes

README

Demonstrate how to define environments.

🏠 Build and Run

# build nix
docker build -t nix-envs .
# debugging and host repo in build folder
docker run -v $(pwd)/.:/build -it --entrypoint /bin/sh nix-envs
# install test-env
nix-env -f. -iA test-env -vvv

Resources

  • Declarative Package Management here