3
0
Fork 0
forked from mirrors/nixpkgs

nix-tree: Expose as a top-level attribute, add maintainer

This commit is contained in:
Utku Demir 2020-07-09 10:48:08 +12:00 committed by Peter Simons
parent e5dae612ba
commit c6ff9d9265
2 changed files with 4 additions and 0 deletions

View file

@ -2691,6 +2691,8 @@ package-maintainers:
# - ttn-client
- update-nix-fetchgit
- zre
utdemir:
- nix-tree
unsupported-platforms:
alsa-mixer: [ x86_64-darwin ]

View file

@ -26344,6 +26344,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 (