johnny101m2 has quit [Quit: -a- Connection Timed Out]
johnny101m has joined #nixos-dev
_ris has quit [Ping timeout: 246 seconds]
rajivr has joined #nixos-dev
mdlayher has quit [Read error: Connection reset by peer]
mdlayher has joined #nixos-dev
drakonis has quit [Quit: WeeChat 2.8]
<cole-h>
Notice: ofborg evaluators and x86_64-linux builders are down. Buildkite seems to be having trouble, so I can't try to redeploy, either. Sory for the inconvenience.
cole-h has quit [Quit: Goodbye]
bachp has quit [Ping timeout: 256 seconds]
Ox4A6F1 has joined #nixos-dev
Ox4A6F has quit [Ping timeout: 256 seconds]
bachp has joined #nixos-dev
alp has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
justan0theruser has quit [Ping timeout: 246 seconds]
justan0theruser has joined #nixos-dev
ixxie has joined #nixos-dev
alp has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
bennofs has joined #nixos-dev
<eyJhb>
Is this channel also regarding how to do package updates etc.?
bennofs_ has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
<ixxie>
eyJhb: I think you can ask here as well as in #nixos
<eyJhb>
Perfect :D
<eyJhb>
Anyone up for a PR? :p
<ixxie>
eyJhb: I think if you make it, someone will find it :D
<ixxie>
eyJhb: there are actually a lot of automatic reviewer assignment stuff in nixpkgs
evils has quit [Quit: Lost terminal]
<eyJhb>
ixxie: I usually end up pinging worldofpeace of my stuff, when it doesn't get merged within a few days :p The problem with DisplayLink stuff is, that we are few that use it
<eyJhb>
So not many will pick up the PRs
evils has joined #nixos-dev
<ixxie>
right
<ixxie>
good luck :D
xwvvvvwx- has joined #nixos-dev
xwvvvvwx has quit [Ping timeout: 246 seconds]
xwvvvvwx- is now known as xwvvvvwx
__monty__ has joined #nixos-dev
FRidh has joined #nixos-dev
ixxie has quit [Quit: Lost terminal]
alp has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
_ris has joined #nixos-dev
<eyJhb>
If I have a module, which provides a option "home", is it then OK for me to do something like if home == "" then home = "something" ?
<clever>
eyJhb: just provide a default value
<eyJhb>
I realised my error as well, would have never worked
xwvvvvwx has quit [Remote host closed the connection]
xwvvvvwx- has joined #nixos-dev
xwvvvvwx- is now known as xwvvvvwx
justan0theruser has quit [Ping timeout: 256 seconds]
alp has quit [Ping timeout: 272 seconds]
cole-h has joined #nixos-dev
justan0theruser has joined #nixos-dev
johnny101m has quit [Read error: Connection reset by peer]
peelz has quit [Remote host closed the connection]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos-dev
justan0theruser has quit [Ping timeout: 246 seconds]
johnny101m has joined #nixos-dev
justan0theruser has joined #nixos-dev
drakonis has joined #nixos-dev
<arianvp>
IF i bind-mount the nix-daemon socket into a container, and im root inthat container, does that make me a trusted user according to the nix-daemon socket?
<arianvp>
so not root on the host
<arianvp>
because if that's the case my idea of mounting nix-daemon socket into CI jobs is not as safe as I thought :D it's actually a privelege esclatation exploit? =)
<LnL>
interesting question, I would expect not unless root inside the container is mapped to to root outside