about summary refs log tree commit diff
path: root/pkgs/development/tools
Commit message (Collapse)AuthorAge
* treewide: Remove usages of stdenv.lib by @doronbeharDoron Behar2021-01-23
| | | | Per: https://github.com/NixOS/nixpkgs/issues/108938
* Revert "lib: Clean up how linux and gcc config is specified"Jonathan Ringer2021-01-22
| | | | | | | This is a stdenv-rebuild, and should not be merged into master This reverts commit 8929989614589ee3acd070a6409b2b9700c92d65.
* Merge pull request #110373 from r-ryantm/auto-update/bingrepMaximilian Bosch2021-01-22
|\ | | | | bingrep: 0.8.2 -> 0.8.5
| * bingrep: 0.8.2 -> 0.8.5R. RyanTM2021-01-21
| |
* | Merge pull request #107214 from Ericson2314/linux-config-cleanupJohn Ericson2021-01-22
|\ \ | | | | | | lib: Clean up how linux and gcc config is specified
| * | lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `platform` field is pointless nesting: it's just stuff that happens to be defined together, and that should be an implementation detail. This instead makes `linux-kernel` and `gcc` top level fields in platform configs. They join `rustc` there [all are optional], which was put there and not in `platform` in anticipation of a change like this. `linux-kernel.arch` in particular also becomes `linuxArch`, to match the other `*Arch`es. The next step after is this to combine the *specific* machines from `lib.systems.platforms` with `lib.systems.examples`, keeping just the "multiplatform" ones for defaulting.
* | | Merge pull request #110153 from r-ryantm/auto-update/nexusRyan Mulligan2021-01-22
|\ \ \ | | | | | | | | nexus: 3.29.0-02 -> 3.29.2-02
| * | | nexus: 3.29.0-02 -> 3.29.2-02R. RyanTM2021-01-20
| | | |
* | | | Merge pull request #110377 from r-ryantm/auto-update/cargo-cacheOleksii Filonenko2021-01-22
|\ \ \ \ | | | | | | | | | | cargo-cache: 0.5.1 -> 0.6.0
| * | | | cargo-cache: 0.5.1 -> 0.6.0R. RyanTM2021-01-21
| | |_|/ | |/| |
* | | | Merge pull request #109637 from rycee/liquibase-psqlSandro2021-01-22
|\ \ \ \
| * | | | liquibase: support PostgreSQL JDBC driverRobert Helgesson2021-01-21
| | | | |
| * | | | liquibase: cleaning upRobert Helgesson2021-01-21
| | | | |
* | | | | Merge pull request #110395 from zowoq/gemsetSandro2021-01-22
|\ \ \ \ \
| * | | | | treewide: add final newlinezowoq2021-01-22
| | | | | |
* | | | | | ocamlformat: Add versions 0.15.1 and 0.16.0Jules Aguillon2021-01-22
| | | | | |
* | | | | | Merge pull request #110356 from r-ryantm/auto-update/flowMario Rodas2021-01-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | flow: 0.142.0 -> 0.143.0
| * | | | | | flow: 0.142.0 -> 0.143.0R. RyanTM2021-01-21
| | | | | | |
* | | | | | | Merge pull request #110383 from ck3d/fix-rust-bindgenSandro2021-01-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build
| * | | | | | | rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix buildChristian Kögler2021-01-21
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_crossDmitry Kalinkin2021-01-21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | binutils: enable gold when cross compiling on darwin
| * | | | | | binutils: enable gold when cross compiling on darwinDmitry Kalinkin2021-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts: - 3c5188cc ('binutils: disable gold when building on darwin') - 457b48cc ('binutils: apply patch when cross compiling from darwin') Tested by building: - nix build -f . pkgsCross.i686-embedded.buildPackages.binutils - nix build -f . pkgsCross.aarch64-embedded.buildPackages.binutils
* | | | | | | treewide: add final newlinezowoq2021-01-22
| |/ / / / / |/| | | | |
* | | | | | azure-storage-azcopy: 10.7.0 -> 10.8.0 (#109730)R. RyanTM2021-01-21
| | | | | |
* | | | | | bazel-kazel: 0.1.3 -> 0.2.0 (#109731)R. RyanTM2021-01-21
| | | | | |
* | | | | | golangci-lint: 1.35.0 -> 1.35.2 (#109843)R. RyanTM2021-01-21
| | | | | |
* | | | | | gore: 0.5.0 -> 0.5.2 (#109844)R. RyanTM2021-01-21
| | | | | |
* | | | | | mage: 1.10.0 -> 1.11.0 (#110090)R. RyanTM2021-01-21
| | | | | |
* | | | | | circleci-cli: 0.1.11756 -> 0.1.11924 (#110333)R. RyanTM2021-01-21
| | | | | |
* | | | | | go-swagger: 0.25.0 -> 0.26.0 (#110361)R. RyanTM2021-01-21
| | | | | |
* | | | | | Merge pull request #110335 from r-ryantm/auto-update/clojure-lspRyan Mulligan2021-01-21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32
| * | | | | clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32R. RyanTM2021-01-21
| | |/ / / | |/| | |
* | | | | Merge pull request #110315 from 06kellyjac/open-policy-agentDoron Behar2021-01-21
|\ \ \ \ \ | | | | | | | | | | | | open-policy-agent: 0.25.2 -> 0.26.0
| * | | | | open-policy-agent: 0.25.2 -> 0.26.006kellyjac2021-01-21
| | | | | |
* | | | | | Merge pull request #110264 from marsam/update-go-toolsMario Rodas2021-01-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | go-tools: 2020.2 -> 2020.2.1
| * | | | | go-tools: 2020.2 -> 2020.2.1Mario Rodas2021-01-20
| | | | | |
* | | | | | dune: stdenv.lib → libsternenseemann2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | Reference #108938.
* | | | | | dune: let dune install itselfsternenseemann2021-01-21
| | | | | |
* | | | | | gitlab-runner: 13.7.0 -> 13.8.0 (#110280)Max Wittig2021-01-21
| |/ / / / |/| | | |
* | | | | treewide: editorconfig fixeszowoq2021-01-21
|/ / / / | | | | | | | | | | | | | | | | - remove trailing whitespace - use spaces for indentation
* | | | Merge pull request #110185 from r-ryantm/auto-update/packMario Rodas2021-01-20
|\ \ \ \ | |_|_|/ |/| | | buildpack: 0.15.1 -> 0.16.0
| * | | buildpack: 0.15.1 -> 0.16.0R. RyanTM2021-01-20
| | |/ | |/|
* / | operator-sdk: 1.2.0 -> 1.3.0R. RyanTM2021-01-20
|/ /
* | treewide: editorconfig fixeszowoq2021-01-20
| | | | | | | | | | - remove trailing whitespace - use spaces for indentation
* | metals: 0.9.8 -> 0.9.10Kevin Rauscher2021-01-19
| |
* | Merge pull request #109939 from r-ryantm/auto-update/eclipse-matRyan Mulligan2021-01-19
|\ \ | | | | | | eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202
| * | eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202R. RyanTM2021-01-19
| | |
* | | coursier: 2.0.8 -> 2.0.9Tim Steinbach2021-01-19
| | |
* | | Merge pull request #109962 from oxalica/rust-analyzerSandro2021-01-19
|\ \ \ | | | | | | | | rust-analyzer: 2021-01-04 -> 2021-01-18
| * | | rust-analyzer: 2021-01-04 -> 2021-01-18oxalica2021-01-19
| | | |