00:01
tom39291 has quit [Ping timeout: 240 seconds]
00:02
tom39291 has joined #nixos-dev
00:03
cptchaos83 has joined #nixos-dev
00:04
cptchaos83 has joined #nixos-dev
00:21
supersandro2000 has quit [Disconnected by services]
00:21
supersandro2000 has joined #nixos-dev
00:59
abathur has joined #nixos-dev
01:07
LnL has quit [Ping timeout: 264 seconds]
01:08
LnL has joined #nixos-dev
01:08
LnL has quit [Changing host]
01:08
LnL has joined #nixos-dev
01:55
supersandro2000 has joined #nixos-dev
02:19
mkaito has quit [Quit: WeeChat 3.0]
02:21
Emantor has joined #nixos-dev
02:27
rajivr has joined #nixos-dev
03:21
orivej has quit [Ping timeout: 256 seconds]
03:26
orivej has joined #nixos-dev
04:09
kini has quit [Remote host closed the connection]
04:41
orivej has quit [Ping timeout: 272 seconds]
04:56
lukegb has quit [Quit: ~~lukegb out~~]
04:57
lukegb has joined #nixos-dev
06:53
Mic92 has quit [Quit: WeeChat 3.0]
06:54
Mic92 has joined #nixos-dev
07:53
dstzd has joined #nixos-dev
08:02
orivej has joined #nixos-dev
08:05
jonringer has quit [Ping timeout: 264 seconds]
09:00
kraem has quit [Quit: Idle for 30+ days]
09:04
<
siraben >
Fun query to run at the root of nixpkgs `grep -hri "platforms.*=" . | cut -d'=' -f2 | sort | uniq -c | sort -n`
09:05
kini has joined #nixos-dev
09:10
<
aterius >
siraben: Have you tried cytoscape?
09:10
<
siraben >
mjlbach: what's that?
09:10
<
aterius >
javascript graph visualization library
09:11
<
aterius >
It can go up to 10k with real time interaction I believe
09:14
<
siraben >
mjlbach: that's fascinating, I'll look into it
09:15
<
aterius >
it's used a lot in bioinformatics, not sure if it fits your usecase.
09:16
<
{^_^} >
AndreaCrotti/yasnippet-snippets#412 (by siraben, 2 minutes ago, open): Modernize nix-mode/package_github snippet
09:16
<
siraben >
I think before I used Mathematica to visualize large graphs as well
09:17
<
siraben >
ah it supports leading DOT formats
09:31
cole-h has quit [Ping timeout: 265 seconds]
09:41
<
siraben >
mjlbach: this is the graph in question: `nix-store -q --graph $(NIX_PATH=nixpkgs=https://github.com/OriansJ/blynn-compiler/archive/master.tar.gz nix-instantiate '<nixpkgs>' -A blynn-compiler)`
09:41
<
siraben >
build time graphs are just so big...
09:44
<
aterius >
only 5k edges?
09:44
<
aterius >
Doesn't seem too bad
09:48
<
aterius >
I think there are some options for grouping nodes into supernodes that can be expanded
09:48
kini has quit [Remote host closed the connection]
10:39
jdnixx-M1 has quit [Ping timeout: 260 seconds]
10:39
emily has quit [Ping timeout: 260 seconds]
10:40
DamienCassou has quit [Ping timeout: 260 seconds]
10:52
emily has joined #nixos-dev
10:52
jdnixx-M1 has joined #nixos-dev
10:53
DamienCassou has joined #nixos-dev
11:13
LnL has quit [Ping timeout: 264 seconds]
11:26
__monty__ has joined #nixos-dev
11:55
spacekookie_ has joined #nixos-dev
11:58
spacekookie has quit [Ping timeout: 272 seconds]
12:14
mjsir911 has quit [Quit: Goodbye, World!]
12:14
mjsir911 has joined #nixos-dev
12:14
AtnNn has quit [Ping timeout: 260 seconds]
12:15
AtnNn has joined #nixos-dev
12:15
kini has joined #nixos-dev
12:31
spacekookie_ has quit [Quit: **aggressive swooshing**]
12:32
spacekookie has joined #nixos-dev
12:37
MichaelRaskin has joined #nixos-dev
13:14
mkaito has joined #nixos-dev
13:24
<
arianvp >
is there a lib.generators.toTOML floating around somewhere?
13:32
<
V >
arianvp: there's toINI
13:32
<
V >
is that not good enough?
13:33
<
arianvp >
no. because it doesnt work with nested values I think
13:33
<
V >
does toGitINI work for your purpose
13:34
<
V >
if not you may have to map the nested values into apropriately named sections and then call toINI
13:37
<
arianvp >
shouldn't be too hard to write
13:59
<
tazjin >
IMO the recent changes to the openldap module are so breaking that it should've become a different module
14:00
<
tazjin >
I'm now sinking lots of time into arbitrary new format changes and it's very frustrating
14:00
<
tazjin >
better yet: any fancy config generation to a format to which Nix doesn't trivially map should be a library function
14:00
<
tazjin >
let me put strings in places where the result will be a string anyways
14:31
<
symphorien[m] >
If you do that, you lose merging between values set by different modules, which is major plus of the module system imo
15:05
orivej has quit [Ping timeout: 256 seconds]
15:09
<
siraben >
Anyone here working on the Nix bootstrap? How do I learn how it's put together?
15:54
orivej has joined #nixos-dev
16:10
supersandro2000 has joined #nixos-dev
16:21
<
andi- >
symphorien[m]: then provide a way to provide the whole config file. You can't use fancy module system features but at least it isn't an all or nothing kind of thing.
16:38
<
tazjin >
andi-: I think extensible default config is fine, but people shouldn't be forced to use a random Nix DSL for inserting snippets
16:39
<
andi- >
Right now it is all or nothing for some modules and that isn't great.
16:39
<
tazjin >
it's fine to make as many DSLs as you want, but make them functions of type Any->String and let me call then in the extensible config locations or entirely ignore their existence
16:39
<
andi- >
i like being able to provide services.foo.configFile if I really feel like I must override it
17:00
orivej has quit [Ping timeout: 246 seconds]
17:06
mkaito has quit [Quit: WeeChat 3.0]
17:46
supersandro2000 has quit [Ping timeout: 260 seconds]
17:50
supersandro2000 has joined #nixos-dev
17:57
cole-h has joined #nixos-dev
18:04
sphalerite has quit [Quit: 'tis the season to be rebooting]
18:06
sphalerite has joined #nixos-dev
18:19
rajivr has quit [Quit: Connection closed for inactivity]
18:41
averell has quit [Quit: .]
19:13
justanotheruser has quit [Ping timeout: 260 seconds]
19:16
averell has joined #nixos-dev
19:28
justanotheruser has joined #nixos-dev
19:31
AlwaysLivid has joined #nixos-dev
20:03
orivej has joined #nixos-dev
20:06
<
drakonis >
woah, nice.
20:38
costrouc has quit [Read error: Connection reset by peer]
20:50
aristid has quit [Ping timeout: 268 seconds]
20:52
aristid has joined #nixos-dev
20:58
ben has joined #nixos-dev
20:59
orivej has quit [Ping timeout: 264 seconds]
21:11
srk has quit [Remote host closed the connection]
21:12
srk has joined #nixos-dev
21:36
ben has left #nixos-dev [#nixos-dev]
22:10
mkaito has joined #nixos-dev
22:32
__monty__ has quit [Quit: leaving]
22:43
LnL has joined #nixos-dev