env.bash 253 B

1234567891011
  1. #!/usr/bin/env bash
  2. set -Eeuxo pipefail
  3. DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
  4. printf "%s\n" "${DIR}"
  5. guix time-machine --channels="${DIR}/channels.scm" -- \
  6. shell --cores=8 --check --manifest="${DIR}/manifest.scm"