summary refs log tree commit diff stats
path: root/lib/pure/distros.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix for issue #5736. (#6061)Ganesh Viswanathan2017-07-071-1/+1
|
* distros.nim: brew usually doesn't require 'sudo'Araq2017-02-161-1/+1
|
* distros.nim: don't lose the information that we don't know the distro's ↵Araq2017-01-031-0/+2
| | | | package manager (yet)
* distros.nim: also try 'lsb_release -a'Araq2017-01-031-9/+12
|
* distros.nim: better documenationAndreas Rumpf2016-12-311-7/+20
|
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-311-0/+226
n103' href='#n103'>103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158