mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
5 lines
148 B
Bash
Executable file
5 lines
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
|
|
|
>&2 echo "Caching dev shell"
|
|
nix print-dev-env "${base}#" >"${cached_shell}"
|