about summary refs log tree commit diff
path: root/shells
Commit message (Collapse)AuthorAge
* shells/rust: move tools to nativeBuildInputsAlyssa Ross2022-03-16
| | | | This is important for when pkgs is a cross package set.
* shells/linux: don't set -g3Alyssa Ross2022-03-14
| | | | This breaks the kernel's compiler version check.
* shells/linux: add deps for building perf docsAlyssa Ross2021-09-13
|
* shells/linux: add GCC plugin supportAlyssa Ross2021-07-06
|
* shells/linux: extend C shellAlyssa Ross2021-07-06
|
* shells/c: initAlyssa Ross2021-07-06
|
* shellls/go: initAlyssa Ross2021-03-21
|
* shells/rust: add cargo-denyAlyssa Ross2021-03-15
|
* 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