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: 6d431d52f77c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d4c0ea248ea9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 9, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    samsonasik Abdul Malik Ikhsan
    Copy the full SHA
    eef4de4 View commit details
  2. Merge pull request #92752 from utdemir/expose-nix-tree-as-top-level-a…

    …ttribute
    
    nix-tree: Expose as a top-level attribute, add maintainer
    cdepillabout authored Jul 9, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    samsonasik Abdul Malik Ikhsan
    Copy the full SHA
    d4c0ea2 View commit details
Showing with 4 additions and 0 deletions.
  1. +2 −0 pkgs/development/haskell-modules/configuration-hackage2nix.yaml
  2. +2 −0 pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -2691,6 +2691,8 @@ package-maintainers:
# - ttn-client
- update-nix-fetchgit
- zre
utdemir:
- nix-tree

unsupported-platforms:
alsa-mixer: [ x86_64-darwin ]
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -26143,6 +26143,8 @@ in

nix-top = callPackage ../tools/package-management/nix-top { };

nix-tree = haskell.lib.justStaticExecutables (haskellPackages.nix-tree);

nix-universal-prefetch = callPackage ../tools/package-management/nix-universal-prefetch { };

nix-repl = throw (