nixpkgs/pkgs
sternenseemann 357da6c296 buildRustPackage: make cargoDeps logic easier to follow
The old logic flow had the structure

  if ( … ) {
    if ( … ) {
      …
    } else {
      …
    }
  } else {
    …
  }

which is quite hard to follow in Nix. Instead we ensure that no if
expression is inside a then branch.

This change is zero rebuild, as no logic was changed.
2022-05-13 08:18:39 +10:00
..
applications Merge pull request #172555 from linsui/amberol 2022-05-12 23:50:20 +02:00
build-support buildRustPackage: make cargoDeps logic easier to follow 2022-05-13 08:18:39 +10:00
common-updater
data nginx-doc-unstable: init at 2022-05-05 2022-05-11 21:38:04 -04:00
desktops Merge pull request #172429 from bobby285271/pantheon 2022-05-12 22:45:47 +08:00
development Merge pull request #172747 from Gaelan/fpc-aarch64-fix 2022-05-12 22:02:52 +01:00
games Merge pull request #172665 from trofi/workaround-fno-common-for-0verkill 2022-05-12 15:08:56 +02:00
misc cliscord: fix build on Darwin 2022-05-11 16:51:17 -05:00
os-specific linux-firmware: fetchgit -> fetchzip 2022-05-12 18:07:34 +00:00
pkgs-lib Merge pull request #104457 from ju1m/public-inbox 2022-05-12 20:46:39 +02:00
servers Merge pull request #171836 from ncfavier/escape-wrapper-args 2022-05-12 21:55:06 +01:00
shells zsh-fzf-tab: fix Darwin build 2022-05-12 00:17:53 -05:00
stdenv
test
tools Merge pull request #171836 from ncfavier/escape-wrapper-args 2022-05-12 21:55:06 +01:00
top-level Merge pull request #172408 from tpwrules/upgrade-aravis 2022-05-12 23:02:03 +02:00