Unverified Commit 085bba20 authored by M. Herdiansyah's avatar M. Herdiansyah Committed by GitHub

Merge pull request #1062 from alyssais/mac_nix

Add support for Nix packages on macOS
parents 9fe7ec4c 2cc7b841
...@@ -1309,9 +1309,10 @@ get_packages() { ...@@ -1309,9 +1309,10 @@ get_packages() {
;; ;;
"Mac OS X" | "MINIX") "Mac OS X" | "MINIX")
has "port" && tot port installed && ((packages-=1)) has "port" && tot port installed && ((packages-=1))
has "brew" && dir /usr/local/Cellar/* has "brew" && dir /usr/local/Cellar/*
has "pkgin" && tot pkgin list has "pkgin" && tot pkgin list
has "nix-env" && dir /nix/store/*/
;; ;;
"AIX"| "FreeMiNT") "AIX"| "FreeMiNT")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment