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: 787602707139
Choose a base ref
...
head repository: NixOS/nix
compare: 81a9b93689c7
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 23, 2019

  1. nix repl: add :edit command

    This allows to have a repl-centric workflow to working on nixpkgs.
    
    Usage:
    
        :edit <package> - heuristic that find the package file path
    
        :edit <path> - just open the editor on the file path
    
    Once invoked, `nix repl` will open $EDITOR on that file path. Once the
    editor exits, `nix repl` will automatically reload itself.
    zimbatm committed Oct 23, 2019
    1
    Copy the full SHA
    73ff84f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    207a537 View commit details
    Browse the repository at this point in the history
  3. libexpr: add findDerivationFilename

    extract the derivation to filename:lineno heuristic
    zimbatm committed Oct 23, 2019
    Copy the full SHA
    59c7249 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Copy the full SHA
    ec448f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3774fe5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d407f4d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a25059 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Copy the full SHA
    852554b View commit details
    Browse the repository at this point in the history
  2. Fix manual build

    edolstra committed Nov 5, 2019
    Copy the full SHA
    81a9b93 View commit details
    Browse the repository at this point in the history