<< 07-04-2026 >>

06:09:23*SchweinDeBurg quit (Ping timeout: 268 seconds)
07:00:19*mrinsane quit (Ping timeout: 245 seconds)
07:23:28*beholders_eye joined #nim
09:49:04*deavmi quit (Remote host closed the connection)
09:57:10*deavmi joined #nim
10:00:07*deavmi quit (Client Quit)
10:09:18*deavmi joined #nim
10:28:11FromDiscord<pmunch> https://forum.nim-lang.org/t/13847
13:10:43*shrikant joined #nim
13:14:58*shrikant quit (Ping timeout: 248 seconds)
13:16:56*shrikant joined #nim
13:38:39*shrikant quit (Quit: shrikant)
14:35:46FromDiscord<litlighilit> I always wanna pr to nimble to allow a flag to auto replace every https://github.com/user/repo to [email protected]\:user/repo auto when nimble install/build
14:35:52FromDiscord<litlighilit> as long as ur git has credentials logined to github
14:35:58FromDiscord<litlighilit> by only adding a flag to nimble can problem above be solved.↵↵as [email protected]\:user/repo url uses ssh protocol which is never blocked
14:36:01FromDiscord<litlighilit> in contrast to http(s) protocol
14:36:05FromDiscord<litlighilit> I remembered years ago I manally installed dep via git@ url one by one (lol)
15:23:41*mrinsane joined #nim
15:25:01FromDiscord<bung8954> In reply to @litlighilit "I always wanna pr": i have my cli tool for installing packages
17:42:28FromDiscord<person12306050> how can i pass nim compile flags to my <project>.nimble file?
17:43:06*beholders_eye quit (Quit: WeeChat 4.9.0)
17:52:10FromDiscord<spotlightkid> litlighilit\: you might wanna have a look at atlas, that has an option to do the opposite thing, i.e. rewrite git\: URLs to https\:↵Would be nice if the two tools have/keep a vaguely similar command line interface.
17:55:37FromDiscord<spotlightkid> @person12306050\: nimble passes nim options automatically, if it calls nim itself. If you have custom commands (e.g. ones that you call with exec, you can parse `commandLineParams` yourself.
17:57:27FromDiscord<person12306050> In reply to @spotlightkid "<@1447486157125586965>\: nimble passes nim": i meant like -d:ssl, i dont wanna run it like nimble build -d:ssl i just wanna nimble build
17:58:35FromDiscord<spotlightkid> https://nim-lang.org/docs/nims.html
17:58:39Amun-Raadd those options to either nim.cfg or config.nims
17:58:48FromDiscord<spotlightkid> lastly, you can use `switch()` ^^^
17:59:46FromDiscord<spotlightkid> yeah, then `switch()`
18:00:47Amun-Raswitch "define", "foo=bar"
18:05:04*FromDiscord quit (Remote host closed the connection)
18:05:17*FromDiscord joined #nim
18:14:44FromDiscord<person12306050> alright thanks yall
19:00:35*lesssalt quit (Quit: lesssalt)
20:09:20*acidsys quit (Ping timeout: 245 seconds)