diff options
author | Pjotr Prins | 2021-08-16 10:55:32 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-16 10:55:32 +0200 |
commit | 42de3667c90964206c3764be1867527d8eeb8cfc (patch) | |
tree | 8c9f857a185581ee0628406ede082df17915171b /.guix-dev | |
parent | 81c7036c05215359478140d9f7585dcb7d20e66b (diff) | |
download | pangemma-42de3667c90964206c3764be1867527d8eeb8cfc.tar.gz |
Adding profiler support
Diffstat (limited to '.guix-dev')
-rw-r--r-- | .guix-dev | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ # Typical Guix container invocation -~/opt/guix/bin/guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim which +~/opt/guix/bin/guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim which gperftools + |