# -*- sh-shell: bash -*-
# shellcheck shell=bash
if [; then
_NIX_CONTAINER_DEMO_HELPER_INC=true
__nix_gcroot_local_dir=" /../gcroots"
__nix_gcroot_store_dir="/nix/var/nix/gcroots/per-user/"
__nix_gcroot_prefix=nix-container-demo
# Wrapper for the nix executable to help with interactive demos and gc roots
# - If WRAP_NIX_MAKE_GCROOTS=1 the nix (build|develop|run) commands will add gc roots for their outputs
# - In interactive mode, nix build commands will be run with --rebuild for demonstration purposes, if its output already exists
# Assumptions: invocation is of the form 'nix <action> <flake output> ...'.
fi