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/nix
base: 68e0ca608fa5
Choose a base ref
...
head repository: NixOS/nix
compare: b9fb3720750a
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 29, 2020

  1. Fix flake update check

    edolstra committed Jan 29, 2020
    Copy the full SHA
    88b44b1 View commit details
    Browse the repository at this point in the history
  2. Add --update-input flag to update a specific flake input

    Typical usage:
    
      $ nix flake update ~/Misc/eelco-configurations/hagbard --update-input nixpkgs
    
    to update the 'nixpkgs' input of a flake while leaving every other
    input unchanged.
    
    The argument is an input path, so you can do e.g. '--update-input
    dwarffs/nixpkgs' to update an input of an input.
    
    Fixes #2928.
    edolstra committed Jan 29, 2020
    Copy the full SHA
    b9fb372 View commit details
    Browse the repository at this point in the history