Skip to content

Instantly share code, notes, and snippets.

@0xbharath
Created August 31, 2023 12:31
Show Gist options
  • Save 0xbharath/59266248d14117cb26b62931747ee03c to your computer and use it in GitHub Desktop.
Save 0xbharath/59266248d14117cb26b62931747ee03c to your computer and use it in GitHub Desktop.
{
"packages": [
"[email protected]",
"stdenv.cc.cc.lib",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"python310Packages.pip"
],
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"export PS1='🦗 Mantis > '",
"alias mantis='python /opt/mantis/launch.py'",
"alias help='python /opt/mantis/launch.py --help'",
"cd /opt/mantis"
],
"scripts": {
"setup": [
". $VENV_DIR/bin/activate",
"pip install git+https://github.com/cisagov/findcdn.git --quiet",
"pip install -r requirements.txt",
"chmod 777 -R /opt/mantis",
"chmod 777 -R /opt/mantis/.devbox"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment