Skip to content
This repository has been 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
base: 914a8f543a2f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f93c5deb47ae
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 11, 2019

  1. nixos/install-grub: include child configs in grub menu

    Add configs listed under the fine-tune subdirectory to the grub menu.
    Use specified configuration name for the entry if available.
    vmandela committed Jul 11, 2019
    Copy the full SHA
    7f363b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c400ab5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b08400a View commit details
    Browse the repository at this point in the history
  4. nixos/tests: add test for showing child configuration in grub menu

    - Create a child configuration named "Work" with an extra config file.
    - Name the default configuration as "Home" :-)
    - Once the VM is setup, reboot and verify that it has booted into
    default configuration.
    - Reboot into the "Work" configuration via grub.
    - Verify that we have booted into the "Work" configuration and that
    the extra config file is present.
    
    This test works for the simple grub configuration and simple UEFI
    Grub configuration. UEFI Systemd is not included in the test.
    vmandela committed Jul 11, 2019
    Copy the full SHA
    bc68f85 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. minecraft-server: 1.14 -> 1.14.3

    Also removes older versions.
    lheckemann committed Jul 12, 2019
    Copy the full SHA
    5d04dcf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. minecraft-server: 1.14 -> 1.14.3 (#63848)

    minecraft-server: 1.14 -> 1.14.3
    infinisil committed Jul 13, 2019
    Copy the full SHA
    807a62e View commit details
    Browse the repository at this point in the history
  2. nixos/install-grub: include child configs in grub menu (#45345)

    nixos/install-grub: include child configs in grub menu
    infinisil committed Jul 13, 2019
    Copy the full SHA
    2d7bce2 View commit details
    Browse the repository at this point in the history
  3. nvidia-settings: Install desktop file and icon.

    The template has substitution variables intended to be replaced resulting
    in absolute paths. Because absolute paths break after the desktop file is
    copied by a desktop environment, make Exec and Icon be just a name.
    ambrop72 authored and Matthieu Coudron committed Jul 13, 2019
    Copy the full SHA
    f93c5de View commit details
    Browse the repository at this point in the history