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

Commits on Aug 27, 2020

  1. nixos/sdImage: add postBuildCommands

    This allows to perform `dd if= of=$img` after the image is built
    which is handy to add e.g. uBoot SPL to the built image.
    
    Instructions for some ARM boards sometimes contain this step
    that needs to be performed manually, with this patch it can be
    part of the nix file used to built the image.
    sorki committed Aug 27, 2020
    Copy the full SHA
    170e1af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96460 from sorki/sdImage_post_build

    nixos/sdImage: add postBuildCommands
    Lassulus committed Aug 27, 2020
    Copy the full SHA
    7c50927 View commit details
    Browse the repository at this point in the history