This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '' | |
| <?php | |
| $config = array(); | |
| ${concatStrings ( | |
| mapAttrsToList (name: value: | |
| "$config['${name}'] = " + | |
| (if isInt value then | |
| "${toString value}" | |
| else if isString value then | |
| "'${value}'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| running build_ext | |
| Traceback (most recent call last): | |
| File "nix_run_setup", line 8, in <module> | |
| exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) | |
| File "setup.py", line 12, in <module> | |
| package_dir={'': 'src'}, | |
| File "/nix/store/r9asxjad4m81h4dmkhxlmqmk7p7xwbdf-python3.7-bootstrapped-pip-18.1/lib/python3.7/site-packages/setuptools/__init__.py", line 143, in setup | |
| return distutils.core.setup(**attrs) | |
| File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/distutils/core.py", line 148, in setup | |
| dist.run_commands() |
OlderNewer