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: fa30c8cfca95
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3c2247b7792
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Oct 2, 2018

  1. Document make-channel.nix

    lheckemann authored and roberth committed Oct 2, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    bbffdfc View commit details

Commits on Nov 4, 2018

  1. Remove incorrect sentence from make-channel comment

    Besides being incorrect, claims like these tend to stick around
    after they become incorrect.
    roberth committed Nov 4, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    17e863d View commit details
  2. Merge pull request #47679 from NixOS/docs-make-channel

    Document make-channel.nix
    matthewbauer authored Nov 4, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    d3c2247 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 nixos/lib/make-channel.nix
4 changes: 4 additions & 0 deletions nixos/lib/make-channel.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Build a channel tarball. These contain, in addition to the nixpkgs
* expressions themselves, files that indicate the version of nixpkgs
* that they represent.
*/
{ pkgs, nixpkgs, version, versionSuffix }:

pkgs.releaseTools.makeSourceTarball {