gchristensen changed the topic of #nixos to: NixOS 18.03 and Nix 2.0 are released! || Share the output of nix-shell -p nix-info --run nix-info to help us help you. || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat
axel_parolta has joined #nixos
<axel_parolta> Hello all, I'm trying to mounting samba shares using https://nixos.wiki/wiki/Samba#cifs_mount. I added the option rw, uid and gid to be able to write to the shares without needing sudo rights. But that doesn't work. The shares are still mounted as root. How do you guys managed to deal with that?
hakujin has joined #nixos
jperras has joined #nixos
[Leary] has quit [Remote host closed the connection]
Sonarpulse has quit [Ping timeout: 264 seconds]
hakujin has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Tmplt opened pull request #39514 → geant4: v10.0.2 -> v10.4.1, download all non-optional data files → https://git.io/vpCRX
jperras has quit [Ping timeout: 240 seconds]
iyzsong has quit [Ping timeout: 240 seconds]
xeji has quit [Quit: WeeChat 2.0]
astiles has quit [Remote host closed the connection]
dan_b has quit [Ping timeout: 248 seconds]
telent has quit [Ping timeout: 248 seconds]
astiles has joined #nixos
Thedarkb1-X40 has quit [Remote host closed the connection]
Thedarkb1-X40 has joined #nixos
<Myrl-saki> How to do `${ nixStuff }` with single quotes?
srdqty has quit [Ping timeout: 256 seconds]
<clever> Myrl-saki: ''doublesingle'' or just 'single'?
<Myrl-saki> Errr
<Myrl-saki> clever: With """
<Myrl-saki> clever: Well, to be more exact, I just want ot use an alternative to '''.
<clever> "you can still do ${5*5} nix"
<clever> ah, you want to escale the ${?
astiles has quit [Ping timeout: 264 seconds]
<clever> \$
srdqty has joined #nixos
<Myrl-saki> Thanks.
<Myrl-saki> myrl@myrl:~/.we/logs$ nix-build -E "with import <nixpkgs> { }; let root = fetchGit { url = \"https://git.zv.io/r/hlibc\"; rev = \"2aaa17c801adfba3692c7611436fe34e268f6c90\"; }; in ''' \${root} '''"
<Myrl-saki> error: syntax error, unexpected $end, expecting IND_STR or DOLLAR_CURLY or IND_STRING_CLOSE, at (string):1:153
jackdk has joined #nixos
mkoenig has joined #nixos
<Myrl-saki> Oh, no need.
<clever> Myrl-saki: i also try using single quotes at the bash level
<clever> so the double quotes dont have to be escaled
<clever> and nix-build wants a derivation, so you have to give it just root, not a string containing root
<Myrl-saki> clever: Yeah, didn't know you could also use "".
srdqty has quit [Ping timeout: 264 seconds]
<Myrl-saki> clever: So, if I use ${}, for bash, I do \${}>
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Myrl-saki> \${}?
mkoenig_ has quit [Ping timeout: 256 seconds]
<clever> single quotes prevent that
Neo-- has quit [Remote host closed the connection]
<Myrl-saki> clever: I mean in a Nix file.
<Myrl-saki> Or is it better to use "$foo" than ${foo}?
Neo-- has joined #nixos
<Myrl-saki> better/more de-facto-standard
<clever> if you want a nix string containing a literal ${foo} then you can use \${foo}
srdqty has joined #nixos
<Myrl-saki> clever: Right. Thanks.
<Myrl-saki> clever: Can I use -E with -A?
<Myrl-saki> clever: So that I can pass environment variables in.
<Myrl-saki> Like
<clever> [root@router:~]# nix-build -E 'import <nixpkgs> {}' -A hello
<Myrl-saki> Whoops
<Myrl-saki> --arg, rather.
<Myrl-saki> But I'll take that as a yes.
axel_parolta has quit [Quit: Leaving]
xcmw has joined #nixos
<Myrl-saki> What's the shortcut for foo = foo again?
<Myrl-saki> Oh, inherit.
<Myrl-saki> clever: Thanks again.
[Leary] has joined #nixos
Thedarkb1-X40 has quit [Ping timeout: 260 seconds]
thc202 has quit [Ping timeout: 255 seconds]
mkoenig has quit [Remote host closed the connection]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ryantrinkle has quit [Ping timeout: 240 seconds]
iyzsong has joined #nixos
pirateking has quit [Quit: Page closed]
mekeor has quit [Ping timeout: 276 seconds]
tertle||eltret has joined #nixos
<Myrl-saki> Well
<Myrl-saki> I'm stupid.
<Myrl-saki> I do not know how to do this with an ssh command lol
xcmw has joined #nixos
sigmundv__ has quit [Ping timeout: 256 seconds]
hihello has joined #nixos
jtojnar_ has joined #nixos
jperras has joined #nixos
jtojnar has quit [Read error: Connection reset by peer]
<hihello> Hi, I saw a pr for adding missing ssh service options (like kex, cipher, mac, etc). Anyone know about it because I can't find it :) ?
jtojnar has joined #nixos
jtojnar_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @matthewbauer opened pull request #39515 → Default overrides → https://git.io/vpCuO
olto has quit [Ping timeout: 256 seconds]
nD5Xjz has joined #nixos
olto has joined #nixos
<pbogdan> hihello: https://github.com/NixOS/nixpkgs/pull/39232 perhaps ?
hakujin has joined #nixos
<hihello> hakujin: Thank you. I don't know why but my searches weren't working.
ericsagnes has joined #nixos
iitalics has quit [Quit: WeeChat 2.1]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hakujin has quit [Ping timeout: 260 seconds]
<Myrl-saki> Uhh
<Myrl-saki> I think I'm stupid.
<Myrl-saki> How does `--cores` not affect the hash?
<gchristensen> it is a permitted impurity
<gchristensen> there are a few of those
<Myrl-saki> gchristensen: How does it get permitted?
<Myrl-saki> impure.nix?
<gchristensen> somewhere inside Nix
<Myrl-saki> gchristensen: The package manager itself?
<gchristensen> Nix handles the hashing
<gchristensen> so yes
<Myrl-saki> Oh okay. Cool. Thanks.
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
<Myrl-saki> gchristensen: Is this exact or no?
<Myrl-saki> I mean, are there false positives?
<Myrl-saki> Err, just ignore that question.
<gchristensen> ok :)
<Myrl-saki> gchristensen: Too many brain farts on my side, haha.
markus1199 has joined #nixos
Supersonic112 is now known as Supersonic
jtojnar has quit [Read error: Connection reset by peer]
ericsagnes has quit [Ping timeout: 240 seconds]
<gchristensen> vaibhavsagar: with all that twitter activity I'm hoping you can give me your perspective :)
mbrgm has quit [Ping timeout: 248 seconds]
coot has joined #nixos
<gchristensen> what do you wish you learned on day one, which would have made things easier for you?
<gchristensen> open question for people about Nix!
<hihello> hmm...
markus1189 has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @copumpkin pushed to master « boto{3,core}: {1.6.0,1.9.3} -> {1.7.9,1.10.9} »: https://git.io/vpCzX
jperras has quit [Ping timeout: 248 seconds]
<hihello> Lol. nix uninstall; nix upgrade. I loved pretty much everything else. And maybe some really pretty docs and quick start guides. Installation wasn't a problem for me. Easier than arch :)
mbrgm has joined #nixos
jperras has joined #nixos
adisbladis has quit [Ping timeout: 240 seconds]
<vaibhavsagar> gchristensen: I was fortunate to find https://github.com/Gabriel439/haskell-nix which answered a lot of the questions I had
hakujin has joined #nixos
jrolfs__ has joined #nixos
<{^_^}> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/7aee0dac1f0 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
<gchristensen> nice, vaibhavsagar
jrolfs_ has quit [Ping timeout: 240 seconds]
jtojnar has joined #nixos
bgamari has quit [Ping timeout: 276 seconds]
ericsagnes has joined #nixos
hakujin has quit [Ping timeout: 260 seconds]
jrolfs__ has quit [Ping timeout: 256 seconds]
jtojnar has quit [Ping timeout: 240 seconds]
teozkr_ has joined #nixos
scode_ has joined #nixos
hakujin has joined #nixos
codedmart_ has joined #nixos
ryanartecona has quit [Quit: ryanartecona]
shad has joined #nixos
BlessJah_ has joined #nixos
viric_ has joined #nixos
mjacob_ has joined #nixos
derchris_ has joined #nixos
joko_ has joined #nixos
ihar_ has joined #nixos
guillaum3 has joined #nixos
Oo[m]1 has joined #nixos
ncode_ has joined #nixos
bendlas1 has joined #nixos
ncode_ has quit [Changing host]
ncode_ has joined #nixos
adamCS_ has joined #nixos
petersjt014[m]1 has joined #nixos
evhan` has joined #nixos
datakurre^ has joined #nixos
dottedmag has joined #nixos
jmiven_ has joined #nixos
yastero has quit [Ping timeout: 256 seconds]
[0__0] has quit [Ping timeout: 256 seconds]
ncode has quit [Ping timeout: 256 seconds]
teozkr has quit [Ping timeout: 256 seconds]
alanz has quit [Ping timeout: 256 seconds]
petersjt014[m] has quit [Ping timeout: 256 seconds]
Oo[m] has quit [Ping timeout: 256 seconds]
wak-work has quit [Ping timeout: 256 seconds]
bendlas has quit [Ping timeout: 256 seconds]
edef[m] has quit [Ping timeout: 256 seconds]
maurer has quit [Ping timeout: 256 seconds]
BlessJah has quit [Ping timeout: 256 seconds]
mjacob has quit [Ping timeout: 256 seconds]
jmiven has quit [Ping timeout: 256 seconds]
datakurre has quit [Ping timeout: 256 seconds]
monotux has quit [Ping timeout: 256 seconds]
johnhamelink[m] has quit [Ping timeout: 256 seconds]
Deleh[m] has quit [Ping timeout: 256 seconds]
aaronc[m] has quit [Ping timeout: 256 seconds]
neecro[m] has quit [Ping timeout: 256 seconds]
r3mfKm[m] has quit [Ping timeout: 256 seconds]
randomenduser[m] has quit [Ping timeout: 256 seconds]
chedi has quit [Ping timeout: 256 seconds]
M-dpetranek has quit [Ping timeout: 256 seconds]
malteof[m] has quit [Ping timeout: 256 seconds]
greska[m] has quit [Ping timeout: 256 seconds]
briansteffens[m] has quit [Ping timeout: 256 seconds]
coorey[m] has quit [Ping timeout: 256 seconds]
WilliamHamilton has quit [Ping timeout: 256 seconds]
wizek[m] has quit [Ping timeout: 256 seconds]
Ralith has quit [Ping timeout: 256 seconds]
hexa has quit [Ping timeout: 256 seconds]
NinjaTrappeur1 has quit [Ping timeout: 256 seconds]
kefzi has quit [Ping timeout: 256 seconds]
shad_ has quit [Ping timeout: 256 seconds]
codedmart has quit [Ping timeout: 256 seconds]
_rvl has quit [Ping timeout: 256 seconds]
evhan has quit [Ping timeout: 256 seconds]
ihar has quit [Ping timeout: 256 seconds]
derchris has quit [Ping timeout: 256 seconds]
guillaum1 has quit [Ping timeout: 256 seconds]
scode has quit [Ping timeout: 256 seconds]
viric has quit [Ping timeout: 256 seconds]
flokli has quit [Ping timeout: 256 seconds]
joko has quit [Ping timeout: 256 seconds]
Guest67506 has quit [Ping timeout: 256 seconds]
adamCS has quit [Ping timeout: 256 seconds]
jfred has quit [Ping timeout: 256 seconds]
kline has quit [Ping timeout: 606 seconds]
adamCS_ is now known as adamCS
datakurre^ is now known as datakurre
ncode_ is now known as ncode
scode_ is now known as scode
yastero_ has joined #nixos
teozkr_ is now known as teozkr
ninja2 has joined #nixos
qewzee has joined #nixos
_rvl has joined #nixos
codedmart_ is now known as codedmart
kline has joined #nixos
flokli has joined #nixos
jfred has joined #nixos
maurer has joined #nixos
srdqty has quit [Ping timeout: 268 seconds]
[0__0] has joined #nixos
monotux has joined #nixos
hexa has joined #nixos
ericsagnes has quit [Ping timeout: 260 seconds]
srdqty has joined #nixos
itorres has quit [Ping timeout: 245 seconds]
ZeDestructor has quit [Ping timeout: 260 seconds]
dash has quit [Ping timeout: 246 seconds]
rnhmjoj[m] has quit [Ping timeout: 255 seconds]
purewater[m] has quit [Ping timeout: 255 seconds]
devlinzed[m] has quit [Ping timeout: 256 seconds]
timokau[m] has quit [Ping timeout: 256 seconds]
octowan[m] has quit [Ping timeout: 256 seconds]
turok9[m] has quit [Ping timeout: 256 seconds]
ajmccluskey[m] has quit [Ping timeout: 256 seconds]
timclassic has quit [Ping timeout: 240 seconds]
herzmeister[m] has quit [Ping timeout: 240 seconds]
M-fishy has quit [Ping timeout: 240 seconds]
jgl[m] has quit [Ping timeout: 240 seconds]
tfc[m] has quit [Ping timeout: 240 seconds]
nixo[m] has quit [Ping timeout: 240 seconds]
hedning[m] has quit [Ping timeout: 240 seconds]
necronian has quit [Ping timeout: 240 seconds]
cornu[m] has quit [Ping timeout: 240 seconds]
kitten[m] has quit [Ping timeout: 245 seconds]
Minijackson[m] has quit [Ping timeout: 245 seconds]
spawnthink[m] has quit [Ping timeout: 245 seconds]
bugabinga[m] has quit [Ping timeout: 245 seconds]
spacekitteh[m] has quit [Ping timeout: 245 seconds]
mankyKitty[m] has quit [Ping timeout: 246 seconds]
M-manveru has quit [Ping timeout: 255 seconds]
wilornel has quit [Ping timeout: 255 seconds]
Wysteriary[m] has quit [Ping timeout: 260 seconds]
dywedir[m] has quit [Ping timeout: 260 seconds]
sorbet has quit [Ping timeout: 260 seconds]
copumpkin has quit [Ping timeout: 260 seconds]
acarrico has quit [Ping timeout: 248 seconds]
Oo[m]1 has quit [Ping timeout: 255 seconds]
roygobeilantoine has quit [Ping timeout: 255 seconds]
yochai[m] has quit [Ping timeout: 255 seconds]
bobvanderlinden_ has quit [Ping timeout: 255 seconds]
FRidh[m] has quit [Ping timeout: 255 seconds]
y0no[m] has quit [Ping timeout: 255 seconds]
telent[m] has quit [Ping timeout: 255 seconds]
magnap has quit [Ping timeout: 255 seconds]
primeos[m] has quit [Ping timeout: 255 seconds]
Adev[m] has quit [Ping timeout: 240 seconds]
slabity[m] has quit [Ping timeout: 240 seconds]
peterbat[m] has quit [Ping timeout: 240 seconds]
PeterRomfeld[m] has quit [Ping timeout: 240 seconds]
Fedor[m] has quit [Ping timeout: 240 seconds]
chreekat[m] has quit [Ping timeout: 240 seconds]
patrl[m] has quit [Ping timeout: 240 seconds]
blahblah has quit [Ping timeout: 240 seconds]
octalsrc[m] has quit [Ping timeout: 240 seconds]
peel[m] has quit [Ping timeout: 240 seconds]
BurNiinTRee[m] has quit [Ping timeout: 240 seconds]
sargon[m] has quit [Ping timeout: 240 seconds]
MatrixStatsBot[m has quit [Ping timeout: 240 seconds]
crystalgamma[m] has quit [Ping timeout: 240 seconds]
srini[m] has quit [Ping timeout: 240 seconds]
icetan has quit [Ping timeout: 240 seconds]
puffnfresh has quit [Ping timeout: 240 seconds]
Drakonis[m] has quit [Ping timeout: 240 seconds]
bkchr[m] has quit [Ping timeout: 240 seconds]
card[m] has quit [Ping timeout: 246 seconds]
admin[m]3 has quit [Ping timeout: 246 seconds]
balsoft[m] has quit [Ping timeout: 246 seconds]
wmertens[m] has quit [Ping timeout: 246 seconds]
jamshoot[m] has quit [Ping timeout: 246 seconds]
uvnikita[m] has quit [Ping timeout: 246 seconds]
das-g[m] has quit [Ping timeout: 246 seconds]
rihardsk[m] has quit [Ping timeout: 246 seconds]
midchildan[m] has quit [Ping timeout: 246 seconds]
mith[m] has quit [Ping timeout: 246 seconds]
iohidtbhfam[m] has quit [Ping timeout: 246 seconds]
davidak[m] has quit [Ping timeout: 246 seconds]
chominist[m] has quit [Ping timeout: 246 seconds]
musicmatze[m] has quit [Ping timeout: 246 seconds]
offlinehacker[m] has quit [Ping timeout: 246 seconds]
petersjt014[m]1 has quit [Ping timeout: 256 seconds]
Criena[m] has quit [Ping timeout: 256 seconds]
johnnydread[m] has quit [Ping timeout: 256 seconds]
ipj[m] has quit [Ping timeout: 256 seconds]
bhipple[m] has quit [Ping timeout: 256 seconds]
tokudan[m] has quit [Ping timeout: 256 seconds]
GuillaumeBuisson has quit [Ping timeout: 256 seconds]
moredhel has quit [Ping timeout: 256 seconds]
nyanloutre[m] has quit [Ping timeout: 256 seconds]
amiloradovsky[m] has quit [Ping timeout: 256 seconds]
gh0st[m] has quit [Ping timeout: 256 seconds]
ploud777[m] has quit [Ping timeout: 256 seconds]
apurvapavaskar[m has quit [Ping timeout: 256 seconds]
freeman42x has quit [Ping timeout: 256 seconds]
clacke[m] has quit [Ping timeout: 256 seconds]
florianjacob has quit [Ping timeout: 256 seconds]
EB[m] has quit [Ping timeout: 240 seconds]
Singularity[m] has quit [Ping timeout: 240 seconds]
efx[m] has quit [Ping timeout: 240 seconds]
jelewaus[m] has quit [Ping timeout: 240 seconds]
moosh_vectra[m] has quit [Ping timeout: 240 seconds]
nelag[m] has quit [Ping timeout: 240 seconds]
h30[m] has quit [Ping timeout: 240 seconds]
rycee has quit [Ping timeout: 240 seconds]
ProofTechnique[m has quit [Ping timeout: 245 seconds]
kainospur[m] has quit [Ping timeout: 240 seconds]
Dezgeg[m] has quit [Ping timeout: 245 seconds]
lukeadams[m] has quit [Ping timeout: 245 seconds]
moredhel_[m] has quit [Ping timeout: 245 seconds]
nmikhailov[m]1 has quit [Ping timeout: 245 seconds]
dpc has quit [Ping timeout: 245 seconds]
M-bbigras has quit [Ping timeout: 245 seconds]
DIzFer[m] has quit [Ping timeout: 245 seconds]
zoya-kosova[m] has quit [Ping timeout: 245 seconds]
Pneumaticat has quit [Ping timeout: 245 seconds]
Naughtmare[m] has quit [Ping timeout: 245 seconds]
chedi[m] has quit [Ping timeout: 245 seconds]
ison[m] has quit [Ping timeout: 245 seconds]
benasse has quit [Ping timeout: 245 seconds]
bdimcheff has quit [Ping timeout: 245 seconds]
Barnabas[m] has quit [Ping timeout: 245 seconds]
pstn has quit [Ping timeout: 245 seconds]
techtangents[m] has quit [Ping timeout: 240 seconds]
pierrebeaucamp[m has quit [Ping timeout: 240 seconds]
trikl[m] has quit [Ping timeout: 240 seconds]
unlmtd has quit [Ping timeout: 240 seconds]
codyopel has quit [Ping timeout: 240 seconds]
smbarte2[m] has quit [Ping timeout: 255 seconds]
Khorne[m] has quit [Ping timeout: 255 seconds]
fearlessKim[m] has quit [Ping timeout: 255 seconds]
johnazoidberg has quit [Ping timeout: 255 seconds]
AdamSlack[m] has quit [Ping timeout: 255 seconds]
zie[m] has quit [Ping timeout: 255 seconds]
Phil[m]2 has quit [Ping timeout: 255 seconds]
thunker[m] has quit [Ping timeout: 255 seconds]
EuAndreh[m] has quit [Ping timeout: 255 seconds]
nmikhailov[m] has quit [Ping timeout: 255 seconds]
peterhoeg has quit [Ping timeout: 255 seconds]
castordamon has quit [Ping timeout: 255 seconds]
thefloweringash[ has quit [Ping timeout: 255 seconds]
joh[m] has quit [Ping timeout: 255 seconds]
paperdigits[m] has quit [Ping timeout: 255 seconds]
ngerstle[m] has quit [Ping timeout: 255 seconds]
mirlur[m] has quit [Ping timeout: 255 seconds]
Elephant454[m] has quit [Ping timeout: 255 seconds]
olejorgenb[m] has quit [Ping timeout: 255 seconds]
reactormonk[m] has quit [Ping timeout: 255 seconds]
sphalerit has quit [Ping timeout: 255 seconds]
benkolera1 has quit [Ping timeout: 255 seconds]
htafdwes[m] has quit [Ping timeout: 255 seconds]
CoopDot has quit [Ping timeout: 255 seconds]
dtz has quit [Ping timeout: 255 seconds]
asp_ has quit [Ping timeout: 255 seconds]
jmorriss[m] has quit [Ping timeout: 255 seconds]
fgaz[m] has quit [Ping timeout: 255 seconds]
nh2[m] has quit [Ping timeout: 255 seconds]
templis[m] has quit [Ping timeout: 255 seconds]
saschaveres[m] has quit [Ping timeout: 265 seconds]
M-Dan has quit [Ping timeout: 256 seconds]
jbarthelmes[m] has quit [Ping timeout: 256 seconds]
Obscurity[m] has quit [Ping timeout: 256 seconds]
tet[m] has quit [Ping timeout: 276 seconds]
ayyjayess[m] has quit [Ping timeout: 276 seconds]
Kallegro[m] has quit [Ping timeout: 276 seconds]
hendrik[m] has quit [Ping timeout: 276 seconds]
dkellner[m] has quit [Ping timeout: 276 seconds]
AlanPearce[m] has quit [Ping timeout: 276 seconds]
M-ms has quit [Ping timeout: 276 seconds]
wervenyt[m] has quit [Ping timeout: 276 seconds]
adisbladis[m] has quit [Ping timeout: 276 seconds]
matrixkrav has quit [Ping timeout: 276 seconds]
aramiscd[m] has quit [Ping timeout: 276 seconds]
serentty[m] has quit [Ping timeout: 276 seconds]
demonslayer[m] has quit [Ping timeout: 260 seconds]
danielrf has quit [Ping timeout: 260 seconds]
swayf[m] has quit [Ping timeout: 260 seconds]
retrry[m] has quit [Ping timeout: 260 seconds]
Hook[m]1 has quit [Ping timeout: 260 seconds]
dmitry-zen[m] has quit [Ping timeout: 260 seconds]
aniketd[m] has quit [Ping timeout: 260 seconds]
NickHu has quit [Ping timeout: 260 seconds]
revoltmedia[m] has quit [Ping timeout: 260 seconds]
leoleoleotest[m] has quit [Ping timeout: 260 seconds]
Bugworm[m] has quit [Ping timeout: 260 seconds]
abbafei[m] has quit [Ping timeout: 260 seconds]
leons has quit [Ping timeout: 260 seconds]
mudri[m] has quit [Ping timeout: 260 seconds]
ConorCurry[m] has quit [Ping timeout: 260 seconds]
regnat[m] has quit [Ping timeout: 260 seconds]
imbigbrother[m] has quit [Ping timeout: 260 seconds]
YegorTimoshenko[ has quit [Ping timeout: 260 seconds]
jluttine[m] has quit [Ping timeout: 260 seconds]
LiuWeiHua[m] has quit [Ping timeout: 260 seconds]
xnaveira[m] has quit [Ping timeout: 260 seconds]
ArdaXi[m] has quit [Ping timeout: 260 seconds]
hl has quit [Ping timeout: 260 seconds]
YuFanLovezYou[m] has quit [Ping timeout: 240 seconds]
johnazoidberg[m] has quit [Ping timeout: 255 seconds]
panther420[m] has quit [Ping timeout: 255 seconds]
rardiol[m] has quit [Ping timeout: 255 seconds]
jack[m] has quit [Ping timeout: 255 seconds]
dylanjust[m] has quit [Ping timeout: 255 seconds]
Rick[29SMPittsbu has quit [Ping timeout: 255 seconds]
lazygun[m] has quit [Ping timeout: 255 seconds]
chatnowvvv[m] has quit [Ping timeout: 255 seconds]
bachp has quit [Ping timeout: 255 seconds]
grahamc has quit [Ping timeout: 255 seconds]
bennofs[m] has quit [Ping timeout: 255 seconds]
happyente[m] has quit [Ping timeout: 255 seconds]
sudoreboot[m] has quit [Ping timeout: 255 seconds]
scott1 has quit [Ping timeout: 255 seconds]
windy328ghoee[m] has quit [Ping timeout: 255 seconds]
davidar has quit [Ping timeout: 255 seconds]
TimePath has quit [Ping timeout: 255 seconds]
aspiwack[m] has quit [Ping timeout: 255 seconds]
smrtak[m] has quit [Ping timeout: 255 seconds]
alexoundos7[m] has quit [Ping timeout: 246 seconds]
enick_729 has quit [Ping timeout: 246 seconds]
Elorm[m] has quit [Ping timeout: 240 seconds]
bendlas1 has quit [Ping timeout: 256 seconds]
jlle[m] has quit [Ping timeout: 256 seconds]
telent_[m] has quit [Ping timeout: 256 seconds]
gudea[m] has quit [Ping timeout: 256 seconds]
DenisLehmann[m] has quit [Ping timeout: 256 seconds]
m4rv33n[m] has quit [Ping timeout: 256 seconds]
nocent has quit [Ping timeout: 256 seconds]
lolipducker[m] has quit [Ping timeout: 256 seconds]
concate[m] has quit [Ping timeout: 256 seconds]
equalunique[m] has quit [Ping timeout: 256 seconds]
steshaw[m] has quit [Ping timeout: 256 seconds]
enick_675 has quit [Ping timeout: 255 seconds]
lycium[m] has quit [Ping timeout: 255 seconds]
atopuzov[m] has quit [Ping timeout: 255 seconds]
attero has quit [Ping timeout: 255 seconds]
Orbstheorem[m] has quit [Ping timeout: 265 seconds]
demyan[m] has quit [Ping timeout: 260 seconds]
taohansen has quit [Ping timeout: 260 seconds]
AntonLatukha[m] has quit [Ping timeout: 276 seconds]
xodbox[m] has quit [Ping timeout: 276 seconds]
Vincenzo[m] has quit [Ping timeout: 276 seconds]
thra11[m] has quit [Ping timeout: 276 seconds]
AllanDaemon has quit [Ping timeout: 276 seconds]
felipeac[m] has quit [Ping timeout: 276 seconds]
baconicsynergy[m has quit [Ping timeout: 276 seconds]
wzy8L-B2[m] has quit [Ping timeout: 276 seconds]
indefini has quit [Ping timeout: 276 seconds]
superusercode has quit [Ping timeout: 276 seconds]
ZeDestructor has joined #nixos
acarrico has joined #nixos
jgt has quit [Ping timeout: 264 seconds]
alanz has joined #nixos
cross has joined #nixos
sellout- has quit [Ping timeout: 240 seconds]
mekeor has joined #nixos
hakujin has quit [Ping timeout: 268 seconds]
sellout- has joined #nixos
justanotheruser has quit [Ping timeout: 255 seconds]
nD5Xjz has quit [Ping timeout: 248 seconds]
justanotheruser has joined #nixos
hakujin has joined #nixos
<teto1> gchristensen: the wrappers confused me at start. nox or nix search will present 3 or 4 packages that look the same except some are wrapped. I got it when writing the neovim wrapper
lord| has quit [Quit: WeeChat 2.1]
<teto1> also coming from apt, I found surprising that I always had to specifiy some root nix expression like `nix-build -A toto ~/root/expr` instead of `nix-build -A toto`
lord| has joined #nixos
tyrus82 has quit [Quit: tyrus82]
<hihello> teto1: I've had a similar experience
jrolfs__ has joined #nixos
<teto1> I wonder how `nixos-option systemd.services."nm-dispatcher".path` works, since there is no systemd.services."nm-dispatcher" defined anywhere, there is just the service file copied in some folder ?
<gchristensen> /
jrolfs__ has quit [Ping timeout: 255 seconds]
<hihello> I started using NixOS two weeks ago and it's forced me to install on almost every machine I use. I think it's that great :)
<gchristensen> :D nice!
nD5Xjz has joined #nixos
mkoenig has joined #nixos
srdqty has quit [Ping timeout: 268 seconds]
srdqty has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #39516 → cpython: don't use lchmod() on Linux, fix w/musl → https://git.io/vpC2D
<{^_^}> [nixpkgs] @dtzWill closed pull request #39516 → cpython: don't use lchmod() on Linux, fix w/musl → https://git.io/vpC2D
ericsagnes has joined #nixos
hakujin has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #39517 → cpython: don't use lchmod() on Linux, fix w/musl → https://git.io/vpC2d
adisbladis has joined #nixos
astiles has joined #nixos
Fare has joined #nixos
hakujin has joined #nixos
jtojnar has joined #nixos
astiles has quit [Ping timeout: 260 seconds]
hakujin has quit [Ping timeout: 256 seconds]
hakujin has joined #nixos
Fare has quit [Ping timeout: 255 seconds]
<gchristensen> any russians around?
<hihello> not of direct descent :)
mkoenig has quit [Remote host closed the connection]
schoppenhauer has quit [Ping timeout: 268 seconds]
hakujin has quit [Ping timeout: 276 seconds]
schoppenhauer has joined #nixos
<Myrl-saki> I'm using Nix on Debian, GHC locks up if I use a large -j value. This is on binary Nix.
<Myrl-saki> Err
<Myrl-saki> Binary GHC*
<Myrl-saki> It just stays on S state.
jlu has joined #nixos
<Myrl-saki> S state... estate.
hakujin has joined #nixos
jperras has quit [Quit: WeeChat 2.1]
hakujin has quit [Ping timeout: 255 seconds]
hotfuzz_ has joined #nixos
<Myrl-saki> So
<Myrl-saki> I found a remote injection on my remote nix-eval thingy. Anyone wanna help?
hotfuzz has quit [Ping timeout: 256 seconds]
hakujin has joined #nixos
drakonis has joined #nixos
hakujin has quit [Ping timeout: 255 seconds]
ericsagnes has quit [Ping timeout: 256 seconds]
davidak has quit [Ping timeout: 248 seconds]
davidak has joined #nixos
hihello has quit [Quit: Page closed]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39518 → xmrig: 2.5.2 -> 2.5.3 → https://git.io/vpCVi
<ryantm> How do you see on Hydra which failing builds are blocking the unstable channel from updating?
blonkhart has quit [Quit: WeeChat 1.9.1]
mekeor has quit [Quit: digital revolution = cryptoanarchism + cybercommunism]
hakujin has joined #nixos
iyzsong has quit [Ping timeout: 240 seconds]
iyzsong has joined #nixos
linack has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39519 → yubikey-personalization: 1.18.1 -> 1.19.0 → https://git.io/vpCVH
<ryantm> thanks!
<{^_^}> [nixpkgs] @dtzWill merged pull request #39448 → nfs-utils, tcp_wrappers, libnfsidmap: cleanup, fix w/musl → https://git.io/vpnUW
<{^_^}> [nixpkgs] @dtzWill pushed 5 commits to staging: https://git.io/vpCV7
<{^_^}> → 092a4fff by @dtzWill: tcp-wrappers: rename conflicting variable instead of clearing it
<{^_^}> → 40be5dd2 by @dtzWill: tcp-wrappers: patch up crufty code, fix w/musl
<{^_^}> → d6a6dcc1 by @dtzWill: libnfsidmap: add missing include, fix w/musl
freeman42x]NixOS has quit [Ping timeout: 240 seconds]
ericsagnes has joined #nixos
mkoenig has joined #nixos
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 256 seconds]
freeman42x]NixOS has joined #nixos
ryanartecona has joined #nixos
mkoenig has quit [Remote host closed the connection]
colemickens has joined #nixos
jrolfs has quit [Remote host closed the connection]
<colemickens> If I booted a NixOps base image manually, what should I do to get it "onto" a channel?
hakujin has quit [Ping timeout: 255 seconds]
hakujin has joined #nixos
ericsagnes has quit [Ping timeout: 255 seconds]
jrolfs has joined #nixos
propumpkin has quit [Ping timeout: 248 seconds]
mkoenig has joined #nixos
drakonis has quit [Remote host closed the connection]
<gchristensen> colemickens: you want to use the image w/out nixops?
<gchristensen> colemickens: as root, nix-channel add https://nixos.org/channels/nixos-unstable nixos (for example)
<gchristensen> then nix-channel --update
<colemickens> Just did those, then ran `nixos-rebuild switch --upgrade` and it spit out: https://gist.github.com/colemickens/a8fb9a4e3ae518ef9408b2b0280cd19d
<colemickens> it did proceed a bit though, maybe that was okay to ignore.
<colemickens> I want to use nixops for the real good stuff, but this is the bootstrap nixos/dev machine to start out with.
<gchristensen> uhh hehe
<gchristensen> echo $NIX_PATH ?
<colemickens> [cole@colemick-nixosdev1:/etc]$ echo $NIX_PATH nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels
hakujin has quit [Ping timeout: 255 seconds]
<gchristensen> does /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs exist?
<colemickens> .../channels/ only containers manifest.nix
<colemickens> no .../channels/nixos
<gchristensen> did you run nix-channel --update, as root?
<colemickens> yup. ran it again, just says "unpacking channels..." and nothing else.
<colemickens> I think I had specifically run `nix-channel --update nixos`
<colemickens> (still same output though)
<colemickens> nix-channel --list doesn't show the channel I added though, let me dig in here.
<gchristensen> ok
jrolfs has quit [Ping timeout: 260 seconds]
<gchristensen> maybe `sudo -i` then run the nix-channel commands
<colemickens> Yeah, you guessed right. I didn't add the channel as root. It looks like it's going now. "signed-binary-caches" looks new, but it seems to be ignoring it and is rebuilding. Looks promising.
hakujin has joined #nixos
astiles has joined #nixos
<gchristensen> _phew_ :)
jrolfs has joined #nixos
Ridout has quit [Quit: Lost terminal]
<colemickens> rebuilt, rebooted, seems to just be working. excellent.
hamishmack has quit [Quit: hamishmack]
freeman42x]NixOS has quit [Ping timeout: 255 seconds]
<gchristensen> great to hear!
iyzsong has quit [Ping timeout: 255 seconds]
mkoenig has quit [Remote host closed the connection]
hakujin has quit [Ping timeout: 260 seconds]
hakujin has joined #nixos
nckx has quit [Quit: Updating my GNU GuixSD server — gnu.org/s/guix]
nckx has joined #nixos
nckx has quit [Client Quit]
nckx has joined #nixos
acarrico has quit [Ping timeout: 248 seconds]
hakujin has quit [Ping timeout: 255 seconds]
hakujin has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/ca52152a919 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Rusty1_ has quit [Quit: Konversation terminated!]
adisbladis has quit [Remote host closed the connection]
mkoenig has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39520 → thefuck: 3.25 -> 3.26 → https://git.io/vpCoK
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39521 → tini: 0.17.0 -> 0.18.0 → https://git.io/vpCoi
mkoenig has quit [Remote host closed the connection]
jrolfs has quit [Ping timeout: 255 seconds]
hakujin has quit [Ping timeout: 255 seconds]
jrolfs has joined #nixos
tertle||eltret has quit [Quit: Connection closed for inactivity]
davidak has quit [Quit: Leaving]
ryanartecona has quit [Quit: ryanartecona]
hakujin has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39522 → smplayer: 18.3.0 -> 18.4.0 → https://git.io/vpCKi
ericsagnes has joined #nixos
linack has quit [Remote host closed the connection]
ma27 has joined #nixos
<colemickens> Is there a crash course in hosting my own channel? Whether it's with hydra or without? I can orchestrate a nix-build on a reasonable beefy VM and push assets to a storage container.
MP2E has quit [Remote host closed the connection]
jrolfs has quit [Ping timeout: 256 seconds]
<gchristensen> colemickens: man nix-channel has some details...
hakujin has quit [Ping timeout: 260 seconds]
<gchristensen> but maybe not all. bed time, I can help another time
<colemickens> thx!
TrentP has quit [Ping timeout: 248 seconds]
jgt has joined #nixos
TrentP has joined #nixos
hakujin has joined #nixos
hakujin has quit [Ping timeout: 260 seconds]
odi has joined #nixos
mduggie has quit [Ping timeout: 248 seconds]
<teto1> just discovered "systemctl edit" could override systemd units (which is more practical than patching nixpkgs systemd.service as I had started)
Lisanna has joined #nixos
ma27 has quit [Quit: WeeChat 2.0]
mduggie has joined #nixos
ma27 has joined #nixos
<vaibhavsagar> teto1: mutating things in the nix store sounds like an incredibly bad idea
hakujin has joined #nixos
<teto1> vaibhavsagar: yes, I hope to submit the changes later but rather than patching the service, I find it really cool to be able to do environment.etc."systemd/system/NetworkManager-dispatcher.service.d/override.conf".text = "Environment=${iproute}/bin: ..."
drewc has quit [Ping timeout: 240 seconds]
<vaibhavsagar> I'm a bit wary of anything that makes it easy to modify config in two places, but that does look cool
drewc has joined #nixos
hakujin has quit [Ping timeout: 256 seconds]
<teto1> vaibhavsagar: yep it makes debug harder so I am unsure it is fitted for a longterm solution. Lasttime I checked networkmanager dev systemd units they had changed them which means if I patch nixpkgs version, it is already obsolete
stqism has quit [Ping timeout: 240 seconds]
<teto1> arf I spoke too fast my last command provokes on rebuild "mkdir: cannot create directory '/nix/store/iqnc04nnbmv1fjr3msbdjak8rladnqxx-etc/etc/systemd/system/NetworkManager-dispatcher.service.d': Permission denied", I suppose it conflicts with the folder already symlinked by nixos
stqism has joined #nixos
xy2_ has joined #nixos
reinzelmann has joined #nixos
<{^_^}> [nixpkgs] @jwiegley pushed to master « perlPackages.ListMoreUtilsXS: Fix build on Darwin »: https://git.io/vpCPi
orivej has joined #nixos
orzo has quit [Ping timeout: 245 seconds]
iqubic` has joined #nixos
astiles has quit [Remote host closed the connection]
iqubic` has left #nixos [#nixos]
astiles has joined #nixos
ma27 has quit [Ping timeout: 256 seconds]
jrolfs has joined #nixos
iqubic has quit [Ping timeout: 265 seconds]
hakujin has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39525 → radicale: 2.1.8 -> 2.1.9 → https://git.io/vpCPh
astiles has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @aszlig opened pull request #39526 → nixos/dhparams: Introduce a 'stateful' option → https://git.io/vpCPj
toby1851 has joined #nixos
hakujin has quit [Ping timeout: 255 seconds]
<kandinski> I'm having trouble with networking (can't connect to Vagrant-managed VirtualBox VM) and when I try to reload networking, this happens: https://paste.debian.net/1022078/
asuryawanshi has joined #nixos
ma27 has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to python-unstable: https://git.io/vpCXy
<{^_^}> → b0720188 by @dotlambda: python: docker-pycreds: 0.2.2 -> 0.2.3
<{^_^}> → df7efec9 by @dotlambda: python: docker: 3.2.1 -> 3.3.0
<teto1> kandinski: the '/usr/bin/dbus-send part' seems wrong
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39527 → poppler_data: 0.4.8 -> 0.4.9 → https://git.io/vpCX7
<teto1> it won't exist on nixos
astiles has joined #nixos
<kandinski> teto1: I figure, but how to fix it?
astiles has quit [Ping timeout: 260 seconds]
<kandinski> is it worth opening a ticket for the project?
<etu> If I do "systemctl cat network-manager" I see the same line in my service file. I'm on the latest nixos-unstable.
<etu> kandinski: Either that or try to fix it yourself and make a PR.
<kandinski> etu: I could try, but it would require a lot of hand-holding.
MichaelRaskin has quit [Remote host closed the connection]
ma27 has quit [Ping timeout: 255 seconds]
<teto1> the doc on nixos/nixpkgs+systemd is scarce. The systemctl cat network-manager.service shows that the config is composed from upstream configuration + some overrides generated by nixos
astiles has joined #nixos
robstr has joined #nixos
<teto1> hell yeah got the network manager dispatch hooks working !
<teto1> kandiski most likely you need to add a substitueInPlace in pkgs/tools/networking/network-manager/default.nix to replace the dbus path
hyper_ch2 has joined #nixos
<kandinski> teto1: you are way too kind
<teto1> kandinski: my office neighbor just called me snarky so I have to redeem myself, plus I am working on that code at the moment ;)
astiles has quit [Ping timeout: 255 seconds]
pjan has joined #nixos
hakujin has joined #nixos
hyper_ch2 has quit [Client Quit]
hyper_ch2 has joined #nixos
<{^_^}> [cabal2nix] @peti pushed 3 commits to master: https://git.io/vpCMo
<{^_^}> → 143cae17 by @peti: hackage2nix: replace deprecated Aeson.decodeFile with decodeFileEither
<{^_^}> → 9ecb1e75 by @peti: Avoid compiler warnings about unused Semigroup import.
<{^_^}> → b04ea569 by @peti: hackage2nix: drop unnecessary import of Data.Monoid
astiles has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39528 → php: 7.2.4 -> 7.2.5 → https://git.io/vpCMD
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to python-unstable: https://git.io/vpCMS
<{^_^}> → e04a4d3c by @dotlambda: python.pkgs.tweepy: move expression
<{^_^}> → 4d0989fe by @dotlambda: python: tweepy: 3.5.0 -> 3.6.0
<{^_^}> → c63a3235 by @dotlambda: python.pkgs.tweepy: fix build with pip 10
<kandinski> teto1: do you mind looking at my attempt at debugging this issue?
hakujin has quit [Ping timeout: 256 seconds]
<teto1> kandinski: nope just share
astiles has quit [Ping timeout: 255 seconds]
toby1851 has quit [Ping timeout: 260 seconds]
<teto1> kandinski: I hardly know anything about systemd/dbus but nixos has its own way to deal with both, not sure you can run it just like that. Maybe stick to update the networkmanager package via substituting 'ExecReload=/usr/bin/dbus-send' with 'ExecReload=${dbus}/bin/dbus-send'
rauno has joined #nixos
<teto1> rebuild and check your changes are applied with systemctl cat network-manager.service
akaWolf has quit [Ping timeout: 255 seconds]
<teto1> (hoping you don't lose connectivity :p)
<kandinski> heh, I have to feed the kids, I'll try later. Thanks!
thc202 has joined #nixos
__Sander__ has joined #nixos
Ariakenom has joined #nixos
wangoe has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #39519 → yubikey-personalization: 1.18.1 -> 1.19.0 → https://git.io/vpCVH
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vpCSf
<{^_^}> → 3a8fb119 by R. RyanTM: yubikey-personalization: 1.18.1 -> 1.19.0
<{^_^}> → 3e6558a4 by @adisbladis: Merge pull request #39519 from r-ryantm/auto-update/yubikey-personalization
iyzsong has joined #nixos
ma27 has joined #nixos
mkoenig has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #39521 → tini: 0.17.0 -> 0.18.0 → https://git.io/vpCoi
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vpCSc
<{^_^}> → 518eca82 by R. RyanTM: tini: 0.17.0 -> 0.18.0
<{^_^}> → d479f3aa by @adisbladis: Merge pull request #39521 from r-ryantm/auto-update/tini
adisbladis has joined #nixos
asuryawanshi has quit [Remote host closed the connection]
asuryawanshi has joined #nixos
TonyTheLion has quit [Quit: leaving]
telent has joined #nixos
dan_b has joined #nixos
hamishmack has joined #nixos
ThatDocsLady has joined #nixos
jackdk has quit [Ping timeout: 264 seconds]
hakujin has joined #nixos
sir_guy_carleton has joined #nixos
ninja2 is now known as NinjaTrappeur
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39529 → ott: 0.27 -> 0.28 → https://git.io/vpC9N
hakujin has quit [Ping timeout: 264 seconds]
<{^_^}> [cabal2nix] @peti pushed to master « hackage2nix: drop unnecessary import of Data.Monoid with base-4.9 or later »: https://git.io/vpC9j
<{^_^}> [nixpkgs] @Mic92 merged pull request #39518 → xmrig: 2.5.2 -> 2.5.3 → https://git.io/vpCVi
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/vpCHU
<{^_^}> → 7e1db6b4 by R. RyanTM: xmrig: 2.5.2 -> 2.5.3
<{^_^}> → a21334ef by @Mic92: Merge pull request #39518 from r-ryantm/auto-update/xmrig
aarvar has quit [Ping timeout: 260 seconds]
astiles has joined #nixos
toby1851 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #39520 → thefuck: 3.25 -> 3.26 → https://git.io/vpCoK
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/vpCHa
<{^_^}> → 7cbf0084 by R. RyanTM: thefuck: 3.25 -> 3.26
<{^_^}> → 5c6f8455 by @Mic92: Merge pull request #39520 from r-ryantm/auto-update/thefuck
astiles has quit [Ping timeout: 240 seconds]
Khetzal_ is now known as Khetzals
Khetzals is now known as Khetzal
<{^_^}> [cabal2nix] @peti pushed to master « hackage2nix: drop unnecessary import of Data.Monoid with base-4.11 or later »: https://git.io/vpCHh
jbetz_ has joined #nixos
<jbetz_> after installing system packages using my nixos configuration file, how do I get them to show up in the plasma start menu?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39530 → nwjs: 0.23.6 -> 0.30.1 → https://git.io/vpCQc
Ariakenom has quit [Ping timeout: 240 seconds]
mkoenig has quit [Quit: Lost terminal]
Ariakenom has joined #nixos
mkoenig has joined #nixos
asuryawa_ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #39529 → ott: 0.27 -> 0.28 → https://git.io/vpC9N
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/vpCQ7
<{^_^}> → 769093b8 by R. RyanTM: ott: 0.27 -> 0.28
<{^_^}> → 838db3b8 by @Mic92: Merge pull request #39529 from r-ryantm/auto-update/ott
asuryawanshi has quit [Ping timeout: 240 seconds]
asuryawa_ has quit [Remote host closed the connection]
<etu> jbetz_: They should show up automatically (I'm pretty sure on this, not using plasma myself though). But it can take time for plasma to refresh.
Jetien has joined #nixos
periklis has joined #nixos
Jetien_ has joined #nixos
<jbetz_> etu: okay, they showed up after logging out
<jbetz_> another issue I'm having is that opera crashes whenever I open up a file dialog
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39531 → openvpn: 2.4.5 -> 2.4.6 → https://git.io/vpC78
<jbetz_> do I need to configure browsers to use dolphin?
Jetien has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39532 → packagekit: 1.1.9 -> 1.1.10 → https://git.io/vpC7V
jrolfs has quit [Ping timeout: 260 seconds]
jrolfs has joined #nixos
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 260 seconds]
astiles has joined #nixos
astiles has quit [Ping timeout: 255 seconds]
asuryawanshi has joined #nixos
asuryawanshi has quit [Remote host closed the connection]
asuryawanshi has joined #nixos
civodul has joined #nixos
periklis has quit [Ping timeout: 240 seconds]
jrolfs has quit [Ping timeout: 240 seconds]
jrolfs has joined #nixos
knupfer has joined #nixos
hakujin has joined #nixos
windy328ghoee[m] has joined #nixos
<CrazedProgrammer> does anybody know how to get the fancy update progress bar from `nixos-install` in `nixos-rebuild switch`?
hakujin has quit [Ping timeout: 264 seconds]
rihards has joined #nixos
spear2 has quit [Ping timeout: 248 seconds]
jrolfs has quit [Ping timeout: 260 seconds]
jrolfs has joined #nixos
jensens has joined #nixos
periklis has joined #nixos
akaWolf has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #39477 → Add new fonts → https://git.io/vpnbX
<{^_^}> [nixpkgs] @Mic92 pushed 5 commits to master: https://git.io/vpCNb
<{^_^}> → 42ecb0dd by @ChengCat: inziu-iosevka: init at 1.13.2
<{^_^}> → cbbcd292 by @ChengCat: sarasa-gothic: init at 0.5.2
<{^_^}> → 8440100b by @Mic92: inziu-iosevka: disable hydra build due its size
jrolfs has quit [Ping timeout: 240 seconds]
tyrus82 has joined #nixos
jrolfs has joined #nixos
hamishmack has quit [Quit: hamishmack]
hamishmack has joined #nixos
knupfer has quit [Ping timeout: 240 seconds]
rauno has quit [Remote host closed the connection]
humanoyd has joined #nixos
<sir_guy_carleton> is klipper included in the nix repo? i can't find it in the package list.
nixo[m] has joined #nixos
cornu[m] has joined #nixos
amiloradovsky[m] has joined #nixos
M-dpetranek has joined #nixos
atopuzov[m] has joined #nixos
Bugworm[m] has joined #nixos
ArdaXi[m] has joined #nixos
unlmtd has joined #nixos
mirlur[m] has joined #nixos
bugabinga[m] has joined #nixos
kitten[m] has joined #nixos
gh0st[m] has joined #nixos
bennofs[m] has joined #nixos
briansteffens[m] has joined #nixos
GuillaumeBuisson has joined #nixos
rnhmjoj[m] has joined #nixos
asp_ has joined #nixos
telent[m] has joined #nixos
nyanloutre[m] has joined #nixos
tokudan[m] has joined #nixos
mankyKitty[m] has joined #nixos
demyan[m] has joined #nixos
serentty[m] has joined #nixos
moredhel has joined #nixos
leons has joined #nixos
tfc[m] has joined #nixos
iohidtbhfam[m] has joined #nixos
y0no[m] has joined #nixos
aspiwack[m] has joined #nixos
primeos[m] has joined #nixos
bachp has joined #nixos
lycium[m] has joined #nixos
peterhoeg has joined #nixos
BurNiinTRee[m] has joined #nixos
clacke[m] has joined #nixos
WilliamHamilton has joined #nixos
YegorTimoshenko[ has joined #nixos
puffnfresh has joined #nixos
timclassic has joined #nixos
hendrik[m] has joined #nixos
mith[m] has joined #nixos
nh2[m] has joined #nixos
rihardsk[m] has joined #nixos
davidar has joined #nixos
Naughtmare[m] has joined #nixos
ConorCurry[m] has joined #nixos
templis[m] has joined #nixos
ngerstle[m] has joined #nixos
zoya-kosova[m] has joined #nixos
wervenyt[m] has joined #nixos
superusercode has joined #nixos
baconicsynergy[m has joined #nixos
wak-work has joined #nixos
LiuWeiHua[m] has joined #nixos
wzy8L-B2[m] has joined #nixos
adisbladis[m] has joined #nixos
moosh_vectra[m] has joined #nixos
bdimcheff has joined #nixos
Kallegro[m] has joined #nixos
Oo[m] has joined #nixos
rycee has joined #nixos
xnaveira[m] has joined #nixos
moredhel_[m] has joined #nixos
sudoreboot[m] has joined #nixos
tet[m] has joined #nixos
peel[m] has joined #nixos
das-g[m] has joined #nixos
timokau[m] has joined #nixos
octalsrc[m] has joined #nixos
leoleoleotest[m] has joined #nixos
ProofTechnique[m has joined #nixos
mudri[m] has joined #nixos
matrixkrav has joined #nixos
bobvanderlinden_ has joined #nixos
ipj[m] has joined #nixos
olejorgenb[m] has joined #nixos
sorbet has joined #nixos
jgl[m] has joined #nixos
itorres has joined #nixos
ayyjayess[m] has joined #nixos
neecro[m] has joined #nixos
wilornel has joined #nixos
lukeadams[m] has joined #nixos
copumpkin has joined #nixos
thefloweringash[ has joined #nixos
Elephant454[m] has joined #nixos
randomenduser[m] has joined #nixos
jelewaus[m] has joined #nixos
enick_711 has joined #nixos
midchildan[m] has joined #nixos
lolipducker[m] has joined #nixos
davidak[m] has joined #nixos
jbarthelmes[m] has joined #nixos
ison[m] has joined #nixos
ajmccluskey[m] has joined #nixos
castordamon has joined #nixos
CoopDot has joined #nixos
efx[m] has joined #nixos
enick_273 has joined #nixos
Orbstheorem[m] has joined #nixos
AlanPearce[m] has joined #nixos
reactormonk[m] has joined #nixos
YuFanLovezYou[m] has joined #nixos
FRidh[m] has joined #nixos
chominist[m] has joined #nixos
uvnikita[m] has joined #nixos
chatnowvvv[m] has joined #nixos
spacekitteh[m] has joined #nixos
ploud777[m] has joined #nixos
dpc has joined #nixos
herzmeister[m] has joined #nixos
revoltmedia[m] has joined #nixos
florianjacob has joined #nixos
abbafei[m] has joined #nixos
Phil[m]2 has joined #nixos
htafdwes[m] has joined #nixos
yochai[m] has joined #nixos
necronian has joined #nixos
magnap has joined #nixos
sargon[m] has joined #nixos
imbigbrother[m] has joined #nixos
<kahiru> wtf matrix
edef[m] has joined #nixos
Wysteriary[m] has joined #nixos
NickHu has joined #nixos
thunker[m] has joined #nixos
hl has joined #nixos
offlinehacker[m] has joined #nixos
spawnthink[m] has joined #nixos
nocent has joined #nixos
turok9[m] has joined #nixos
jack[m] has joined #nixos
patrl[m] has joined #nixos
trikl[m] has joined #nixos
Obscurity[m] has joined #nixos
icetan has joined #nixos
benkolera1 has joined #nixos
pstn has joined #nixos
johnnydread[m] has joined #nixos
chedi has joined #nixos
zie[m] has joined #nixos
bkchr[m] has joined #nixos
Rick[29SMPittsbu has joined #nixos
aniketd[m] has joined #nixos
grahamc has joined #nixos
freeman42x has joined #nixos
srini[m] has joined #nixos
TimePath has joined #nixos
wizek[m] has joined #nixos
nmikhailov[m] has joined #nixos
coorey[m] has joined #nixos
codyopel has joined #nixos
dtz has joined #nixos
Dezgeg[m] has joined #nixos
M-Dan has joined #nixos
indefini has joined #nixos
MatrixStatsBot[m has joined #nixos
roygobeilantoine has joined #nixos
devlinzed[m] has joined #nixos
Minijackson[m] has joined #nixos
chreekat[m] has joined #nixos
jamshoot[m] has joined #nixos
rardiol[m] has joined #nixos
alexoundos7[m] has joined #nixos
dkellner[m] has joined #nixos
apurvapavaskar[m has joined #nixos
thra11[m] has joined #nixos
AdamSlack[m] has joined #nixos
octowan[m] has joined #nixos
Pneumaticat has joined #nixos
crystalgamma[m] has joined #nixos
purewater[m] has joined #nixos
lazygun[m] has joined #nixos
saschaveres[m] has joined #nixos
equalunique[m] has joined #nixos
Fedor[m] has joined #nixos
aramiscd[m] has joined #nixos
paperdigits[m] has joined #nixos
pierrebeaucamp[m has joined #nixos
demonslayer[m] has joined #nixos
M-manveru has joined #nixos
Singularity[m] has joined #nixos
steshaw[m] has joined #nixos
jmorriss[m] has joined #nixos
AllanDaemon has joined #nixos
dmitry-zen[m] has joined #nixos
happyente[m] has joined #nixos
bendlas has joined #nixos
regnat[m] has joined #nixos
fgaz[m] has joined #nixos
malteof[m] has joined #nixos
Deleh[m] has joined #nixos
bhipple[m] has joined #nixos
Drakonis[m] has joined #nixos
Vincenzo[m] has joined #nixos
jluttine[m] has joined #nixos
h30[m] has joined #nixos
nelag[m] has joined #nixos
PeterRomfeld[m] has joined #nixos
petersjt014[m] has joined #nixos
scott1 has joined #nixos
kainospur[m] has joined #nixos
sphalerit has joined #nixos
taohansen has joined #nixos
DIzFer[m] has joined #nixos
Criena[m] has joined #nixos
johnazoidberg has joined #nixos
Ralith has joined #nixos
Elorm[m] has joined #nixos
xodbox[m] has joined #nixos
greska[m] has joined #nixos
chedi[m] has joined #nixos
EuAndreh[m] has joined #nixos
fearlessKim[m] has joined #nixos
Barnabas[m] has joined #nixos
musicmatze[m] has joined #nixos
felipeac[m] has joined #nixos
concate[m] has joined #nixos
hedning[m] has joined #nixos
M-ms has joined #nixos
dash has joined #nixos
dywedir[m] has joined #nixos
blahblah has joined #nixos
benasse has joined #nixos
EB[m] has joined #nixos
techtangents[m] has joined #nixos
Khorne[m] has joined #nixos
nmikhailov[m]1 has joined #nixos
M-fishy has joined #nixos
aaronc[m] has joined #nixos
r3mfKm[m] has joined #nixos
M-bbigras has joined #nixos
attero has joined #nixos
smrtak[m] has joined #nixos
joh[m] has joined #nixos
dylanjust[m] has joined #nixos
panther420[m] has joined #nixos
m4rv33n[m] has joined #nixos
DenisLehmann[m] has joined #nixos
gudea[m] has joined #nixos
peterbat[m] has joined #nixos
AntonLatukha[m] has joined #nixos
Hook[m]1 has joined #nixos
slabity[m] has joined #nixos
telent_[m] has joined #nixos
Adev[m] has joined #nixos
johnhamelink[m] has joined #nixos
johnazoidberg[m] has joined #nixos
jlle[m] has joined #nixos
balsoft[m] has joined #nixos
smbarte2[m] has joined #nixos
admin[m]3 has joined #nixos
wmertens[m] has joined #nixos
swayf[m] has joined #nixos
card[m] has joined #nixos
danielrf has joined #nixos
retrry[m] has joined #nixos
<elvishjerricco> CrazedProgrammer: nixos-rebuild just needs to be changed to use `nix build` instead of `nix-build`. I looked into it once, but it seemed a little nontrivial, due to the other features nixos-rebuild supports.
jrolfs has quit [Ping timeout: 248 seconds]
knupfer has joined #nixos
periklis has quit [Ping timeout: 240 seconds]
xAFFE has joined #nixos
civodul` has joined #nixos
milka has joined #nixos
jrolfs has joined #nixos
<milka> Hi, I have a problem with evolution mail. I don't know which files and on which position I should fix this issue? Do I need to do nix-rebuild switch too? Thx very much. https://github.com/NixOS/nixpkgs/pull/17926
retrry[m] has quit [Ping timeout: 240 seconds]
turok9[m] has quit [Ping timeout: 240 seconds]
LiuWeiHua[m] has quit [Ping timeout: 240 seconds]
benkolera1 has quit [Ping timeout: 240 seconds]
lolipducker[m] has quit [Ping timeout: 256 seconds]
danielrf has quit [Ping timeout: 245 seconds]
admin[m]3 has quit [Ping timeout: 245 seconds]
Adev[m] has quit [Ping timeout: 245 seconds]
davidar has quit [Ping timeout: 245 seconds]
nh2[m] has quit [Ping timeout: 245 seconds]
akaWolf1 has joined #nixos
Barnabas[m] has quit [Ping timeout: 255 seconds]
jlle[m] has quit [Ping timeout: 256 seconds]
unlmtd has quit [Ping timeout: 240 seconds]
civodul has quit [Remote host closed the connection]
zie[m] has quit [Ping timeout: 240 seconds]
grahamc has quit [Ping timeout: 240 seconds]
toby1851 has quit [Remote host closed the connection]
akaWolf has quit [Ping timeout: 240 seconds]
happyente[m] has quit [Ping timeout: 246 seconds]
WilliamHamilton has quit [Ping timeout: 246 seconds]
jmorriss[m] has quit [Ping timeout: 246 seconds]
akaWolf1 is now known as akaWolf
johnazoidberg[m] has quit [Ping timeout: 260 seconds]
r3mfKm[m] has quit [Ping timeout: 260 seconds]
magnap has quit [Ping timeout: 260 seconds]
steshaw[m] has quit [Ping timeout: 260 seconds]
wizek[m] has quit [Ping timeout: 255 seconds]
baconicsynergy[m has quit [Ping timeout: 266 seconds]
rihardsk[m] has quit [Ping timeout: 240 seconds]
YegorTimoshenko[ has quit [Ping timeout: 240 seconds]
demonslayer[m] has quit [Ping timeout: 240 seconds]
ConorCurry[m] has quit [Ping timeout: 245 seconds]
mirlur[m] has quit [Ping timeout: 245 seconds]
ArdaXi[m] has quit [Ping timeout: 245 seconds]
YuFanLovezYou[m] has quit [Ping timeout: 245 seconds]
card[m] has quit [Ping timeout: 256 seconds]
smbarte2[m] has quit [Ping timeout: 256 seconds]
johnhamelink[m] has quit [Ping timeout: 256 seconds]
MatrixStatsBot[m has quit [Ping timeout: 256 seconds]
cornu[m] has quit [Ping timeout: 256 seconds]
equalunique[m] has quit [Ping timeout: 256 seconds]
edef[m] has quit [Ping timeout: 256 seconds]
ajmccluskey[m] has quit [Ping timeout: 256 seconds]
tfc[m] has quit [Ping timeout: 255 seconds]
GuillaumeBuisson has quit [Ping timeout: 255 seconds]
Bugworm[m] has quit [Ping timeout: 256 seconds]
leons has quit [Ping timeout: 255 seconds]
wervenyt[m] has quit [Ping timeout: 255 seconds]
aspiwack[m] has quit [Ping timeout: 255 seconds]
sorbet has quit [Ping timeout: 255 seconds]
nocent has quit [Ping timeout: 256 seconds]
briansteffens[m] has quit [Ping timeout: 256 seconds]
bachp has quit [Ping timeout: 256 seconds]
windy328ghoee[m] has quit [Ping timeout: 256 seconds]
superusercode has quit [Ping timeout: 256 seconds]
thra11[m] has quit [Ping timeout: 240 seconds]
AdamSlack[m] has quit [Ping timeout: 240 seconds]
Dezgeg[m] has quit [Ping timeout: 240 seconds]
aniketd[m] has quit [Ping timeout: 240 seconds]
lukeadams[m] has quit [Ping timeout: 240 seconds]
peel[m] has quit [Ping timeout: 240 seconds]
zoya-kosova[m] has quit [Ping timeout: 240 seconds]
hendrik[m] has quit [Ping timeout: 246 seconds]
mith[m] has quit [Ping timeout: 246 seconds]
Naughtmare[m] has quit [Ping timeout: 246 seconds]
enick_711 has quit [Ping timeout: 240 seconds]
wzy8L-B2[m] has quit [Ping timeout: 246 seconds]
wak-work has quit [Ping timeout: 246 seconds]
telent[m] has quit [Ping timeout: 240 seconds]
reactormonk[m] has quit [Ping timeout: 240 seconds]
dtz has quit [Ping timeout: 240 seconds]
clacke[m] has quit [Ping timeout: 240 seconds]
CoopDot has quit [Ping timeout: 240 seconds]
dash has quit [Ping timeout: 240 seconds]
asp_ has quit [Ping timeout: 240 seconds]
M-dpetranek has quit [Ping timeout: 256 seconds]
wmertens[m] has quit [Ping timeout: 276 seconds]
balsoft[m] has quit [Ping timeout: 276 seconds]
saschaveres[m] has quit [Ping timeout: 276 seconds]
nixo[m] has quit [Ping timeout: 276 seconds]
bennofs[m] has quit [Ping timeout: 276 seconds]
mankyKitty[m] has quit [Ping timeout: 276 seconds]
adisbladis[m] has quit [Ping timeout: 255 seconds]
Khorne[m] has quit [Ping timeout: 245 seconds]
fearlessKim[m] has quit [Ping timeout: 245 seconds]
chreekat[m] has quit [Ping timeout: 245 seconds]
nmikhailov[m] has quit [Ping timeout: 245 seconds]
thunker[m] has quit [Ping timeout: 245 seconds]
jelewaus[m] has quit [Ping timeout: 245 seconds]
octalsrc[m] has quit [Ping timeout: 245 seconds]
moredhel_[m] has quit [Ping timeout: 245 seconds]
Kallegro[m] has quit [Ping timeout: 245 seconds]
mudri[m] has quit [Ping timeout: 245 seconds]
lazygun[m] has quit [Ping timeout: 245 seconds]
Drakonis[m] has quit [Ping timeout: 245 seconds]
Wysteriary[m] has quit [Ping timeout: 245 seconds]
BurNiinTRee[m] has quit [Ping timeout: 265 seconds]
joko_ is now known as joko
peterbat[m] has quit [Ping timeout: 260 seconds]
aaronc[m] has quit [Ping timeout: 260 seconds]
xodbox[m] has quit [Ping timeout: 260 seconds]
jamshoot[m] has quit [Ping timeout: 260 seconds]
johnnydread[m] has quit [Ping timeout: 260 seconds]
yochai[m] has quit [Ping timeout: 260 seconds]
moosh_vectra[m] has quit [Ping timeout: 260 seconds]
rycee has quit [Ping timeout: 260 seconds]
castordamon has quit [Ping timeout: 260 seconds]
Minijackson[m] has quit [Ping timeout: 260 seconds]
codyopel has quit [Ping timeout: 260 seconds]
imbigbrother[m] has quit [Ping timeout: 260 seconds]
y0no[m] has quit [Ping timeout: 260 seconds]
icetan has quit [Ping timeout: 260 seconds]
jluttine[m] has quit [Ping timeout: 260 seconds]
xnaveira[m] has quit [Ping timeout: 260 seconds]
bdimcheff has quit [Ping timeout: 260 seconds]
taohansen has quit [Ping timeout: 260 seconds]
copumpkin has quit [Ping timeout: 260 seconds]
Ralith has quit [Ping timeout: 260 seconds]
panther420[m] has quit [Ping timeout: 246 seconds]
m4rv33n[m] has quit [Ping timeout: 246 seconds]
Vincenzo[m] has quit [Ping timeout: 246 seconds]
M-manveru has quit [Ping timeout: 246 seconds]
tet[m] has quit [Ping timeout: 246 seconds]
dpc has quit [Ping timeout: 246 seconds]
h30[m] has quit [Ping timeout: 246 seconds]
spawnthink[m] has quit [Ping timeout: 246 seconds]
hedning[m] has quit [Ping timeout: 246 seconds]
regnat[m] has quit [Ping timeout: 246 seconds]
benasse has quit [Ping timeout: 246 seconds]
M-bbigras has quit [Ping timeout: 246 seconds]
wilornel has quit [Ping timeout: 246 seconds]
itorres has quit [Ping timeout: 246 seconds]
smrtak[m] has quit [Ping timeout: 246 seconds]
olejorgenb[m] has quit [Ping timeout: 246 seconds]
templis[m] has quit [Ping timeout: 246 seconds]
gudea[m] has quit [Ping timeout: 255 seconds]
rardiol[m] has quit [Ping timeout: 255 seconds]
Phil[m]2 has quit [Ping timeout: 255 seconds]
Orbstheorem[m] has quit [Ping timeout: 255 seconds]
das-g[m] has quit [Ping timeout: 255 seconds]
ayyjayess[m] has quit [Ping timeout: 255 seconds]
sargon[m] has quit [Ping timeout: 255 seconds]
joko has joined #nixos
abbafei[m] has quit [Ping timeout: 255 seconds]
Rick[29SMPittsbu has quit [Ping timeout: 255 seconds]
greska[m] has quit [Ping timeout: 255 seconds]
M-ms has quit [Ping timeout: 255 seconds]
pierrebeaucamp[m has quit [Ping timeout: 255 seconds]
davidak[m] has quit [Ping timeout: 255 seconds]
octowan[m] has quit [Ping timeout: 255 seconds]
ploud777[m] has quit [Ping timeout: 255 seconds]
joko has quit [Changing host]
chominist[m] has quit [Ping timeout: 255 seconds]
matrixkrav has quit [Ping timeout: 255 seconds]
Elorm[m] has quit [Ping timeout: 255 seconds]
musicmatze[m] has quit [Ping timeout: 255 seconds]
apurvapavaskar[m has quit [Ping timeout: 255 seconds]
DenisLehmann[m] has quit [Ping timeout: 256 seconds]
roygobeilantoine has quit [Ping timeout: 256 seconds]
ipj[m] has quit [Ping timeout: 256 seconds]
bobvanderlinden_ has quit [Ping timeout: 256 seconds]
kitten[m] has quit [Ping timeout: 256 seconds]
bhipple[m] has quit [Ping timeout: 256 seconds]
pstn has quit [Ping timeout: 255 seconds]
FRidh[m] has quit [Ping timeout: 256 seconds]
M-Dan has quit [Ping timeout: 256 seconds]
neecro[m] has quit [Ping timeout: 256 seconds]
dylanjust[m] has quit [Ping timeout: 256 seconds]
paperdigits[m] has quit [Ping timeout: 256 seconds]
midchildan[m] has quit [Ping timeout: 256 seconds]
ison[m] has quit [Ping timeout: 256 seconds]
kainospur[m] has quit [Ping timeout: 256 seconds]
attero has quit [Ping timeout: 256 seconds]
coorey[m] has quit [Ping timeout: 256 seconds]
aramiscd[m] has quit [Ping timeout: 256 seconds]
hl has quit [Ping timeout: 256 seconds]
herzmeister[m] has quit [Ping timeout: 256 seconds]
serentty[m] has quit [Ping timeout: 256 seconds]
commander has quit [Read error: Connection reset by peer]
PeterRomfeld[m] has quit [Ping timeout: 256 seconds]
dmitry-zen[m] has quit [Ping timeout: 256 seconds]
jgl[m] has quit [Ping timeout: 256 seconds]
jbarthelmes[m] has quit [Ping timeout: 256 seconds]
blahblah has quit [Ping timeout: 256 seconds]
Obscurity[m] has quit [Ping timeout: 256 seconds]
techtangents[m] has quit [Ping timeout: 256 seconds]
Pneumaticat has quit [Ping timeout: 256 seconds]
joh[m] has quit [Ping timeout: 256 seconds]
malteof[m] has quit [Ping timeout: 256 seconds]
alexoundos7[m] has quit [Ping timeout: 256 seconds]
chatnowvvv[m] has quit [Ping timeout: 256 seconds]
sphalerit has quit [Ping timeout: 256 seconds]
scott1 has quit [Ping timeout: 256 seconds]
dkellner[m] has quit [Ping timeout: 256 seconds]
sudoreboot[m] has quit [Ping timeout: 256 seconds]
slabity[m] has quit [Ping timeout: 255 seconds]
EB[m] has quit [Ping timeout: 255 seconds]
Singularity[m] has quit [Ping timeout: 255 seconds]
EuAndreh[m] has quit [Ping timeout: 255 seconds]
chedi has quit [Ping timeout: 255 seconds]
purewater[m] has quit [Ping timeout: 255 seconds]
Oo[m] has quit [Ping timeout: 255 seconds]
necronian has quit [Ping timeout: 255 seconds]
bkchr[m] has quit [Ping timeout: 255 seconds]
concate[m] has quit [Ping timeout: 255 seconds]
fgaz[m] has quit [Ping timeout: 255 seconds]
Deleh[m] has quit [Ping timeout: 256 seconds]
jack[m] has quit [Ping timeout: 256 seconds]
petersjt014[m] has quit [Ping timeout: 265 seconds]
crystalgamma[m] has quit [Ping timeout: 265 seconds]
AlanPearce[m] has quit [Ping timeout: 265 seconds]
patrl[m] has quit [Ping timeout: 276 seconds]
NickHu has quit [Ping timeout: 276 seconds]
nelag[m] has quit [Ping timeout: 276 seconds]
peterhoeg has quit [Ping timeout: 276 seconds]
tokudan[m] has quit [Ping timeout: 276 seconds]
nyanloutre[m] has quit [Ping timeout: 276 seconds]
uvnikita[m] has quit [Ping timeout: 240 seconds]
ProofTechnique[m has quit [Ping timeout: 240 seconds]
leoleoleotest[m] has quit [Ping timeout: 240 seconds]
randomenduser[m] has quit [Ping timeout: 240 seconds]
moredhel has quit [Ping timeout: 240 seconds]
thefloweringash[ has quit [Ping timeout: 240 seconds]
Elephant454[m] has quit [Ping timeout: 240 seconds]
amiloradovsky[m] has quit [Ping timeout: 240 seconds]
srini[m] has quit [Ping timeout: 240 seconds]
devlinzed[m] has quit [Ping timeout: 240 seconds]
lycium[m] has quit [Ping timeout: 240 seconds]
atopuzov[m] has quit [Ping timeout: 240 seconds]
freeman42x has quit [Ping timeout: 240 seconds]
htafdwes[m] has quit [Ping timeout: 240 seconds]
primeos[m] has quit [Ping timeout: 240 seconds]
spacekitteh[m] has quit [Ping timeout: 240 seconds]
florianjacob has quit [Ping timeout: 240 seconds]
offlinehacker[m] has quit [Ping timeout: 240 seconds]
TimePath has quit [Ping timeout: 240 seconds]
M-fishy has quit [Ping timeout: 276 seconds]
nmikhailov[m]1 has quit [Ping timeout: 276 seconds]
Criena[m] has quit [Ping timeout: 276 seconds]
johnazoidberg has quit [Ping timeout: 276 seconds]
Fedor[m] has quit [Ping timeout: 276 seconds]
revoltmedia[m] has quit [Ping timeout: 276 seconds]
efx[m] has quit [Ping timeout: 276 seconds]
rnhmjoj[m] has quit [Ping timeout: 276 seconds]
felipeac[m] has quit [Ping timeout: 276 seconds]
gh0st[m] has quit [Ping timeout: 276 seconds]
trikl[m] has quit [Ping timeout: 276 seconds]
timokau[m] has quit [Ping timeout: 276 seconds]
iohidtbhfam[m] has quit [Ping timeout: 276 seconds]
ngerstle[m] has quit [Ping timeout: 276 seconds]
chedi[m] has quit [Ping timeout: 276 seconds]
timclassic has quit [Ping timeout: 276 seconds]
demyan[m] has quit [Ping timeout: 276 seconds]
indefini has quit [Ping timeout: 276 seconds]
dywedir[m] has quit [Ping timeout: 276 seconds]
bugabinga[m] has quit [Ping timeout: 276 seconds]
enick_273 has quit [Ping timeout: 276 seconds]
bendlas has quit [Ping timeout: 276 seconds]
commander has joined #nixos
swayf[m] has quit [Ping timeout: 240 seconds]
telent_[m] has quit [Ping timeout: 240 seconds]
AntonLatukha[m] has quit [Ping timeout: 240 seconds]
Hook[m]1 has quit [Ping timeout: 240 seconds]
AllanDaemon has quit [Ping timeout: 240 seconds]
DIzFer[m] has quit [Ping timeout: 240 seconds]
puffnfresh has quit [Ping timeout: 240 seconds]
<milka> Evolution do not ask for the master password and it does not save the passwords. libgnome-keyring and Gnome3 keyring are installed. Where I should add those entries and should I run nix-rebuild switch too? Thank you for your advise: https://github.com/NixOS/nixpkgs/pull/17926
evhan` has quit [Ping timeout: 260 seconds]
soares has joined #nixos
evhan has joined #nixos
betaboon has joined #nixos
jtojnar has quit [Quit: jtojnar]
<milka> I'm not asked for the master password in evolution. The keyrings are installed. Searching the web gave me the github link. So, this issue should be fixed then?
jrolfs has quit [Ping timeout: 240 seconds]
civodul` is now known as civodul
jtojnar has joined #nixos
anderslundstedt has quit [Quit: leaving]
sir_guy_carleton has quit [Quit: Leaving]
jrolfs has joined #nixos
anderslundstedt has joined #nixos
pie_ has quit [Ping timeout: 264 seconds]
jtojnar has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39533 → libwps: 0.4.8 -> 0.4.9 → https://git.io/vpChV
<{^_^}> [nixpkgs] @yegortimoshenko opened pull request #39534 → tracker-miners: switch to meson, some tweaks → https://git.io/vpChw
jtojnar has joined #nixos
<jtojnar> milka: do you use GNOME (`services.xserver.desktopManager.gnome3 = true`)?
blankhart has quit [Ping timeout: 240 seconds]
jrolfs has quit [Ping timeout: 255 seconds]
<jtojnar> oh, right
sigmundv__ has joined #nixos
humanoyd has quit [Ping timeout: 256 seconds]
<jtojnar> milka gnome-keyring should be enabled using `services.gnome3.gnome-keyring.enable = true;`
humanoyd has joined #nixos
hakujin has joined #nixos
<jtojnar> added to configuration.nix and then running nixos-rebuild switch
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39535 → libmwaw: 0.3.13 -> 0.3.14 → https://git.io/vpCjc
jrolfs has joined #nixos
<fgaz> is there a way to globally disable tests in nixpkgs?
<fgaz> like pkgs.haskell.lib.dontCheck
tyrus82 has quit [Quit: tyrus82]
tyrus82 has joined #nixos
hakujin has quit [Ping timeout: 256 seconds]
blankhart has joined #nixos
tyrus82 has quit [Client Quit]
betaboon has quit [Ping timeout: 240 seconds]
fendor has joined #nixos
blankhart has quit [Ping timeout: 255 seconds]
jrolfs has quit [Ping timeout: 276 seconds]
jrolfs has joined #nixos
astiles has joined #nixos
betaboon has joined #nixos
astiles has quit [Ping timeout: 255 seconds]
blankhart has joined #nixos
jtojnar_ has joined #nixos
lonokhov has joined #nixos
windy328ghoee[m] has joined #nixos
freeman42x]NixOS has joined #nixos
<alp> fgaz, so not just for all haskell packages?
jtojnar has quit [Ping timeout: 256 seconds]
jtojnar_ is now known as jtojnar
<alp> for all haskell packages, you can simply override the mkDerivation attribute of your haskell package set to always set 'doCheck = false;' for all haskell derivations.
<fendor> does the maven2nix plugin work reliable?
ericsagnes has quit [Ping timeout: 256 seconds]
ThatDocsLady has quit [Remote host closed the connection]
<angerman> fgaz, alp: for haskell packages I have some `fast` combinator. I guess you could just map that over `haskellPackages`. https://github.com/angerman/stackage.nix/blob/bf9724c05c24c68818fa4bd061c6002c7778a8d0/package-set.nix#L102-L113
ThatDocsLady has joined #nixos
<{^_^}> [nixpkgs] @teto opened pull request #39536 → iproute: copy files in /etc → https://git.io/vpWfB
<fgaz> alp, angerman: all packages, not just haskell ones
jrolfs has quit [Ping timeout: 276 seconds]
<fgaz> oh well, it's just a mapping of an override. shouldn't be difficult to write
knupfer has quit [Ping timeout: 240 seconds]
<fgaz> i'm surprised this isn't in nixpkgs already though
Ariakenom has quit [Ping timeout: 260 seconds]
<angerman> fgaz: we do want to test by default, right? :p
jrolfs has joined #nixos
sir_guy_carleton has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39537 → libraw: 0.18.8 -> 0.18.9 → https://git.io/vpWfy
betaboon has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @peterhoeg pushed to master « wp-cli: 1.5.0 -> 1.5.1 »: https://git.io/vpWJk
sigmundv__ has quit [Ping timeout: 256 seconds]
freeman42x]NixOS has quit [Ping timeout: 260 seconds]
knupfer has joined #nixos
<fgaz> angerman: we do, but a little presentation-level change triggering a 40-minutes rebuild is not the most pleasant feeling :-P
jrolfs has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39539 → libsass: 3.5.2 -> 3.5.3 → https://git.io/vpWJw
sir_guy_carleton has quit [Quit: Leaving]
freeman42x]NixOS has joined #nixos
sir_guy_carleton has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/6fa31bc49c7 (from 5 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
knupfer has quit [Ping timeout: 276 seconds]
commande1 has joined #nixos
mkoenig_ has joined #nixos
jtojnar has quit [Remote host closed the connection]
commander has quit [Ping timeout: 240 seconds]
mkoenig has quit [Ping timeout: 240 seconds]
<srhb> fgaz: Can you override mkDerivation?
Wharncliffe has joined #nixos
commande1 has quit [Client Quit]
commander has joined #nixos
Ariakenom has joined #nixos
ncode has quit [Ping timeout: 260 seconds]
tilpner has quit [Quit: :wq]
iyzsong has quit [Ping timeout: 276 seconds]
ncode has joined #nixos
ncode has quit [Changing host]
ncode has joined #nixos
jrolfs_ has joined #nixos
<fgaz> srhb: oooh nice idea!
<fgaz> I'll try, thanks
hakujin has joined #nixos
jtojnar has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39540 → jruby: 9.1.16.0 -> 9.1.17.0 → https://git.io/vpWUX
<{^_^}> [nixpkgs] @abbradar merged pull request #39006 → Add userdb support to PAM → https://git.io/vpfLw
<{^_^}> [nixpkgs] @abbradar pushed 2 commits to staging: https://git.io/vpWUM
<{^_^}> → 4b063839 by @abbradar: db: split outputs
<{^_^}> → 8460769e by @abbradar: pam: build with userdb support
<{^_^}> [nixpkgs] @peterhoeg pushed to master « dbus-broker: 11 -> 13 »: https://git.io/vpWUS
<{^_^}> [nixpkgs] @abbradar merged pull request #38769 → Swap incorrect TheanoWithoutCuda with TheanoWithCuda → https://git.io/vxN0Y
<{^_^}> [nixpkgs] @abbradar pushed commit from @smatting to master « Swap incorrect TheanoWithoutCuda with TheanoWithCuda »: https://git.io/vpWUQ
hakujin has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @abbradar merged pull request #39005 → Dante improvements → https://git.io/vpfLc
<{^_^}> [nixpkgs] @abbradar pushed 3 commits to master: https://git.io/vpWU7
<{^_^}> → 1f112485 by @abbradar: dante: add extra build inputs
<{^_^}> → bd140fb4 by @abbradar: dante service: restart only on failure
<{^_^}> → b827307c by @abbradar: dante service: default for logoutput
tilpner has joined #nixos
adisbladis has quit [Ping timeout: 255 seconds]
amiloradovsky[m] has joined #nixos
nixo[m] has joined #nixos
cornu[m] has joined #nixos
atopuzov[m] has joined #nixos
Bugworm[m] has joined #nixos
M-dpetranek has joined #nixos
unlmtd has joined #nixos
mirlur[m] has joined #nixos
ArdaXi[m] has joined #nixos
gh0st[m] has joined #nixos
bugabinga[m] has joined #nixos
kitten[m] has joined #nixos
briansteffens[m] has joined #nixos
bennofs[m] has joined #nixos
tokudan[m] has joined #nixos
GuillaumeBuisson has joined #nixos
telent[m] has joined #nixos
asp_ has joined #nixos
rnhmjoj[m] has joined #nixos
nyanloutre[m] has joined #nixos
mankyKitty[m] has joined #nixos
leons has joined #nixos
demyan[m] has joined #nixos
y0no[m] has joined #nixos
moredhel has joined #nixos
tfc[m] has joined #nixos
serentty[m] has joined #nixos
clacke[m] has joined #nixos
primeos[m] has joined #nixos
iohidtbhfam[m] has joined #nixos
lycium[m] has joined #nixos
peterhoeg has joined #nixos
bachp has joined #nixos
YegorTimoshenko[ has joined #nixos
aspiwack[m] has joined #nixos
puffnfresh has joined #nixos
WilliamHamilton has joined #nixos
davidar has joined #nixos
mith[m] has joined #nixos
BurNiinTRee[m] has joined #nixos
rihardsk[m] has joined #nixos
ConorCurry[m] has joined #nixos
zoya-kosova[m] has joined #nixos
hendrik[m] has joined #nixos
templis[m] has joined #nixos
timclassic has joined #nixos
superusercode1 has joined #nixos
Naughtmare[m] has joined #nixos
ngerstle[m] has joined #nixos
wervenyt[m] has joined #nixos
LiuWeiHua[m] has joined #nixos
baconicsynergy[m has joined #nixos
wzy8L-B2[m] has joined #nixos
adisbladis[m] has joined #nixos
Kallegro[m] has joined #nixos
bdimcheff has joined #nixos
wak-work has joined #nixos
peel[m] has joined #nixos
sudoreboot[m] has joined #nixos
moredhel_[m] has joined #nixos
ProofTechnique[m has joined #nixos
nh2[m] has joined #nixos
Oo[m] has joined #nixos
octalsrc[m] has joined #nixos
xnaveira[m] has joined #nixos
timokau[m] has joined #nixos
rycee has joined #nixos
tet[m] has joined #nixos
sorbet has joined #nixos
ayyjayess[m] has joined #nixos
matrixkrav has joined #nixos
mudri[m] has joined #nixos
itorres has joined #nixos
leoleoleotest[m] has joined #nixos
das-g[m] has joined #nixos
olejorgenb[m] has joined #nixos
bobvanderlinden_ has joined #nixos
thefloweringash[ has joined #nixos
copumpkin has joined #nixos
moosh_vectra[m] has joined #nixos
enick_376 has joined #nixos
neecro[m] has joined #nixos
Elephant454[m] has joined #nixos
saschaveres[m] has joined #nixos
ipj[m] has joined #nixos
lukeadams[m] has joined #nixos
jelewaus[m] has joined #nixos
lolipducker[m] has joined #nixos
wilornel has joined #nixos
midchildan[m] has joined #nixos
castordamon has joined #nixos
jbarthelmes[m] has joined #nixos
randomenduser[m] has joined #nixos
CoopDot has joined #nixos
efx[m] has joined #nixos
davidak[m] has joined #nixos
ison[m] has joined #nixos
ajmccluskey[m]1 has joined #nixos
chominist[m] has joined #nixos
AlanPearce[m] has joined #nixos
FRidh[m] has joined #nixos
reactormonk[m] has joined #nixos
enick_217 has joined #nixos
chatnowvvv[m] has joined #nixos
jgl[m] has joined #nixos
ploud777[m] has joined #nixos
herzmeister[m] has joined #nixos
florianjacob has joined #nixos
YuFanLovezYou[m] has joined #nixos
htafdwes[m] has joined #nixos
Orbstheorem[m] has joined #nixos
spacekitteh[m] has joined #nixos
magnap has joined #nixos
imbigbrother[m] has joined #nixos
sargon[m] has joined #nixos
necronian has joined #nixos
abbafei[m] has joined #nixos
Wysteriary[m] has joined #nixos
dpc has joined #nixos
uvnikita[m] has joined #nixos
revoltmedia[m] has joined #nixos
edef[m] has joined #nixos
NickHu has joined #nixos
hl has joined #nixos
thunker[m] has joined #nixos
Phil[m]2 has joined #nixos
turok9[m] has joined #nixos
spawnthink[m] has joined #nixos
offlinehacker[m] has joined #nixos
jack[m] has joined #nixos
yochai[m] has joined #nixos
aniketd[m] has joined #nixos
zie[m] has joined #nixos
nocent has joined #nixos
chedi has joined #nixos
trikl[m] has joined #nixos
Obscurity[m] has joined #nixos
benkolera1 has joined #nixos
icetan has joined #nixos
bkchr[m] has joined #nixos
pstn has joined #nixos
johnnydread[m] has joined #nixos
patrl[m] has joined #nixos
nmikhailov[m] has joined #nixos
grahamc has joined #nixos
Dezgeg[m] has joined #nixos
dtz has joined #nixos
freeman42x has joined #nixos
srini[m] has joined #nixos
Rick[29SMPittsbu has joined #nixos
indefini has joined #nixos
codyopel has joined #nixos
TimePath has joined #nixos
coorey[m] has joined #nixos
wizek[m] has joined #nixos
devlinzed[m] has joined #nixos
AdamSlack[m] has joined #nixos
chreekat[m] has joined #nixos
Minijackson[m] has joined #nixos
roygobeilantoine has joined #nixos
M-Dan has joined #nixos
thra11[m] has joined #nixos
alexoundos7[m] has joined #nixos
dkellner[m] has joined #nixos
MatrixStatsBot[m has joined #nixos
aramiscd[m] has joined #nixos
apurvapavaskar[m has joined #nixos
Fedor[m] has joined #nixos
jamshoot[m] has joined #nixos
purewater[m] has joined #nixos
octowan[m] has joined #nixos
rardiol[m] has joined #nixos
Pneumaticat has joined #nixos
equalunique[m] has joined #nixos
lazygun[m] has joined #nixos
steshaw[m] has joined #nixos
crystalgamma[m] has joined #nixos
paperdigits[m] has joined #nixos
Singularity[m] has joined #nixos
pierrebeaucamp[m has joined #nixos
fgaz[m] has joined #nixos
dmitry-zen[m] has joined #nixos
jmorriss[m] has joined #nixos
Deleh[m] has joined #nixos
happyente[m] has joined #nixos
demonslayer[m] has joined #nixos
AllanDaemon has joined #nixos
bendlas has joined #nixos
jluttine[m] has joined #nixos
regnat[m] has joined #nixos
Vincenzo[m] has joined #nixos
Drakonis[m] has joined #nixos
M-manveru has joined #nixos
johnazoidberg has joined #nixos
malteof[m] has joined #nixos
h30[m] has joined #nixos
DIzFer[m] has joined #nixos
bhipple[m] has joined #nixos
nelag[m] has joined #nixos
taohansen has joined #nixos
sphalerit has joined #nixos
scott1 has joined #nixos
PeterRomfeld[m] has joined #nixos
petersjt014[m] has joined #nixos
kainospur[m] has joined #nixos
fearlessKim[m] has joined #nixos
Ralith has joined #nixos
Criena[m] has joined #nixos
greska[m] has joined #nixos
Barnabas[m] has joined #nixos
Elorm[m] has joined #nixos
chedi[m] has joined #nixos
musicmatze[m] has joined #nixos
xodbox[m] has joined #nixos
concate[m] has joined #nixos
hedning[m] has joined #nixos
M-ms has joined #nixos
EuAndreh[m] has joined #nixos
dywedir[m] has joined #nixos
dash has joined #nixos
felipeac[m] has joined #nixos
nmikhailov[m]1 has joined #nixos
EB[m] has joined #nixos
benasse has joined #nixos
blahblah has joined #nixos
M-bbigras has joined #nixos
Khorne[m] has joined #nixos
M-fishy has joined #nixos
aaronc[m] has joined #nixos
smrtak[m] has joined #nixos
r3mfKm[m] has joined #nixos
techtangents[m] has joined #nixos
joh[m] has joined #nixos
dylanjust[m] has joined #nixos
m4rv33n[m] has joined #nixos
attero has joined #nixos
DenisLehmann[m] has joined #nixos
telent_[m] has joined #nixos
Hook[m]1 has joined #nixos
panther420[m] has joined #nixos
gudea[m] has joined #nixos
Adev[m] has joined #nixos
slabity[m] has joined #nixos
peterbat[m] has joined #nixos
AntonLatukha[m] has joined #nixos
johnhamelink[m] has joined #nixos
retrry[m] has joined #nixos
jlle[m] has joined #nixos
balsoft[m] has joined #nixos
wmertens[m] has joined #nixos
johnazoidberg[m] has joined #nixos
admin[m]3 has joined #nixos
swayf[m] has joined #nixos
smbarte2[m] has joined #nixos
card[m] has joined #nixos
danielrf has joined #nixos
<{^_^}> [nixpkgs] @teto opened pull request #39541 → linux-mptcp: enable advanced schedulers → https://git.io/vpWTc
simukis has joined #nixos
freeman42x]NixOS has quit [Ping timeout: 260 seconds]
<milka> jtojnar: services.xserver.desktopManager.gnome3 = true? No. It is a very fresh installation of NixOS
<jtojnar> milka: enabling tha will install full GNOME
<milka> jtojnar: I only use Evolution mail.
<milka> okay. Thank you!
rihards has quit [Quit: rihards]
ndrei has joined #nixos
<milka> jtojnar: Would an entry like ' Service command: services.gnome3.gnome-keyring.enable = true;" or somethink like "Service: Yes/No" in the package section on the website makes sense?
<jtojnar> milka: services.gnome3.gnome-keyring.enable = true; might be enough but I have not tried it
<jtojnar> milka: we usually write required services to a comment or longDescription
hyper_ch2 has quit [Ping timeout: 260 seconds]
knupfer has joined #nixos
<silver_hook> How do I see which all packages I have installed locally as the user, instead of NixOS-wide?
<ertes-w> silver_hook: nix-env -q
<silver_hook> ertes-w: Did this not change in Nix 2.0?
<ertes-w> silver_hook: no, nix-env has no nix 2.0 equivalent yet
<milka> This long description is missing for https://nixos.org/nixos/packages.html#gnome-keyring
<silver_hook> ertes-w: Ah, OK. Thanks for clarifying. This is still a bit confusing, I must confess.
<ertes-w> silver_hook: you can safely use all the old commands… the new UI is just a UX improvement, but is otherwise compatible
<silver_hook> Kinda like apt-get, apt-* vs apt and aptitude
jrolfs_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39542 → insomnia: 5.15.0 -> 5.16.0 → https://git.io/vpWk5
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39543 → jdupes: 1.9 -> 1.10.1 → https://git.io/vpWkh
jrolfs_ has joined #nixos
iyzsong has joined #nixos
<srhb> silver_hook: An *apt* comparison.
<srhb> I'll show myself out.
xcmw has joined #nixos
* silver_hook drumrolls
<kahiru> made me chuckle
<etu> :D
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39544 → kid3: 3.6.0 -> 3.6.1 → https://git.io/vpWIz
nD5Xjz has quit [Ping timeout: 276 seconds]
jrolfs_ has quit [Ping timeout: 263 seconds]
<jbetz_> what package do I need to install for ar (unix archive)?
jrolfs_ has joined #nixos
<srhb> jbetz_: binutils has it, among others. You may be interested in nix-index and it's command nix-locate for finding things like this.
nD5Xjz has joined #nixos
<srhb> its*
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/96fddac6912 (from 63 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
ThatDocsLady has quit [Remote host closed the connection]
ThatDocsLady has joined #nixos
<jtojnar> milka: Most packages do not have a way to install them listed anywhere
<jtojnar> for most adding them to environment.systemPackages should be enough
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39546 → hwinfo: 21.52 -> 21.53 → https://git.io/vpWLa
<jtojnar> milka: dbus services need to be added to services.dbus.packages
<jtojnar> perhaps the website could detect if there is /bin directory and then show environment.systemPackages = [ pname ];
<jtojnar> if there is /share/dbus-1/services, show services.dbus.packages = [ pname ];
jrolfs_ has quit [Ping timeout: 240 seconds]
Rusty1_ has joined #nixos
<jtojnar> and packages could have meta.doc, to override the installation instructions
alexteves_ has joined #nixos
mmercier has joined #nixos
jrolfs_ has joined #nixos
Neo-- has quit [Ping timeout: 268 seconds]
Jetien_ has quit [Ping timeout: 240 seconds]
ericsagnes has joined #nixos
pie_ has joined #nixos
sigmundv__ has joined #nixos
<zybell_> how about the other way around? jtojnar:Could sth like meta.neededIn = [ services.dbus.packages environment.systemPackages ] made to work?
Wharncliffe has quit [Ping timeout: 264 seconds]
<jtojnar> zybell_: that would work too, but automated method would be much cleaner
abcrawf has quit [Remote host closed the connection]
<mmercier> Hi! Do you now how to set containers options with nixops? I can't find a way to give options like "privateNetwork = false;"
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « docker: 18.03.0 -> 18.03.1 »: https://git.io/vpWqn
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-18.03 « docker: 18.03.0 -> 18.03.1 »: https://git.io/vpWqC
<jtojnar> zybell_: either way, we should open a RFC
jmiven_ is now known as jmiven
<jtojnar> or at least issue
abcrawf has joined #nixos
<zybell_> I think it *can* be automated that way if the list were imported from the package. But cant think of a way to express the path.
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « oh-my-zsh: 2018-04-06 -> 2018-04-25 »: https://git.io/vpWq9
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-18.03 « oh-my-zsh: 2018-04-06 -> 2018-04-25 »: https://git.io/vpWqQ
jrolfs_ has quit [Ping timeout: 264 seconds]
pie_ has quit [Ping timeout: 268 seconds]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmercier has quit [Ping timeout: 260 seconds]
jrolfs_ has joined #nixos
xcmw has joined #nixos
Neo-- has joined #nixos
<etu> Hmm, if I told ofborg to build something and the result isn't finished yet. Is there any way to see the current status? How do I locate that?
hakujin has joined #nixos
mmercier has joined #nixos
jrolfs_ has quit [Ping timeout: 248 seconds]
astiles has joined #nixos
hakujin has quit [Ping timeout: 248 seconds]
Maxdamantus has quit [Ping timeout: 256 seconds]
ma27 has quit [Ping timeout: 240 seconds]
Maxdamantus has joined #nixos
<jbetz_> srhb: thanks
jrolfs_ has joined #nixos
tyrus82 has joined #nixos
<srhb> etu: Something like https://logs.nix.ci/?key=nixos/nixpkgs.$PRNUMBER ?
dan_b has quit [Ping timeout: 256 seconds]
xy2_ has quit [Ping timeout: 276 seconds]
telent has quit [Ping timeout: 255 seconds]
astiles has quit [Ping timeout: 276 seconds]
<milka> jtojnar: okay, dbus service and gnome-keyring. Thank you!
<etu> srhb: It's hhvm for this PR that has php72 as a dependency.
tyrus82 has quit [Quit: tyrus82]
jrolfs_ has quit [Ping timeout: 240 seconds]
<etu> But I don't find much info about hhvm https://logs.nix.ci/?key=nixos/nixpkgs.39528
<srhb> etu: Only thing I see missing is linux evals.
ma27 has joined #nixos
<milka> Some days ago I've asked if someone has experience with NixOS and a MacBook ~2009. I do not have any OSX installed. Booting still fails. Here are a very detailed debugging log of my failed installation tests. Is someone able to see where the error is? https://0bin.net/paste/yoSGErPYrFQEXrwg#tOdAnazuAcIr4nXaHHPnw6bsyPd4TXZQzKD5S-E+kMz
* goibhniu thought EFI was required for MacBooks ... maybe only for dual-boot?
jrolfs_ has joined #nixos
<milka> Hint: I needed to remaster the ISO because booting hangs on "Select 1. or 2 for booting".
<milka> * goibhniu: Wow. You have read the log very fast ;-)
<{^_^}> [nixpkgs] @dotlambda merged pull request #39525 → radicale: 2.1.8 -> 2.1.9 → https://git.io/vpCPh
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to master: https://git.io/vpWOi
<{^_^}> → 566d7531 by R. RyanTM: radicale: 2.1.8 -> 2.1.9
darlan has joined #nixos
darlan has quit [Client Quit]
<{^_^}> → 17e5dcd3 by @dotlambda: Merge pull request #39525 from r-ryantm/auto-update/radicale
<goibhniu> :)
<milka> Once upon a time I was able to install an xbuntu without any OSX. But I don't know how I did this. My NixOS log contains six tests.
<milka> The Apple partition was created with gdisk. No OSX is insalled
<milka> installed...
<goibhniu> in what way does booting fail?
<milka> I only see the NixOS CD
<goibhniu> in example d you use EFI, did you manage to boot into the nixos installation image via EFI?
<milka> So, nothing has changed
<milka> As marked on the top. I am unable to boot any NixOS in EFI mode. We had this issue some days ago without any success.
<goibhniu> is it an issue with the currently available images?
<goibhniu> I presume EFI is working for most people
<milka> Yes. But I needed to remaster the iso (see above)
mkoenig has joined #nixos
<infinisil> Have you opened an issue?
<milka> I could search for a very old iso and test it
jrolfs_ has quit [Ping timeout: 240 seconds]
<milka> Opening an issue? My MacBook with super fast hardware is from 2009. I do not think that someone likes to invest time in it.
<milka> :-(
<infinisil> An issue is an issue, whether people can resolve it doesn't matter
<goibhniu> I guess this is related: https://github.com/NixOS/nixpkgs/issues/38477
<infinisil> Opening an issue for a problem is also like a history/record of the progress to fixing it, it's very useful
<goibhniu> you could try nixos-minimal-17.09.3205.12512f25e9e-x86_64-linux.iso
mkoenig_ has quit [Ping timeout: 260 seconds]
* goibhniu would like to get confirmation that EFI is required for MacBooks though
<milka> Ups, I have nixos-minimal-18.03.131802....
<milka> * goibhniu: Where I can download this iso instead of archive.org?
<milka> infinisil: seems that I need to register to open an issue now...
<infinisil> Huh?
<goibhniu> hrm, I can't seem to find it on hydra
<infinisil> milka: just a github issue
<milka> I alos had tried several, several xorriso settings to burn a functional iso - on the basis of the recent ISO.
jrolfs_ has joined #nixos
<milka> Withour any success, too
<milka> I do have an account.
<milka> Where I can find nixos-minimal-17.09.3205.12512f25e9e-x86_64-linux.iso?
zybell_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39548 → fastjet: 3.3.0 -> 3.3.1 → https://git.io/vpW3h
<milka> rrEFInd was also errourous, before I have purges MacOSX
joehh has joined #nixos
<milka> As my MacBook is totally empty I can test this iso, thank you.
<joehh> how do I convert an int to a string?
<manveru> joehh: toString
<joehh> ie { myInt = 42; myString = "I have ${myInt} things" }
<joehh> ok
<joehh> should be { myInt = 42; myString = "I have ${toString myInt} things";}
<joehh> thanks manveru - works nicely
<milka> goibhniu: What should I add to the issue tracker without irritating the contributors too much? Because my issue is maybe! related...
acarrico has joined #nixos
<srhb> milka: The description of what you tried was very thorough. I'd open a new issue with a short title describing that and your debug info in the content of the mssage.
astiles has joined #nixos
<goibhniu> milka: actually, https://hydra.nixos.org/build/73238441 might be worth testing instead
<milka> Is my partition schema okay?
jrolfs_ has quit [Ping timeout: 240 seconds]
<fendor> how can i build a gradle project with nix?
<milka> In which repository I should open a new issue?
<srhb> milka: nixpkgs :)
<milka> Ah, the nixpkgs again
<milka> srhb: What titel you would suggest?
<milka> titel
<srhb> milka: "Unable to boot NixOS (version) after installing on (hardware)" ?
<srhb> milka: Basically whatever you feel makes your issue most clear :)
astiles has quit [Ping timeout: 240 seconds]
ThatDocsLady has quit [Remote host closed the connection]
tilpner has quit [Ping timeout: 264 seconds]
ThatDocsLady has joined #nixos
jrolfs_ has joined #nixos
xcmw has quit [Ping timeout: 240 seconds]
xcmw has joined #nixos
zybell_ has joined #nixos
hakujin has joined #nixos
Fare has joined #nixos
hakujin has quit [Ping timeout: 240 seconds]
jrolfs_ has quit [Ping timeout: 264 seconds]
vdemeester` has quit [Changing host]
vdemeester` has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39549 → containerd: 1.0.3 -> 1.1.0 → https://git.io/vpWG7
knupfer has quit [Ping timeout: 240 seconds]
Ahmedkh has joined #nixos
jrolfs_ has joined #nixos
<Ahmedkh> hi guys, I have a small problem here.
xy2_ has joined #nixos
szicari has joined #nixos
odi has quit [Ping timeout: 256 seconds]
reinzelmann has quit [Quit: Leaving]
<Ahmedkh> I have emacs problem " Arabic separated letters",and to fix it and after abit of search I found it require these lib ("m17n-db",
<Ahmedkh> "libm17n-flt", "libotf") I fonud first one in repo. but I did not found others
<Ahmedkh> tl;dr, I did not found libm17n-flt and libotf and I want to install them
srdqty has quit [Ping timeout: 260 seconds]
<Ahmedkh> and I think I need them before I reinstall emacs, right ?
<Ahmedkh> or, recompile
<milka> It wasn't such difficult as I thought :)
dbmikus has joined #nixos
<Ahmedkh> T_T
<Ahmedkh> plllz
<srhb> Ahmedkh: IRC is very async. Have patience, and someone will respond if they can help. :)
<ProofTechnique[m> Look for m17n_lib
jrolfs_ has quit [Ping timeout: 264 seconds]
<Ahmedkh> oh sure I will
<Ahmedkh> ProofTechnique[m: I installed it, but it is not only lib
xy2_ has quit [Ping timeout: 240 seconds]
<ProofTechnique[m> What do you mean?
<srhb> milka: Cool, looks good. :)
jrolfs_ has joined #nixos
<milka> Thank you.
<Ahmedkh> sorry, I mean I installed it but didn't try to compile emacs with only m17n_lib (wait for libotf and libm17n)
<ProofTechnique[m> m17n_lib is libm17n
<Ahmedkh> ammm, then I wait for libotf ^^
<Ahmedkh> I did not know that
<ProofTechnique[m> You may need to write a derivation for libotf
blankhart has quit [Ping timeout: 276 seconds]
<Ahmedkh> ammm, ok I will search about how to do this.
<Ahmedkh> thank you ^^
<Ahmedkh> and I don't think it will be easy
<ProofTechnique[m> Then you will give them to emacs as buildInputs, and maybe override the configure hook
<milka> srhb/goibhn: I need to re-master version 17: Select CD-Rom to boot. I've lost the git with the xorriso command. Have you it?
freeman42x]NixOS has joined #nixos
<ProofTechnique[m> It's surprisingly easy once you have a taste for it
<srhb> milka: Sorry, I don't. I don't even know what it entails :D
<milka> It must somewhere where the NixOS will be burned.
<srhb> milka: Was the command written in this channel? If so, we have logs.
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/db2ebc7bd64 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
<milka> Yes, the link was here. Some days ago. I've forgotten my nickname
<gchristensen> anyone on 18.03 getting: $ nix-repl
<gchristensen> error: Nix database directory ‘/nix/var/nix/db’ is not writable: Permission denied
<srhb> gchristensen: nix repl
<srhb> gchristensen: Everyone is getting that, I should think.
<gchristensen> yeah but also shouldn't nix-repl not be broken? :P
<Ahmedkh> I will try ProofTechnique[m, thank you
<milka> srhb: Do you see a search button? Maybe you need an API for this which I do not have actually.
<srhb> gchristensen: I don't feel strongly about that one in particular :P
asuryawanshi has quit [Ping timeout: 256 seconds]
<srhb> milka: Afraid not. Choosing the approximate range and searching in the browser appears to be the way to go.
<milka> srhb: okay.
<goibhniu> milka: why do you need to remaster it?
hakujin has joined #nixos
<milka> Because the iso is unbootable: It stops at the position where I need to select the CD rom to boot. This is a very old Mac issue...
<milka> a famous one too.
<goibhniu> ah, cool
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/db2ebc7bd64 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
<milka> oh, uncool :)
xAFFE has left #nixos ["Error from remote client"]
<LnL> gchristensen: NIX_REMOTE=daemon nix-repl
<LnL> didn't we add the env variable back?
<gchristensen> maybe not for 18.03?
<{^_^}> [nixpkgs] @dtzWill merged pull request #39517 → cpython: don't use lchmod() on Linux, fix w/musl → https://git.io/vpC2d
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to staging: https://git.io/vpWC6
<{^_^}> → b11f3bc8 by @dtzWill: cpython: don't use lchmod() on Linux, fix w/musl
<{^_^}> → bdf390f9 by @dtzWill: Merge pull request #39517 from dtzWill/fix/python3.x-musl-lchmod
<Dezgeg> maybe there is a rEFInd or some other sort of ISO available that might be possible to use for chainloading the systemd-boot on the installer?
sud0x3 has joined #nixos
adamt has joined #nixos
<milka> srhb: found it. I'll test it. But the unbottable NixOS issue is open. We will see how long ;-)
<adamt> How would anybody go about helping to fix https://hydra.nixos.org/build/73257181 that is blocking updates to the 18.03 channel?
<{^_^}> [nixpkgs] @dtzWill merged pull request #39461 → git: 2.16.3 -> 2.17.0, again, installCheck → https://git.io/vpnZJ
<{^_^}> [nixpkgs] @dtzWill pushed 3 commits to staging: https://git.io/vpWCN
<{^_^}> → 97372a11 by @dtzWill: git: 2.16.3 -> 2.17.0... again!
<{^_^}> → 6dda53ad by @layus: git: add install checks
<{^_^}> → 6e623fb0 by @dtzWill: Merge pull request #39461 from dtzWill/update/git-2.17.0-again
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39552 → checkbashism: 2.18.1 -> 2.18.2 → https://git.io/vpWCx
odi has joined #nixos
sud0x3 has left #nixos [#nixos]
<srhb> adamt: Invoke whatever build is blocking locally and fix it? Is that your question?
<adamt> srhb: So just checkout the proper branch and use some nix build voodoo to fix it?
wangoe has quit [Quit: WeeChat 1.9.1]
<srhb> adamt: If it's a package essentially nix-build '<nixpkgs>' -A path.to.broken.attribute
<srhb> adamt: Similarly nix-shell if you want to try and step through the build.
mog has quit [Ping timeout: 264 seconds]
dbmikus_ has joined #nixos
<srhb> Oh, and if it's not your nixpkgs path, use path/to/nixpkgs instead of '<nixpkgs>'
<{^_^}> [nixpkgs] @dtzWill closed pull request #38924 → git: add install checks → https://git.io/vxjFH
leotaku has joined #nixos
Xal has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39553 → darktable: 2.4.2 -> 2.4.3 → https://git.io/vpWWF
dbmikus has quit [Ping timeout: 248 seconds]
hakujin has quit [Ping timeout: 256 seconds]
<srhb> adamt: Oh, hang on, I realize now I saw the wrong link.
Xal has joined #nixos
<leotaku> When I want to install 2bwm or any package which starts with a _ (_2bwm,_2048-in-terminal,...) i get an error saying that the expression does not evaluate to a derivation, what could I be doing wrong?
<srhb> adamt: chromium is really tricky. I think the best bet currently is to split up the build into multiple phases.
<srhb> adamt: Meaning, one produces a build output that is used for the next phase.
<srhb> adamt: There are some other suggestions in the issue, did you see it?
coot has quit [Quit: coot]
hakujin has joined #nixos
<Taneb> Any idea what would cause a Hydra job to end abnormally with "Killed by signal 15." (which I'm fairly sure is SIGTERM)
Sonarpulse has joined #nixos
ihar_ is now known as ihar
<runciter> Taneb, OOM killer?
<{^_^}> [nixpkgs] @abbradar pushed to master « haskellPackages.encoding: fix build with Cabal 2.0 »: https://git.io/vpWlu
xcmw has quit [Ping timeout: 256 seconds]
<Taneb> runciter: it's concievable
<adamt> srhb: No, I didn't read the related issue, but I'm not going to try and split it up into several phases. But it does seem like something is totally off with the build taking 10h+
chimay has joined #nixos
astiles has joined #nixos
<zybell_> adamt:10h *with* tests!
mog has joined #nixos
<adamt> zybell_: That's still crazy.
erasmas has joined #nixos
iyzsong has quit [Ping timeout: 264 seconds]
astiles has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39554 → cgal: 4.11.1 -> 4.12 → https://git.io/vpW80
hakujin has quit [Ping timeout: 240 seconds]
<zybell_> not if one test waits on a server with networking forbidden.
jtojnar has quit [Quit: jtojnar]
joehh has quit [Ping timeout: 264 seconds]
xcmw has joined #nixos
hakujin has joined #nixos
<adamt> zybell_: Is that the case? Then i'll ignore it and hope somebody fixes it.
<{^_^}> [nixpkgs] @timokau opened pull request #39555 → python-2.7.14: Fix #27177 and #25750 → https://git.io/vpW4n
sigmundv__ has quit [Ping timeout: 240 seconds]
xy2_ has joined #nixos
Ariakenom has quit [Ping timeout: 248 seconds]
blankhart has joined #nixos
rauno has joined #nixos
chisui_w has joined #nixos
<zybell_> I dont know. its the simplest cause for such a failure in a browser.
<zybell_> So I gave it as Example
<Izorkin> how to generate libvirt VM without bridge interface on nixops?
<{^_^}> [nixpkgs] @dtzWill opened pull request #39556 → procps-ng: Use official release tarballs, fix version. → https://git.io/vpWBo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39557 → bdf2psf: 1.178 -> 1.184 → https://git.io/vpWB6
hakujin has quit [Ping timeout: 256 seconds]
hakujin has joined #nixos
chisui_w has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Ariakenom has joined #nixos
astiles has joined #nixos
odi has quit [Remote host closed the connection]
Ariakenom has quit [Ping timeout: 260 seconds]
Ariakenom has joined #nixos
hakujin has quit [Ping timeout: 260 seconds]
astiles has quit [Ping timeout: 240 seconds]
odi has joined #nixos
<adamt> zybell_: It sounded more like a fact, but nevermind.
Ahmedkh has quit [Remote host closed the connection]
leotaku_ has joined #nixos
hakujin has joined #nixos
ryantrinkle has joined #nixos
hakujin has quit [Ping timeout: 256 seconds]
odi has quit [Remote host closed the connection]
odi has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39559 → accountsservice: 0.6.46 -> 0.6.47 → https://git.io/vpWEh
<{^_^}> [nixpkgs] @dtzWill merged pull request #39556 → procps-ng: Use official release tarballs, fix version. → https://git.io/vpWBo
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to staging: https://git.io/vpWue
<{^_^}> → 38ef327a by @dtzWill: procps-ng: Use official release tarballs, fix version.
<{^_^}> → 5e1603f1 by @dtzWill: Merge pull request #39556 from dtzWill/fix/procps-ng-version
rosa has joined #nixos
ma27 has quit [Ping timeout: 265 seconds]
peacememories has joined #nixos
<ertes-w> is there any way to nix-ise PEAR packages?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #39560 → batctl: 2018.0 -> 2018.1 → https://git.io/vpWuB
dx__ has joined #nixos
<dx__> is there a bug in clang? i am getting this 'cannot find crtbegin.o' error trying to compile e 'hello world' c++ program
Ariakenom has quit [Ping timeout: 240 seconds]
Ariakenom has joined #nixos
odi has quit [Remote host closed the connection]
tilpner has joined #nixos
adamt has quit [Quit: WeeChat 2.0]
<clever> dx__: are you using nix-shell?
xcmw has quit [Ping timeout: 264 seconds]
odi has joined #nixos
chimay has quit [Quit: WeeChat 2.1]
Ariakenom has quit [Ping timeout: 240 seconds]
Ariakenom has joined #nixos
rodgort has quit [Quit: Leaving]
acarrico has quit [Ping timeout: 248 seconds]
fragamus has joined #nixos
<dx__> clever: yes...'nix-shell -p clang'
<dx__> clever: compiles fine, in 'nix-shell -p gcc'
aarvar has joined #nixos
<dx__> clever: i'm on 18.03
rosa has quit [Quit: rosa]
rosa has joined #nixos
atu has joined #nixos
atu has quit [Changing host]
atu has joined #nixos
atu is now known as adamt
robstr has quit [Ping timeout: 260 seconds]
odi has quit [Ping timeout: 240 seconds]
<clever> dx__: nix-shell -E 'with import <nixpkgs> {}; clangStdenv.mkDerivaton { name = "name"; }'
acarrico has joined #nixos
<ertes-w> ProofTechnique[m: that doesn't work with most PEAR packages… they don't have configure scripts/makefiles, but rather an XML file that you need to use via the 'pear' command line tool
<ertes-w> there is build-pecl for PECL packages… i'll see if i can adapt it
<{^_^}> [nixpkgs] @matthewbauer pushed to master « release-combined: don't include tests.chromium »: https://git.io/vpWa5
rauno has quit [Remote host closed the connection]
rodgort has joined #nixos
ixxie has joined #nixos
<dx__> clever: 'gcc command not found'
drakonis has joined #nixos
<dx__> clever: i tried to skip the gcc in the makefile, still seeing same error 'cannot find crtbegin.o'
hakujin has joined #nixos
leotaku has quit [Quit: WeeChat 2.0]
hakujin has quit [Ping timeout: 256 seconds]
katona has joined #nixos
adamt has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos
rosa has quit [Quit: rosa]
<moredhel_[m]> Hi all, does anyone use the dockerTools.pullImage code? it just failed again! after 30 mins downloading & extracting...
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @dtzWill opened pull request #39562 → linux bootstrap: remove assertion failure from dev, fixes 'nix eval' → https://git.io/vpWr2
logzet has joined #nixos
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dx__> moredhel_[m]: what's it for?
<{^_^}> [nixpkgs] @dotlambda pushed to master « Revert "checkbashism: 2.0.0.2 -> 2.18.1" »: https://git.io/vpWrM
<moredhel_[m]> I'm wanting to build a docker image through nix
<{^_^}> [nixpkgs] @dotlambda closed pull request #39552 → checkbashism: 2.18.1 -> 2.18.2 → https://git.io/vpWCx
<dx__> moredhel_[m]: been curious how it's done. In pure docker, it's via Dockerfile. Any url to read to?
<moredhel_[m]> we are working on getting better integration with nix. The dockerPull command is spinning up a VM though and downloading it before pulling it out and putting it into the nix store.
<moredhel_[m]> the download works fine, it's just really slow, then the extraction is painfully slow, ~30 mins to extract a 600mb tar file.
drakonis_ has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #39522 → smplayer: 18.3.0 -> 18.4.0 → https://git.io/vpCKi
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to master: https://git.io/vpWos
<{^_^}> → 28440ed2 by R. RyanTM: smplayer: 18.3.0 -> 18.4.0
<{^_^}> → 42bf1d5d by @dotlambda: Merge pull request #39522 from r-ryantm/auto-update/smplayer
<{^_^}> [nixpkgs] @matthewbauer pushed to master « inkscape: don't patch share/filters »: https://git.io/vpWoZ
<moredhel_[m]> I'm considering rewriting it to use skopeo... gonna do some testing first to see if I can get the same output
<moredhel_[m]> (although I can't test as I can't actually get an output)
<dx__> moredhel_[m]: why is there a need of VM?
coot has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #39458 → stdenv: better names for cc and bintools → https://git.io/vpn3Q
<{^_^}> [nixpkgs] @Ericson2314 pushed 4 commits to staging: https://git.io/vpWoA
<{^_^}> → 2afd3c90 by @oxij: gcc: prepend `crossNameAddon` instead of appending it (like binutils does)
<{^_^}> → 82dd4501 by @oxij: bintools-wrapper, cc-wrapper: don't add `targetPrefix` the second time
<{^_^}> → 43dbc268 by @oxij: gccCrossStageStatic: don't override name
jensens has quit [Ping timeout: 240 seconds]
ixxie has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to staging: https://git.io/vpWKR
<{^_^}> → f31b147f by @dtzWill: linux bootstrap: remove assertion failure from dev, fixes 'nix eval'
<{^_^}> → 893bf70a by @Ericson2314: Merge pull request #39562 from dtzWill/fix/bootstrap-assert-eval
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #39562 → linux bootstrap: remove assertion failure from dev, fixes 'nix eval' → https://git.io/vpWr2
<infinisil> Hey symphorien and Ralith, I asked this a while ago too, but I'm having trouble with rust + libzfs
<{^_^}> [nixpkgs] @peti merged pull request #39199 → Merge pull request #39062 from vaibhavsagar/bump-all-cabal-hashes → https://git.io/vpq6l
<{^_^}> [nixpkgs] @peti pushed 2 commits to release-18.03: https://git.io/vpWKi
<{^_^}> → 4a73c1fa by @peti: Merge pull request #39062 from vaibhavsagar/bump-all-cabal-hashes
<infinisil> I'm trying to use this crate for rust development: https://github.com/intel-hpdd/rust-libzfs
<{^_^}> → 04d9a46d by @peti: Merge pull request #39199 from vaibhavsagar/release-18.03
<infinisil> I'll make an example repo with my efforts, hold on
<mightybyte> Just a heads-up to whoever maintains the Amazon EC2 AMIs for NixOs...the 18.03 AMI doesn't seem to allow you to connect.
mmercier has quit [Quit: mmercier]
<ikwildrpepper> mightybyte: can you give more information?
Slabity has joined #nixos
<mightybyte> ikwildrpepper: I spun up an instance yesterday with that AMI but was unable to connect with SSH.
<mightybyte> I can connect to 17.09 just fine.
<mightybyte> ...by SSHing to the root user.
<ikwildrpepper> how do you spin it up?
<mightybyte> Not quite sure what you're asking.
<ikwildrpepper> are you using nixops? or just ec2 run-instances call
<mightybyte> My process should be fine since it works when I use the 17.09 AMI.
<mightybyte> Ahh
<ikwildrpepper> do you provide an existing keypair?
<mightybyte> I manually created it in the AWS web console.
<mightybyte> Yeah
dx__ has quit [Quit: leaving]
<infinisil> symphorien: Where is this env var read? https://github.com/symphorien/nix-du/blob/master/nix-du.nix#L53
<ikwildrpepper> mightybyte: which ami are you using?
<ikwildrpepper> (which region)
<mightybyte> ikwildrpepper: US East
<ikwildrpepper> us-east-1?
<mightybyte> us-east-2
<infinisil> symphorien: Ahh, the build script for rust-libzfs doesn't have that: https://github.com/intel-hpdd/rust-libzfs/blob/master/libzfs-sys/build.rs
<infinisil> I think patching it to have this should work
<mightybyte> Oh bizarre...I just tried it again and it worked.
<ikwildrpepper> mightybyte: also, what instance type?
<ikwildrpepper> you're welcome :p
<mightybyte> Hehe
<mightybyte> This one that worked is a t2.micro, which is not the actual size I want.
<mightybyte> Let me try with a bigger one.
acarrico has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SergeL opened pull request #39564 → nodejs: init at v10.0.0 → https://git.io/vpWit
drakonis_ has quit [Quit: Leaving]
<judson> What does the grahamcofborg-eval actually do on PRs? It'd be nice to be able to repro locally.
hakujin has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #39454 → armadillo: 8.400.0 -> 8.500.0 → https://git.io/vpnkF
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to master: https://git.io/vpWic
<{^_^}> → 1e0d2306 by R. RyanTM: armadillo: 8.400.0 -> 8.500.0
<{^_^}> → 36aba096 by @dotlambda: Merge pull request #39454 from r-ryantm/auto-update/armadillo
<symphorien> infinisil: you might have to remove this https://github.com/intel-hpdd/rust-libzfs/blob/master/libzfs-sys/build.rs#L13 as well
<infinisil> symphorien: Ah yeah
<infinisil> symphorien: Do you happen to know how I can specify a git dependency in a folder?
<infinisil> libzfs = { git = "rust-libzfs" } doesn't work
<symphorien> I think that's path =
<symphorien> the repo being git is not irrelevant
<symphorien> *now
<infinisil> Then I get "Unable to update file file:///home/infinisil/code/rust/rust-libzfs" and "found a virtual manifest at `/home/infinisil/code/rust/rust-libzfs/Cargo.toml` instead of a package manifest"
<mightybyte> ikwildrpepper: Hmmm, just tried an m5.2xlarge and it's not working.
<mightybyte> nixos-18.03.131792.becbe4dbe16-x86_64-hvm-ebs (ami-fd221298)
Sonarpulse has quit [Ping timeout: 276 seconds]
<infinisil> symphorien: Oh I get it, the package is in a subdir
<mightybyte> ikwildrpepper: It just says "Connection refused" like the SSH key didn't get put in place properly.
xy2_ has quit [Ping timeout: 264 seconds]
acarrico has joined #nixos
Fare has quit [Ping timeout: 264 seconds]
Myrl-saki has quit [Ping timeout: 260 seconds]
<infinisil> symphorien: No method named clang_args for type bindgen::Bindings :/
<symphorien> verify that they use a recent enough version of bindgen
<infinisil> You seem to use 0.32, while they use 0.36 :P
<symphorien> oh
<symphorien> I am outdated :o
<infinisil> I guess I'll try with your version
furon has joined #nixos
<infinisil> Same error though, maaan
<symphorien> infinisil: it's on the builder https://docs.rs/bindgen/0.36.0/bindgen/struct.Builder.html#method.clang_arg
<symphorien> iirc the builder outputs bindings and then you write them to a file
<symphorien> so you must intervene sooner
<infinisil> Oh, I'm calling it on the bindings struct
<Ralith_> symphorien: I wonder if we should upstream some changes to bindgen to make it Just Work on nix
<infinisil> Ah right, stupid me
<{^_^}> [nixpkgs] @WilliButz opened pull request #39565 → grafana: 5.0.4 -> 5.1.0 → https://git.io/vpWXm
<infinisil> Ralith_: Yes please!
throwboy has quit [Ping timeout: 256 seconds]
<symphorien> Ralith_: I was wondering if the method they recommand in the book (building bindings yourself in build.rs as opposed to running bindgen as a standalone executable) was the right one, because wrapping an executable is far easier than touching the source
<infinisil> It still doesn't work :/
<{^_^}> [nixpkgs] @Mic92 merged pull request #39498 → pytaglib: init at 1.4.3 → https://git.io/vpcQ2
<{^_^}> [nixpkgs] @Mic92 pushed commit from @mrkkrp to master « pytaglib: init at 1.4.3 (#39498) »: https://git.io/vpWX6
<infinisil> It still doesn't find the header file
civodul has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
<{^_^}> [nixpkgs] @Mic92 merged pull request #39560 → batctl: 2018.0 -> 2018.1 → https://git.io/vpWuB
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/vpWX9
<{^_^}> → c7a56731 by R. RyanTM: batctl: 2018.0 -> 2018.1
<{^_^}> → 555c51b0 by @Mic92: Merge pull request #39560 from r-ryantm/auto-update/batctl
Myrl-saki has joined #nixos
tyrus82 has joined #nixos
<symphorien> what did you end up with ?
<infinisil> Oh hold on I should remove the thing you said earlier
xeji has joined #nixos
<symphorien> if you make a PR to libzfs, make sure to replace this as well https://github.com/intel-hpdd/rust-libzfs/blob/master/libzfs-sys/build.rs#L95-L97
<Ralith_> symphorien: I think the consensus is that packages should generate their bindings once and commit them to version control so people don't need (a bindgen compatible version of) llvm installed to build your package, but in some cases this is very difficult due to preprocessor use or something
<Ralith_> also, patching bindgen would avoid the need for a wrapper for standalone use too!
<infinisil> I mean they do have the generated bindings.rs in the repo, not sure why cargo can't just use those
<Ralith_> writing a wrapper for the bindgen executable is harder than it'd seem, at least if you're as inexpert at bash wrangling as I am
Ariakenom has quit [Ping timeout: 240 seconds]
<Ralith_> infinisil: cargo just runs the build script, if they're both committing *and* generating the bindings it's probably due to confusion
<infinisil> Oh, so I could just patch the Cargo.toml to not run the build script?
blankhart has quit [Ping timeout: 248 seconds]
<symphorien> Ralith_: I learned how to use bindgen for nix-du by reading this https://rust-lang-nursery.github.io/rust-bindgen/ and iirc they present the build.rs as "the way to go"...
<symphorien> see https://rust-lang-nursery.github.io/rust-bindgen/library-usage.html "💡 This is the recommended way to use bindgen. 💡"
<symphorien> so, as a noob, I went this way :)
<infinisil> Awww yeahh
<infinisil> It works
<ghostyy> hi, i get this error on nixos [ 3973.203869] print_req_error: critical medium error, dev nvme0n1, sector 517344
freeman42x]NixOS has quit [Ping timeout: 248 seconds]
brodul has joined #nixos
<ghostyy> nvme0n1 has my root filesystem and /home on it
<ghostyy> is my disk failing?
<Mic92_> could be temporary as well
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/355d39c02c5 (from 5 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @matthewbauer pushed to release-18.03 « release-combined: don't include tests.chromium »: https://git.io/vpWMf
<infinisil> Oh wait, probably it won't work at runtime, because I had to remove the part that links to zfslib
<Mic92_> i.e. a loose cable
<ghostyy> it's seated right in the motherboard
<Ralith_> infinisil: you should fix the build script rather than disabling it, as indeed linking libs is needed
<infinisil> Yeah, I think I got it, hold on
<Ralith_> symphorien: yes; to reiterate, I believe the community consensus is that that advice is bad
<symphorien> ah ok
<Ralith_> especially if you ever hope to build on windows
<Ralith_> or if your distro's llvm isn't one that bindgen supports
<Ralith_> compiling llvm takes like an hour even on good hardware
<symphorien> well the first step might be to remove this advice from the book then
<infinisil> symphorien: Ralith_: So what I did was replace the bindgen build script with just `pkg_config::probe_library("libzfs").unwrap(); and println!("cargo:rustc-link-lib=zpool");
Fare has joined #nixos
blankhart has joined #nixos
astiles has joined #nixos
<moredhel_[m]> hmm, alright... dump question. I obviously don't have network access during the build process of a derivation. How do I run a custom tool with network access, then pass its result on to the no-network build?
lonokhov has quit [Quit: boop]
<symphorien> moredhel_[m]: fixed output derivations are allowed to access the network https://nixos.org/nix/manual/#fixed-output-drvs
astiles has quit [Read error: Connection reset by peer]
astiles has joined #nixos
<Ralith> moredhel: I'm pretty fuzzy on the details but I think if you define a fixed-output derivation, i.e. one that nix knows has a specific hash for its output, you get network access
<moredhel_[m]> ie, I define it as usual regarding a builder script etc... but I also pass in a sha256 saying what the output will be? does this also work with directories?...
<moredhel_[m]> I've tried reading through the nix-prefetch-git code but am still not sure
<symphorien> yes, the hash will be recursive
<symphorien> see the option outputHashMode
milka has quit [Ping timeout: 260 seconds]
<symphorien> anyway, just pust a bogus hash and nix will tell you on first failed build which was the right hash
treets has joined #nixos
fragamus has joined #nixos
astiles has quit [Ping timeout: 240 seconds]
<moredhel_[m]> Ralith: you were correct, setting the sha256 gives me network access. now I need to fight with certificates! https is being unkind
asuryawanshi has joined #nixos
<symphorien> add ca-certs to buildInputs maybe
drakonis has quit [Remote host closed the connection]
xy2_ has joined #nixos
<moredhel_[m]> got it! just told the tool to ignore certs
azriphale has joined #nixos
<{^_^}> [nixpkgs] @globin pushed 7 commits to release-18.03: https://git.io/vpWy3
<{^_^}> → c37bedd7 by @globin: gitaly: 0.81.0 -> 0.95.0
<{^_^}> → 92ba0f71 by @globin: gitlab-shell: 6.0.3 -> 7.1.2
<{^_^}> → 922fd39e by @globin: gitlab-workhorse: 3.6.0 -> 4.1.0
Fare has quit [Ping timeout: 240 seconds]
<azriphale> Hi all. I've just updated to my system nixos 18.03, but I'm not able to update my user environment. When running "nix-env -u --leq", it terminates with "error: stack overflow (possible infinite recursion)"
<azriphale> I'm at a loss as to how to find the issue
sanscoeur has joined #nixos
andi- has quit [Ping timeout: 264 seconds]
xy2_ has quit [Ping timeout: 260 seconds]
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Ralith> moredhel: dangerous habit
fragamus has joined #nixos
<joepie91> moredhel_[m]: that's essentially disabling the security provided by TLS
drakonis has joined #nixos
luigy has left #nixos [#nixos]
andi- has joined #nixos
ottidmes has joined #nixos
astiles has joined #nixos
Sonarpulse has joined #nixos
<bfrog> so does screenshare not work with chromium in nixos?
<bfrog> just tried and it just says it can't share screen
<bfrog> works fine in arch and such
<clever> bfrog: it works on hangouts but it fails on google meetings
<bfrog> I swear google breaks their f'n screenshare weekly
<bfrog> its like, I don't change anything, it breaks anyways
<bfrog> clever: thanks
<{^_^}> [nixpkgs] @Mic92 closed pull request #30881 → bundler: 1.14.6 -> 1.16.1 → https://git.io/vFkyD
<bfrog> doesn't seem hangouts works either
<bfrog> do I need some special plugin? I thought google had a talkplugin or some bullshit
<clever> dont need anything for hangouts to work
<bfrog> yeah, doesn't seem to work anymore now I guess
<bfrog> same bullshit
<moredhel_[m]> Ralith: apparently it's fine because hash-checking
<moredhel_[m]> but yes, outside the store I 100% agree
<clever> moredhel_[m]: there is also the minor issue that a mitm attack can expose what you are downloading to a 3rd party
cheshircat has joined #nixos
astiles has quit [Remote host closed the connection]
<clever> so an attacker could potentialy know everything your downloading
xy2_ has joined #nixos
astiles has joined #nixos
vcunat has joined #nixos
astiles has quit [Ping timeout: 248 seconds]
astiles has joined #nixos
Ariakenom has joined #nixos
szicari has quit [Quit: szicari]
<{^_^}> [nixpkgs] @bfortz opened pull request #39566 → owncloud-client: 2.3.4 -> 2.4.1 → https://git.io/vpWHg
* goibhniu noticed someone added instructions to the wiki about how to get nvidia prime working <3 https://nixos.wiki/wiki/Nvidia#Nvidia_PRIME
hph^ has quit [Ping timeout: 268 seconds]
<ottidmes> I want a nix-shell environment for GHC with the packages belonging to the project I am working on. I now just copy over the dependencies, but I would rather have it reuse what is in libraryHaskellDepends of the package and in question and put it in ghc.ghcWithPackages. How do I achieve this, or are there better ways to achieve this?
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<clever> ottidmes: the .env attribute of most haskell packages is suitable for use with nix-shell
fragamus has joined #nixos
<ottidmes> clever: I experimented with that, but it did not work for me, I will try again
astiles has quit [Remote host closed the connection]
astiles has joined #nixos
spear2 has joined #nixos
Sonarpulse has quit [Ping timeout: 276 seconds]
szicari has joined #nixos
astiles has quit [Ping timeout: 264 seconds]
seville has joined #nixos
<samueldr> goibhniu: that's pretty new, and the contributor was literally working minutes ago on that page
astiles has joined #nixos
astiles has quit [Remote host closed the connection]
fendor has quit [Remote host closed the connection]
<samueldr> vodkabot [the contributor], whoever they are, doing a great job :)
astiles has joined #nixos
<goibhniu> samueldr: go vodkabot! :D
szicari has quit [Quit: szicari]
<infinisil> ottidmes: For use with cabal?
__Sander__ has quit [Quit: Konversation terminated!]
contrapumpkin has joined #nixos
astiles has quit [Read error: Connection reset by peer]
astiles has joined #nixos
katona has quit [Quit: Connection closed for inactivity]
<mightybyte> ikwildrpepper: On those nixos AMIs, how do you make it take the whole space allocated to the volume?
astiles has quit [Remote host closed the connection]
ptech has joined #nixos
astiles has joined #nixos
xcmw has joined #nixos
ptech has quit [Quit: Page closed]
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/f7c8e08c7f2 (from 72 minutes ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
<ottidmes> clever: This works: nix-shell -E 'with import <nixpkgs> {}; (haskell.packages.ghc822.callPackage ./. {}).env', not sure how to get things like hlint in it as well, worst case I just keep those in my system env
<ottidmes> infinisil: Yeah
odi has joined #nixos
astiles has quit [Ping timeout: 248 seconds]
<ottidmes> infinisil: I just want to have a dev environment where I can use ghci to experiment with my project
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx_ has joined #nixos
<judson> Using nix-shell as an interpreter, and getting an error that looks like it's completely ignoring NIX_PATH?
Arcaelyx has joined #nixos
<judson> `error: getting status of '/home/judson/bin/default.nix': No such file or directory`
asuryawanshi has quit [Remote host closed the connection]
coot has quit [Ping timeout: 256 seconds]
ilyaigpetrov has joined #nixos
<infinisil> ottidmes: `(pkgs.haskellPackages.callPackage ./cabal2nix.nix {}).env` in shell.nix
asuryawanshi has joined #nixos
<infinisil> ottidmes: And to get the other file, do `cabal2nix . > cabal2nix.nix`
astiles has joined #nixos
jgt has quit [Quit: WeeChat 1.9.1]
<ottidmes> infinisil: Thanks, but like mentioned above (although I did not mention I used cabal2nix already), I got so far, but how do you extend that. For example, I also want to have cabal itself, hlint and uuagc available
Arcaelyx_ has quit [Ping timeout: 276 seconds]
<infinisil> Just overriding it should work
<infinisil> ....env.overrideAttrs (old: { buildInputs = ...; }) probably
<ottidmes> infinisil: Ah, cool, I was not sure whether that would work
Mateon3 has joined #nixos
jrolfs__ has joined #nixos
romildo has joined #nixos
silver has joined #nixos
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon3 is now known as Mateon1
<ottidmes> infinisil: Thanks! It worked: nix-shell -E 'with import <nixpkgs> {}; (haskell.packages.ghc822.callPackage ./. {}).env.overrideAttrs (oldAttrs: { buildInputs = oldAttrs.buildInputs ++ (with haskell.packages.ghc822; [ cabal-install hlint uuagc ]); })'
<infinisil> Nice \o/
<romildo> Enabling services.spamassassin on master makes nixos-rebuild fail because of the builder for perl-Razor2-Client-Agent-2.84 failing. Has anybody seen this? Any clues?
<infinisil> romildo: "Failing" doesn't mean much, what's the error?
Slabity has quit [Remote host closed the connection]
<ottidmes> romildo: I have not clue, but maybe post the failed build log, if there are any clues to be had, they are likely in there
tyrus82 has quit [Ping timeout: 248 seconds]
Turion has joined #nixos
<romildo> That is the output of nixos-rebuild boot 2>&1 | tee /var/tmp/nixos-rebuild.log
<judson> Any ideas why I'd be having problems using nix-shell as an iterpreter?
dx__ has joined #nixos
<dx__> pls enligthen: in my one nixos install, 'nix-env -i mutt' just did a download..whereas in my other nixos box, the same command seems to compile from source.
<Turion> When running nixos-rebuild --switch, it compiles rustc-1.24.0. I don't want that, it takes forever and my computer is slow. How do I avoid that? Do I maybe have weird settings somewhere so my rustc is not in the binary cache? How to find them? (I don't use rust) Or how do I find out which dependency pulls it in?
<ottidmes> I plan to use Rust tomorrow for a hobby project and plan to setup a working environment for it tonight. I looked at what the nixpkgs manual had to say about Rust and it seems well supported. Would you recommend building via Nix or Cargo? And any other tips for setting up a Rust environment in NixOS? (I do not use Vim or Emacs)
<maurer> ottidmes: If you are heavily familiar with nix already, check out carnix
<dx__> Turion: i have the same issue.. i have a very slow laptop.
<maurer> ottidmes: Otherwise, consider using the mozilla overlay to use cargo
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ac364d82a8d (from 77 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
<Turion> dx__ :/ Did you take any measures against it?
<maurer> ottidmes: https://github.com/maurer/marduk/blob/master/shell.nix is an example of a shell.nix, you can delete the custom vim portion
<Turion> Well, very generally, how do I find out what has rustc as a dependency?
<dx__> Turion: i evaded any X11.. so i am just pure tex-based
<maurer> In fact, you can delete most of it :P
<Turion> dx__: What's tex got to do with it?
<Turion> Oh, right I get it :)
<dx__> Turion: if i un-comment X11 in the config, then that rust compile thing is kicking-in..
<ottidmes> maurer: Thanks! So carnix is like cabal2nix?
<Turion> Hmm, not really an option for me I think...
<infinisil> romildo: Does `nix-build '<nixpkgs>' -A perlPackages.Razor2ClientAgent` produce an error too?
<Turion> Why is this rustc not in the binary cache? How can I find out what build option is different for me compared to any version in the cache?
<infinisil> Judson: Well what's the nix file?
<judson> infinisil, it starts `#! /usr/bin/env nix-shell` `#! nix-shell -i python3`
<maurer> ottidmes: Pretty much, but it removes cargo from the picture even a bit more than cabal2nix
<dx__> guys, i'm puzzled why 'nix-env -i mutt' did a source compilation in one nixos but merely did a binary download in another nixos box...
<ottidmes> Turion: There is nix-diff, which can tell you what the difference between your deriviation and that on the cache
<maurer> ottidmes: you will need to have a Cargo.lock file first though, and that requires cargo to produce
<judson> And complains that "error: getting status of '/home/judson/bin/default.nix': No such file or directory"
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Sonarpulse has joined #nixos
<ottidmes> maurer: LIBCLANG_PATH = "${llvmPackages.clang-unwrapped.lib}/lib"; seems like an important bit
<Turion> ottidmes: Yes, that sounds good! Thanks!
<infinisil> Judson: I think you need to provide at least 1 package with -p, otherwise nix-shell will try to find a file to use for the shell
<infinisil> Judson: What you're doing right now is no different than just using python3 directly in #!/usr/bin/env python3
MichaelRaskin has joined #nixos
<infinisil> Judson: You probably want `nix-shell -i python3 -p python3`
<maurer> ottidmes: That's only needed for bindgen
<maurer> ottidmes: You can delete it if you don't need bindgen
<ottidmes> maurer: So I generate a Cargo.lock file with cargo for my project, which describes the dependencies of my project, and then use carnix to generate a nix package that can just be build via nix-build. And if that for some reason does not work for me, I would be best of trying the mozilla nixpkgs overlay and use the nightly cargo/rustc, right?
<infinisil> ottidmes: Well for just development I can recommend to just use cargo, no nix stuff. And if you need some system library to link to (e.g. with openssl), just create a simple shell.nix with pkgconfig and openssl as buildinputs, then cargo build in that one instead
<maurer> ottidmes: More or less, yeah
bfrog has quit [Quit: WeeChat 2.0]
<maurer> ottidmes: if you have native deps, you will need to write a little bit of nix on top of it to get carnix to build right
<romildo> infinisil, yes, nix-build produces the error. Here is the output of nix-build "<nixpkgs>" -A perlPackages.Razor2ClientAgent : https://paste.pound-python.org/show/aLAmS6htZy0Wc7pX4Pwf/
<maurer> ottidmes: https://github.com/maurer/marduk/blob/master/default.nix is an example of me injecting some native deps
xcmw has joined #nixos
<maurer> ottidmes: the "marduk.nix" in that directory was generated directly by carnix
<ottidmes> maurer: So like infinisil suggested and like you showed in that shell.nix, if something outside the rust world is needed, I would just have to build an nix-shell for it, and then it is able to find it and link it properly?
<maurer> Yeah
<Turion> How do I find out which derivation a daemon is currently building?
<maurer> carnix needs to be told to inject it if you want to do that, like in default.nix
<maurer> but if you're doing regular shell.nix/mozilla overlay (which is the easiest way)
<maurer> just add it to buildInputs and it should go
tlotze has joined #nixos
<infinisil> romildo: Are you sure you're using master nixpkgs? because in master this one builds just fine, even in the cache
atu has joined #nixos
atu has quit [Changing host]
atu has joined #nixos
atu is now known as adamt
<ottidmes> maurer: Ah, so since carnix just generates a file that calls buildRustCrate like documented on nixpkgs, I can still use those things documented there like crateOverrides
<ottidmes> maurer: Would you also recommend using the mozilla overlay when using the carnix approach?
<maurer> ottidmes: I use mozilla overlay for development, and to update my cargo lock file
jrolfs__ has quit [Ping timeout: 264 seconds]
<maurer> I then exit the shell and run nix-build to produce semi-releases for running my experiment/distributing binaries
<treets> jtojnar: "dbus services need to be added to services.dbus.packages" How I do this? PS: I didn't found it in the manual
knupfer has joined #nixos
<infinisil> romildo: Try this: nix-build https://github.com/nixos/nixpkgs/archive/master.tar.gz -A perlPackages.Razor2ClientAgent --arg config '{}' --arg overlays '[]'
jrolfs__ has joined #nixos
<ottidmes> maurer: And that latter bit, the nix-build, is done with the rustc not from the mozilla overlay?
<tlotze> Hi. Probably a beginner's question, but I cannot seem to find an answer: I'm using nixpkgs (unstable) on top of another Linux distribution. Now, I'd like to use Firefox from nixpkgs but I cannot get it to apply antialiasing when rendering text. (It does work when using Firefox from the underlying system with the same profile.) Is this a matter of installing additional things (libraries, fonts) or of configuration?
<maurer> ottidmes: Correct, it uses the rustc stable from inside nixpkgs instead
<maurer> ottidmes: I do things this way in large part because a lot of the tools I use to develop need to run against nightly rustc
<maurer> but the project is intended to build with stable rustc
<maurer> and I want to make sure I haven't accidentally slipped in any other deps I wasn't aware of
<infinisil> tlotze: Are the versions the same?
<ottidmes> maurer: Alright, makes sense, thanks for making this all clear to me! :)
<maurer> (For example, clippy runs only on nightly, and rustfmt formats differently on stable vs nightly)
<romildo> infinisil, I am really on nixos-unstable (with a very few number of packages from master), sorry.
<tlotze> infinisil: no, the one from the system is 52, the one from nixpkgs is 59. I had hoped to be able to upgrade beyond 56 this way.
<ottidmes> maurer: As a beginner, I guess I will just use the version that is best documented, so I assume stable
<maurer> ottidmes: tbh if you're a beginner, ignore the carnix stuff, just use the mozilla overlay with nightly
<maurer> ottidmes: Also, despite the asinine name, I'd suggest trying out cargo-clippy
xcmw has quit [Ping timeout: 248 seconds]
<maurer> it can help you find places where you've written inefficiently or non-idiomatically if you're starting out
szicari has joined #nixos
<ottidmes> maurer: Is nightly also easy to use in a Windows environment. I ask because I am going to work on it with a friend that develops on Windows, and we really should be using the same version
<ottidmes> maurer: Cool, so its a linter for Rust, like hlint is for Haskell
<{^_^}> [nixpkgs] @dotlambda pushed to master « python.pkgs.pyhomematic: 0.1.41 -> 0.1.42 »: https://git.io/vpWNQ
<Yaniel> with rustup, nightly rust is dead simple to use on most platforms
<maurer> ottidmes: Nightly is easy to use in a windows environment, yes
<{^_^}> [nixpkgs] @globin merged pull request #39565 → grafana: 5.0.4 -> 5.1.0 → https://git.io/vpWXm
<{^_^}> [nixpkgs] @globin pushed commit from @WilliButz to master « grafana: 5.0.4 -> 5.1.0 »: https://git.io/vpWNd
<maurer> ottidmes: https://rustup.rs/ is how you install rust on everything not nix
<maurer> Nightly doesn't bump unless RLS (something IDEs and fancy text editors use), rustfmt, rustc, and cargo build on linux, windows, and mac
<maurer> so you shouldn't end up on different versions with that
<ottidmes> maurer: Then mozilla overlay nightly it is! :)
<swaaws> Does any how to exist “how can I check the new version of program xyz work” as a guide. In my case it’s a new version of weechat 2.1 but in the pkgs are 2.0 described. Which steps are needed to check the new version (in addition push the new ver to pkgs) with minimal change of my host?
<infinisil> tlotze: Hmm I have no idea, but I suggest asking in #firefox on mozilla's irc server
<infinisil> tlotze: And if they don't know anything either, feel free to open an issue here: https://github.com/NixOS/nixpkgs/issues
<ottidmes> Yaniel: maurer: Thanks for letting me know, I have seen rustup mentioned by name, but did not yet know what it was exactly, I will let my friend know about it, before he wastes time on trying something else
<tlotze> infinisil: thank you
<Yaniel> well it's what the download link on rust-lang.org points you to...
<infinisil> Rustup doesn't really work well on NixOS
xy2_ has quit [Ping timeout: 264 seconds]
<infinisil> But mozilla's overlay does, which pretty much replaces rustup on NixOS
<ottidmes> Yaniel: lol, I missed that because I just when straight to googling NixOS Rust, but just in case I will check with him if he ended up using it
<romildo> infinisil, is there anything I can do to have spamassassin enabled on my nixos-unstable system?
<Izorkin> how to change privateIpv4 in nixops libvirtd vm ?
<infinisil> romildo: You can override the failing package with the master version
<{^_^}> [nixpkgs] @jlesquembre opened pull request #39568 → pspg: 1.0.0 -> 1.1.0 → https://git.io/vpWA9
vaninwagen has joined #nixos
<infinisil> romildo: something like `nixpkgs.overlays = [ (self: super: { perlPackages = (import (builtins.fetchTarball "github.com/nixos/nixpkgs/archive/master.tar.gz") {}).perlPackages; }) ];` would work
<infinisil> Probably. But you want to replace "master" with the current master revision
<infinisil> And you might want to use fetchFromGitHub instead to have nice caching
coot has joined #nixos
ThatDocsLady has quit [Ping timeout: 276 seconds]
<infinisil> dx__: What nix-env -i does depends on the channels you are using, you have probably two different channels on the 2 machines
<swaaws> ottidmes: thanks
zybell_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed to master « gst_all_1: fix botched merge »: https://git.io/vpWxS
<dx__> infinisil: i didn't set no channels. i just boot from the iso, and didn't even change the default configuration.nix that much
xy2_ has joined #nixos
xy2_ has quit [Client Quit]
xy2_ has joined #nixos
<clever> dx__: what does nix-channel --list say as both a normal user and root?
<dx__> clever: as normal user, displayed nothing. As root, it showed 'nixos https://nixos.org/channels/nixos-18.03'
<dx__> same also, in the other nixos box...
<clever> dx__: what was the original issue?
sir_guy_carleton has quit [Quit: Leaving]
<infinisil> 20:04:49 <dx__> guys, i'm puzzled why 'nix-env -i mutt' did a source compilation in one nixos but merely did a binary download in another nixos box...
<dx__> 'nix-env -i mutt' does a quick download in one box,.. in the other, it did a source compile
<clever> nix-instantiate --eval -E 'with import <nixpkgs> {}; "${mutt}"'
<clever> dx__: what does this output on both machines?
<dx__> same output.. i pasted above
<dx__> a sec..
mkoenig has quit [Quit: Lost terminal]
mkoenig has joined #nixos
sir_guy_carleton has joined #nixos
<sir_guy_carleton> so adding new programs to system enviroment (via nixos-rebuild) doesn't update the application launcher in kde plasma5. can anybody think of any fixes?
<dx__> sorryy..
<dx__> clever: "/nix/store/y7gyvflhrgmpdbbqgkx6i0n0fqz8rfn7-mutt-1.9.4"
<dx__> same with other machine, except slightly different in uuid
<clever> dx__: both machines print the same string?
<infinisil> Hah, well that's the point dx__
<goibhniu> sir_guy_carleton: don't the applications appear after restarting plasma?
zybell has joined #nixos
<infinisil> dx__: You can find out the exact version of nixpkgs you're using on both machines with `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`
<clever> dx__: can you pastebin the output of this command on each machine: nix show-derivation $(nix-instantiate '<nixpkgs>' -A mutt)
<clever> along with what infinisil asked for
<dx__> the other machine is: "/nix/store/f1c5k5vac133n9m8kvnda16m8373zm7y-mutt-1.9.4"
<sir_guy_carleton> no, they don't
romildo has quit [Quit: Leaving]
<clever> dx__: /nix/store/f1c5k5vac133n9m8kvnda16m8373zm7y-mutt-1.9.4 is not on the binary cache, so something is different on that machine
ma27 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos
ma27 has quit [Client Quit]
xy2_ has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ac364d82a8d (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
ma27 has joined #nixos
ma27 has quit [Client Quit]
schoppenhauer has quit [Ping timeout: 276 seconds]
dx__ has quit [Quit: leaving]
pie_ has joined #nixos
<Izorkin> how to change privateIpv4 in nixops libvirtd vm ?
schoppenhauer has joined #nixos
rosa has joined #nixos
rosa has quit [Client Quit]
<ottidmes> Izorkin: Maybe this: https://nixos.org/nixops/manual/#opt-networking.privateIPv4 but that is just me doing a quick search, other than that I have no idea
azriphale has quit [Remote host closed the connection]
<clever> ottidmes: its internally managed by nixops based on the state of libvirtd
<ottidmes> Izorkin: Maybe this is relevant as well: https://lastlog.de/wiki/index.php/Nixops
<infinisil> Izorkin: the primaryPrivateIpAddress and privateIpAddresses options look suspicious
rosa has joined #nixos
<ertes-w> how do i tell stdenv.mkDerivation to run the auto-tools?
<ertes-w> i assume it has something to do with autoreconfHook
<clever> ertes-w: simply add autoreconfHook to the nativeBuildInputs
<Izorkin> ottidmes: this not worked
<ertes-w> clever: thanks
olto has quit [Quit: ZNC - http://znc.in]
Fare has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
odi has quit [Ping timeout: 248 seconds]
olto has joined #nixos
<infinisil> Izorkin: Um, how about networking.privateIpv4?
ma27 has joined #nixos
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xy2_ has joined #nixos
<Izorkin> in config add vm01 = { ... networking.privateIpv4 = myip. This ip replaced to 192.168.122.xxx
ma27 has quit [Client Quit]
sir_guy_carleton has quit [Quit: Leaving]
ma27 has joined #nixos
ma27 has quit [Client Quit]
colemickens has quit [Ping timeout: 260 seconds]
nur0n0 has joined #nixos
raynold has joined #nixos
ben has joined #nixos
ma27 has joined #nixos
rihards has joined #nixos
ma27 has quit [Client Quit]
ma27 has joined #nixos
coot has quit [Quit: coot]
sir_guy_carleton has joined #nixos
ikitat has joined #nixos
migy has joined #nixos
civodul has joined #nixos
<Izorkin> nixops libvirtd not support only physical network?
<ikitat> $ nix-env -i nix-repl
<ikitat> error: undefined variable ‘placeholder’ at /nix/store/i8ysmk0m878mcshl73kcx36cw1a0niw3-nixpkgs-18.09pre138003.355d39c02c5/nixpkgs/pkgs/development/libraries/science/math/sympow/default.nix:38:17
zybell has quit [Ping timeout: 256 seconds]
<ikitat> suprising that sympow error would block me from installing nix-repl, though I'm able to install the nix-shell without trouble.
<steveeJ> ikitat: nix-repl is now "nix repl", you don't need to install it anymore
Thedarkb-X40 has joined #nixos
<ikitat> I'm not running nix 2.0
<ikitat> installing hello causes the same problem
jrolfs__ has quit [Ping timeout: 256 seconds]
<ikitat> I'd like to contribute a fix, assuming I can understand the intent of 'placeholder' in the expression.
jgt has joined #nixos
<treets> I'm running out of space with my new install. I have already optimized the store. How I can remove old rebuilds without bricking my new system?
<jgt> if I open nix-repl and load a default.nix with `:l default.nix`, it says "Added 52 variables.". Is there a way to show the values of all those variables?
<ikitat> Can I do something like nix-channel -add src/my-nix-pkg-repo ?
<judson> Thanks, infinisil. Got it working only to discover that the purpose wasn't accomplishable - cVim has stopped providing an external editor for security reasons.
ndrei has quit [Ping timeout: 248 seconds]
<jgt> oh… I can just tab-complete to explore stuff in the nix repl
rosa has quit [Quit: rosa]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #39535 → libmwaw: 0.3.13 -> 0.3.14 → https://git.io/vpCjc
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/vplJS
<{^_^}> → 7ebebcb3 by R. RyanTM: libmwaw: 0.3.13 -> 0.3.14
<{^_^}> → 5c5f5749 by @7c6f434c: Merge pull request #39535 from r-ryantm/auto-update/libmwaw
rosa has joined #nixos
darkmeson[m] has joined #nixos
<ikitat> or, it seems like I can just nix-env -f sympow/default.nix -i
rosa has quit [Client Quit]
<ikitat> but since I'm using nixpkgs/unstable via channels, this breaks my environment until it's fixed upstream. I'd like a temporary work around if possible
rosa has joined #nixos
<infinisil> ikitat: you can just not use the channels by changing your NIX_PATH to point nixpkgs to something different
<infinisil> ikitat: Wait what are you actually trying to do? I'm confused
<ikitat> infinisil: nix-env -i nix-repl
rosa has quit [Client Quit]
<ikitat> infinisil: and somehow sympow/default.nix error blocks me, yet it doesn't appear to be a dependency
<infinisil> Ah, so this placeholder thing is a nix 2.0 thing, and apparently it's used in your version of nixpkgs
<{^_^}> [nixpkgs] @woffs opened pull request #39569 → shotcut: 17.11 -> 18.03.06 → https://git.io/vplUD
<infinisil> I was trying to prevent people pushing nix 2.0 only features to nixpkgs, but seems like it still happens
<ikitat> ah, I downgraded from nix 2.0 because it seemed problematic on macos
<infinisil> ikitat: What does `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion` give you?
<ikitat> 18.09pre138003.355d39c02c5
<infinisil> Hmm yeah, it's also in master :/
<{^_^}> [nixpkgs] @srhb opened pull request #39570 → chromium: See if Hydra obeys a 24h meta.timeout → https://git.io/vplTY
<symphorien> infinisil: placeholder is a nix2.0 specific language element
<symphorien> you can't parse it with nix 1.x
<ikitat> should I be using a specific nixpkgs for nix 1.11.16
<infinisil> symphorien: Yeah I know, did I say something different?
rosa has joined #nixos
<infinisil> ikitat: You could in theory rollback to a version that does'nt use that
<ikitat> but then I'm stuck there
<infinisil> Found the culprit
<ikitat> I *think* my trouble with 2.0 is related to how darwin multiuser install handles channels... and I may have resolved that by hacking the install script to do a single user install
<ikitat> yes, that's the one... should unstable be compatible with nix 1?
<infinisil> Did you report the issue?
<infinisil> It should be compatible, but somebody messed it up
<{^_^}> [nixpkgs] @srhb merged pull request #39570 → chromium: See if Hydra obeys a 24h meta.timeout → https://git.io/vplTY
<{^_^}> [nixpkgs] @srhb pushed 2 commits to master: https://git.io/vplTa
<{^_^}> → 537d14f4 by Sarah Brofeldt: chromium: See if Hydra obeys a 24h meta.timeout
ThatDocsLady has joined #nixos
<ikitat> I was going to attempt a fix
<{^_^}> → 2248f98d by @srhb: Merge pull request #39570 from srhb/chromium-24h-timeout
<{^_^}> [nixpkgs] @srhb pushed commit from Sarah Brofeldt to release-18.03 « chromium: See if Hydra obeys a 24h meta.timeout »: https://git.io/vplTr
<ikitat> but I will submit an issue
reinzelmann has joined #nixos
<ikitat> infinisil: where do nix 2.0 breaking changes belong in relation to branches and channels?
<symphorien> infinisil: ah sorry that was for ikitat and I had not seen you had already said it ^^"
<infinisil> Nowhere, I said it already, the channels are supposed to stay compatible
jrolfs__ has joined #nixos
telent has joined #nixos
dan_b has joined #nixos
<infinisil> Well I haven't seen an official statement regarding that, but it seems stupid to not keep it compatible
coot has joined #nixos
<infinisil> I'm honestly not so sure why nix-repl uses that derivation
<ikitat> I don't think it does... same problem when I try to install hello
jrolfs__ has quit [Ping timeout: 260 seconds]
<ikitat> no problems using nix-shell though, so that feels odd
<infinisil> You on nixos or no?
<ikitat> macos
<infinisil> Ah right
<{^_^}> [nixpkgs] @7c6f434c merged pull request #39554 → cgal: 4.11.1 -> 4.12 → https://git.io/vpW80
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/vplk8
<{^_^}> → 94c6dbba by R. RyanTM: cgal: 4.11.1 -> 4.12
<{^_^}> → be3c4cfa by @7c6f434c: Merge pull request #39554 from r-ryantm/auto-update/cgal
<infinisil> ikitat: What does nix-info output? you can paste it directly here
<symphorien> so this qualifies as a bug
<infinisil> Ah right, minver, forgot about that
humanoyd has quit [Quit: WeeChat 2.1]
Neo-- has quit [Ping timeout: 264 seconds]
ThatPako has joined #nixos
<ThatPako> is there a package in nixpkgs that contains a rot13 tool?
szicari has quit [Quit: szicari]
<srhb> ThatPako: bsdgames, strangely...
<ThatPako> srhb: that sounds like a *major* coincidence, lol
<ikitat> - system: `"x86_64-darwin"`
<ikitat> - host os: `Darwin 16.7.0, macOS 10.12.6`
<ikitat> - multi-user?: `no`
<ikitat> - sandbox: `no`
<ikitat> - version: `nix-env (Nix) 1.11.16`
<ikitat> - channels(ikitat): `"nixpkgs-18.09pre138003.355d39c02c5"`
<ikitat> - channels(root): `"nixpkgs-18.09pre138003.355d39c02c5"`
<ikitat> - nixpkgs: `/Users/ikitat/.nix-defexpr/channels/nixpkgs`
<srhb> ThatPako: Regardless, it's there and it works :P
<srhb> ThatPako: You could probably do it with tr too
<ThatPako> srhb: is it the caesar thing?
<ThatPako> tr?
<srhb> ThatPako: Yes, it is.
<srhb> ThatPako: tr, translate characters. tr 'a-z' 'n-za-m'
* srhb had to do the alphabet song in english there...
<ThatPako> can one define aliases using nix too?
<ThatPako> or do I have to do that in my .bashrc/.zshrc/.whateverrc
<infinisil> ikitat: No, not nix-info -m, just nix-info.. but now it's too late. nix-info would not spam the chat
<srhb> ThatPako: In NixOS you can. environment.shellAliases
<ikitat> ah, sorry, still fairly new to nix
rosa has quit [Quit: rosa]
freeman42x]NixOS has joined #nixos
<tazjin> Is there a builtin or lib function for hashing a string? Doesn't really matter whether it's SHA* or any other algorithm for this use-case
concate[m] has left #nixos ["User left"]
<tazjin> can't seem to find any :/
<srhb> tazjin: builtins.hashString "sha256"
<tazjin> srhb: thanks, not sure how I managed to miss that - must be getting tired :)
<ThatPako> btw, is there any reason why the ibus daemon won't start even if I set it as my i18n.inputMethod.enabled?
rosa has joined #nixos
<srhb> tazjin: It's because it's so awkwardly named for hashing a string. ;-)
<tazjin> 🙈
tertle||eltret has joined #nixos
hotfuzz_ is now known as hotfuzz
mahalel_ has quit [Quit: Leaving.]
mahalel_ has joined #nixos
<treets> How can I reopen a closed issue on GH?
<treets> Or do I need to open a new issue to an issue which was closed some time?
<srhb> treets: I think you need special rights if you weren't the one who closed the issue.
<treets> What is best practice in your repo?
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/d0b24f28fa3 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<treets> srhb: Then I need to open a new issue, right?
<srhb> treets: I think it's fine to just link to the closed issue if you cannot reopen :)
<srhb> Yeah
<infinisil> ikitat: I suggest you to get a nixpkgs checkout, fix the placeholder thing, then use that checkout for your nixpkgs instead
<srhb> (I'd offer to reopen but I don't have the time to really verify that it's the same thing currently)
jedai has quit [Read error: Connection reset by peer]
reinzelmann has quit [Quit: Leaving]
<ikitat> infinisil: thanks, I'll give it a shot. Assuming there's no functional difference between ${placeholder "out"} and $out in this case
<treets> but another hardware!!
<infinisil> ikitat: Yeah
<ThatPako> Any idea regarding my ibus thing?
<treets> and only the radeon ring stalled issue
<treets> srhb: Maybe is is not exact the same issue.
ma27 has quit [Ping timeout: 240 seconds]
<samueldr> treets: I would open another issue, it's doubtful this is the exact same issue
<samueldr> though, please also share that issue in the new issue, just in case
<treets> samueldr: Ah, okay.
<srhb> treets: Does this mean the macbook booted?
rosa has quit [Quit: rosa]
<srhb> Oh, AMD. Guess not!
<treets> How I can route the terminal errors on tty1?
<treets> srhb:Unfortunately the macbook does not booted. I do have multiple systems :)
<srhb> Ah. :)
Ross has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @etu closed pull request #38196 → matrix-appservice-irc: init at 0.8.0 → https://git.io/vxKTX
<treets> srhb: I've seen, that are some MacBook users here when they left. They should know how I can get my MacBook to boot without rEFInd. Some days.
<srhb> treets: I believe you can copy /dev/vcs1 to some file to get the _current_ contents of the buffer.
Ross has joined #nixos
rosa has joined #nixos
<srhb> But it sounds like it might be a dmesg thing
Xal has quit [Ping timeout: 268 seconds]
<treets> srhb: Perfect: tail gives me what I need. Thank you!
ThatDocsLady has quit [Ping timeout: 256 seconds]
<srhb> treets: You're welcome.
<treets> dmesg think? Uh, this is too high
<srhb> dmesg prints the kernel ring buffer.
<treets> You mean that is not a radeon error?
<srhb> Oh, no, I just meant that's a way to get at that specific log.
<{^_^}> [nixpkgs] @LnL7 pushed to master « sympow: don't use placeholder »: https://git.io/vpltc
Xal has joined #nixos
<treets> meanwhile I'm looking for the issue template...
<treets> keep learning.
jtojnar has joined #nixos
<srhb> The issue template? That should just pop up when you open an issue, right? :)
simukis has quit [Ping timeout: 248 seconds]
alex`` has quit [Ping timeout: 248 seconds]
ikitat has quit [Remote host closed the connection]
astiles has quit [Remote host closed the connection]
astiles has joined #nixos
Fare has quit [Ping timeout: 264 seconds]
ThatPako has quit [Quit: Lost terminal]
knupfer has quit [Ping timeout: 265 seconds]
derchris_ has quit [Read error: Connection reset by peer]
nadley has quit [Remote host closed the connection]
<steveeJ> I'm trying to get started with nixops; using the virtualbox driver to experiment, I get "kernel driver not accessible" as an error from the GUI when I want to deploy to it
oida has quit [Ping timeout: 255 seconds]
Turion has left #nixos [#nixos]
schoppenhauer has quit [Ping timeout: 240 seconds]
nadley has joined #nixos
markus1199 has quit [Ping timeout: 264 seconds]
<steveeJ> when I start the virtualbox GUI the deployment works, but that's not exactly what I want
<steveeJ> I'd like to keep it headless
oida has joined #nixos
<seville> steveeJ, you can declare vbox as headless in your infrastructure declaration like this: deployment.virtualbox.headless = true;
derchris_ has joined #nixos
mkoenig_ has joined #nixos
<srhb> steveeJ: fwiw I had more luck with virtd.
<steveeJ> seville: cool! do I have to start from scratch or can I somehow update the deployment?
fragamus has joined #nixos
mkoenig has quit [Ping timeout: 248 seconds]
markus1189 has joined #nixos
<srhb> treets: Very nice. :)
<treets> I'm building a new kernel now and I am running out of space. How can I remove old rebuilds from the store? I have probably 40' until it's full B)
schoppenhauer has joined #nixos
<srhb> treets: nix-collect-garbage --older-than 30d for instance
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
<srhb> Er, --delete-older-than 30d
<seville> steveeJ, nixops deploy -d might be enough to redeploy, otherwise nixops destroy -d
<treets> srhb: can I use hours too? Otherwise all my buildings from the beginning will be removed.
<treets> It is only day 3 with my new Nix
<srhb> treets: Anything currently in use will not be removed
rihards has quit [Quit: rihards]
<srhb> treets: Oh, ow. you might be running into a space issue that's hard to fix then...
<srhb> The Nix store is quite space hungry.
<treets> srhb: Doesn't matter. I can fix this later
<srhb> Ok :)
<treets> Can I use --older-than 30d && --younger-than 32d?
<treets> If not I probably need to move them temporarely. But this is very handy.
<treets> uncomfortable
<MichaelRaskin> Can't use just ls -lt, and delete the needed generations manually?
aarvar has left #nixos [#nixos]
<MichaelRaskin> GC applies --older-than to profile generations, not to the dates of builds
tlotze has left #nixos [#nixos]
<treets> MichaelRaskin: Good to know. Yes. I mean the builds!
<treets> Can I delete them in the filesystem instead and than rebuild the store database?
<MichaelRaskin> Erm. Please use nix-store --delete on specific paths
<MichaelRaskin> That you can do
<MichaelRaskin> (obviously, reverse dependencies will also be removed)
<srhb> Oh, good catch.
<treets> Do you have an example of an reverse dependency which could be a problem after I did nix-store --delete [BUILD]?
<treets> I'm not comfortable with the package manegement actually
<steveeJ> seville: so if I change the expression of a deployment, I can't update it somehow?
<MichaelRaskin> Well, if you delete libX11, you also delete GTK
<clever> nix also keeps track of what is needed and will refuse to let you delete something thats potentially in-use
vaninwagen has quit [Quit: WeeChat 2.1]
<seville> steveeJ: Personally I'd just redeploy. There might be another way, though.
<steveeJ> srhb: seems sane to try libvirt. virtualbox has always given me trouble, also with vagrant
jrolfs__ has joined #nixos
coot has quit [Quit: coot]
rosa has quit [Quit: rosa]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6c5d860c8b3 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
pxc has joined #nixos
<pxc> hey grahamc! I just wanted to drop-by to say 'thank you' for adding systemd-based multi-user support for Linux users to the Nix installer
<pxc> that's a great feature. Thank you
<srhb> No kidding! Really great work :D
Aleksejs has quit [Quit: Goodbye]
Aleksejs has joined #nixos
<thoughtpolice> I'm unreasonably happy about it. We're going to move our machines at work over to Nix 2 at work soon with the new installer.
<srhb> gchristensen: Another highlight in case you don't see the praise on grahamc :P
<treets> : Maybe I'll ne (not) warned before if I really want to delete it? Doesn't matter. Just rebooting
hakujin has quit [Ping timeout: 240 seconds]
jgt has quit [Ping timeout: 248 seconds]
jrolfs__ has quit [Ping timeout: 268 seconds]
<treets> MichaelRakin: How I can see the builds? Are they sorted like in the grub menu?
rosa has joined #nixos
astiles has quit [Remote host closed the connection]
BlessJah_ is now known as BlessJah
astiles has joined #nixos
<treets> man nix-store says nothing about this.
<clever> treets: `nix-store --query --roots /nix/store/foo` will tell you if somebody can be deleted or not
<pxc> thoughtpolice: that's exactly the use case it makes exciting! Building multi-user support into the Nix installer greatly simplifies installing it in a lot of corporate environments
<clever> if it has no roots, it can be deleted
asuryawanshi has quit [Ping timeout: 240 seconds]
<pxc> *that makes it exciting
<{^_^}> [nixpkgs] @cawilliamson opened pull request #39574 → #39225 - added fix for zfs dracut support → https://git.io/vpls2
toby1851 has joined #nixos
<pxc> srhb: haha I was thinking about using the other handle too. Glad you got me covered :-)
<treets> clever: this does not help me. I have 7K+ files as 'foo'
<treets> In the grub menu I have ~ 10 entries.
<clever> treets: why do you want to delete some things?
joehh has joined #nixos
jrolfs__ has joined #nixos
<treets> clever: Because I did'nt knew that nixos is so hungry and I'm actually running out of space and probably need to stop the kernel building... But I like o remove some builds which I do not need instead.
civodul has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
<clever> treets: `nix-collect-garbage --max-freed 1g` will delete a random 1gig worth of un-needed things
<treets> random??!! No, this is not the option. Maybe this random build is the one which is very good. I don't know.
<clever> it will only be things that lack GC roots
<treets> On the other had: It is like playing roulette :=)
<clever> so anything actively in-use cant be deleted
<clever> including anything in the grub menu, those cant be deleted
<{^_^}> [nixpkgs] @7c6f434c pushed to release-18.03 « check-meta.nix: specify meta.timeout (used by Hydra) »: https://git.io/vplGG
rihards has joined #nixos
astiles has quit [Ping timeout: 248 seconds]
<treets> And how I can delete specific build? Can I remove files from my HDD and from grub manually and rebuild the store database?
<clever> no
rosa has quit [Quit: rosa]
<treets> This must be possible to delet build #3, #5 and #10?
<clever> if you want to remove osmething, you have to use nix-store --delete
<treets> to delete
<treets> clever: But MichaelR said that this only affects the profile store and not the builds.
rosa has joined #nixos
<treets> itself.
hakujin has joined #nixos
<clever> the builds live in /nix/store, and nix-store --delete deletes them from there
<treets> Start at the beginning: How can I vies the build which I have in the grub menu in my terminal?
<treets> view not vies, sorry
<clever> ls -l /nix/var/nix/profiles/
<clever> all of the ones starting with system
<clever> you can also use: nix-env -p /nix/var/nix/profiles/system --list-generations
hakujin has quit [Ping timeout: 240 seconds]
<treets> clever: This is a good tip! Can this be added to the manual?
<clever> probably could be added
nur0n0 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<treets> which would be a pull request, right?
<clever> yeah
<clever> to nixpkgs, under nixos/doc/
<adamt> treets: One tip I would give myself if I ever forgot everything about Nix/NixOS: Just glance over the man pages for all nix* tools, there's so much good info in many of them. :-)
hiratara has quit [Ping timeout: 265 seconds]
<treets> adamt: I've only had a look at the manual and did not found the answer.
alexteves_ has quit [Ping timeout: 240 seconds]
<treets> What do you mean with nix* tools?
astiles has joined #nixos
hiratara has joined #nixos
<treets> clever: Can I also see which programs are installed in each build?
<clever> treets: run an ls on the sw/bin directory of those system links
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/4d0e9b9000f (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
<treets> argh, sure, that's it.
rihards has quit [Quit: rihards]
darkmeson[m]1 has joined #nixos
sigmundv__ has joined #nixos
<adamt> treets: I just meant that if you're curious, try peeking at the various command line tools' manpages that nix and nixos comes with, it's a good learning experience
<{^_^}> [nixpkgs] @veprbl opened pull request #39576 → python3: add C++ compiler support for distutils → https://git.io/vplc1
Wharncliffe has joined #nixos
jrolfs__ has quit [Ping timeout: 260 seconds]
seville has quit [Quit: Leaving]
<treets> clever: nix-store --delete system-3-link would delete nothing. How I find the name for the [DELETE ME]?
xeji has quit [Quit: WeeChat 2.0]
ertes has quit [Quit: Bye!]
jrolfs__ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #39557 → bdf2psf: 1.178 -> 1.184 → https://git.io/vpWB6
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/vplC3
<{^_^}> → 1cbbf308 by R. RyanTM: bdf2psf: 1.178 -> 1.184
<{^_^}> → 29d726ba by @Mic92: Merge pull request #39557 from r-ryantm/auto-update/bdf2psf
<{^_^}> [nixpkgs] @veprbl opened pull request #39577 → Pr/pythia 8.235 → https://git.io/vplCG
<treets> adamt: Where are those command line manuals? I cannot find them when I start on the homepage and clicking through the sites.
blankhart has quit [Ping timeout: 240 seconds]
ertes has joined #nixos
<treets> Sure, the manual is full of them. But not for what I was looking for...
<clever> treets: the storepath that system-link-3 points to
<treets> it's late...
<clever> ?
<treets> I should go to bed now to rebuild my brain
<treets> :)
<{^_^}> [nixpkgs] @timokau opened pull request #39578 → ggMpfr update → https://git.io/vplCP
rosa has quit [Quit: rosa]
tomberek has joined #nixos
Arcaelyx has quit [Read error: Connection reset by peer]
rosa has joined #nixos
<tomberek> Hey, looking for some thoughts. The output of `builtins.split "" "abcd"` is different on Linux and OSX. OSX causes an error. I suspect this is a C++ library difference between the OSs. (https://opensource.apple.com/source/libcpp/libcpp-31/src/regex.cpp). This came up because of https://github.com/siers/nix-gitignore/blob/master/default.nix#L39
<treets> clever: I tried to nix-store --delete /nix/store/61q3125... and nix-store --delete /nix/store/f47i78... - but those two builds are marked as active and cannot be deleted.
<tomberek> we can fix nix-gitignore to not use "undefined"/inconsistent regex behavior. But this seems to imply different behavior of Nix between OSs. How far upstream should a fix go?
<clever> treets: you need to first run `nix-store --query --roots` on those, to see why they are still active
<{^_^}> [nixpkgs] @7c6f434c pushed to master « check-meta.nix: specify meta.timeout »: https://git.io/vplWq
<treets> Ah, good :)
<clever> tomberek: builtins.fetchgit will just run the real `git ls-something` and do what git normally does to filter it
<treets> nix-store --query --roots is empty!!
rosa has quit [Client Quit]
<treets> its really too late.
<clever> treets: when given the same path?
Ariakenom has quit [Quit: Leaving]
hakujin has joined #nixos
<treets> One gives me only /nix/var/nix/profiles/system-2-link. But this can not be deleted because it is marked as active. But your command gives me only /nix/var/nix/profiles/system-2-link.
<clever> GC roots cant be removed with --delete
<clever> for that, you need nix-env -p /nix/var/nix/profiles/system --delete-generations 2
Arcaelyx has joined #nixos
olto has quit [Ping timeout: 264 seconds]
<treets> what does this command do?
<clever> it deletes the 2nd generation of the system profile
<treets> mmh, how many generations are able and which generation is actually runing?
<treets> It is like philosophy :)
<clever> ls -l /run/current-system points to the storepath that is currently running
<clever> and the symlinks in /nix/var/nix/profiles/ tell you what storepath each generation is
<treets> ls -l /run/current-system is not system-2-link which cannot be deleted.
<treets> because it is market as active
<clever> you need to use `nix-env -p /nix/var/nix/profiles/system --delete-generations 2` to make system-2-link not active
<tomberek> clever: yep, we can do that, but there's still an underlying problem of difference Nix behavior depending on OS.
<treets> `nix-env -p /nix/var/nix/profiles/system --delete-generations 4` would than delete generation 4, right?
<clever> tomberek: yeah, that should be fixed
<clever> treets: yep
<tomberek> I'll make a Nix issue.
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/4d0e9b9000f (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
jrolfs_ has quit [Ping timeout: 240 seconds]
<treets> `note: currently hard linking saves 1858.32 MiB 1 store paths deleted, 0.04 MiB freed` This was probably the wrong `generation` to get more space.
<treets> sweet
<clever> treets: it only deletes the path you pointed out and the things that depend on it
<clever> treets: but not what it depended on
<clever> treets: the simplest way to delete more things is to `nix-collect-garbage --max-freed 1g`
jgt has joined #nixos
<{^_^}> [nixpkgs] @cawilliamson closed pull request #39574 → #39225 - added fix for zfs dracut support → https://git.io/vpls2
<treets> and the complicated and more precise way to free up nix store?
<clever> run nix-store -qR on the path that doesnt exist anymore, and try to nix-store --delete each and every one of those things
hiratara has quit [Quit: ZNC - http://znc.in]
grafoo has quit [Quit: WeeChat 1.4]
erasmas has quit [Quit: leaving]
joehh has quit [Ping timeout: 240 seconds]
<treets> The path is not there anymore as you said.
jgt has quit [Ping timeout: 248 seconds]
<clever> just run `nix-collect-garbage --max-freed 1g` and you should be good
<treets> That means I have deleted the symlink to a build. But the files are still there and I cannot delete them anymore?
<clever> you also deleted the build itself
<clever> but not what it depended on
<treets> I made a complete nix-collect-garbage before. There is nothing more to delete.
<clever> and there is basically no way to tell the difference between what it depended on, and all the other unused paths
<treets> That's why I like to delete a specific build.
<clever> deleting the 2nd generation made more garbage
<clever> so now a collect-garbage will delete more things
<treets> :laughing:
<clever> thats why ive been saying to run nix-collect-garbage
tomberek has quit [Ping timeout: 260 seconds]
<treets> Now I understand what the command will do in the backend , thank you.
<treets> nix-collect-garbage `note: currently hard linking saves 1777.59 MiB 146 store paths deleted, 435.51 MiB freed` :)
<treets> I need to write the steps down to not forget them
xy2_ has quit [Ping timeout: 240 seconds]
d6e has joined #nixos
logzet has quit [Remote host closed the connection]
<Myrl-saki> I have performed a --check
<Myrl-saki> How do I "repair" it?
obadz- has joined #nixos
<Myrl-saki> error: derivation '/nix/store/fj6vqniy1c641v2is3hjrj2q1rall0j3-ncurses-6.0-20171125-abi5-compat.drv' may not be deterministic: output '/nix/store/rmn12x69clsjqziz855a5almbf3g8n09-ncurses-6.0-20171125-abi5-compat-man' differs
<Myrl-saki> --check seems undocumented.
<Myrl-saki> --repair doesn't perform a rebuild.
<clever> Myrl-saki: you want --repair-path
<Myrl-saki> clever: Using nix-store?
<clever> yeah
<Myrl-saki> error: you don't have sufficient rights to use this command
<Myrl-saki> ._.
<clever> need root
<Myrl-saki> It's rebelling aginst me.
<Myrl-saki> error: cannot repair path '/nix/store/fj6vqniy1c641v2is3hjrj2q1rall0j3-ncurses-6.0-20171125-abi5-compat.drv'
<clever> you cant repair a .drv file
<clever> only an output
<Myrl-saki> Oh right.
obadz has quit [Ping timeout: 240 seconds]
obadz- is now known as obadz
<Myrl-saki> clever: Also, I don't have any substituters, what should I do?
<Myrl-saki> I want it to force a rebuild, whether or not it's actually good or not.
<clever> Myrl-saki: i dont think nix has an option for that, you have to --delete it (and everything depending on it), then rebuild
Arcaelyx has quit [Remote host closed the connection]
vcunat has quit [Quit: Leaving.]
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/b50443b5c4a (from 58 minutes ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
<Myrl-saki> clever: Thanks.
migy has quit [Quit: migy]
Arcaelyx has joined #nixos
<Myrl-saki> error: opening file '/proc/56816/maps': Permission denied
jgt has joined #nixos
<clever> Myrl-saki: are you in a namespace?
<Myrl-saki> clever: Yep.
<clever> Myrl-saki: that breaks the GC root code
<clever> you can never delete paths while in a namespace
<Myrl-saki> :(
<clever> yeah
<Myrl-saki> clever: Should I just go with proot instead?
<clever> id try doing just the --delete with proot
<clever> then you can switch back to the faster namespace
<Myrl-saki> clever: I'm using the nix-user-chroot program; I don't think that's possible?
<{^_^}> [nixpkgs] @xeji opened pull request #39579 → teamviewer: 12.0.90041 -> 13.1.3026 → https://git.io/vpl4T
<clever> i think you can use proot to map the same /home/user/whatever to /nix
<clever> and then nix-store --delete
<Myrl-saki> Oh right, I think I can use the mount bind thing.
<Myrl-saki> clever: In hindsight, I think I should have just asked for root access.
<clever> :P
<Myrl-saki> clever: Why can't the install be run from root?
Arcaelyx has quit [Max SendQ exceeded]
<clever> its not designed to have root, and wants to chown /nix to your user
<clever> if you have +w to /nix, it never even needs root
<Myrl-saki> clever: For a multi-user install without nix-daemon, I'd go with `chgrp nix /nix; chown g+x /nix`?
<Myrl-saki> Err
<Myrl-saki> chmod
Arcaelyx has joined #nixos
<clever> you need nix-daemon to do a multi-user install
<clever> because you cant easily give every user write access
<Myrl-saki> clever: How about the group method I talked about?
<clever> that wont inherit to the directories that the nix tools create inside /nix
<{^_^}> [nixpkgs] @matthewbauer opened pull request #39580 → Implement standardized "use flags" for Nixpkgs → https://git.io/vpl4u
<Myrl-saki> clever: Ugh, true.
<clever> nix-daemon manages running everything as a single user to solve the problems
<clever> and also enforces the rules so 1 user cant cheat and exploit another
<Myrl-saki> clever: I'm the only Nix user in our team, and I implemented a CI which uses Nix. How should I go with that?
<Myrl-saki> clever: We have a user specifically for the CI.
colemickens has joined #nixos
<Myrl-saki> clever: So I want to use my user, to build stuff for my RasPi, but I also want the CI user to be able to build stuff.
<clever> id just run nix-daemon as root
<Myrl-saki> clever: But the install is run from my user?
jrolfs_ has joined #nixos
hakujin has quit [Ping timeout: 260 seconds]
<clever> you can upgrade a single-user to a multi-user after installing
<Myrl-saki> Okay.
<Myrl-saki> Thanks.
<Myrl-saki> I just asked for root access
<Myrl-saki> I'll ping back once I have it.
blankhart has joined #nixos
jeaye has quit [Ping timeout: 265 seconds]
<colemickens> If I switch to nixos-unstable-small and try to build 'azure-image', it hangs on `starting stage 2 (/nix/store/lp6sd4r785qhy77pxvfbyvfhk0cp5739-vm-run-stage2)`
<colemickens> can anyone recommend how I might debug this/
MP2E has joined #nixos
hakujin has joined #nixos
helloworlddevelo has joined #nixos
jeaye has joined #nixos
<helloworlddevelo> Hey guys! Could you tell me how I can look up the log after a failed nix expression build?
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos
<colemickens> I filed an Issue with full logs/details: https://github.com/NixOS/nixpkgs/issues/39581
Ross has quit [Ping timeout: 256 seconds]
ottidmes has quit [Quit: WeeChat 2.0]
Ross has joined #nixos
Thedarkb-X40 has quit [Ping timeout: 240 seconds]
<LnL> helloworlddevelo: nix log or nix-store -l <drv>
<helloworlddevelo> LnL: thanks!
<Myrl-saki> What's fetchGit, and why does it behave differently from fetchgit?
<{^_^}> [nixpkgs] @vcunat pushed to release-18.03 « Revert "release-combined: don't include tests.chromium" »: https://git.io/vpl0q
hiratara has joined #nixos
<Myrl-saki> Oh, it's a builtin.
rosa has joined #nixos
<LnL> helloworlddevelo: it even works for cached builds :D
<LnL> Myrl-saki: builtins.fetchGit is eval time
<helloworlddevelo> LnL: :)
<Myrl-saki> LnL: I get a fatal: not a tree object with fetchGit.
<LnL> currently only works for revisions that are part of HEAD
Arcaelyx has quit [Ping timeout: 240 seconds]
<Myrl-saki> LnL: Oh.
<Myrl-saki> LnL: How do I use fetchgit without sha?
<Myrl-saki> Without hash checking, rather.
<LnL> you can't
Arcaelyx has joined #nixos
ihar has quit [Quit: WeeChat 2.0]
oida has quit [Ping timeout: 255 seconds]
helloworlddevelo has quit [Quit: Page closed]
oida has joined #nixos
bgamari has joined #nixos
lord| has quit [Ping timeout: 248 seconds]
<LnL> oh maybe you can, try ref = ...;
<{^_^}> [nixpkgs] @fpletz pushed 5 commits to master: https://git.io/vplEZ
<{^_^}> → dc62e850 by @fpletz: nixos/caddy: fix ca api endpoint, now uses v2
<{^_^}> → 1ae220b6 by @fpletz: pssh: add explicit references to openssh and rsync
<{^_^}> → c208823e by @fpletz: youtubeDL: 2018.04.16 -> 2018.04.25
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to release-18.03: https://git.io/vplE8
<{^_^}> → 87f64fb0 by @fpletz: nixos/caddy: fix ca api endpoint, now uses v2
<{^_^}> → 33762873 by @WilliButz: grafana: 5.0.4 -> 5.1.0
<{^_^}> → d12f6e48 by @fpletz: pssh: add explicit references to openssh and rsync
oida has quit [Remote host closed the connection]
oida has joined #nixos
silver has quit [Read error: Connection reset by peer]
doubletwin[m] has joined #nixos
<Lisanna> lol... stdenv unpackPhase doesn't support TAR archives?
<Lisanna> or am I doing something dumb
rosa has quit [Quit: rosa]
<LnL> 90% of the sources in nixpkgs are tarballs
<{^_^}> [nixpkgs] @pSub merged pull request #39559 → accountsservice: 0.6.46 -> 0.6.47 → https://git.io/vpWEh
<{^_^}> [nixpkgs] @pSub pushed 2 commits to master: https://git.io/vplEM
<{^_^}> → 5164104e by R. RyanTM: accountsservice: 0.6.46 -> 0.6.47
<{^_^}> → 835ac006 by @pSub: Merge pull request #39559 from r-ryantm/auto-update/accountsservice
rosa has joined #nixos
<Lisanna> Oh... the extension needs to be correct.
rosa has quit [Client Quit]
<{^_^}> [nixpkgs] @pSub pushed to master « accountsservice: change url to https »: https://git.io/vpluJ
lord| has joined #nixos
hph^ has joined #nixos
buckley310 has quit [Ping timeout: 256 seconds]
ryantrinkle has quit [Ping timeout: 240 seconds]
<colemickens> or maybe someone knows why switch_root might hang? https://github.com/NixOS/nixpkgs/issues/39581#issuecomment-384823425
buckley310 has joined #nixos