Skip to content

Instantly share code, notes, and snippets.

View nyanloutre's full-sized avatar
🚅
Tchoo tchoo

Paul TREHIOU nyanloutre

🚅
Tchoo tchoo
  • Aperture Science
  • Strasbourg, France
View GitHub Profile
''
<?php
$config = array();
${concatStrings (
mapAttrsToList (name: value:
"$config['${name}'] = " +
(if isInt value then
"${toString value}"
else if isString value then
"'${value}'"
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()