nixpkgs/pkgs/stdenv/generic
Silvan Mosberger 3e1a40df75
mkDerivation: Introduce .inputDerivation for shell.nix build convenience
This introduces the .inputDerivation attribute on all derivations
created with mkDerivation. This is another derivation that can always
build successfully and whose runtime dependencies are the build time
dependencies of the original derivation.

This allows easy building and distributing of all derivations needed to
enter a nix-shell with

  nix-build shell.nix -A inputDerivation
2020-08-16 00:24:48 +02:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix stdenv/check-meta: alignment/width 2020-06-11 12:35:11 +10:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix stdenv: correctly make stdenv.system refer to the host platform 2020-07-11 16:06:08 -04:00
make-derivation.nix mkDerivation: Introduce .inputDerivation for shell.nix build convenience 2020-08-16 00:24:48 +02:00
setup.sh stdenv: set SOURCE_DATE_EPOCH to a value python supports 2020-06-08 11:54:46 +01:00