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: 1e3ff03d1e82
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 90c0191735bc
Choose a head ref
  • 16 commits
  • 8 files changed
  • 9 contributors

Commits on Apr 17, 2020

  1. systemd: Simplify unit script names

    Current journal output from services started by `script` rather than
    `ExexStart` is unreadable because the name of the file (which journalctl
    records and outputs) quite literally takes 1/3 of the screen (on smaller
    screens).
    
    Make it shorter. In particular:
    
    * Drop the `unit-script` prefix as it is not very useful.
    * Use `writeShellScriptBin` to write them because:
      * It has a `checkPhase` which is better than no checkPhase.
      * The script itself ends up having a short name.
    kirelagin committed Apr 17, 2020
    Copy the full SHA
    5822d03 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1a78e1 View commit details
    Browse the repository at this point in the history
  3. systemd: Add prefix to unit script derivations

    Add a distinctive `unit-script` prefix to systemd unit scripts to make
    them easier to find in the store directory. Do not add this prefix to
    actual script file name as it clutters logs.
    kirelagin committed Apr 17, 2020
    Copy the full SHA
    a9e9d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. fixup! systemd: Add prefix to unit script derivations

    * Avoid extra string interpolation.
    kirelagin committed Apr 20, 2020
    Copy the full SHA
    daac85d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. worker: 4.3.0 -> 4.4.0

    r-ryantm committed May 11, 2020
    Copy the full SHA
    6874db4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6f86bb View commit details
    Browse the repository at this point in the history
  3. vscode: 1.44.2 -> 1.45.0

    eadwu committed May 11, 2020
    Copy the full SHA
    301905d View commit details
    Browse the repository at this point in the history
  4. vscodium: 1.44.2 -> 1.45.0

    eadwu committed May 11, 2020
    Copy the full SHA
    36fb04b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f909158 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Merge pull request #87587 from filalex77/gitui-0.2.2

    gitAndTools.gitui: 0.2.1 -> 0.2.2
    marsam committed May 12, 2020
    Copy the full SHA
    01b85fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87611 from eadwu/vscode/1.45.0

    vscod{e,ium}: 1.44.2 -> 1.45.0
    marsam committed May 12, 2020
    Copy the full SHA
    eb2bfa2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #87563 from r-ryantm/auto-update/worker

    worker: 4.3.0 -> 4.4.0
    marsam committed May 12, 2020
    Copy the full SHA
    90b6042 View commit details
    Browse the repository at this point in the history
  4. ocamlformat: 0.14.1 -> 0.14.2

    marsam authored and vbgl committed May 12, 2020
    Copy the full SHA
    a1ee2cb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    90d0fea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #87632 from chkno/installer-test-machine-name-fix

    nixos/tests/installer: Fix machine name
    tfc committed May 12, 2020
    Copy the full SHA
    efe0051 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #85428 from serokell/kirelagin/unit-script-name

    systemd: Simplify unit script names
    lheckemann committed May 12, 2020
    Copy the full SHA
    90c0191 View commit details
    Browse the repository at this point in the history