gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.03 release managers: fpletz and vcunat | https://logs.nix.samueldr.com/nixos-dev
LnL has quit [Ping timeout: 276 seconds]
LnL has joined #nixos-dev
contrapumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 248 seconds]
matthewbauer has joined #nixos-dev
matthewbauer has quit [Read error: Connection reset by peer]
lassulus_ has joined #nixos-dev
matthewbauer has joined #nixos-dev
lassulus has quit [Ping timeout: 248 seconds]
lassulus_ is now known as lassulus
matthewbauer has quit [Ping timeout: 264 seconds]
worldofpeace has quit [Ping timeout: 260 seconds]
simpson has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
terrorjack has quit [Read error: Connection reset by peer]
terrorjack has joined #nixos-dev
<manveru> zimbatm: we can just record it ourselves, no?
__Sander__ has joined #nixos-dev
jtojnar has quit [Ping timeout: 256 seconds]
jtojnar has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
<jtojnar> fpletz: any progress on the pinentry thing? I keep running into issues that could be solved by it
<__Sander__> sigh
<__Sander__> optional dependencies are one of the weirdest things in NPM
<__Sander__> maybe even stranger than peer dependencies
orivej has joined #nixos-dev
<adisbladis[m]> __Sander__: Yeah.. In pnpm2nix I always install optional dependencies :P
chaker has joined #nixos-dev
<chaker> Hey, what's the best way to test changes to Hydra (the queue-runner to be specfic), without actually deploying it.
<LnL> the nix build runs a testsuite (not sure what's tested)
<LnL> and the nixos test on master tests a jobset eval + build now
<chaker> The test suits didn't pass Since Oct 2017. Also the build of master is broken now :/
<LnL> ?
<niksnut> yeah, I've been meaning to fix that...
<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
<copumpkin> that really seems like it belongs on the nixos side of things, not in nixops
FRidh has quit [Quit: Konversation terminated!]
pie_ has joined #nixos-dev
goibhniu has joined #nixos-dev
worldofpeace has quit [Quit: Konversation terminated!]
worldofpeace has joined #nixos-dev
Dezgeg has quit [Ping timeout: 256 seconds]
Dezgeg has joined #nixos-dev
<Mic92> Is the closure size really that important, that we need it in the pull request template?
<Mic92> I mean, it could be mentioned in CONTRIBUTING.md
<gchristensen> it was added to the PR template?
* gchristensen can't look, 56kbps
<Mic92> +- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
<gchristensen> ah
<gchristensen> something for borg to do maybe :)
<MichaelRaskin> Relatively to nixpkgs-unstable?
<Mic92> I would rather add a second checkbox, if people have really tested the binary :)
<gchristensen> :D
<samueldr> or a tool a bit like how `nox review` (seemed) to work, given two commitish, does this and a couple things (like nox preview?)?
<MichaelRaskin> Then you will ask for a third checkbox, if in the process of testing the submitter had any idea what the binary should actually do.
<samueldr> (never really did nox preview since I always comitted before and never really figured out how to use it with comitted changes)
<samueldr> ^ that may be useful
<samueldr> :)
<Mic92> samueldr: you can also use nix-review on pull requests.
<Mic92> it runs also faster
<Mic92> (if you have already commited the stuff)
<samueldr> never head of it
<samueldr> oh, wow
<samueldr> google REALLY doesn't want to let me know about it
<Mic92> oh, just noticed that I broke the build yesterdasy
<samueldr> thanks Mic92, I'll be sure to test it :)
<Mic92> samueldr: it is part of nixpkgs
<samueldr> (my nix-locate index may be outdated)
pie__ has joined #nixos-dev
pie_ has quit [Read error: Connection reset by peer]
averell has quit [Quit: .]