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: 9e9e240a275f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2f30e3212169
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 24, 2021

  1. uqm: Fix evaluation of 3DO video package

    Regression introduced by 2e34288.
    
    The commit in question just used the "lib" attribute, but it wasn't in
    scope. In addition to bringeng the lib attribute into scope, I also
    removed the "with lib;", which should make sure that we get an error
    when just parsing (nix-instantiate --parse) the Nix expression.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Jan 24, 2021
    Copy the full SHA
    2f30e32 View commit details
    Browse the repository at this point in the history