diff options
author | EuAndreh <eu@euandre.org> | 2024-05-09 09:12:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-09 09:13:20 -0300 |
commit | a3afb33d2cdc7a6786f9f735e224b91fde5241d6 (patch) | |
tree | 7674195eec0a91ccc0a7fddc37f25819a1450fd4 | |
parent | etc/sh/rc: Rename timestamp() to timestamp_fn() (diff) | |
download | dotfiles-a3afb33d2cdc7a6786f9f735e224b91fde5241d6.tar.gz dotfiles-a3afb33d2cdc7a6786f9f735e224b91fde5241d6.tar.xz |
etc/guix/home.scm: Include "static" and "debug" outputs of "gcc-toolchain" package
Mainly so that I can now say `gcc -static main.c`.
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4e692de..ef7f295 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -305,6 +305,8 @@ python-telegram-bot valgrind gcc-toolchain + gcc-toolchain:debug + gcc-toolchain:static cppcheck clang tcc |