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: e53c89a64388
Choose a base ref
...
head repository: NixOS/nix
compare: f68bed7f67d9
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jan 29, 2020

  1. Add flag --override-input to override specific lock file entries

    E.g.
    
      $ nix flake update ~/Misc/eelco-configurations/hagbard \
        --override-input 'dwarffs/nixpkgs' ../my-nixpkgs
    
    overrides the 'nixpkgs' input of the 'dwarffs' input of the top-level
    flake.
    
    Fixes #2837.
    edolstra committed Jan 29, 2020
    Copy the full SHA
    f68bed7 View commit details
    Browse the repository at this point in the history