<chaker>
Yeah, but that's the build of https://github.com/NixOS/hydra/commit/b7bc4384b7b471d1ddf892cb03f16189a66d5a0d the tip of master is broken. Just sharing for information ;). For the test I think I could create some dummy database and start the queue-runner with that. I just was wondering whether there's something easier ;)
<niksnut>
chaker: you should be able to run everything without installing
<niksnut>
i.e. do a nix-shell, run configure; make
<LnL>
I'm guessing master needs a nixUnstable bump then
<niksnut>
then run hydra-queue-runner, hydra-server etc. from the command line
<niksnut>
you may want to go back to rev b11789f39993c614e53da39c29711b63cd266291 to avoid the breakage
<chaker>
That's what I'm about to do. Thanks guys.
<niksnut>
also you'll want to run postgres and create a local hydra db
<LnL>
oh, or an older one...
<chaker>
Yeah, working on creating a small dump form our Hydra instance. I don't want to load the whole database on my poor machine.
pie_ has quit [Ping timeout: 260 seconds]
pie_ has joined #nixos-dev
<chaker>
is $src required in the derivation when running nix-shell?
<chaker>
in Hydra release.nix we have "src = if shell then null else hydraSrc;" And nix-shell fails with "variable $src or $srcs should point to the source"
orivej has quit [Ping timeout: 248 seconds]
orivej has joined #nixos-dev
simpson has joined #nixos-dev
chaker` has joined #nixos-dev
chaker has quit [Ping timeout: 260 seconds]
chaker`` has joined #nixos-dev
chaker` has quit [Ping timeout: 248 seconds]
worldofpeace has joined #nixos-dev
FRidh has joined #nixos-dev
__Sander__ has quit [Quit: Konversation terminated!]
pie_ has quit [Ping timeout: 255 seconds]
goibhniu has quit [Ping timeout: 245 seconds]
MichaelRaskin has joined #nixos-dev
matthewbauer has joined #nixos-dev
matthewbauer has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 240 seconds]
chaker`` has quit [Ping timeout: 240 seconds]
pie_ has joined #nixos-dev
genesis has quit [Read error: No route to host]
genesis has joined #nixos-dev
matthewbauer has joined #nixos-dev
pie_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
<copumpkin>
how is the /run/keys is accessible to the "keys" group thing implemented?
<copumpkin>
I see that the mount for that has gid=<keys gid> on it
<copumpkin>
but I'm not sure that's having the desired effect