mirror of
https://github.com/tcsenpai/nixvenv.git
synced 2025-06-02 17:20:07 +00:00
20 lines
440 B
JSON
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"
|
|
}
|
|
} |