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-pills
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d9da7b5869a1
Choose a base ref
...
head repository: NixOS/nix-pills
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1d0b34592438
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 11, 2020

  1. Typo fix: nix-repl -> nix repl

    bobrik committed Dec 11, 2020

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    a080fa1 View commit details
  2. Merge pull request #164 from bobrik/ivan/nix-repl-typo

    Typo fix: nix-repl -> nix repl
    rnhmjoj authored Dec 11, 2020
    Copy the full SHA
    1d0b345 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pills/17/graphviz-override.txt
2 changes: 1 addition & 1 deletion pills/17/graphviz-override.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ nix-repl
$ nix repl
nix-repl> :l <nixpkgs>
Added 4360 variables.
nix-repl> :b graphviz.override { xorg = null; }