Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a62033452796
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a66392d9adf
Choose a head ref
  • 7 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 21, 2019

  1. falkon: 3.0.1 -> 3.1.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/falkon/versions
    r-ryantm committed Mar 21, 2019
    Copy the full SHA
    e792405 View commit details

Commits on Mar 24, 2019

  1. firefox-bin: allow overriding systemLocale

    Tomas Hlavaty committed Mar 24, 2019
    Copy the full SHA
    377898b View commit details

Commits on Mar 26, 2019

  1. Merge pull request #58197 from tohl/firefox-bin-systemLocale

    firefox-bin with overrideable locale, tested on nixos x86_64
    infinisil authored Mar 26, 2019
    Copy the full SHA
    a268365 View commit details
  2. lighttpd: 1.4.52 -> 1.4.53

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/lighttpd/versions
    r-ryantm authored and bjornfor committed Mar 26, 2019
    Copy the full SHA
    d5e9e5f View commit details
  3. nixos: Don't enable Docker by default

    Regression introduced by c940053.
    
    The commit introduced declarative docker containers and subsequently
    enables docker whenever any declarative docker containers are defined.
    
    This is done via an option with type "attrsOf somesubmodule" and a check
    on whether the attribute set is empty.
    
    Unfortunately, the check was whether a *list* is empty rather than
    wether an attribute set is empty, so "mkIf (cfg != [])" *always*
    evaluates to true and thus subsequently enables docker by default:
    
    $ nix-instantiate --eval nixos --arg configuration {} \
        -A config.virtualisation.docker.enable
    true
    
    Fixing this is simply done by changing the check to "mkIf (cfg != {})".
    
    Tested this by running the "docker-containers" NixOS test and it still
    passes.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @benley, @danbst, @infinisil, @nlewo
    aszlig committed Mar 26, 2019
    Copy the full SHA
    68efd79 View commit details
  4. matio: 1.5.13 -> 1.5.14

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/matio/versions
    r-ryantm authored and vbgl committed Mar 26, 2019
    Copy the full SHA
    6f235bc View commit details
  5. Merge pull request #58072 from r-ryantm/auto-update/falkon

    falkon: 3.0.1 -> 3.1.0
    peterhoeg authored Mar 26, 2019
    Copy the full SHA
    6a66392 View commit details
Loading