justanotheruser has quit [Ping timeout: 244 seconds]
justanotheruser has joined #nixos-dev
drakonis has quit [Ping timeout: 246 seconds]
FRidh has quit [Remote host closed the connection]
FRidh has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos-dev
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
ris has joined #nixos-dev
orivej has joined #nixos-dev
FRidh has quit [Ping timeout: 265 seconds]
FRidh has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
sdier[m] has left #nixos-dev ["User left"]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej_ has joined #nixos-dev
<kloenk>
I don't worked with libsodium yet. I try to figure out which signing methode is used for nix binary chaches. Is it Ed25519ph(m)?
orivej has quit [Ping timeout: 240 seconds]
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
orivej_ has joined #nixos-dev
orivej has quit [Ping timeout: 264 seconds]
FRidh has quit [Quit: Konversation terminated!]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-dev
orivej_ has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
greizgh has quit [Quit: greizgh]
greizgh has joined #nixos-dev
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
<gchristensen>
btw r13y.com has been stale for a long time despite the processing running reliably every day... relocating it today to where it is easier to upate
<gchristensen>
specifically it has been writing to an S3 bucket for like a month or more but r13y.com was pointig to the old thing. in the next ~24h it'll update to point to https://d2vf6jwgxpufg8.cloudfront.net/index.html
orivej_ has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos-dev
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
<ajs124>
I just noticed something: we seem to be fetching some patches from arch's svntogit where the urls don't look "stable".
<samueldr>
didn't want to step on toes, or duplicate efforts
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
hoverbear has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos-dev
drakonis has joined #nixos-dev
orivej has joined #nixos-dev
orivej_ has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
<hoverbear>
Can I start/stop services in the build env during a checkPhase?
<hoverbear>
Like say I needed to turn on kafka, then turn it off, then turn it on, then turn on elasticsearch, then turn both off.
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
<infinisil>
hoverbear: You can run many processes during builds
<infinisil>
Shouldn't be a problem as long as you can make the services work in the sandbox
<hoverbear>
But I can't like ask nix to make sure certain things are started before/after the phase?
<samueldr>
you don't have a service supervisor like systemd or similar in the sandbox
<samueldr>
you don't even know if there is one on the system!
<hoverbear>
Yeah I get that but I could kick up a dockerd and then have it start containers?
<samueldr>
maybe
<gchristensen>
I don't think you can create cgroups in there
<hoverbear>
Oh :(
<hoverbear>
Really?
<infinisil>
hoverbear: If you need to test stuff though, you can use the NixOS testing infra, which runs full VMs during the build (and they have functions for failing when stuff doesn't work)
<infinisil>
And these run NixOS where you can specify it's configuration.nixo
<hoverbear>
infinisil: Not all my users run nixos though, could they use some thin VM running through a normal nix process like the qemu VMs the RPM builders run?
<gchristensen>
the nixos tests runs the vm inside qemu inside a nix-build sandbox
orivej has quit [Quit: No Ping reply in 180 seconds.]
<hoverbear>
I need to run a journald to test against that, etc
<gchristensen>
you've got your work cut out for you!
<hoverbear>
Kubernetes
<hoverbear>
...
<hoverbear>
gchristensen: I assure you this is basically my dream epic
<gchristensen>
=)
orivej has joined #nixos-dev
<hoverbear>
When the client said "Hey I like that nix shell why don't you do your builds with that, they do cross right? We need to redo our processes" I jumped at it.
<hoverbear>
I really need to refactor this though since my current strategy seems to evaluate building vector **outside** ot the VM it's supposed to package and link against.
<hoverbear>
I think i need to... somehow make a source tarball of a derivation?
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]