nixvenv/config.json
thecookingsenpai b262b2e0dc Initial commit
2023-12-25 13:28:06 +01:00

20 lines
440 B
JSON

{
"nvenv_name": "localenv",
"working_dir": "./localenv",
"local_bin": "bin",
"load_file": "load.sh",
"init_cmds": {
"nvenv_folder": "mkdir test",
"local_bin_folder": "echo '#!/bin/bash \necho It is working!' > nvenv_test && chmod +x nvenv_test",
"here": "mkdir .cache"
},
"overwrites" : {
"IS_VENV": "true"
},
"files": [
["./test", ".cache/test"]
],
"additions" : {
"PATH": "/usr/local/sbin:/home/tcsenpai/bin"
}
}