summaryrefslogtreecommitdiff
path: root/nix-dependencies
AgeCommit message (Collapse)Author
2025-02-12Update nix dependenciesKlaus T. Aehlig
2024-07-30Update non-system dependenciesKlaus T. Aehlig
... with the latest update of the CC rules, there now is a dependency on sh for CC binaries. Hence extend PATH for CC appropriately.
2024-06-27nix-shell: also add a wrapper script besides the aliasKlaus T. Aehlig
... as aliases are not honored in `nix-shell --run`. In this way, we can add an outer script running all the tests in the correct environment.
2024-06-27Add minimal example using cargoKlaus Aehlig
... including a test (for which we add python3 as test dependency).
2024-06-25Import rust rules and add a minimal exampleKlaus T. Aehlig
Note that the PATH for rust targets also has to include that for the C compiler and hence also coreutils, as the rust compiler calls out to `cc`.
2024-06-03Initial commitKlaus Aehlig