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: bacccb782304
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 082afb21f2bb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 10, 2020

  1. powerline-fonts: install psf to share/consolefonts

    This will make easier to set the font of the virtual console
    in NixOS. Instead of specifing the full filepath of the psf
    on can simply do:
    
        console.font = "ter-powerline-v20b";
        console.packages = [ pkgs.powerline-fonts ];
    rnhmjoj committed Feb 10, 2020
    Copy the full SHA
    03f2466 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Merge pull request #79704 from rnhmjoj/powerline-fonts

    powerline-fonts: install psf to share/consolefonts
    matthewbauer committed Mar 22, 2020
    Copy the full SHA
    082afb2 View commit details
    Browse the repository at this point in the history