Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: db79e3ee1049
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 911497988fc0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 15, 2020

  1. 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
    infinisil committed Aug 15, 2020
    1
    Copy the full SHA
    3e1a40d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Merge pull request #95536 from Infinisil/inputDerivation

    mkDerivation: Introduce .inputDerivation for shell.nix build convenience
    infinisil committed Aug 31, 2020
    Copy the full SHA
    9114979 View commit details
    Browse the repository at this point in the history