summary refs log tree commit diff stats
path: root/lib/pure/distros.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix OS detection in a docker container (#13172)Arnaud Moura2020-04-221-32/+46
* Add package install command for FreeBSD and OpenBSD. (#14051)Arnaud Moura2020-04-211-1/+3
* Detect Ubuntu by checking release() and uname() (#13704)Hayden2020-03-201-1/+3
* Add link to packaging.html (#13194)Federico Ceratto2020-01-191-0/+2
* fixes the distros.nim regressionAraq2019-12-241-1/+1
* Implement NixOS distro check (#12914)Emery Hemingway2019-12-181-1/+5
* Add `or detectOs(Manjaro)` (#12587) [backport]jiro2019-11-051-1/+1
* [backport] run nimpretty on os-related stuffnarimiran2019-09-301-8/+10
* Stop false positives in distros.detectOs (#10062)Taylor Hoff2018-12-211-3/+3
* Add call to hostnamectl in detectOsImpl (#10048)Taylor Hoff2018-12-201-3/+4
* Haiku support for Nim (#8542)alaviss2018-08-141-0/+6
* 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 packa...Araq2017-01-031-0/+2
* 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