00:13
_rvl has joined #nixos-dev
00:15
alpounet has quit [Ping timeout: 264 seconds]
00:17
v0|d has joined #nixos-dev
00:39
drakonis1 has joined #nixos-dev
00:40
orivej has quit [Ping timeout: 258 seconds]
01:12
Drakonis has joined #nixos-dev
01:16
shlevy has joined #nixos-dev
01:23
ericnoan has joined #nixos-dev
01:38
<
teto >
while writing nixos tests, they systematically fail with "Kernel panic - not syncing: Out of memory: compulsory panic_on_oom is enabled". I run libvirt VMs etc, I have 8Gb on my host with a *Gb swap. Are the tests launched with some specific qemu flag ? I am surprised to see that error
01:38
<
gchristensen >
the guest or host makes that error?
01:43
<
samueldr >
tmpfs might come in play
01:47
<
teto >
gchristensen: guests
01:59
drakonis2 has joined #nixos-dev
02:02
drakonis1 has quit [Ping timeout: 252 seconds]
02:39
justanotheruser has joined #nixos-dev
03:19
Drakonis has quit [Quit: WeeChat 2.4]
04:21
<
pie__ >
could we do some sort of lazy auto-import of things that dont require manual overrides in all-packages.nix?
04:22
<
pie__ >
I suppose I'm assuming the directory structure is sufficiently consistent for that. Just a recursive import of all the default.nix-es
04:23
<
pie__ >
and for the manual overrides I guess what youd do is for the specified path, exclude it from being searched for the autoimport
04:23
<
pie__ >
or is this all too heavy for performance? (moar builtins?) - I figure you only have to eval it once so...?
05:08
Cale has joined #nixos-dev
06:26
v0|d has quit [Read error: Connection reset by peer]
06:27
v0|d has joined #nixos-dev
07:33
Jackneill has joined #nixos-dev
07:36
weechat4 has joined #nixos-dev
07:36
Jackneill has quit [Remote host closed the connection]
07:37
weechat4 is now known as mingc
07:38
Jackneill has joined #nixos-dev
07:38
Jackneill has quit [Read error: Connection reset by peer]
07:39
Jackneill has joined #nixos-dev
07:40
Jackneill has quit [Remote host closed the connection]
07:40
Jackneill has joined #nixos-dev
07:50
alp has joined #nixos-dev
07:54
lopsided98 has quit [Ping timeout: 248 seconds]
09:02
orivej has joined #nixos-dev
09:21
johanot has joined #nixos-dev
09:25
<
asymmetric >
is crates.io handled similarly to NPM? is there a guide on how to add packages to the crates-io.nix set?
10:07
lopsided98 has joined #nixos-dev
10:57
psyanticy has joined #nixos-dev
11:03
Synthetica has joined #nixos-dev
11:14
<
gchristensen >
pie__: no, the explicitness is a feature
11:14
<
clever >
62 -global PIIX4_PM.disable_s3=1 -global PIIX4_PM.disable_s5=1 \
11:14
<
clever >
64 -monitor unix:/tmp/monitor-socket,server,nowait
11:14
<
clever >
gchristensen: this removes suspend support from qemu, so mojave cant suspend the machine when idle
11:14
<
clever >
gchristensen: it also adds a monitor console, which you can access via `socat stdin /path/to/monitor-socket`
11:15
<
clever >
you can use the monitor to trigger a shutdown, reboot, screenshot, and many other fun things
11:15
<
gchristensen >
sounds cool!
11:15
<
clever >
the nixos test framework uses the monitor console to automate sending keys to the guest
11:19
<
clever >
gchristensen: dangit, it still stopped responding
11:19
<
pie__ >
gchristensen, how so?
11:19
<
clever >
gchristensen: how would you disable suspend to ram on a mac, from a cli?
11:21
<
gchristensen >
clever: I don't think it should be attempting to ..?
11:21
<
clever >
/Volumes/CONFIG/apply.sh::finish::22 umount -f /Volumes/CONFIG
11:21
<
clever >
5>Jul 2 12:13:23 nixoss-iMac powerd[52]: Entering Sleep state due to 'Idle Sleep':
11:21
<
clever >
gchristensen: immediately after apply.sh finishes, it puts itself into a coma, and never recovers
11:21
<
clever >
even with s3 support disabled in qemu
11:21
<
gchristensen >
that is strange, mine don't do that
11:23
<
gchristensen >
maybe look up what `caffeine.app` does
11:24
<
LnL >
clever: similar to nice you can use caffeinate to prevent sleep
11:25
<
LnL >
there might also be an option for it in nix-darwin somewhere, but I don't remember
11:25
<
LnL >
that command is only temporary
11:39
<
yorick >
gchristensen: so what's your nix-build-on-packet script?
11:39
<
clever >
gchristensen: ack, now the high-serria machines arent responding, and syslog didnt mention anything about sleep
11:40
<
gchristensen >
yorick: sorry for not replying :(
11:41
<
yorick >
gchristensen: that's okay, I'm waiting for things to build anyway
11:41
<
gchristensen >
yorick: I don't automatically do it or anything, just as needed
11:41
<
yorick >
gchristensen: what's the usual spin-up time?
11:42
<
gchristensen >
5-6min
11:53
drakonis2 has quit [Ping timeout: 246 seconds]
12:16
alpounet has joined #nixos-dev
12:19
alp has quit [Ping timeout: 264 seconds]
12:38
alpounet is now known as alp
12:54
Drakonis has joined #nixos-dev
13:23
alpounet has joined #nixos-dev
13:24
<
clever >
gchristensen: sudo systemsetup -getcomputersleep
13:26
alp has quit [Ping timeout: 268 seconds]
13:27
alp has joined #nixos-dev
13:29
alpounet has quit [Ping timeout: 250 seconds]
14:17
Drakonis has quit [Ping timeout: 264 seconds]
14:18
Drakonis has joined #nixos-dev
14:37
johanot has quit [Quit: WeeChat 2.4]
14:51
orivej has quit [Ping timeout: 245 seconds]
14:54
orivej has joined #nixos-dev
15:04
orivej has quit [Ping timeout: 246 seconds]
15:05
orivej has joined #nixos-dev
15:12
alp has quit [Ping timeout: 264 seconds]
15:14
alp has joined #nixos-dev
15:21
orivej has quit [Ping timeout: 258 seconds]
15:30
drakonis1 has joined #nixos-dev
15:50
alpounet has joined #nixos-dev
15:50
orivej has joined #nixos-dev
15:52
alp has quit [Ping timeout: 252 seconds]
15:53
Drakonis has quit [Ping timeout: 264 seconds]
15:57
Drakonis has joined #nixos-dev
16:04
orivej has quit [Ping timeout: 245 seconds]
16:10
drakonis1 has quit [Quit: WeeChat 2.4]
16:31
Drakonis has quit [Ping timeout: 250 seconds]
16:35
alpounet has quit [Remote host closed the connection]
16:36
alpounet has joined #nixos-dev
16:43
alpounet has quit [Ping timeout: 252 seconds]
16:57
_rvl has joined #nixos-dev
17:24
alp has joined #nixos-dev
17:51
cjpbirkbeck has joined #nixos-dev
18:00
cjpbirkbeck has quit [Quit: Quitting now.]
18:01
cjpbirkbeck has joined #nixos-dev
18:06
Jackneill has quit [Remote host closed the connection]
18:15
alp has quit [Ping timeout: 252 seconds]
18:50
Drakonis has joined #nixos-dev
19:08
alp has joined #nixos-dev
19:13
cjpbirkbeck has quit [Quit: Quitting now.]
19:13
cjpbirkbeck has joined #nixos-dev
19:47
psyanticy has quit [Quit: Connection closed for inactivity]
20:05
orivej has joined #nixos-dev
20:20
cjpbirkbeck has quit [Quit: Quitting now.]
20:23
Jackneill has joined #nixos-dev
20:52
Jackneill has quit [Remote host closed the connection]
20:59
Drakonis has quit [Ping timeout: 252 seconds]
21:04
Drakonis has joined #nixos-dev
21:30
Drakonis has quit [Read error: Connection reset by peer]
21:30
drakonis_ has joined #nixos-dev
22:21
qyliss has quit [Quit: bye]
22:21
qyliss^work has quit [Quit: bye]
22:23
qyliss has joined #nixos-dev
22:24
qyliss^work has joined #nixos-dev
22:24
qyliss has quit [Remote host closed the connection]
22:24
qyliss^work has quit [Remote host closed the connection]
22:27
qyliss^work has joined #nixos-dev
22:28
qyliss has joined #nixos-dev
22:49
qyliss has quit [Quit: bye]
22:49
qyliss^work has quit [Quit: bye]
22:53
qyliss^work has joined #nixos-dev
22:53
qyliss has joined #nixos-dev
23:32
<
gchristensen >
anyone know where PATH gets set in the nixos module system?
23:36
<
ivan >
gchristensen: nixos/modules/programs/environment.nix?
23:37
<
ivan >
rg '/run/current-system/sw"' led me there
23:38
<
gchristensen >
hmm nice
23:38
<
gchristensen >
ok the last one I'm missing in wrappers
23:58
<
gchristensen >
ok let's see if I broke my system