<samueldr>
my only ability is to restart/requeue jobs
<gchristensen>
btw, pretty sure the only requirement for bumping jobs is "has an account"
<gchristensen>
ahh just kidding
<gchristensen>
you can both bump
<samueldr>
thanks
<samueldr>
I thought for sure that wouldn't be handed out
orivej has joined #nixos-dev
FRidh has quit [Ping timeout: 240 seconds]
FRidh has joined #nixos-dev
lovesegfault has quit [Ping timeout: 260 seconds]
drakonis has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos-dev
drakonis has quit [Quit: Leaving]
orivej has quit [Ping timeout: 258 seconds]
Synthetica has joined #nixos-dev
justanotheruser has quit [Ping timeout: 265 seconds]
justanotheruser has joined #nixos-dev
pie_ has quit [Ping timeout: 258 seconds]
__monty__ has joined #nixos-dev
pie_ has joined #nixos-dev
Jackneill has joined #nixos-dev
Jackneill has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
pie_ has quit [Ping timeout: 258 seconds]
<genesis>
samueldr : why i can't follow all regex documentation i read , impeach me to understand the how :)
<genesis>
i can follow tutorial and test them in the find feature of an editor like atom, but when i try to make them work with nix, i don't understand why it has to be different
<genesis>
it'd make a good nix-pill to have some explication , the best doc i found is lib/lists.nix
pie_ has joined #nixos-dev
ixxie has joined #nixos-dev
Synthetica has quit [Quit: Connection closed for inactivity]
<Profpatsch>
So what I understand: 1) it works in Chromium because that ships its own cert store 2) somehow we don’t have the LE X3 in our cert-bundle (it’s the mozilla one) 3) it somehow works in Firefox, even though they use the same cert bundle?
<Profpatsch>
I fell it’s wrong that the browsers accept the LE certificates, but our default curl on nixos does not (I assume it uses /etc/ssl/ to look up the public certs)
<Profpatsch>
<opinion>If we don’t have secrets in the nix store, we should at least have a builtins.markSecret that refuses to put secrets marked with it into the nix store</opinion>
<qyliss>
Profpatsch++
<{^_^}>
Profpatsch's karma got increased to 7
<adisbladis>
Profpatsch++
<{^_^}>
Profpatsch's karma got increased to 8
<qyliss>
make it so
<clever>
Profpatsch: but what can you really do with such a specially marked string?
<qyliss>
that's a good point
<clever>
nixops is about the only thing that can use it, via nix-instantiate --xml
<Profpatsch>
Maybe what I mean is: mark that an expression should never import things into the store.
<Profpatsch>
e.g. if there’s an sshPrivateKeyPath option, that would use that to make sure users don’t accidentally specify the path as a source path, but as a string