about summary refs log tree commit diff
path: root/shells
Commit message (Collapse)AuthorAge
* shells/rust.nix: include rustcAlyssa Ross2021-02-17
| | | | | This is brings in stuff like rust-gdb (although that does appear to currently be broken).
* shells/rust.nix: initAlyssa Ross2020-11-26
|
* shells/linux: install clang-toolsAlyssa Ross2020-11-22
|
* shells/linux: switch to buildable derivationAlyssa Ross2020-09-29
| | | | | | This way, I can build it up front easily, as part of another derivation even. And easily copy it between stores with nix-copy-closure.
* shells/linux: switch from libelf to elfutilsAlyssa Ross2020-09-29
| | | | | libelf seems to be dead and doesn't work with new kernels. elfutils seems to be what I want.
* shells: initAlyssa Ross2020-05-14