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

Commits on Dec 28, 2019

  1. virtualization/amazon-init: fix logging, nix path

    The missing `\n` in the printf format string prevented multiple channels from
    being logged.
    
    The missing `nixpkgs=` in the `NIX_PATH` prevented `nixos-rebuild` from working
    if the system configuration has any reference to `nixpkgs`.
    
    Additionally:
    
    * Use process substitution instead of piping printf to avoid creating a subshell.
    * Set an empty `IFS` to avoid word splitting.
    * Add the `-r` flag to `read` to avoid mangling backslashes.
    Christian Höppner committed Dec 28, 2019
    Copy the full SHA
    76ad649 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Merge pull request #76585 from serokell/mkaito/amazon-userdata-multip…

    …le-channels
    
    virtualization/amazon-init: log multiple nix channels, fix nix path.
    grahamc committed Jan 23, 2020
    Copy the full SHA
    ebb644a View commit details
    Browse the repository at this point in the history