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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9894a1b4c25b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

    Verified

    This commit was signed with the committer’s verified signature.
    ljharb Jordan Harband
    Copy the full SHA
    76ad649 View commit details

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 authored Jan 23, 2020
    Copy the full SHA
    ebb644a View commit details
Loading