7 lines
236 B
Bash
7 lines
236 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
guix shell --container --emulate-fhs --network \
|
||
|
coreutils zlib gcc-toolchain nss-certs node make grep bash which python libuv sed sqlite
|
||
|
# coreutils zlib gcc-toolchain nss-certs node make grep bash which \
|
||
|
# node-ghost-cli
|