index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
distros.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix OS detection in a docker container (#13172)
Arnaud Moura
2020-04-22
1
-32
/
+46
*
Add package install command for FreeBSD and OpenBSD. (#14051)
Arnaud Moura
2020-04-21
1
-1
/
+3
*
Detect Ubuntu by checking release() and uname() (#13704)
Hayden
2020-03-20
1
-1
/
+3
*
Add link to packaging.html (#13194)
Federico Ceratto
2020-01-19
1
-0
/
+2
*
fixes the distros.nim regression
Araq
2019-12-24
1
-1
/
+1
*
Implement NixOS distro check (#12914)
Emery Hemingway
2019-12-18
1
-1
/
+5
*
Add `or detectOs(Manjaro)` (#12587) [backport]
jiro
2019-11-05
1
-1
/
+1
*
[backport] run nimpretty on os-related stuff
narimiran
2019-09-30
1
-8
/
+10
*
Stop false positives in distros.detectOs (#10062)
Taylor Hoff
2018-12-21
1
-3
/
+3
*
Add call to hostnamectl in detectOsImpl (#10048)
Taylor Hoff
2018-12-20
1
-3
/
+4
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-0
/
+6
*
Fix for issue #5736. (#6061)
Ganesh Viswanathan
2017-07-07
1
-1
/
+1
*
distros.nim: brew usually doesn't require 'sudo'
Araq
2017-02-16
1
-1
/
+1
*
distros.nim: don't lose the information that we don't know the distro's packa...
Araq
2017-01-03
1
-0
/
+2
*
distros.nim: also try 'lsb_release -a'
Araq
2017-01-03
1
-9
/
+12
*
distros.nim: better documenation
Andreas Rumpf
2016-12-31
1
-7
/
+20
*
added distros.nim stdlib module for NimScript/Nimble support
Araq
2016-12-31
1
-0
/
+226