<Nicholas29>
Hi there, I am quite new to Nix. I really like Nix in general. I am trying to write a nix package to install Carthage on macOS but to no vail. Is this the right place to ask some questions?
jluttine has joined #nixos
<selfsymmetric-mu>
Nicholas29: it is.
<elvishjerricco>
Ericson2314: Seems the `nixpkgs.crossSystem` NixOS option doesn't work anymore. `attribute 'system' missing`
<Nicholas29>
My issue with Carthage on macOS is that it requires Swift and also sandbox. I got around the swift requirement with a xcode wrapper but I am not sure what I can do about the sandbox requirment on macOS... HALP.
<Nicholas29>
I was trying to manually do the build by using `buildCommand` but it did not give me the source folder and I am not sure how to get there.
<selfsymmetric-mu>
Looks tricky!
qubasa has quit [Ping timeout: 248 seconds]
<selfsymmetric-mu>
sandbox is a OSX-specific thing, right?
<{^_^}>
#18506 (by dhess, 2 years ago, closed): The state of Nix on OS X
<Nicholas29>
I am hoping if I can manually replicate the make install commands then I can pass the build flag to disblae sandboxing
ris has quit [Ping timeout: 245 seconds]
<selfsymmetric-mu>
According to the above it looks like there's supposed to be _some_ kind of sandbox support in Nix.
<selfsymmetric-mu>
But the issue just says that it was made available in 1.12 without saying where? Weird.
<EsperLily>
what do you mean by "Carthage requires the sandbox"?
judson_ has quit [Ping timeout: 245 seconds]
judson has quit [Ping timeout: 245 seconds]
<EsperLily>
also hardcoding a specific version of Xcode seems like a rather poor idea
<EsperLily>
because the package will break with newer Xcodes
<Nicholas29>
EsperLily Carthage requires `swift` to build it and I think `swift` by default has sandbox turned on.
<EsperLily>
swift has nothing to do with sandboxng
<EsperLily>
*sandboxing
<Nicholas29>
EsperLily You are absolutely right on the hardcoding xcode version.
<Nicholas29>
EsperLily there is an option for `swift build` `--disable-sandbox Disable using the sandbox when executing subprocesses`
<EsperLily>
ok that's SPM, not swift in general. Does Carthage actually build with SPM these days?
<EsperLily>
I'm also not sure why you'd need to disable any sandboxing of SPM's builder subprocesses
<EsperLily>
huh Carthage's build script tests for an env var called HOMEBREW_SDKROOT and uses that to determine if it should pass --disable-sandbox, which is really curious because I didn't think Homebrew did shenanigans like that
<Nicholas29>
because that need `sandbox-exec` which again, I could get around by symlink into nix (This might be a hacky workaround. Happy for any suggestion on a better solution aswell)
<EsperLily>
you could try having your derivation run `make install SWIFTPM_DISABLE_SANDBOX_SHOULD_BE_FLAGGED=should_be_flagged` which should ask the Makefile to disable the sandbox
<EsperLily>
or include a patch for the Makefile to do the equivalent
<Nicholas29>
But even with `sandbox-exec` symlinked, I am running into other issues related with sandboxing so that's why I am trying to disable it
vmandela has joined #nixos
thc202 has quit [Ping timeout: 250 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<selfsymmetric-mu>
Nicholas29: consider putting up an issue and WIP pull-request up on the nixpkgs repository.
<selfsymmetric-mu>
That way you might get some additional visibility.
o1lo01ol1o has joined #nixos
<EsperLily>
FWIW looking at the Makefile you shouldn't need to symlink in any Xcode-related stuff, just the build tools that swift itself uses
<Nicholas29>
EsperLily Sorry, this is my very first nix expression and I got a dumb question: how do I have my derivation run that command. By putting it as the `bulidCommand`?
<EsperLily>
honestly, I'd recommend the patch approach because that way you'll get an error if the Makefile changes such that the patch doesn't apply anymore
dbmikus_ has quit [Quit: WeeChat 2.5]
<Nicholas29>
EsperLily you are right. Just swift itself is probably fine. I am "re-using" the xcode-wrapper for another packgae which needs other things listed in the xcode-wrapper package.
philr has joined #nixos
<EsperLily>
but if you want the make approach you can actually write `makeFlags = [ "SWIFTPM_DISABLE_SANDBOX_SHOULD_BE_FLAGGED=should_be_flagged" ];`
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjbAW
o1lo01ol1o has quit [Ping timeout: 245 seconds]
jgt has joined #nixos
<EsperLily>
I am curious if you could build Carthage using nixpkgs.swift instead of Xcode
<EsperLily>
oh hah, that package doesn't support darwin
<EsperLily>
that's actually pretty funny
<Nicholas29>
yeah
isHavvy has quit [Ping timeout: 244 seconds]
<Nicholas29>
that's the reason I have the symlink. Believe me I have tried
<Nicholas29>
EsperLily selfsymmetric-mu Thanks for your input and I will definitely create a PR once I can get it up and running and fix a few things. Now, the nix can build, YES!
operator-name has quit [Ping timeout: 260 seconds]
jgt has quit [Ping timeout: 276 seconds]
<Nicholas29>
It stops at building SPM tho... because of a bunch of header file not found :thinking:
<selfsymmetric-mu>
Nicholas29++ EsperLily++
<{^_^}>
EsperLily's karma got increased to 1, Nicholas29's karma got increased to 1
<Nicholas29>
selfsymmetric-mu++ :D
<{^_^}>
selfsymmetric-mu's karma got increased to 2
jluttine has quit [Ping timeout: 258 seconds]
Soo_Slow has quit [Remote host closed the connection]
ottidmes has quit [Ping timeout: 245 seconds]
swflint has quit [*.net *.split]
levdub has quit [*.net *.split]
iqubic has quit [*.net *.split]
amir has quit [*.net *.split]
is_null_ has quit [*.net *.split]
chkno has quit [*.net *.split]
alex`` has quit [*.net *.split]
ericsagnes has quit [*.net *.split]
daurnimator has quit [*.net *.split]
drewr has quit [*.net *.split]
elais[m] has quit [*.net *.split]
Ultrasauce has quit [*.net *.split]
drvirgilio has quit [*.net *.split]
Dagger has quit [*.net *.split]
badmutex[m] has quit [*.net *.split]
shlevy has quit [*.net *.split]
awygle has quit [*.net *.split]
Forkk has quit [*.net *.split]
fadenb has quit [*.net *.split]
pointfree has quit [*.net *.split]
abcrawf has quit [*.net *.split]
scott has quit [*.net *.split]
markasoftware has quit [*.net *.split]
craige has quit [*.net *.split]
b42 has quit [*.net *.split]
mdash has quit [*.net *.split]
bwe has quit [*.net *.split]
nikola has quit [*.net *.split]
y0x3y[m] has quit [*.net *.split]
Smith[m] has quit [*.net *.split]
NfixEstrada[m] has quit [*.net *.split]
tindvik[m] has quit [*.net *.split]
fidgetspinoza[m] has quit [*.net *.split]
anton-latukha[m] has quit [*.net *.split]
blitzclone[m]1 has quit [*.net *.split]
divansantana has quit [*.net *.split]
HappyEnt[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
Brio[m] has quit [*.net *.split]
Gopal[m] has quit [*.net *.split]
KarelWDingeldey[ has quit [*.net *.split]
matthewbauer has quit [*.net *.split]
roberth has quit [*.net *.split]
alxev[m] has quit [*.net *.split]
balsoft has quit [*.net *.split]
submoo[m] has quit [*.net *.split]
alj[m] has quit [*.net *.split]
slabity has quit [*.net *.split]
zurdo has quit [*.net *.split]
bbigras has quit [*.net *.split]
weebull[m] has quit [*.net *.split]
schmittlauch[m] has quit [*.net *.split]
nocent has quit [*.net *.split]
olejorgenb[m] has quit [*.net *.split]
imj[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
MayeulC_backup has quit [*.net *.split]
cornu has quit [*.net *.split]
MilkManzJourDadd has quit [*.net *.split]
manveru[m] has quit [*.net *.split]
timclassic has quit [*.net *.split]
Ralith has quit [*.net *.split]
contrun[m] has quit [*.net *.split]
Noughtmare[m] has quit [*.net *.split]
JaakkoLuttinen[m has quit [*.net *.split]
florianjacob has quit [*.net *.split]
musicmatze has quit [*.net *.split]
colemickens has quit [*.net *.split]
MarkOtaris has quit [*.net *.split]
xbreak[m] has quit [*.net *.split]
vdot0x23[m] has quit [*.net *.split]
cab404[m] has quit [*.net *.split]
pachacuti[m] has quit [*.net *.split]
zmlww[m] has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
pingveno[m] has quit [*.net *.split]
malteof[m] has quit [*.net *.split]
cocreature has quit [*.net *.split]
peterhoeg[m] has quit [*.net *.split]
tonic0x539[m] has quit [*.net *.split]
ajirx[m] has quit [*.net *.split]
arianvp[m] has quit [*.net *.split]
gudea[m] has quit [*.net *.split]
hackeryarn[m] has quit [*.net *.split]
Dan[m]7 has quit [*.net *.split]
bkchr has quit [*.net *.split]
LinuXit has quit [*.net *.split]
gspia[m] has quit [*.net *.split]
mariusz-kowalski has quit [*.net *.split]
fasd has quit [*.net *.split]
escaP[m] has quit [*.net *.split]
das-g[m] has quit [*.net *.split]
attente[m] has quit [*.net *.split]
bee[m]1 has quit [*.net *.split]
harkenedraven has quit [*.net *.split]
ArtemVorotnikov[ has quit [*.net *.split]
Nyanloutre[m] has quit [*.net *.split]
Seb[m] has quit [*.net *.split]
luftmensch[m] has quit [*.net *.split]
pinage404[m] has quit [*.net *.split]
M0ddba11[m] has quit [*.net *.split]
Dandellion[m] has quit [*.net *.split]
clefru has quit [*.net *.split]
Notkea[m] has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
bennofs[m] has quit [*.net *.split]
fulgjon has quit [*.net *.split]
kaychaks[m] has quit [*.net *.split]
simbergm has quit [*.net *.split]
fgaz has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
EuAndreh[m] has quit [*.net *.split]
siraben has quit [*.net *.split]
hiroshi[m] has quit [*.net *.split]
grumble has quit [*.net *.split]
an9wer has quit [*.net *.split]
Nicholas29 has quit [*.net *.split]
suvash_away has quit [*.net *.split]
phreedom has quit [*.net *.split]
gxt has quit [*.net *.split]
klntsky has quit [*.net *.split]
Palpares has quit [*.net *.split]
ng0 has quit [*.net *.split]
andreas303 has quit [*.net *.split]
jb55 has quit [*.net *.split]
oida has quit [*.net *.split]
cantstanya has quit [*.net *.split]
xelxebar_ has quit [*.net *.split]
zfnmxt has quit [*.net *.split]
freeman[w]__ has quit [*.net *.split]
tpanum- has quit [*.net *.split]
growpotk- has quit [*.net *.split]
wfranzini has quit [*.net *.split]
wolke has quit [*.net *.split]
Mister_Magister has quit [*.net *.split]
psy3497 has quit [*.net *.split]
is_null has quit [*.net *.split]
tjg1 has quit [*.net *.split]
not-joepie91 has quit [*.net *.split]
casaca has quit [*.net *.split]
bvdw has quit [*.net *.split]
Ralith_ has quit [*.net *.split]
leotaku has quit [*.net *.split]
MinceR_ has quit [*.net *.split]
infinee has quit [*.net *.split]
slyfox has quit [*.net *.split]
notgne2 has quit [*.net *.split]
SOO7 has quit [*.net *.split]
rsa has quit [*.net *.split]
acarrico has quit [*.net *.split]
snajpa has quit [*.net *.split]
xantoz has quit [*.net *.split]
recj has quit [*.net *.split]
_cyril_ has quit [*.net *.split]
aw has quit [*.net *.split]
simukis_ has quit [*.net *.split]
c_wraith has quit [*.net *.split]
andymandias has quit [*.net *.split]
tg has quit [*.net *.split]
nimblepoultry has quit [*.net *.split]
angerman has quit [*.net *.split]
tnks has quit [*.net *.split]
vk3wtf has quit [*.net *.split]
Niall has quit [*.net *.split]
ldlework has quit [*.net *.split]
bigvalen has quit [*.net *.split]
chris| has quit [*.net *.split]
johnny101 has quit [*.net *.split]
pingu_ has quit [*.net *.split]
EsperLily has quit [*.net *.split]
FireFly has quit [*.net *.split]
Ankhers has quit [*.net *.split]
ArdaXi has quit [*.net *.split]
kgz has quit [*.net *.split]
ent has quit [*.net *.split]
migy has quit [*.net *.split]
h30 has quit [*.net *.split]
qyliss has quit [*.net *.split]
jeaye has quit [*.net *.split]
cruxeternus has quit [*.net *.split]
tA- has quit [*.net *.split]
dhkl_ has quit [*.net *.split]
superbaloo has quit [*.net *.split]
smove has quit [*.net *.split]
dansho has quit [*.net *.split]
endformationage has quit [*.net *.split]
averell has quit [*.net *.split]
palo has quit [*.net *.split]
tilpner has quit [*.net *.split]
Arahael has quit [*.net *.split]
ToxicFrog has quit [*.net *.split]
shu9 has quit [*.net *.split]
ericnoan has quit [*.net *.split]
anderslundstedt has quit [*.net *.split]
atlas_ has quit [*.net *.split]
viric has quit [*.net *.split]
robogoat has quit [*.net *.split]
cyphase has quit [*.net *.split]
wucke13 has quit [*.net *.split]
wolfshappen has quit [*.net *.split]
niksnut has quit [*.net *.split]
elibrokeit has quit [*.net *.split]
dontobey has quit [*.net *.split]
Yakulu has quit [*.net *.split]
WizBright has quit [*.net *.split]
akaWolf has quit [*.net *.split]
sdemos-ish has quit [*.net *.split]
duairc has quit [*.net *.split]
edwtjo has quit [*.net *.split]
ivegotasthma has quit [*.net *.split]
monokrome has quit [*.net *.split]
anton has quit [*.net *.split]
benny has quit [*.net *.split]
hyper_ch has quit [*.net *.split]
sigtrm has quit [*.net *.split]
LnL has quit [*.net *.split]
mkaito_ has quit [*.net *.split]
nbp has quit [*.net *.split]
ekleog has quit [*.net *.split]
Cheery has quit [*.net *.split]
joko has quit [*.net *.split]
n1x_ has quit [*.net *.split]
daGrevis has quit [*.net *.split]
marcusr has quit [*.net *.split]
Swant has quit [*.net *.split]
nahamu has quit [*.net *.split]
Maxdamantus has quit [*.net *.split]
kini has quit [*.net *.split]
metaglog has quit [*.net *.split]
cross has quit [*.net *.split]
immae has quit [*.net *.split]
qqq has quit [*.net *.split]
zaninime has quit [*.net *.split]
vmandela has quit [*.net *.split]
philr has quit [*.net *.split]
ben has quit [*.net *.split]
freeman42x has quit [*.net *.split]
felixfoertsch23 has quit [*.net *.split]
akamaus has quit [*.net *.split]
ryantrinkle has quit [*.net *.split]
coderobe has quit [*.net *.split]
lord| has quit [*.net *.split]
Supersonic has quit [*.net *.split]
lunik1 has quit [*.net *.split]
Mrmaxmeier has quit [*.net *.split]
meck has quit [*.net *.split]
lurpahi has quit [*.net *.split]
swistak35 has quit [*.net *.split]
ehmry has quit [*.net *.split]
page has quit [*.net *.split]
detran has quit [*.net *.split]
eyJhb has quit [*.net *.split]
polman has quit [*.net *.split]
rembo10 has quit [*.net *.split]
leothrix has quit [*.net *.split]
tdeo has quit [*.net *.split]
ozychhi has quit [*.net *.split]
endocrimes has quit [*.net *.split]
sellout- has quit [*.net *.split]
switchy has quit [*.net *.split]
ciil has quit [*.net *.split]
kaliumxyz has quit [*.net *.split]
orbekk has quit [*.net *.split]
goodwill has quit [*.net *.split]
dminuoso has quit [*.net *.split]
duckonomy has quit [*.net *.split]
avn has quit [*.net *.split]
Twey has quit [*.net *.split]
plp_ has quit [*.net *.split]
johnnyfive has quit [*.net *.split]
umachan has quit [*.net *.split]
mtjmullen has quit [*.net *.split]
dashkal has quit [*.net *.split]
silver_hook has quit [*.net *.split]
mk_modrzew has quit [*.net *.split]
eisbaer-north has quit [*.net *.split]
jordansinn has quit [*.net *.split]
ggp0647 has quit [*.net *.split]
thommey has quit [*.net *.split]
habbah has quit [*.net *.split]
hke has quit [*.net *.split]
jeschli has quit [*.net *.split]
Philonous has quit [*.net *.split]
ajp_ has quit [*.net *.split]
drgbr has quit [*.net *.split]
mlen has quit [*.net *.split]
wirew0rm has quit [*.net *.split]
selfsymmetric-mu has quit [*.net *.split]
qubasa_ has quit [*.net *.split]
MasseR has quit [*.net *.split]
emptyflask has quit [*.net *.split]
clever has quit [*.net *.split]
mrCyborg has quit [*.net *.split]
amfl_ has quit [*.net *.split]
inkbottle has quit [*.net *.split]
asymmetric has quit [*.net *.split]
vesper has quit [*.net *.split]
WilliButz has quit [*.net *.split]
Blessjah has quit [*.net *.split]
mla has quit [*.net *.split]
swapgs has quit [*.net *.split]
cybrian has quit [*.net *.split]
lejonet has quit [*.net *.split]
CcxWrk has quit [*.net *.split]
callahad306 has quit [*.net *.split]
erhandsome has quit [*.net *.split]
krbtgt has quit [*.net *.split]
sveitser has quit [*.net *.split]
evax has quit [*.net *.split]
Czen has quit [*.net *.split]
Acou_Bass has quit [*.net *.split]
ContainsLiquid has quit [*.net *.split]
nixhost has quit [*.net *.split]
kumikumi has quit [*.net *.split]
betawaffle has quit [*.net *.split]
m1crOman has quit [*.net *.split]
commander has quit [*.net *.split]
unacceptable has quit [*.net *.split]
jonge has quit [*.net *.split]
statusbot has quit [*.net *.split]
bsima has quit [*.net *.split]
betaboon has quit [*.net *.split]
chaker has quit [*.net *.split]
foldingcookie has quit [*.net *.split]
davidcl has quit [*.net *.split]
jol has quit [*.net *.split]
inf has quit [*.net *.split]
wrl has quit [*.net *.split]
rawtaz has quit [*.net *.split]
makefu has quit [*.net *.split]
DigitalKiwi has quit [*.net *.split]
martyet-o has quit [*.net *.split]
Intensity has quit [*.net *.split]
Athas has quit [*.net *.split]
evilmonads has quit [*.net *.split]
linuus has quit [*.net *.split]
jonafato has quit [*.net *.split]
Gohla has quit [*.net *.split]
jbetz has quit [*.net *.split]
ocharles has quit [*.net *.split]
apeyeoux has quit [*.net *.split]
adamse has quit [*.net *.split]
djahandarie has quit [*.net *.split]
fyuuri has quit [*.net *.split]
aleph- has quit [*.net *.split]
jasonrm_ has quit [*.net *.split]
fresheyeball has quit [*.net *.split]
petar has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
pingiun has quit [*.net *.split]
phI||Ip has quit [*.net *.split]
the-kenny-w has quit [*.net *.split]
morr has quit [*.net *.split]
codezero has quit [*.net *.split]
edef has quit [*.net *.split]
emilsp has quit [*.net *.split]
sshow has quit [*.net *.split]
abrar has quit [*.net *.split]
nurelin has quit [*.net *.split]
thonkpod has quit [*.net *.split]
enteee has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
teto has quit [*.net *.split]
myme has quit [*.net *.split]
AstroBadger has quit [*.net *.split]
andromeda-galaxy has quit [*.net *.split]
codedmart has quit [*.net *.split]
kipari_ has quit [*.net *.split]
Miyu-chan has quit [*.net *.split]
ashkitten has quit [*.net *.split]
epta has quit [*.net *.split]
shreyansh_k has quit [*.net *.split]
AnswerGuy has quit [*.net *.split]
disasm has quit [*.net *.split]
delroth has quit [*.net *.split]
darkf has quit [*.net *.split]
pasukon has quit [*.net *.split]
bpierre has quit [*.net *.split]
dfordivam has quit [*.net *.split]
naominitel has quit [*.net *.split]
Guillaum has quit [*.net *.split]
reivilibre_ has quit [*.net *.split]
johs has quit [*.net *.split]
nervengift has quit [*.net *.split]
eon`_ has quit [*.net *.split]
shazow has quit [*.net *.split]
lohfu has quit [*.net *.split]
kriztw has quit [*.net *.split]
Sargun has quit [*.net *.split]
hodapp has quit [*.net *.split]
marcinja has quit [*.net *.split]
pemeunier has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
mightybyte has quit [*.net *.split]
runciter has quit [*.net *.split]
dev3 has quit [*.net *.split]
jgertm has quit [*.net *.split]
matthuszagh has quit [*.net *.split]
jackdk has quit [*.net *.split]
Lears has quit [*.net *.split]
MarcWeber has quit [*.net *.split]
m0rphism has quit [*.net *.split]
Jackneill has quit [*.net *.split]
markus1189 has quit [*.net *.split]
Izorkin has quit [*.net *.split]
pjan has quit [*.net *.split]
laalf has quit [*.net *.split]
mmlb has quit [*.net *.split]
Mateon1 has quit [*.net *.split]
cyraxjoe has quit [*.net *.split]
realrokka has quit [*.net *.split]
chiefgoat has quit [*.net *.split]
aszlig has quit [*.net *.split]
fl0_id has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
ryantm has quit [*.net *.split]
buckley310 has quit [*.net *.split]
mcfrank has quit [*.net *.split]
lassulus has quit [*.net *.split]
tv has quit [*.net *.split]
ciaran0 has quit [*.net *.split]
ThatOtherGuy has quit [*.net *.split]
cheshircat has quit [*.net *.split]
kraem has quit [*.net *.split]
aanderse has quit [*.net *.split]
tjg14 has quit [*.net *.split]
Yaniel has quit [*.net *.split]
Profpatsch has quit [*.net *.split]
xcthulhu has quit [*.net *.split]
lsyoyom has quit [*.net *.split]
hellrazor has quit [*.net *.split]
AWizzArd has quit [*.net *.split]
sepi` has quit [*.net *.split]
mjrosenb has quit [*.net *.split]
nocoolnametom has quit [*.net *.split]
Cale has quit [*.net *.split]
evhan has quit [*.net *.split]
srhb has quit [*.net *.split]
mupf has quit [*.net *.split]
skatista has quit [*.net *.split]
shiver has quit [*.net *.split]
lpsmith has quit [*.net *.split]
tru_tru has quit [*.net *.split]
statusfailed has quit [*.net *.split]
Baughn has quit [*.net *.split]
jfroche has quit [*.net *.split]
jtcs has quit [*.net *.split]
ornx has quit [*.net *.split]
delan has quit [*.net *.split]
kwork has quit [*.net *.split]
freusque has quit [*.net *.split]
pingveno has quit [*.net *.split]
jaeckel has quit [*.net *.split]
Enzime has quit [*.net *.split]
maurer has quit [*.net *.split]
locallycompact has quit [*.net *.split]
ikwildrpepper has quit [*.net *.split]
aswanson has quit [*.net *.split]
Kim has quit [*.net *.split]
teej has quit [*.net *.split]
techtangents has quit [*.net *.split]
jw358 has quit [*.net *.split]
vdemeester has quit [*.net *.split]
szicari has quit [*.net *.split]
sevanspowell has quit [*.net *.split]
manveru has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
{^_^} has quit [*.net *.split]
lstanley has quit [*.net *.split]
zgrep has quit [*.net *.split]
nand0p has quit [*.net *.split]
sethetter has quit [*.net *.split]
jmeredith has quit [*.net *.split]
TallerGhostWalt has quit [*.net *.split]
witchof0x20 has quit [*.net *.split]
marcinkuzminski has quit [*.net *.split]
ProofTechnique has quit [*.net *.split]
georgew has quit [*.net *.split]
digitalgrease has quit [*.net *.split]
dongcarl has quit [*.net *.split]
nlofaro has quit [*.net *.split]
typetetris has quit [*.net *.split]
Okinan has quit [*.net *.split]
judson__ has quit [*.net *.split]
chrisaw has quit [*.net *.split]
devalot has quit [*.net *.split]
reanimus has quit [*.net *.split]
dsx has quit [*.net *.split]
englishm has quit [*.net *.split]
infinisil has quit [*.net *.split]
uranther has quit [*.net *.split]
nisstyre has quit [*.net *.split]
ardumont has quit [*.net *.split]
woffs has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
jophish has quit [*.net *.split]
groggy[m] has quit [*.net *.split]
monotux has quit [*.net *.split]
gerschtli has quit [*.net *.split]
mankyKitty has quit [*.net *.split]
ajmcmiddlin has quit [*.net *.split]
victorbjelkholm has quit [*.net *.split]
philipcristiano has quit [*.net *.split]
eddyb has quit [*.net *.split]
s94a84d2e has quit [*.net *.split]
MerlinGttlinger[ has quit [*.net *.split]
orospakr[m] has quit [*.net *.split]
retrry[m] has quit [*.net *.split]
sauyon[m] has quit [*.net *.split]
marius851000[m] has quit [*.net *.split]
IslandUsurper has quit [*.net *.split]
boredom101[m]1 has quit [*.net *.split]
worldofpeace has quit [*.net *.split]
kxlljoyy[m] has quit [*.net *.split]
AntonSchirg[m] has quit [*.net *.split]
aterius has quit [*.net *.split]
eqyiel has quit [*.net *.split]
isgy[m] has quit [*.net *.split]
Woland[m] has quit [*.net *.split]
zaphar_ps[m] has quit [*.net *.split]
neonfuz2 has quit [*.net *.split]
pop[m]1 has quit [*.net *.split]
ZD[m] has quit [*.net *.split]
Vskilet has quit [*.net *.split]
Lisanna[m] has quit [*.net *.split]
midi[m] has quit [*.net *.split]
layus[m] has quit [*.net *.split]
tails[m] has quit [*.net *.split]
tokudan has quit [*.net *.split]
DanP[m] has quit [*.net *.split]
TravisRt2botio[m has quit [*.net *.split]
Thinkofname[m] has quit [*.net *.split]
momack2[m] has quit [*.net *.split]
bendlas has quit [*.net *.split]
flip[m] has quit [*.net *.split]
otini has quit [*.net *.split]
thequux[m] has quit [*.net *.split]
rihardsk[m] has quit [*.net *.split]
mildred has quit [*.net *.split]
abbec has quit [*.net *.split]
arcnmx has quit [*.net *.split]
ejpcmac has quit [*.net *.split]
arturo[m] has quit [*.net *.split]
goibhniu has quit [*.net *.split]
dtz has quit [*.net *.split]
ZeDestructor has quit [*.net *.split]
benley has quit [*.net *.split]
rizary_ has quit [*.net *.split]
metalrain has quit [*.net *.split]
eacameron has quit [*.net *.split]
NekomimiScience has quit [*.net *.split]
ghuntley has quit [*.net *.split]
tazjin has quit [*.net *.split]
teozkr has quit [*.net *.split]
ij has quit [*.net *.split]
fnords has quit [*.net *.split]
LeshaInc has quit [*.net *.split]
yorick has quit [*.net *.split]
etrepum has quit [*.net *.split]
trebuh has quit [*.net *.split]
mudri has quit [*.net *.split]
sjourdois has quit [*.net *.split]
mkaito has quit [*.net *.split]
tboston has quit [*.net *.split]
Mic92 has quit [*.net *.split]
liff has quit [*.net *.split]
taylskid has quit [*.net *.split]
Luker has quit [*.net *.split]
Fulgen has quit [*.net *.split]
scoates has quit [*.net *.split]
siel has quit [*.net *.split]
wildsebastian has quit [*.net *.split]
georgyo has quit [*.net *.split]
dmj` has quit [*.net *.split]
gausby_ has quit [*.net *.split]
teehemkay has quit [*.net *.split]
oharvey has quit [*.net *.split]
nh2 has quit [*.net *.split]
lukego has quit [*.net *.split]
grenade has quit [*.net *.split]
garbas has quit [*.net *.split]
blackriversoftwa has quit [*.net *.split]
taktoa[c] has quit [*.net *.split]
emily has quit [*.net *.split]
newhoggy has quit [*.net *.split]
cbarrett has quit [*.net *.split]
danderson has quit [*.net *.split]
skorpy2009 has quit [*.net *.split]
hexagoxel has quit [*.net *.split]
talyz has quit [*.net *.split]
midchildan has quit [*.net *.split]
adamCS has quit [*.net *.split]
KennosiS has quit [*.net *.split]
gleber_ has quit [*.net *.split]
ilikeheaps has quit [*.net *.split]
v0|d has quit [*.net *.split]
growpotkin has quit [*.net *.split]
W1lkins has quit [*.net *.split]
eraserhd has quit [*.net *.split]
mkoenig has quit [*.net *.split]
trfl has quit [*.net *.split]
oleks has quit [*.net *.split]
marek has quit [*.net *.split]
pareidolia has quit [*.net *.split]
jasom has quit [*.net *.split]
layus has quit [*.net *.split]
Taneb has quit [*.net *.split]
cransom has quit [*.net *.split]
georges has quit [*.net *.split]
Sellerie has quit [*.net *.split]
joepie91 has quit [*.net *.split]
noogie has quit [*.net *.split]
fayesafe has quit [*.net *.split]
grw has quit [*.net *.split]
dustinm- has quit [*.net *.split]
ivan has quit [*.net *.split]
liori has quit [*.net *.split]
hark has quit [*.net *.split]
puck has quit [*.net *.split]
cyris212 has quit [*.net *.split]
Phlogistique has quit [*.net *.split]
otti0815 has quit [*.net *.split]
alp has quit [*.net *.split]
octe has quit [*.net *.split]
gspia has quit [*.net *.split]
risson has quit [*.net *.split]
veverak has quit [*.net *.split]
monsieurp has quit [*.net *.split]
charukiewicz has quit [*.net *.split]
catern has quit [*.net *.split]
arianvp has quit [*.net *.split]
dkibi has quit [*.net *.split]
rotaerk has quit [*.net *.split]
qz has quit [*.net *.split]
emacsomancer has quit [*.net *.split]
srk has quit [*.net *.split]
bourbon has quit [*.net *.split]
adisbladis has quit [*.net *.split]
toppler has quit [*.net *.split]
kalbasit has quit [*.net *.split]
suzu has quit [*.net *.split]
bohan has quit [*.net *.split]
nore has quit [*.net *.split]
allgreed has quit [*.net *.split]
fusion809 has quit [*.net *.split]
mexisme has quit [*.net *.split]
mingc has quit [*.net *.split]
cizra has quit [*.net *.split]
rauno has quit [*.net *.split]
uwap has quit [*.net *.split]
_rvl has quit [*.net *.split]
zmlww[m]1 has quit [*.net *.split]
jboy has quit [*.net *.split]
lsix has quit [*.net *.split]
das_j has quit [*.net *.split]
smolboye[m] has quit [*.net *.split]
stigo has quit [*.net *.split]
mumuluxi_ has quit [*.net *.split]
primeos has quit [*.net *.split]
maralorn has quit [*.net *.split]
Shados has quit [*.net *.split]
fpob has quit [*.net *.split]
bnasty[m] has quit [*.net *.split]
roadt[m] has quit [*.net *.split]
bkl[m] has quit [*.net *.split]
spacekitteh[m] has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
copy` has quit [*.net *.split]
jwaksbaum[m] has quit [*.net *.split]
white_bluff[m] has quit [*.net *.split]
spacefrogg has quit [*.net *.split]
stramble-M has quit [*.net *.split]
tobim[m] has quit [*.net *.split]
calbrecht[mb] has quit [*.net *.split]
aymenstudios[m] has quit [*.net *.split]
jasonk000[m] has quit [*.net *.split]
apx[m] has quit [*.net *.split]
sputny[m] has quit [*.net *.split]
freddie_freeload has quit [*.net *.split]
bohan[m] has quit [*.net *.split]
makaveli[m] has quit [*.net *.split]
syntaxtree[m] has quit [*.net *.split]
ndarwincorn has quit [*.net *.split]
aquarial has quit [*.net *.split]
sonercirit[m] has quit [*.net *.split]
frislie[m] has quit [*.net *.split]
NickHu has quit [*.net *.split]
is0x3F has quit [*.net *.split]
rycee has quit [*.net *.split]
cyberwolf[m] has quit [*.net *.split]
am3on[m] has quit [*.net *.split]
ptotter[m] has quit [*.net *.split]
nh2[m] has quit [*.net *.split]
sylvie[m] has quit [*.net *.split]
vaibhavsagar has quit [*.net *.split]
iceychris[m] has quit [*.net *.split]
macerbi[m] has quit [*.net *.split]
joepie91[m] has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
jonge[m] has quit [*.net *.split]
shad has quit [*.net *.split]
Khetzal has quit [*.net *.split]
hexa- has quit [*.net *.split]
ok2` has quit [*.net *.split]
SyrupThinker has quit [*.net *.split]
eeva has quit [*.net *.split]
symphorien has quit [*.net *.split]
aristid has quit [*.net *.split]
pbb has quit [*.net *.split]
otwieracz has quit [*.net *.split]
eri has quit [*.net *.split]
etu has quit [*.net *.split]
ar has quit [*.net *.split]
lurkless has quit [*.net *.split]
flokli has quit [*.net *.split]
azazel has quit [*.net *.split]
fpletz has quit [*.net *.split]
lambda-11235 has quit [*.net *.split]
jtojnar has quit [*.net *.split]
evanjs has quit [*.net *.split]
niso has quit [*.net *.split]
travelion has quit [*.net *.split]
M-Gregoire49 has quit [*.net *.split]
ajs124 has quit [*.net *.split]
seanparsons has quit [*.net *.split]
greymalkin has quit [*.net *.split]
mniip has quit [*.net *.split]
bbarker_home has quit [*.net *.split]
sterni has quit [*.net *.split]
itorres has quit [*.net *.split]
linuxdaemon has quit [*.net *.split]
andersk has quit [*.net *.split]
glines has quit [*.net *.split]
troydm has quit [*.net *.split]
mog has quit [*.net *.split]
spacekookie has quit [*.net *.split]
xqsl has quit [*.net *.split]
pepesza has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
raoul has quit [*.net *.split]
glasserc has quit [*.net *.split]
edcragg has quit [*.net *.split]
iMatejC has quit [*.net *.split]
otulp has quit [*.net *.split]
duckfullstop has quit [*.net *.split]
Unode has quit [*.net *.split]
dweller has quit [*.net *.split]
samueldr has quit [*.net *.split]
tarruda has quit [*.net *.split]
Orbstheorem has quit [*.net *.split]
bob_twinkles has quit [*.net *.split]
juhoh has quit [*.net *.split]
lewo has quit [*.net *.split]
DerGuteMoritz has quit [*.net *.split]
mg- has quit [*.net *.split]
exarkun has quit [*.net *.split]
Guest86933 has quit [*.net *.split]
rixed has quit [*.net *.split]
Aleksejs has quit [*.net *.split]
gambpang has quit [*.net *.split]
IooNag has quit [*.net *.split]
luigy has quit [*.net *.split]
ixiqem has quit [*.net *.split]
barrucadu has quit [*.net *.split]
stew has quit [*.net *.split]
lvmond has quit [*.net *.split]
puffnfresh has quit [*.net *.split]
pbogdan has quit [*.net *.split]
boegel has quit [*.net *.split]
djanatyn has quit [*.net *.split]
d10n-work has quit [Ping timeout: 252 seconds]
hoek has quit [Ping timeout: 252 seconds]
ck3d[m] has quit [Ping timeout: 252 seconds]
steshaw[m] has quit [Ping timeout: 252 seconds]
alienpirate5 has quit [Ping timeout: 252 seconds]
corpix[m] has quit [Ping timeout: 252 seconds]
li_matrix has quit [Ping timeout: 252 seconds]
dwagenk has quit [Ping timeout: 252 seconds]
yoho[m]1 has quit [Ping timeout: 252 seconds]
manveru[m] has joined #nixos
isgy[m] has joined #nixos
flip[m] has joined #nixos
thequux[m] has joined #nixos
Vskilet has joined #nixos
arturo[m] has joined #nixos
momack2[m] has joined #nixos
roadt[m] has joined #nixos
attente[m] has joined #nixos
mariusz-kowalski has joined #nixos
am3on[m] has joined #nixos
grumble has joined #nixos
vdemeester has joined #nixos
jmeredith has joined #nixos
mcfrank has joined #nixos
ikwildrpepper has joined #nixos
midchildan has joined #nixos
casaca has joined #nixos
infinee has joined #nixos
leotaku has joined #nixos
rsa has joined #nixos
snajpa has joined #nixos
aw has joined #nixos
chris| has joined #nixos
recj has joined #nixos
ericnoan has joined #nixos
tnks has joined #nixos
xantoz has joined #nixos
wfranzini has joined #nixos
c_wraith has joined #nixos
angerman has joined #nixos
slyfox has joined #nixos
nimblepoultry has joined #nixos
dongcarl_ has joined #nixos
wolke has joined #nixos
bigvalen has joined #nixos
Ralith_ has joined #nixos
EsperLily has joined #nixos
growpotk- has joined #nixos
zfnmxt has joined #nixos
simukis_ has joined #nixos
_cyril_ has joined #nixos
jgertm has joined #nixos
MinceR_ has joined #nixos
notgne2 has joined #nixos
Mister_Magister has joined #nixos
vk3wtf has joined #nixos
acarrico has joined #nixos
tjg1 has joined #nixos
Rusty1 has joined #nixos
ldlework has joined #nixos
tpanum- has joined #nixos
Niall has joined #nixos
pingu_ has joined #nixos
MarcWeber has joined #nixos
freeman[w]__ has joined #nixos
eddyb has joined #nixos
johnny101 has joined #nixos
not-joepie91 has joined #nixos
andymandias has joined #nixos
ent has joined #nixos
h30 has joined #nixos
Ankhers has joined #nixos
superbaloo has joined #nixos
qyliss has joined #nixos
jeaye has joined #nixos
dhkl_ has joined #nixos
ArdaXi has joined #nixos
tA- has joined #nixos
migy has joined #nixos
smove has joined #nixos
cruxeternus has joined #nixos
ericnoan has quit [Changing host]
ericnoan has joined #nixos
manveru[m] has quit [Changing host]
manveru[m] has joined #nixos
isgy[m] has joined #nixos
isgy[m] has quit [Changing host]
flip[m] has joined #nixos
flip[m] has quit [Changing host]
thequux[m] has joined #nixos
thequux[m] has quit [Changing host]
arturo[m] has joined #nixos
arturo[m] has quit [Changing host]
Vskilet has joined #nixos
Vskilet has quit [Changing host]
momack2[m] has joined #nixos
momack2[m] has quit [Changing host]
roadt[m] has joined #nixos
roadt[m] has quit [Changing host]
attente[m] has joined #nixos
attente[m] has quit [Changing host]
mariusz-kowalski has joined #nixos
mariusz-kowalski has quit [Changing host]
am3on[m] has joined #nixos
am3on[m] has quit [Changing host]
dongcarl_ has quit [Changing host]
midchildan has joined #nixos
midchildan has quit [Changing host]
nimblepoultry has joined #nixos
nimblepoultry has quit [Changing host]
dongcarl_ has joined #nixos
vdemeester has joined #nixos
eddyb has joined #nixos
jmeredith has joined #nixos
vdemeester has quit [Changing host]
eddyb has quit [Changing host]
jmeredith has quit [Changing host]
fasd has joined #nixos
pingveno[m] has joined #nixos
danielrf[m] has joined #nixos
Dan[m]7 has joined #nixos
Smith[m] has joined #nixos
schmittlauch[m] has joined #nixos
JaakkoLuttinen[m has joined #nixos
slabity has joined #nixos
dtz has joined #nixos
arcnmx has joined #nixos
Ralith has joined #nixos
MayeulC_backup has joined #nixos
tails[m] has joined #nixos
alxev[m] has joined #nixos
MilkManzJourDadd has joined #nixos
kaychaks[m] has joined #nixos
alj[m] has joined #nixos
anton-latukha[m] has joined #nixos
IslandUsurper has joined #nixos
divansantana has joined #nixos
contrun[m] has joined #nixos
KarelWDingeldey[ has joined #nixos
imj[m] has joined #nixos
timclassic has joined #nixos
weebull[m] has joined #nixos
roberth has joined #nixos
MarkOtaris has joined #nixos
matthewbauer has joined #nixos
NfixEstrada[m] has joined #nixos
fidgetspinoza[m] has joined #nixos
submoo[m] has joined #nixos
HappyEnt[m] has joined #nixos
Gopal[m] has joined #nixos
blitzclone[m]1 has joined #nixos
tokudan has joined #nixos
y0x3y[m] has joined #nixos
Brio[m] has joined #nixos
colemickens has joined #nixos
bbigras has joined #nixos
olejorgenb[m] has joined #nixos
nocent has joined #nixos
cornu has joined #nixos
Noughtmare[m] has joined #nixos
alexarice[m] has joined #nixos
nh2[m] has joined #nixos
yorick has joined #nixos
englishm has joined #nixos
freeman42x has joined #nixos
philr has joined #nixos
felixfoertsch23 has joined #nixos
dansho_ has joined #nixos
dminuoso has joined #nixos
rembo10 has joined #nixos
ryantrinkle has joined #nixos
Mrmaxmeier has joined #nixos
mtjmullen has joined #nixos
page has joined #nixos
aswanson_ has joined #nixos
hke has joined #nixos
duckonomy has joined #nixos
umachan has joined #nixos
Philonous has joined #nixos
ciil has joined #nixos
switchy has joined #nixos
dashkal has joined #nixos
silver_hook has joined #nixos
tdeo has joined #nixos
eisbaer-north has joined #nixos
polman has joined #nixos
Supersonic has joined #nixos
ggp0647 has joined #nixos
leothrix has joined #nixos
lurpahi has joined #nixos
goodwill has joined #nixos
lunik1 has joined #nixos
monokrome has joined #nixos
plp_ has joined #nixos
thommey has joined #nixos
habbah has joined #nixos
orbekk has joined #nixos
Twey has joined #nixos
robogoat has joined #nixos
wirew0rm has joined #nixos
kaliumxyz has joined #nixos
eyJhb has joined #nixos
drgbr has joined #nixos
johnnyfive has joined #nixos
akamaus has joined #nixos
endocrimes has joined #nixos
jeschli has joined #nixos
coderobe has joined #nixos
mk_modrzew has joined #nixos
sellout- has joined #nixos
mlen has joined #nixos
ozychhi has joined #nixos
jordansinn has joined #nixos
MasseR has joined #nixos
avn has joined #nixos
ajp_ has joined #nixos
meck has joined #nixos
swistak35 has joined #nixos
detran has joined #nixos
ehmry has joined #nixos
peterhoeg[m] has joined #nixos
EuAndreh[m] has joined #nixos
frislie[m] has joined #nixos
trebuh has joined #nixos
etu has joined #nixos
tindvik[m] has joined #nixos
pbb has joined #nixos
aymenstudios[m] has joined #nixos
das_j has joined #nixos
Shados has joined #nixos
fusion809 has joined #nixos
otini has joined #nixos
primeos has joined #nixos
sylvie[m] has joined #nixos
spacekitteh[m] has joined #nixos
layus[m] has joined #nixos
sauyon[m] has joined #nixos
TallerGhostWalt_ has joined #nixos
ar has joined #nixos
lstanley_ has joined #nixos
maralorn has joined #nixos
jw358 has joined #nixos
tboston_ has joined #nixos
Fulgen has joined #nixos
otwieracz has joined #nixos
shad has joined #nixos
lsix has joined #nixos
calbrecht[mb] has joined #nixos
DanP[m] has joined #nixos
philipcristiano has joined #nixos
stigo has joined #nixos
d10n-work has joined #nixos
aanderse has joined #nixos
bendlas has joined #nixos
mkaito has joined #nixos
florianjacob has joined #nixos
rizary_ has joined #nixos
fpletz has joined #nixos
M0ddba11[m] has joined #nixos
smolboye[m] has joined #nixos
groggy[m] has joined #nixos
gausby_ has joined #nixos
neonfuz2 has joined #nixos
symphorien has joined #nixos
jboy has joined #nixos
spacefrogg has joined #nixos
eri has joined #nixos
ProofTechnique has joined #nixos
polytux has joined #nixos
lurkless has joined #nixos
_rvl has joined #nixos
abbec has joined #nixos
uwap has joined #nixos
sethetter has joined #nixos
taktoa[c] has joined #nixos
SyrupThinker has joined #nixos
eeva has joined #nixos
mumuluxi_ has joined #nixos
aristid has joined #nixos
midi[m] has joined #nixos
domenkozar[m] has joined #nixos
jonge[m] has joined #nixos
zmlww[m]1 has joined #nixos
mankyKitty has joined #nixos
stramble-M has joined #nixos
pop[m]1 has joined #nixos
jwaksbaum[m] has joined #nixos
gerschtli1 has joined #nixos
georgyo_ has joined #nixos
white_bluff[m] has joined #nixos
azazel has joined #nixos
nand0p_ has joined #nixos
vaibhavsagar has joined #nixos
apx[m] has joined #nixos
goibhniu has joined #nixos
rauno has joined #nixos
mingc has joined #nixos
mudri_ has joined #nixos
TravisRt2botio[m has joined #nixos
dmj` has joined #nixos
grenade has joined #nixos
Khetzal has joined #nixos
rycee has joined #nixos
makaveli[m] has joined #nixos
flokli has joined #nixos
witchof01 has joined #nixos
KennosiS has joined #nixos
mexisme has joined #nixos
bohan[m] has joined #nixos
ok2` has joined #nixos
hoek has joined #nixos
NekomimiScience has joined #nixos
is0x3F has joined #nixos
emily has joined #nixos
hexa- has joined #nixos
newhoggy has joined #nixos
nh2_ has joined #nixos
joepie91[m] has joined #nixos
alienpirate5 has joined #nixos
liif has joined #nixos
bnasty[m] has joined #nixos
ptotter[m] has joined #nixos
cizra has joined #nixos
fpob has joined #nixos
talyz has joined #nixos
Woland[m] has joined #nixos
an9wer has joined #nixos
nickTD has joined #nixos
freddie_freeload has joined #nixos
jasonk000[m] has joined #nixos
Nyanloutre[m] has joined #nixos
gudea[m] has joined #nixos
balsoft has joined #nixos
blackriversoftwa has joined #nixos
marius851000[m] has joined #nixos
metalrain has joined #nixos
sjourdoi- has joined #nixos
eacameron has joined #nixos
techtangents has joined #nixos
ardumont has joined #nixos
ekleog has joined #nixos
sevanspowell has joined #nixos
ndarwincorn has joined #nixos
taylskid has joined #nixos
Forkk has joined #nixos
scoates has joined #nixos
MerlinGttlinger[ has joined #nixos
aterius has joined #nixos
Mic92 has joined #nixos
orospakr[m] has joined #nixos
Kim has joined #nixos
awygle has joined #nixos
teej has joined #nixos
mbrgm has joined #nixos
boredom101[m]1 has joined #nixos
mdash has joined #nixos
jluttine_ has joined #nixos
nikola has joined #nixos
atopuzov[m] has joined #nixos
scott has joined #nixos
nlofaro_ has joined #nixos
craige has joined #nixos
Okinan_ has joined #nixos
yoho[m]1 has joined #nixos
digitalgrease_ has joined #nixos
chkno has joined #nixos
wildsebastian has joined #nixos
bee[m]1 has joined #nixos
cbarrett_ has joined #nixos
xbreak[m] has joined #nixos
uranther_ has joined #nixos
siel_ has joined #nixos
ArtemVorotnikov[ has joined #nixos
etrepum has joined #nixos
typetetris_ has joined #nixos
levdub has joined #nixos
alex`` has joined #nixos
cab404[m] has joined #nixos
teehemkay has joined #nixos
is_null_ has joined #nixos
manveru_ has joined #nixos
badmutex[m] has joined #nixos
abcrawf has joined #nixos
fadenb has joined #nixos
retrry[m] has joined #nixos
Ultrasauce has joined #nixos
LeshaInc1 has joined #nixos
amir has joined #nixos
drvirgilio has joined #nixos
victorbjelkholm_ has joined #nixos
Dagger has joined #nixos
pointfree has joined #nixos
oharvey has joined #nixos
statusfailed has joined #nixos
nisstyre has joined #nixos
bwe has joined #nixos
shlevy has joined #nixos
aszlig has joined #nixos
magnus1 has joined #nixos
NinjaTrappeur has joined #nixos
marcinkuzminski_ has joined #nixos
swflint has joined #nixos
dwagenk has joined #nixos
benley has joined #nixos
drewr has joined #nixos
steshaw[m] has joined #nixos
sonercirit[m] has joined #nixos
chrisaw has joined #nixos
elais[m] has joined #nixos
AntonSchirg[m] has joined #nixos
markasoftware has joined #nixos
ghuntley has joined #nixos
s94a84d2e has joined #nixos
worldofpeace has joined #nixos
tazjin has joined #nixos
teozkr has joined #nixos
jophish_ has joined #nixos
jonreeve[m] has joined #nixos
Lisanna[m] has joined #nixos
b42 has joined #nixos
akaWolf has joined #nixos
ericsagnes has joined #nixos
szicari_ has joined #nixos
tobim[m] has joined #nixos
iqubic has joined #nixos
daurnimator has joined #nixos
georgew has joined #nixos
fnords_ has joined #nixos
cyberwolf[m] has joined #nixos
ajmcmiddlin has joined #nixos
tails[m] has joined #nixos
tails[m] has quit [Changing host]
IslandUsurper has joined #nixos
IslandUsurper has quit [Changing host]
tokudan has joined #nixos
tokudan has quit [Changing host]
alj[m] has joined #nixos
alj[m] has quit [Changing host]
slabity has joined #nixos
slabity has quit [Changing host]
weebull[m] has quit [Changing host]
weebull[m] has joined #nixos
roberth has joined #nixos
HappyEnt[m] has joined #nixos
roberth has quit [Changing host]
HappyEnt[m] has quit [Changing host]
dtz has joined #nixos
dtz has quit [Changing host]
arcnmx has joined #nixos
arcnmx has quit [Changing host]
kaychaks[m] has joined #nixos
kaychaks[m] has quit [Changing host]
danielrf[m] has joined #nixos
danielrf[m] has quit [Changing host]
fasd has joined #nixos
fasd has quit [Changing host]
pingveno[m] has joined #nixos
pingveno[m] has quit [Changing host]
Dan[m]7 has joined #nixos
Dan[m]7 has quit [Changing host]
nh2[m] has joined #nixos
nh2[m] has quit [Changing host]
englishm has joined #nixos
englishm has quit [Changing host]
lukego has joined #nixos
AWizzArd has joined #nixos
aleph- has joined #nixos
petar has joined #nixos
jD91mZM2 has joined #nixos
hyperfekt has joined #nixos
abrar has joined #nixos
kipari_ has joined #nixos
buckley310 has joined #nixos
sshow has joined #nixos
AstroBadger has joined #nixos
emilsp has joined #nixos
kriztw has joined #nixos
ddellacosta has joined #nixos
delroth has joined #nixos
codezero has joined #nixos
Sargun has joined #nixos
shazow has joined #nixos
codedmart has joined #nixos
shreyansh_k has joined #nixos
eon`_ has joined #nixos
pasukon has joined #nixos
dev3 has joined #nixos
disasm has joined #nixos
Miyu-chan has joined #nixos
enteee has joined #nixos
nurelin has joined #nixos
nervengift has joined #nixos
andromeda-galaxy has joined #nixos
epta has joined #nixos
pingiun has joined #nixos
myme has joined #nixos
teto has joined #nixos
jasonrm_ has joined #nixos
morr has joined #nixos
darkf has joined #nixos
the-kenny-w has joined #nixos
hodapp has joined #nixos
johs has joined #nixos
fresheyeball has joined #nixos
lohfu has joined #nixos
ashkitten has joined #nixos
mjrosenb has joined #nixos
AnswerGuy has joined #nixos
runciter has joined #nixos
phI||Ip has joined #nixos
Yaniel has joined #nixos
thonkpod has joined #nixos
dfordivam has joined #nixos
naominitel has joined #nixos
hellrazor has joined #nixos
Guillaum has joined #nixos
edef has joined #nixos
marcinja has joined #nixos
reivilibre_ has joined #nixos
markus1189 has joined #nixos
mightybyte has joined #nixos
pemeunier has joined #nixos
fiddlerwoaroof has joined #nixos
bpierre has joined #nixos
ericnoan has quit [Max SendQ exceeded]
bkl[m] has joined #nixos
hiroshi[m] has joined #nixos
danderson has joined #nixos
Luker has joined #nixos
gspia[m] has joined #nixos
vdot0x23[m] has joined #nixos
Seb[m] has joined #nixos
garbas has joined #nixos
adamCS has joined #nixos
malteof[m] has joined #nixos
ajirx[m] has joined #nixos
iceychris[m] has joined #nixos
ashkitten has quit [Quit: WeeChat 2.4]
jgertm is now known as Guest7109
vdemeester is now known as Guest63586
Yakulu has joined #nixos
endformationage has joined #nixos
wucke13 has joined #nixos
atlas_ has joined #nixos
wolfshappen has joined #nixos
benny has joined #nixos
zaninime has joined #nixos
duairc has joined #nixos
viric has joined #nixos
daGrevis has joined #nixos
metaglog has joined #nixos
anton has joined #nixos
Cheery has joined #nixos
marcusr has joined #nixos
sigtrm has joined #nixos
niksnut has joined #nixos
anderslundstedt has joined #nixos
Arahael has joined #nixos
mkaito_ has joined #nixos
palo has joined #nixos
WizBright has joined #nixos
sdemos-ish has joined #nixos
elibrokeit has joined #nixos
joko has joined #nixos
nbp has joined #nixos
ToxicFrog has joined #nixos
hyper_ch has joined #nixos
shu9 has joined #nixos
ivegotasthma has joined #nixos
n1x_ has joined #nixos
cyphase has joined #nixos
edwtjo has joined #nixos
ben has joined #nixos
LnL has joined #nixos
qqq has joined #nixos
cross has joined #nixos
nahamu has joined #nixos
immae has joined #nixos
Maxdamantus has joined #nixos
Swant has joined #nixos
lstanley_ has joined #nixos
lstanley_ has quit [Changing host]
TallerGhostWalt_ has joined #nixos
TallerGhostWalt_ has quit [Changing host]
newhoggy has joined #nixos
newhoggy has quit [Changing host]
mudri_ has joined #nixos
mudri_ has quit [Changing host]
nh2_ has joined #nixos
nh2_ has quit [Changing host]
jw358 has joined #nixos
jw358 has quit [Changing host]
nand0p_ has joined #nixos
nand0p_ has quit [Changing host]
grenade has quit [Changing host]
grenade has joined #nixos
georgyo_ has joined #nixos
georgyo_ has quit [Changing host]
sethetter has joined #nixos
sethetter has quit [Changing host]
d10n-work has joined #nixos
d10n-work has quit [Changing host]
hoek has joined #nixos
hoek has quit [Changing host]
alienpirate5 has joined #nixos
alienpirate5 has quit [Changing host]
emily has joined #nixos
emily has quit [Changing host]
layus[m] has joined #nixos
layus[m] has quit [Changing host]
bendlas has joined #nixos
bendlas has quit [Changing host]
tindvik[m] has joined #nixos
tindvik[m] has quit [Changing host]
florianjacob has joined #nixos
florianjacob has quit [Changing host]
dmj` has joined #nixos
dmj` has quit [Changing host]
ProofTechnique has joined #nixos
ProofTechnique has quit [Changing host]
taktoa[c] has quit [Changing host]
taktoa[c] has joined #nixos
rizary_ has joined #nixos
NekomimiScience has joined #nixos
rizary_ has quit [Changing host]
NekomimiScience has quit [Changing host]
sauyon[m] has joined #nixos
sauyon[m] has quit [Changing host]
TravisRt2botio[m has quit [Changing host]
TravisRt2botio[m has joined #nixos
goibhniu has joined #nixos
goibhniu has quit [Changing host]
philipcristiano has joined #nixos
philipcristiano has quit [Changing host]
otini has joined #nixos
otini has quit [Changing host]
abbec has quit [Changing host]
neonfuz2 has joined #nixos
groggy[m] has joined #nixos
abbec has joined #nixos
neonfuz2 has quit [Changing host]
groggy[m] has quit [Changing host]
DanP[m] has joined #nixos
DanP[m] has quit [Changing host]
gausby_ has joined #nixos
gausby_ has quit [Changing host]
pop[m]1 has joined #nixos
pop[m]1 has quit [Changing host]
mankyKitty has joined #nixos
mankyKitty has quit [Changing host]
Woland[m] has joined #nixos
Woland[m] has quit [Changing host]
midi[m] has joined #nixos
midi[m] has quit [Changing host]
EuAndreh[m] has joined #nixos
EuAndreh[m] has quit [Changing host]
M0ddba11[m] has joined #nixos
M0ddba11[m] has quit [Changing host]
peterhoeg[m] has joined #nixos
peterhoeg[m] has quit [Changing host]
frislie[m] has quit [Changing host]
frislie[m] has joined #nixos
marcinkuzminski_ has joined #nixos
marcinkuzminski_ has quit [Changing host]
chrisaw has joined #nixos
typetetris_ has joined #nixos
chrisaw has quit [Changing host]
typetetris_ has quit [Changing host]
evanjs has joined #nixos
jtojnar has joined #nixos
ajs124 has joined #nixos
sterni has joined #nixos
seanparsons has joined #nixos
glines has joined #nixos
M-Gregoire49 has joined #nixos
linuxdaemon has joined #nixos
samueldr has joined #nixos
xqsl has joined #nixos
spacekookie has joined #nixos
dweller has joined #nixos
andersk has joined #nixos
luigy has joined #nixos
bob_twinkles has joined #nixos
itorres has joined #nixos
glasserc has joined #nixos
gambpang has joined #nixos
duckfullstop has joined #nixos
troydm has joined #nixos
mniip has joined #nixos
otulp has joined #nixos
Unode has joined #nixos
juhoh has joined #nixos
niso has joined #nixos
exarkun has joined #nixos
mog has joined #nixos
iMatejC has joined #nixos
pepesza has joined #nixos
DerGuteMoritz has joined #nixos
raoul has joined #nixos
Guest86933 has joined #nixos
lewo has joined #nixos
aminechikhaoui has joined #nixos
edcragg has joined #nixos
travelion has joined #nixos
djanatyn has joined #nixos
mg- has joined #nixos
puffnfresh has joined #nixos
bbarker_home has joined #nixos
tarruda has joined #nixos
Orbstheorem has joined #nixos
greymalkin has joined #nixos
lvmond has joined #nixos
IooNag has joined #nixos
Aleksejs has joined #nixos
rixed has joined #nixos
pbogdan has joined #nixos
ixiqem has joined #nixos
barrucadu has joined #nixos
boegel has joined #nixos
stew has joined #nixos
tazjin has joined #nixos
tazjin has quit [Changing host]
manveru_ has joined #nixos
manveru_ has quit [Changing host]
victorbjelkholm_ has joined #nixos
cbarrett_ has joined #nixos
digitalgrease_ has joined #nixos
victorbjelkholm_ has quit [Changing host]
eacameron has joined #nixos
cbarrett_ has quit [Changing host]
digitalgrease_ has quit [Changing host]
teozkr has joined #nixos
nlofaro_ has joined #nixos
eacameron has quit [Changing host]
teozkr has quit [Changing host]
uranther_ has joined #nixos
nlofaro_ has quit [Changing host]
uranther_ has quit [Changing host]
teej has quit [Changing host]
sevanspowell has joined #nixos
oharvey has joined #nixos
sevanspowell has quit [Changing host]
techtangents has joined #nixos
techtangents has quit [Changing host]
teej has joined #nixos
steshaw[m] has joined #nixos
yoho[m]1 has joined #nixos
oharvey has quit [Changing host]
steshaw[m] has quit [Changing host]
yoho[m]1 has quit [Changing host]
selfsymmetric-mu has joined #nixos
qubasa_ has joined #nixos
asymmetric has joined #nixos
vesper has joined #nixos
WilliButz has joined #nixos
inkbottle has joined #nixos
mla has joined #nixos
clever has joined #nixos
amfl_ has joined #nixos
Blessjah has joined #nixos
mrCyborg has joined #nixos
swapgs has joined #nixos
callahad306 has joined #nixos
lejonet has joined #nixos
CcxWrk has joined #nixos
erhandsome has joined #nixos
evax has joined #nixos
foldingcookie has joined #nixos
ContainsLiquid has joined #nixos
Acou_Bass has joined #nixos
Czen has joined #nixos
jol has joined #nixos
jonge has joined #nixos
betaboon has joined #nixos
nixhost has joined #nixos
emptyflask has joined #nixos
sveitser has joined #nixos
statusbot has joined #nixos
cybrian has joined #nixos
makefu has joined #nixos
chaker has joined #nixos
Athas has joined #nixos
linuus has joined #nixos
Gohla has joined #nixos
DigitalKiwi has joined #nixos
kumikumi has joined #nixos
martyet-o has joined #nixos
krbtgt has joined #nixos
inf has joined #nixos
m1crOman has joined #nixos
betawaffle has joined #nixos
davidcl has joined #nixos
wrl has joined #nixos
rawtaz has joined #nixos
bsima has joined #nixos
evilmonads has joined #nixos
commander has joined #nixos
unacceptable has joined #nixos
adamse has joined #nixos
Intensity has joined #nixos
jbetz has joined #nixos
jonafato has joined #nixos
ocharles has joined #nixos
apeyeoux has joined #nixos
fyuuri has joined #nixos
djahandarie has joined #nixos
dwagenk has joined #nixos
dwagenk has quit [Changing host]
orospakr[m] has joined #nixos
orospakr[m] has quit [Changing host]
wildsebastian has joined #nixos
wildsebastian has quit [Changing host]
blackriversoftwa has joined #nixos
s94a84d2e has joined #nixos
blackriversoftwa has quit [Changing host]
s94a84d2e has quit [Changing host]
balsoft has joined #nixos
balsoft has quit [Changing host]
jonreeve[m] has joined #nixos
jonreeve[m] has quit [Changing host]
aterius has joined #nixos
aterius has quit [Changing host]
ghuntley has joined #nixos
metalrain has joined #nixos
ghuntley has quit [Changing host]
metalrain has quit [Changing host]
scoates has joined #nixos
scoates has quit [Changing host]
etrepum has joined #nixos
etrepum has quit [Changing host]
teehemkay has joined #nixos
teehemkay has quit [Changing host]
marius851000[m] has quit [Changing host]
Lisanna[m] has joined #nixos
MerlinGttlinger[ has joined #nixos
marius851000[m] has joined #nixos
AntonSchirg[m] has joined #nixos
retrry[m] has joined #nixos
Lisanna[m] has quit [Changing host]
boredom101[m]1 has joined #nixos
MerlinGttlinger[ has quit [Changing host]
boredom101[m]1 has quit [Changing host]
retrry[m] has quit [Changing host]
AntonSchirg[m] has quit [Changing host]
ajmcmiddlin has joined #nixos
ajmcmiddlin has quit [Changing host]
georgew has joined #nixos
georgew has quit [Changing host]
cyberwolf[m] has joined #nixos
cyberwolf[m] has quit [Changing host]
atopuzov[m] has joined #nixos
atopuzov[m] has quit [Changing host]
ArtemVorotnikov[ has quit [Changing host]
ArtemVorotnikov[ has joined #nixos
worldofpeace has joined #nixos
worldofpeace has quit [Changing host]
Nyanloutre[m] has joined #nixos
Nyanloutre[m] has quit [Changing host]
cab404[m] has quit [Changing host]
cab404[m] has joined #nixos
gudea[m] has quit [Changing host]
bee[m]1 has joined #nixos
xbreak[m] has joined #nixos
gudea[m] has joined #nixos
xbreak[m] has quit [Changing host]
bee[m]1 has quit [Changing host]
sonercirit[m] has joined #nixos
sonercirit[m] has quit [Changing host]
tobim[m] has joined #nixos
tobim[m] has quit [Changing host]
ndarwincorn has joined #nixos
ndarwincorn has quit [Changing host]
jasonk000[m] has joined #nixos
jasonk000[m] has quit [Changing host]
freddie_freeload has joined #nixos
freddie_freeload has quit [Changing host]
lukego has joined #nixos
lukego has quit [Changing host]
hellrazor has joined #nixos
hellrazor has quit [Changing host]
vdot0x23[m] has joined #nixos
gspia[m] has quit [Changing host]
vdot0x23[m] has quit [Changing host]
ajirx[m] has quit [Changing host]
ajirx[m] has joined #nixos
Seb[m] has joined #nixos
malteof[m] has joined #nixos
Seb[m] has quit [Changing host]
malteof[m] has quit [Changing host]
gspia[m] has joined #nixos
bkl[m] has joined #nixos
bkl[m] has quit [Changing host]
iceychris[m] has joined #nixos
hiroshi[m] has joined #nixos
iceychris[m] has quit [Changing host]
hiroshi[m] has quit [Changing host]
94KAAHN7J has joined #nixos
teej has quit [Max SendQ exceeded]
Okinan_ has joined #nixos
Okinan_ has quit [Changing host]
akaWolf has joined #nixos
akaWolf has quit [Changing host]
NickHu has joined #nixos
pinage404[m] has joined #nixos
simbergm has joined #nixos
fulgjon has joined #nixos
escaP[m] has joined #nixos
ejpcmac has joined #nixos
musicmatze has joined #nixos
pachacuti[m] has joined #nixos
macerbi[m] has joined #nixos
Thinkofname[m] has joined #nixos
zaphar_ps[m] has joined #nixos
rihardsk[m] has joined #nixos
eqyiel has joined #nixos
tonic0x539[m] has joined #nixos
li_matrix has joined #nixos
Notkea[m] has joined #nixos
ZD[m] has joined #nixos
zmlww[m] has joined #nixos
ma27[m] has joined #nixos
corpix[m] has joined #nixos
luftmensch[m] has joined #nixos
mildred has joined #nixos
cocreature has joined #nixos
clefru has joined #nixos
harkenedraven has joined #nixos
kxlljoyy[m] has joined #nixos
ck3d[m] has joined #nixos
zurdo has joined #nixos
siraben has joined #nixos
das-g[m] has joined #nixos
fgaz has joined #nixos
suvash_away has joined #nixos
dontobey has joined #nixos
kraem has joined #nixos
cyraxjoe has joined #nixos
Mateon1 has joined #nixos
laalf has joined #nixos
Izorkin has joined #nixos
m0rphism has joined #nixos
jackdk has joined #nixos
matthuszagh has joined #nixos
chiefgoat has joined #nixos
justanotheruser has joined #nixos
realrokka has joined #nixos
Jackneill has joined #nixos
mmlb has joined #nixos
fl0_id has joined #nixos
pjan has joined #nixos
Profpatsch has joined #nixos
ThatOtherGuy has joined #nixos
sepi` has joined #nixos
lsyoyom has joined #nixos
cheshircat has joined #nixos
jfroche_ has joined #nixos
Baughn has joined #nixos
tjg14 has joined #nixos
pingveno has joined #nixos
ciaran0 has joined #nixos
tv has joined #nixos
lpsmith has joined #nixos
shiver has joined #nixos
srhb has joined #nixos
lassulus has joined #nixos
ornx has joined #nixos
jaeckel has joined #nixos
evhan has joined #nixos
kwork has joined #nixos
mupf has joined #nixos
skatista has joined #nixos
nocoolnametom has joined #nixos
jtcs has joined #nixos
Enzime has joined #nixos
freusque has joined #nixos
locallycompact has joined #nixos
delan has joined #nixos
maurer has joined #nixos
94KAAHN7J is now known as ashkitten
klntsky has joined #nixos
Palpares has joined #nixos
phreedom has joined #nixos
gxt has joined #nixos
andreas303 has joined #nixos
jb55 has joined #nixos
oida has joined #nixos
cantstanya has joined #nixos
xelxebar_ has joined #nixos
midchildan has quit [Ping timeout: 248 seconds]
nimblepoultry has quit [Ping timeout: 248 seconds]
_cyril_ has quit [Ping timeout: 248 seconds]
gleber_ has joined #nixos
eraserhd has joined #nixos
mkoenig has joined #nixos
W1lkins has joined #nixos
trfl has joined #nixos
oleks has joined #nixos
noogie has joined #nixos
jasom has joined #nixos
marek has joined #nixos
v0|d has joined #nixos
ilikeheaps has joined #nixos
cyris212 has joined #nixos
fayesafe has joined #nixos
layus has joined #nixos
octe has joined #nixos
ivan has joined #nixos
georges has joined #nixos
gspia has joined #nixos
Taneb has joined #nixos
monsieurp has joined #nixos
rotaerk has joined #nixos
liori has joined #nixos
alp has joined #nixos
grw has joined #nixos
hark has joined #nixos
dkibi has joined #nixos
growpotkin has joined #nixos
qz has joined #nixos
charukiewicz has joined #nixos
cransom has joined #nixos
veverak has joined #nixos
allgreed has joined #nixos
Sellerie has joined #nixos
arianvp has joined #nixos
otti0815 has joined #nixos
risson has joined #nixos
Phlogistique has joined #nixos
joepie91 has joined #nixos
pareidolia has joined #nixos
catern has joined #nixos
puck has joined #nixos
toppler has joined #nixos
emacsomancer has joined #nixos
adisbladis has joined #nixos
srk has joined #nixos
dustinm- has joined #nixos
bourbon has joined #nixos
nore has joined #nixos
kalbasit has joined #nixos
suzu has joined #nixos
bohan has joined #nixos
corpix[m] has joined #nixos
corpix[m] has quit [Changing host]
kxlljoyy[m] has joined #nixos
kxlljoyy[m] has quit [Changing host]
ck3d[m] has joined #nixos
ck3d[m] has quit [Changing host]
mildred has joined #nixos
mildred has quit [Changing host]
zaphar_ps[m] has quit [Changing host]
zaphar_ps[m] has joined #nixos
zurdo has joined #nixos
zurdo has quit [Changing host]
musicmatze has quit [Changing host]
musicmatze has joined #nixos
ZD[m] has joined #nixos
ZD[m] has quit [Changing host]
ejpcmac has quit [Changing host]
ejpcmac has joined #nixos
Thinkofname[m] has joined #nixos
eqyiel has joined #nixos
li_matrix has joined #nixos
Thinkofname[m] has quit [Changing host]
eqyiel has quit [Changing host]
li_matrix has quit [Changing host]
rihardsk[m] has joined #nixos
rihardsk[m] has quit [Changing host]
fulgjon has joined #nixos
fulgjon has quit [Changing host]
simbergm has joined #nixos
simbergm has quit [Changing host]
pinage404[m] has joined #nixos
pinage404[m] has quit [Changing host]
escaP[m] has joined #nixos
escaP[m] has quit [Changing host]
pachacuti[m] has joined #nixos
pachacuti[m] has quit [Changing host]
ma27[m] has joined #nixos
tonic0x539[m] has joined #nixos
ma27[m] has quit [Changing host]
tonic0x539[m] has quit [Changing host]
macerbi[m] has quit [Changing host]
macerbi[m] has joined #nixos
NickHu has joined #nixos
NickHu has quit [Changing host]
emacsomancer has quit [Max SendQ exceeded]
eddyb has quit [Ping timeout: 248 seconds]
neonfuz2 has quit [Ping timeout: 249 seconds]
pop[m]1 has quit [Ping timeout: 249 seconds]
nimblepoultry has joined #nixos
calbrecht[mb] has quit [Remote host closed the connection]
Mister_Magister has quit [Ping timeout: 248 seconds]
roberth has quit [Ping timeout: 248 seconds]
weebull[m] has quit [Ping timeout: 248 seconds]
tokudan has quit [Ping timeout: 248 seconds]
HappyEnt[m] has quit [Ping timeout: 248 seconds]
Brio[m] has quit [Ping timeout: 248 seconds]
alxev[m] has quit [Ping timeout: 248 seconds]
Ralith has quit [Ping timeout: 248 seconds]
teej has joined #nixos
momack2[m] has quit [Ping timeout: 251 seconds]
thequux[m] has quit [Ping timeout: 251 seconds]
macerbi[m] has quit [Ping timeout: 240 seconds]
escaP[m] has quit [Ping timeout: 240 seconds]
pachacuti[m] has quit [Ping timeout: 240 seconds]
pinage404[m] has quit [Ping timeout: 240 seconds]
tonic0x539[m] has quit [Ping timeout: 240 seconds]
ma27[m] has quit [Ping timeout: 240 seconds]
rihardsk[m] has quit [Ping timeout: 240 seconds]
ejpcmac has quit [Ping timeout: 240 seconds]
zurdo has quit [Ping timeout: 240 seconds]
mildred has quit [Ping timeout: 240 seconds]
zmlww[m] has quit [Ping timeout: 240 seconds]
das-g[m] has quit [Ping timeout: 240 seconds]
fgaz has quit [Ping timeout: 240 seconds]
siraben has quit [Ping timeout: 240 seconds]
Notkea[m] has quit [Ping timeout: 240 seconds]
luftmensch[m] has quit [Ping timeout: 240 seconds]
midi[m] has quit [Ping timeout: 249 seconds]
DanP[m] has quit [Ping timeout: 249 seconds]
abbec has quit [Ping timeout: 249 seconds]
groggy[m] has quit [Ping timeout: 249 seconds]
alienpirate5 has quit [Ping timeout: 249 seconds]
zmlww[m]1 has quit [Ping timeout: 249 seconds]
smolboye[m] has quit [Ping timeout: 249 seconds]
bnasty[m] has quit [Ping timeout: 249 seconds]
spacekitteh[m] has quit [Ping timeout: 249 seconds]
jwaksbaum[m] has quit [Ping timeout: 249 seconds]
white_bluff[m] has quit [Ping timeout: 249 seconds]
aymenstudios[m] has quit [Ping timeout: 249 seconds]
makaveli[m] has quit [Ping timeout: 249 seconds]
bohan[m] has quit [Ping timeout: 249 seconds]
apx[m] has quit [Ping timeout: 249 seconds]
is0x3F has quit [Ping timeout: 249 seconds]
rycee has quit [Ping timeout: 249 seconds]
sylvie[m] has quit [Ping timeout: 249 seconds]
vaibhavsagar has quit [Ping timeout: 249 seconds]
joepie91[m] has quit [Ping timeout: 249 seconds]
domenkozar[m] has quit [Ping timeout: 249 seconds]
jonge[m] has quit [Ping timeout: 249 seconds]
polman has quit [Ping timeout: 245 seconds]
{^_^} has joined #nixos
bkl[m] has quit [Ping timeout: 263 seconds]
iceychris[m] has quit [Ping timeout: 263 seconds]
Nyanloutre[m] has quit [Ping timeout: 276 seconds]
atopuzov[m] has quit [Ping timeout: 276 seconds]
boredom101[m]1 has quit [Ping timeout: 276 seconds]
retrry[m] has quit [Ping timeout: 276 seconds]
Lisanna[m] has quit [Ping timeout: 276 seconds]
marius851000[m] has quit [Ping timeout: 276 seconds]
aterius has quit [Ping timeout: 276 seconds]
yoho[m]1 has quit [Ping timeout: 276 seconds]
steshaw[m] has quit [Ping timeout: 276 seconds]
harkenedraven has quit [Max SendQ exceeded]
am3on[m] has quit [Ping timeout: 249 seconds]
mariusz-kowalski has quit [Ping timeout: 249 seconds]
roadt[m] has quit [Ping timeout: 249 seconds]
attente[m] has quit [Ping timeout: 249 seconds]
Vskilet has quit [Ping timeout: 249 seconds]
flip[m] has quit [Ping timeout: 249 seconds]
manveru[m] has quit [Ping timeout: 249 seconds]
bricewge has quit [Ping timeout: 249 seconds]
Shyim[m] has quit [Ping timeout: 249 seconds]
wrunt[m] has quit [Ping timeout: 249 seconds]
jak[m] has quit [Ping timeout: 249 seconds]
abbafei[m] has quit [Ping timeout: 249 seconds]
craige[m] has quit [Ping timeout: 249 seconds]
craigevil[m] has quit [Ping timeout: 249 seconds]
vxzero[m] has quit [Ping timeout: 249 seconds]
jgosset[m] has quit [Ping timeout: 249 seconds]
wangoe[m] has quit [Ping timeout: 249 seconds]
cgm[m] has quit [Ping timeout: 249 seconds]
GerdFlaig[m] has quit [Ping timeout: 249 seconds]
hr[m] has quit [Ping timeout: 249 seconds]
rnhmjoj has quit [Ping timeout: 249 seconds]
info_supplicant[ has quit [Ping timeout: 249 seconds]
Yakulu[m] has quit [Ping timeout: 249 seconds]
nilsirl[m] has quit [Ping timeout: 249 seconds]
balsoft[m] has quit [Ping timeout: 249 seconds]
MiloIgnis[m] has quit [Ping timeout: 249 seconds]
laas has quit [Ping timeout: 249 seconds]
icetan has quit [Ping timeout: 249 seconds]
hpfr[m] has quit [Ping timeout: 249 seconds]
haslersn has quit [Ping timeout: 249 seconds]
ninjatrappeur[m] has quit [Ping timeout: 249 seconds]
jschievink[m] has quit [Ping timeout: 249 seconds]
regnat[m] has quit [Ping timeout: 249 seconds]
frederic_chopwn[ has quit [Ping timeout: 249 seconds]
sphalerit has quit [Ping timeout: 249 seconds]
ronny has quit [Ping timeout: 249 seconds]
yangm has quit [Ping timeout: 249 seconds]
BinkyTheClown has quit [Ping timeout: 249 seconds]
Moredread[m] has quit [Ping timeout: 249 seconds]
clacke[m] has quit [Ping timeout: 249 seconds]
bachp has quit [Ping timeout: 249 seconds]
timokau[m] has quit [Ping timeout: 249 seconds]
philipp[m] has quit [Ping timeout: 249 seconds]
wak-work has quit [Ping timeout: 249 seconds]
codyopel has quit [Ping timeout: 249 seconds]
Minijackson[m] has quit [Ping timeout: 249 seconds]
fulgjon has quit [Ping timeout: 240 seconds]
eqyiel has quit [Ping timeout: 240 seconds]
li_matrix has quit [Ping timeout: 240 seconds]
Thinkofname[m] has quit [Ping timeout: 240 seconds]
ZD[m] has quit [Ping timeout: 240 seconds]
corpix[m] has quit [Ping timeout: 240 seconds]
kxlljoyy[m] has quit [Ping timeout: 240 seconds]
clefru has quit [Ping timeout: 240 seconds]
zaphar_ps[m] has quit [Ping timeout: 240 seconds]
musicmatze has quit [Ping timeout: 240 seconds]
peterhoeg[m] has quit [Ping timeout: 250 seconds]
goibhniu has quit [Ping timeout: 250 seconds]
bendlas has quit [Ping timeout: 250 seconds]
tindvik[m] has quit [Ping timeout: 250 seconds]
layus[m] has quit [Ping timeout: 250 seconds]
ptotter[m] has quit [Ping timeout: 250 seconds]
Dan[m]7 has quit [Ping timeout: 248 seconds]
fasd has quit [Ping timeout: 248 seconds]
danielrf[m] has quit [Ping timeout: 248 seconds]
arcnmx has quit [Ping timeout: 248 seconds]
dtz has quit [Ping timeout: 248 seconds]
tails[m] has quit [Ping timeout: 248 seconds]
IslandUsurper has quit [Ping timeout: 248 seconds]
slabity has quit [Ping timeout: 248 seconds]
alj[m] has quit [Ping timeout: 248 seconds]
NfixEstrada[m] has quit [Ping timeout: 248 seconds]
matthewbauer has quit [Ping timeout: 248 seconds]
blitzclone[m]1 has quit [Ping timeout: 248 seconds]
fidgetspinoza[m] has quit [Ping timeout: 248 seconds]
anton-latukha[m] has quit [Ping timeout: 248 seconds]
divansantana has quit [Ping timeout: 248 seconds]
Gopal[m] has quit [Ping timeout: 248 seconds]
bbigras has quit [Ping timeout: 248 seconds]
schmittlauch[m] has quit [Ping timeout: 248 seconds]
alexarice[m] has quit [Ping timeout: 248 seconds]
cornu has quit [Ping timeout: 248 seconds]
MayeulC_backup has quit [Ping timeout: 248 seconds]
nocent has quit [Ping timeout: 248 seconds]
imj[m] has quit [Ping timeout: 248 seconds]
MilkManzJourDadd has quit [Ping timeout: 248 seconds]
olejorgenb[m] has quit [Ping timeout: 248 seconds]
MarkOtaris has quit [Ping timeout: 248 seconds]
contrun[m] has quit [Ping timeout: 248 seconds]
JaakkoLuttinen[m has quit [Ping timeout: 248 seconds]
Noughtmare[m] has quit [Ping timeout: 248 seconds]
colemickens has quit [Ping timeout: 248 seconds]
arturo[m] has quit [Ping timeout: 252 seconds]
isgy[m] has quit [Ping timeout: 252 seconds]
teej has quit [Changing host]
teej has joined #nixos
ashkitten has joined #nixos
ashkitten has quit [Changing host]
hiroshi[m] has quit [Ping timeout: 263 seconds]
ajirx[m] has quit [Ping timeout: 263 seconds]
malteof[m] has quit [Ping timeout: 263 seconds]
vdot0x23[m] has quit [Ping timeout: 263 seconds]
gspia[m] has quit [Ping timeout: 263 seconds]
Seb[m] has quit [Ping timeout: 263 seconds]
sonercirit[m] has quit [Ping timeout: 276 seconds]
tobim[m] has quit [Ping timeout: 276 seconds]
ndarwincorn has quit [Ping timeout: 276 seconds]
cab404[m] has quit [Ping timeout: 276 seconds]
gudea[m] has quit [Ping timeout: 276 seconds]
bee[m]1 has quit [Ping timeout: 276 seconds]
xbreak[m] has quit [Ping timeout: 276 seconds]
cyberwolf[m] has quit [Ping timeout: 276 seconds]
worldofpeace has quit [Ping timeout: 276 seconds]
ArtemVorotnikov[ has quit [Ping timeout: 276 seconds]
jonreeve[m] has quit [Ping timeout: 276 seconds]
dwagenk has quit [Ping timeout: 276 seconds]
balsoft has quit [Ping timeout: 276 seconds]
TravisRt2botio[m has quit [Max SendQ exceeded]
frislie[m] has quit [Ping timeout: 250 seconds]
otini has quit [Ping timeout: 250 seconds]
sauyon[m] has quit [Ping timeout: 250 seconds]
EuAndreh[m] has quit [Ping timeout: 250 seconds]
nh2[m] has quit [Ping timeout: 248 seconds]
kaychaks[m] has quit [Ping timeout: 248 seconds]
Smith[m] has quit [Ping timeout: 248 seconds]
y0x3y[m] has quit [Ping timeout: 248 seconds]
KarelWDingeldey[ has quit [Ping timeout: 248 seconds]
submoo[m] has quit [Ping timeout: 248 seconds]
timclassic has quit [Ping timeout: 248 seconds]
ericnoan has joined #nixos
justanotheruser has quit [Max SendQ exceeded]
NickHu has quit [Ping timeout: 240 seconds]
nimblepoultry has quit [Changing host]
nimblepoultry has joined #nixos
midchildan has joined #nixos
midchildan has quit [Changing host]
midchildan has joined #nixos
freddie_freeload has quit [Ping timeout: 276 seconds]
jasonk000[m] has quit [Ping timeout: 276 seconds]
AntonSchirg[m] has quit [Ping timeout: 276 seconds]
MerlinGttlinger[ has quit [Ping timeout: 276 seconds]
<iqubic>
See, my issue is that when I open a TTY and log in as my own person user, I get one prompt. Then I run the command `zsh` and get a different prompt. WTF?!!??!
LnL has joined #nixos
<{^_^}>
[nixpkgs] @bdesham opened pull request #67226 → swiftformat: init at 0.40.11 → https://git.io/fjbxX
LnL is now known as Guest73096
emily is now known as emily_
emily_ is now known as emily
Palpares_ has joined #nixos
<iqubic>
Anyone know what is going on here?
Palpares has quit [Ping timeout: 260 seconds]
<emily>
login vs. interactive shell rcs, probably.
<iqubic>
Oh, really?
<emily>
well, depends on the prompts. it's also possible one of them is bash because you didn't change your shell properly i guess.
<iqubic>
Anyone know why that line of code isn't working for me?
alex`` has quit [Ping timeout: 276 seconds]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
drakonis1 has joined #nixos
<{^_^}>
[nixpkgs] @nrdxp opened pull request #67227 → allow 'sound.mediaKeys.enable' to work even when 'hardware.pulseaudio.enable' is used → https://git.io/fjbpm
felixfoertsch has joined #nixos
<thefloweringash>
hpfr: sounds like you're doing the right thing. Is your configuration public?
felixfoertsch23 has quit [Ping timeout: 245 seconds]
freeman42y has joined #nixos
freeman42x has quit [Ping timeout: 245 seconds]
<thefloweringash>
hpfr: you can build just the config file and inspect it to check if your option was set with `nix-build '<nixpkgs/nixos>' -A config.system.build.kernel.configfile`
jgt has joined #nixos
<hpfr[m]>
thefloweringash: configs not public yet, I’m somewhat new to git and Linux in general besides nix haha but I plan to make it public once I am confident in handling secrets and stuff. Thanks for the tip on the command to check it but it’s already compiling, I’ll just check /proc/config.gz after
jgt has quit [Ping timeout: 250 seconds]
iqubic has left #nixos ["ERC (IRC client for Emacs 27.0.50)"]
growpotkin has quit [Ping timeout: 246 seconds]
infinii has joined #nixos
<{^_^}>
[nixpkgs] @TravisWhitaker opened pull request #67228 → Pass hoogle-local's buildCommand as a file. → https://git.io/fjbpg
infinee has quit [Ping timeout: 248 seconds]
mexisme has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos
<{^_^}>
[nixpkgs] @virusdave opened pull request #67229 → vimplugin-unison-syntax: init at 1.0M1c → https://git.io/fjbpD
<wykurz>
alternatively - can someone suggest a good way to pick use nixops master? I don't see any documentation on running it from the master branch
wfranzini has quit [Remote host closed the connection]
wykurz has quit [Quit: Leaving]
<ashkitten>
dolphinEmu build fails with error: exception handling disabled, use -fexceptions to enable. i don't see how this literally ever could have worked
phreedom has quit [Quit: No Ping reply in 180 seconds.]
<ashkitten>
should i introduce a soundtouch-2.0 package?
rauno has quit [Ping timeout: 250 seconds]
<ashkitten>
should i override soundtouch for dolphin?
<ashkitten>
idk
<ashkitten>
what's the usual way to deal with package breakage?
<worldofpeace>
hey ashkitten what's the bug?
<ashkitten>
dolphinEmu won't build on nixos-unstable because of soundtouch updating from 2.0.0 to 2.1.2
<ashkitten>
not sure how to handle this
<worldofpeace>
hmm, does dolphinEmu not support that version?
<Shados>
Pretty sure 'introduce a separate package' in case of API breakage
<ashkitten>
seems so. dolphinEmuMaster does build, but dolphinEmu is 3 years old now
<ashkitten>
with no new stable version in sight
<Shados>
Maybe just move it to unstable...? That's a long time without releases
<emily>
can I put in a vote for removing the stable package instead? :v
<emily>
just make dolphinEmu an alias for dolphinEmuMaster. if you want to run a 3 year old build you can use 3 year old nipkgs
<emily>
*nixpkgs
jollyjester has joined #nixos
<jollyjester>
hey i just installed virtualbox and i don't know how to start it
<jollyjester>
running `virtualbox` doesn't do anything
<ashkitten>
i'm fine with that approach too
<jollyjester>
and it's not found
<ashkitten>
i just don't want broken packages
<emily>
given that https://dolphin-emu.org/ doesn't even let you know the stable version exists before you scroll down the downloads page it seems fairly marginal to me, at least
<ashkitten>
i'm not one to try and introduce things like that on my own
<worldofpeace>
perhaps it's the same issue, though it could be stale.
<ashkitten>
that looks like my issue
<worldofpeace>
Updating to an unstable version of something is usually not the best solution. Usually I'd do that if it's my last choice.
zeta_0 has joined #nixos
<worldofpeace>
And nix it pretty flexable so you can have an older version of a package around if needed too.
<ashkitten>
of course. dolphin is sort of a weird case where releases are extremely far between, and the devs generally encourage staying on the latest patch
<worldofpeace>
Right, and I think it's best to go with what upstream reccommends. They should know their software best.
zeta_0 has quit [Client Quit]
<ashkitten>
my main concern is when the next release of dolphin does appear and we end up reintroducing a stable version
<ashkitten>
when do we consider a release obsoleted? do we just switch between stable and unstable versions for dolphinEmu?
xok has joined #nixos
<xok>
hello all...
<ashkitten>
btw, it builds fine with that patch it seems
<xok>
I've got nixops on one machine and want to copy all the deployed machine states to another machine..
<ashkitten>
i guess not, seeing as we have this issue
<worldofpeace>
Right, I'm guessing they fallback to the vendored ones if they can't detect it at configure time
growpotkin has joined #nixos
<ashkitten>
ah, figures
growpotkin has quit [Client Quit]
<worldofpeace>
Oh also, when dolphinEmu makes a stable release and what's latest on master is the same dolphinEmuMaster should probably just be the same version
growpotkin has joined #nixos
<{^_^}>
[nixpkgs] @ck3d opened pull request #67232 → container config: better default in case of resolved → https://git.io/fjNeR
<ashkitten>
can you reword that, worldofpeace?
drakonis has quit [Ping timeout: 245 seconds]
<emily>
I don't think commits stay HEAD in dolphin very long :)
<emily>
so I'd be surprised if that ever came to pass
<worldofpeace>
Ahh it's like that emily Then disregard the comment, most other unstable packages could work like that
xok has quit [Quit: Leaving.]
<jollyjester>
sooooo
<jollyjester>
how can i start virtualbox
<clever>
jollyjester: run VirtualBox
<jollyjester>
ohh it's capitalized
ddellacosta has quit [Ping timeout: 268 seconds]
<jollyjester>
why do people capitalize binaries?
<jollyjester>
what do they get from it?
<clever>
evil joy, lol
<jollyjester>
a punch in the face that's what they get
<jollyjester>
i thought that was if you're running nixos in virtualbox
<jollyjester>
hm well ok let me see
drakonis has joined #nixos
zeta_0 has quit [Quit: taking a break]
jollyjester has quit [Quit: leaving]
fusion809 has quit [Remote host closed the connection]
bakakuna has quit [Ping timeout: 244 seconds]
fusion809 has joined #nixos
<{^_^}>
[nixpkgs] @doronbehar opened pull request #67233 → stig: init at 0.10.1a0 → https://git.io/fjNey
zupo has joined #nixos
<ashkitten>
worldofpeace: i've got 5 commits here. 3 of them are build/runtime fixes, 2 are style fixes. should i submit them in a PR together? i'm afraid that with the already overwhelming PR load it just won't get looked at, tbh
<ashkitten>
if i submit as separate
<srhb>
It's hard to say in general, but small PRs usually win attention faster than big ones.
<worldofpeace>
ashkitten: I can review it and try to merge
<srhb>
Reading big diffs can be overwhelming :)
<ashkitten>
sure
<worldofpeace>
big PR's don't scare me :D
<srhb>
worldofpeace: I noticed ;-)
<srhb>
worldofpeace++
<{^_^}>
worldofpeace's karma got increased to 31
<ashkitten>
i'm also gonna go ahead and add myself as a maintainer for dolphinEmu and dolphinEmuMaster, and update dolphinEmuMaster to current
<ashkitten>
it's all in separate commits like you wanted
<ashkitten>
worldofpeace: this seem like a good set of changes? i'll just submit a PR as "dolphin-emu fixes and updates" i guess lol. doesn't matter what the PR is titled
<worldofpeace>
ashkitten: Thanks, I've left you a review for when you awaken :P
siers is now known as ij
<worldofpeace>
Also, perfect commit order 👍️ PRs like that in packaging are usually fine.
mexisme has quit [Ping timeout: 246 seconds]
ng0 has joined #nixos
kaliumxyz has quit [Quit: leaving]
kaliumxyz has joined #nixos
<Ariakenom>
where do I set primary display?
<Ariakenom>
I had it setin kde gui which usually works fine. but it did just get changed
<srhb>
Ariakenom: There's services.xserver.xrandrHeads, but I've no experience with it, and generally bad experience with Linux and monitor management :P
hyper_ch2 has quit [Remote host closed the connection]
phreedom has quit [Ping timeout: 260 seconds]
<ar>
a/24
<clever>
Ariakenom: i just set it in xfce display settings
dasj19 has joined #nixos
o1lo01ol1o has joined #nixos
sb0 has joined #nixos
cinimod has joined #nixos
knupfer has joined #nixos
<{^_^}>
[nixpkgs] @mmahut opened pull request #67237 → osslsigncode: init at unstable-2019-07-25 → https://git.io/fjNvr
<cinimod>
I am running the tests on a package. If I do `stack test ...` then the tests run but if I do `cabal new-test ...` then I get error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory
<cinimod>
Does anyone have any tips on how to fix cabal?
<cinimod>
Maybe I should raise a ticket on the cabal repo
phreedom has joined #nixos
___laika has joined #nixos
<srhb>
cinimod: Do you have a reproducible version of this issue somewhere online?
ng0 has quit [Quit: Alexa, when is the end of world?]
<teto>
gosh I hate how nixops is the only software that doesn't comply with basic nix-shell/overrides while it should be the first. This ./dev-shell script shouldn't be necessary
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Ariakenom>
how should I get skype. skypeforlinux wasn't cached, tried to build and failed
philr has joined #nixos
<sphalerite>
Ariakenom: upstream keeps breaking the download link. Fix it in your local checkout of nixpkgs and install it from there. If you're feeling generous, open a PR ;)
Makaveli7 has quit [Quit: WeeChat 2.5]
<hyper_ch2>
isn't skype evil?
<{^_^}>
[nixpkgs] @kcalvinalvin opened pull request #67241 → Added support for cmt(Chrome Multitouch) → https://git.io/fjNfF
woffs has joined #nixos
<sphalerite>
hyper_ch2: also that
bakakuna has quit [Ping timeout: 246 seconds]
<srhb>
Ariakenom: Not quite sure what's wrong yet, but it looks like at least your builders aren't dealing with multiple output packages well (gd.dev vs. gd.out for instance)
<Ariakenom>
thanks guys brb
growpotkin has quit [Ping timeout: 245 seconds]
Guest36717 is now known as statusfailed
asymptotically has joined #nixos
hamishmack has joined #nixos
<freeman[w]>
I managed to go through the NixOS installation but after restart GRUB won't book. This is my configuration: https://i.imgur.com/S67OH39.png
<freeman[w]>
wtf, it is booting now... xD nvm everyone++
<joepie91>
that was one very quiet rubber duck
<joepie91>
:p
<srhb>
Best kind.
<freeman[w]>
joepie91, kek. But wait, there is more. I think it is failing to boot after a restart :/ https://i.imgur.com/7T22Uid.png
<freeman[w]>
so it booted ONCE, failed to boot the 2ND time. WTF
growpotkin has joined #nixos
<__monty__>
freeman[w]: Did you wait the full 1min30s?
<__monty__>
I have an ide disk that takes 1min30s to whatever at boot.
ottidmes has joined #nixos
<srhb>
__monty__: O_o
<__monty__>
Maybe nixos is setup to fsck quite aggressively?
<freeman[w]>
hyper_ch2, are you asking me? it's running inside VMWare VM
<__monty__>
It's an old box so I don't mind enough to look into it : )
Makaveli7 has joined #nixos
<aria>
every time i launch firefox dev edition it bugs me about setting it as the default app. i hit the button but it still nags me every time. any ideas on how to set it as the default?
<__monty__>
aria: There's probably an about:config setting to twiddle that, add that to extraConfig or similar.
<aria>
__monty__: if i could do it from inside firefox it would be doing it the first time i hit the button i think
<__monty__>
aria: I'm not telling you to do it from within firefox, I'm telling you to add a setting to extraConfig or whatever the option for firefox is called that let's you specify whatever.
<hyper_ch2>
freeman[w]: post your hardware- and configuration.nix
<aria>
oooh right. im also not using programs.firefox.enable or whichever it is, all i did was install the firefox-dev-edition package
tmaekawa has joined #nixos
civodul has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
orivej has joined #nixos
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<freeman[w]>
hyper_ch2, hold on, it might be fixed
<__monty__>
aria: Hmm, weird. Then I'd expect ff to just write to the profile freely. Maybe a bug?
<aria>
mm, maybe
ubert has joined #nixos
kleisli has quit [Ping timeout: 258 seconds]
<teto>
Izorkin: so I define kernelPackages in my nixops VM and it seems to work fine, I believe the warning you see is legitimate, try not to define it twice (via modularizing your config for instance)
freedan42x has joined #nixos
<freedan42x>
my wifi is still not working even if it says "Successfully initialized wpa_supplicant"
<freedan42x>
it worked earlier, but when I tried to switch to another network, it doesn't seem to work
<Izorkin>
teto: Now I use in one place - nixops/config-defs/core.nix There is an error anyway
<freeman[w]>
freedan42x, o hi there! hahaha. anyway. The NixOS intall instructions are broken (when tried for a VMWare VM). Is there a way I can contribute to the documentation to simplify it and get it to work?
<teto>
what's the stacktrace ? does it share the locations ?
<srhb>
freeman[w]: Yeah, you absolutely can. I doubt they're broken though -- I did a VMWare install just the other day -- what's the problem?
<dminuoso>
freeman[w]: If you have any improvements, feel free to make a PR :)
<srhb>
(or at least, not *totally* broken)
<freeman[w]>
dminuoso, cheers man. It is time to optimize the hell out of the NixOS installation steps to make it less painfull
<freeman[w]>
dminuoso, one improvement I really want done is adding steps on how to set up the partitions using GParted
<dminuoso>
freeman[w]: Direct your comments to srhb better, I just dropped in to give you the link. :)
<srhb>
Or just the channel in general ^^;
<freeman[w]>
srhb, I run into countlesss issues. I posted them here yesterday. Anyway, I might try again from 0 and see what I run into
<srhb>
freeman[w]: Sounds great. Taking notes along the way in the docs will definitely help.
<dminuoso>
But yes, the nixos installation guides has some rough edges. For example if you follow them strictly, you end up with misaligned partitions.
mexisme_ has quit [Ping timeout: 264 seconds]
sigmundv_ has quit [Ping timeout: 245 seconds]
<freeman[w]>
srhb, I will remove all the partitioning and follow the steps exactly as in the manual once again and report issues I run into
<srhb>
freeman[w]: Cool :)
<dminuoso>
(I think I just default to gdisk because it automatically aligns partitions)
<dminuoso>
Perhaps using parted as default instructions is the issue since it requires more manual intervention.
<freeman[w]>
why is there an installation.xml and an installing.xml? xD
<dminuoso>
freeman[w]: Check the content, its self explanatory
<freeman[w]>
dminuoso, I get that the content might be self-explanatory, I was just finding funny that their names sounds almost the same
<dminuoso>
freeman[w]: If you check the ToC, then you will see that I. is called "Installation" ;)
<freeman[w]>
I followed the instructions precisely and I got this error: https://i.imgur.com/TGee0fV.png which is most probably because MBR does not need that command to be run, right?
<srhb>
freeman[w]: Do you mean step "2. UEFI systems" ?
sigmundv_ has joined #nixos
<freedan42x_>
srhb, how do I set that option? is there a command?
<freeman[w]>
srhb, what do you mean?
<srhb>
freedan42x_: It's a NixOS option. Just set it in your config :)
<srhb>
freeman[w]: Are you talking about section 2.3 Install step 2?
<freeman[w]>
srhb, jesus I am so stupid. But I swear there has to be a more clear way. Maybe have separate UEFI/MBR instructions? Dunno, this is just confusing
<teto>
Izorkin: I've set the hardened profile and configured a different kernel, it evaluates fine.
<srhb>
freedan42x_: The place in which you want your swapfile created.
<freedan42x_>
srhb, like var/swap?
<srhb>
freedan42x_: For instance. :)
<srhb>
freedan42x_: Make sure it's someplace that's mounted early, I don't recall how early swap is activated :)
<freedan42x_>
srhb, how do I check my swapfile status? like free space etc.
<srhb>
freedan42x_: free -h
<freedan42x_>
srhb, thank you for the help! :)
<srhb>
freedan42x_: Welcome!
<srhb>
rsoeldner: That nix file appears to be just a nixpkgs?
<srhb>
rsoeldner: (with some overlays)
<srhb>
rsoeldner: So ghc-pkg shouldn't even be on PATH -- something else is going on.
__monty__ has quit [Quit: leaving]
lewo has quit [Remote host closed the connection]
veske2 has joined #nixos
veske has quit [Ping timeout: 248 seconds]
an9wer has quit [Remote host closed the connection]
Guest19885 has quit [Changing host]
Guest19885 has joined #nixos
<Ariakenom>
sphalerite: sry I keep getting dragged into things. yeah I know git
Guest19885 is now known as yorick
lewo has joined #nixos
orivej has quit [Ping timeout: 245 seconds]
hyper_ch2 has quit [Remote host closed the connection]
cinimod has joined #nixos
veske2 has quit [Quit: This computer has gone to sleep]
o1lo01ol1o has quit [Remote host closed the connection]
<Ariakenom>
srhb: about th nix pills issues. yeah I suppose the packages have changed so that the setup.sh doesn't work anymore. but I lack knowledge to even make good guesses
<srhb>
Ariakenom: This one is pretty horrible. on top of the multiple outputs, gdlib-config appears to have, at some point in time, output the location of its own libs with --ldflags. It no longer does that, and the graphviz configure script expects it.
<srhb>
Ariakenom: Have you considered using a contemporary nixpkgs for nix-pills?
<srhb>
Ariakenom: assuming it still works there will be fewer surprises.
<sphalerite>
Ariakenom: then nix-env -f . -iA skypeforlinux to install it in your profile
<Ariakenom>
srhb: This is the first such issue I've run into I think and afaict it won't affect anything. Now that I know I didn't screw up I'll just continue. But I'll keep that in mind for the future. Thanks a bunch.
<srhb>
Ariakenom: Sure thing
sigmundv_ has quit [Ping timeout: 245 seconds]
owickstrom has quit [Quit: Connection closed for inactivity]
<{^_^}>
[nixpkgs] @Scriptkiddi opened pull request #67243 → init: dynomite at 0.6.14 → https://git.io/fjNUW
orivej has joined #nixos
sigmundv_ has joined #nixos
veske2 has quit [Quit: This computer has gone to sleep]
pareidolia has joined #nixos
<Ariakenom>
sphalerite: nevermind im blind
veske2 has joined #nixos
freedan42x has joined #nixos
hyper_ch2 has joined #nixos
<srhb>
freeman[w]: I just use my trusty vim.
<freeman[w]>
oh no! so after followin the NixOS install instructions to the letter I run into this upon reboot and starting the X11: https://i.imgur.com/IjtP6Bb.png
o1lo01ol1o has quit [Remote host closed the connection]
<freeman[w]>
srhb, so the way to contribute to the docs is editing the XML?
<srhb>
freeman[w]: afaik yes.
orivej has quit [Ping timeout: 272 seconds]
<srhb>
freeman[w]: Is that error in the installer or the installed system?
<freeman[w]>
srhb, the installed system, after reboot from installation procedure
<srhb>
freeman[w]: It just seems very weird that it's referencing /dev/sr0
<Ariakenom>
I have run into more skype issues: fixed-output derivation produced path '/nix/store/c5y1...-skypeforlinux-64.deb' with sha256 hash '0c00...' instead of the expected hash '0mdq...'
<srhb>
Ariakenom: Update the hash :)
<srhb>
Ariakenom: And the version number too, presumably.
<Ariakenom>
srhb: of what, where? :p I did update it for the download
cinimod has joined #nixos
<srhb>
Ariakenom: Search for the hash that it says was expected, and replace it with the one that it actually got :)
<Ariakenom>
srhb: I did a find-sed in the cloned nixpkgs. that didn't fix it
<meck>
hi, i have a install that gets stuck when doing 'nixos-rebuild switch' at 'setting up tmpfiles', doing 'nixos-rebuild boot' end rebooting works fine. Any idea of how to start trubleshooting? running with verbose dosent give any more info..
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<vika_nezrimaya>
Why sometimes configureFlags / makeFlags arguments strings? It complicates some stuff. If it was always lists, some of my cross-compile fixes would be cleaner
freedan42x has quit [Remote host closed the connection]
<Ariakenom>
srhb: ill look at the commands in a bit
<srhb>
vika_nezrimaya: They're passed as bash variables, which is kind of a limitation.
<srhb>
(In a very generic fashion)
<srhb>
The standard builder could be expanded to use the structured attributes, which in many cases could be quite nice..
<{^_^}>
#67248 (by razvan-panda, 19 seconds ago, open): NixOS install in VMWare VM print_req_error: I/O error
<vika_nezrimaya>
nah, I mean type nix edit nixpkgs.apr and look at the argument. Why isn't configureFlags a list there, like with other packages?
<srhb>
vika_nezrimaya: Oh. Hmm. Why does that make cross nicer?
<vika_nezrimaya>
Because sometimes I need to inject different configureFlags depending on if we're cross-compiling (because ./configure is silly!)
<vika_nezrimaya>
for example, with APR, I need to assure it that the target platform does indeed have /dev/zero
freedan42x has joined #nixos
<vika_nezrimaya>
ac_cv_file_dev_zero=yes in configureFlags does the thing
<srhb>
I don't think there's a particular problem with making a list, is there?
<vika_nezrimaya>
but the resulting nix expression is very clunky and I don't like the fact that I need to insert a space at the beginning (in case we're cross-compiling for Darwin :3)
<vika_nezrimaya>
srhb: why not make it always a list? I mean, it's better be proposed formally as an RFC maybe?
<vika_nezrimaya>
but I want to discuss it here because I already filed two pull requests and in process of making a third one
<symphorien>
vika_nezrimaya: it needs a new nix feature called structured attrs
<symphorien>
Otherwise the nix list cannot be passed to the bash builder losslessly
<vika_nezrimaya>
symphorien: and... maybe this is a dumb question, but which version of Nix introduces it?
<symphorien>
Nix 2.something iirc
<symphorien>
There is an open wip PR which switches to structured attrs
chr15 has joined #nixos
<symphorien>
But it does not even reach full bootstrap iirc
<chr15>
Hey, does anyone here use ZNC with their IRC ?
captn3m0 has joined #nixos
<gchristensen>
I know infinisil does
<aanderse>
chr15: i do... because infinisil suggested it
* DigitalKiwi
uses znc
Ariakenom has quit [Read error: Connection reset by peer]
* zfnmxt
is also on ZNC :)
<DigitalKiwi>
i even added a few znc modules to nixpkgs
<zfnmxt>
Although I've been considering switching to Matrix, but I heard that the IRC bridges are jank
<aanderse>
i keep hearing about this "matrix"
Ariakenom has joined #nixos
<srhb>
Everything is jank. Embrace the jank.
<aanderse>
if its so good why are so many people on irc?
<srhb>
aanderse: Risky approach :P
<aanderse>
i've never used it, but it sounds like a good thing?
<gchristensen>
aanderse: yeah the movie was good. a shame they only made one.
hamishmack has joined #nixos
<DigitalKiwi>
gchristensen: oh boy have i got recent news for you
<Ariakenom>
srhb: nix-env -f . -iA skypeforlinux
<gchristensen>
:P
<aanderse>
gchristensen: agreed. i'm also very glad to hear they aren't rebooting it.
<rnhmjoj>
i'm writing a nixos option (an attrset) with default values that users are supposed to override. is there a way to `mkDefault` all the attributes without without writing this every time?
<Ariakenom>
I just booted into an old profile. does that change configuration.nic or anything?
<zfnmxt>
aanderse: I just set-up a matrix server. It's pretty neat. The answer to your question is probably just momentum.
<chr15>
aandnrse: I'm having an issue trying to set it up. Could you help me out with it ?
<srhb>
Ariakenom: The file itself? No.
<srhb>
Ariakenom: Weird.
<chr15>
aanderse: I'm having an issue trying to set it up. Could you help me out with it ?
<vika_nezrimaya>
I suppose I can't refer to $dev, $out and similar in configureFlags and have to put it via configureFlagsArray?
<srhb>
rnhmjoj: Make a helper function?
<vika_nezrimaya>
or can I?
<zfnmxt>
Plus matrix has built-in end-to-end encryption and lets you talk to anyone on any server.
<srhb>
freeman[w]: Look in installation.xml :)
<aanderse>
chr15: i actually don't remember what i did at all, other than get frustrated and fallback to extremely minimal config (which i'm more than happy to share)
<srhb>
freeman[w]: That's the TOC for that hole section.
<Ariakenom>
srhb: yeah I didn't think it would. just wanted to ask
<rnhmjoj>
srhb: uhm, i could mapAttrs mkDefault.
<zfnmxt>
chr15: What's your issue?
<srhb>
rnhmjoj: Sure.
<aanderse>
zfnmxt: yeah, sounds good overall, too bad it isn't catching on (faster?)
vyorkin has quit [Ping timeout: 245 seconds]
<zfnmxt>
Yeah. Well, P2P chat solutions don't exactly have a successful history.
<rnhmjoj>
srhb: thanks for the inspiration
<zfnmxt>
Uh, brainfart, not P2P. Decentralized**
<chr15>
zfnmxt: So I'm setting up the config file for znc using znc --makeconf, seems simple enough. My only issue is trying to open it in my web browser which is Chrome. Is there any particular port number that I should be using ? I've currently set the port number to be 1079.
<freeman[w]>
srhb, can I run some XSDL validation or something on the XML after I make the changes or how do I know changes will work?
<freeman[w]>
also is there some editor auto-complete support for the options?
<DigitalKiwi>
zfnmxt: xmpp is pretty decent
<vika_nezrimaya>
DigitalKiwi: I used to run a personal XMPP server - it's easy
<DigitalKiwi>
yeah i had prosody setup for a long time
<zfnmxt>
chr15: Why aren't you doing the config file declaratively?
<vika_nezrimaya>
(used to - because I'm in process of switching my server to NixOS and that requires cross-compiling everything :3)
<chr15>
zfnmxt: Also, I'm confused as to which IP address I should be using to open the ZNC web console. Do I use my public IP address with the port number ? Cause if so, I tried that and it wouldn't load.
<DigitalKiwi>
vika_nezrimaya: yeah i moved my servers to nixos and never setup xmpp yet just znc :(
<chr15>
zfnmxt: Sorry, but what do you mean by declaratively ?
<zfnmxt>
chr15: Putting the config in configuration.nix using the options from `man configuration.nix`
knupfer has quit [Ping timeout: 264 seconds]
<chr15>
zfnmxt: Oh I didn't realize you could do that
<Ariakenom>
srhb: the files with the hash seem odd it's "pkgs/tools/text/catdoc/default.nix" and "pkgs/development/libraries/physics/lhapdf/pdf_sets.nix"
<chr15>
zfnmxt: So znc is a service that can be enabled ?
<zfnmxt>
I think it actually won't work the way you're doing it unless you set `services.znc.mutable = true;`
<DigitalKiwi>
chr15: have you seen the nixos wiki for znc
<zfnmxt>
Otherwise every rebuild will overwrite your config.
<chr15>
zfnmxt: Oh you've created a separate file entirely ? And you've imported znc.nix in configuration.nix ?
<zfnmxt>
chr15: No, I just had to title it something :P But you could of course do that.
<DigitalKiwi>
(or default.nix but that's just complicating things)
Makaveli7 has joined #nixos
<DigitalKiwi>
or home-manager
<DigitalKiwi>
anyway, in general, the first statement is mostly true
<chr15>
I use home-manager
<chr15>
DigitalKiwi: How do I use it in home-manager ?
<DigitalKiwi>
i don't use home-manager and i don't think you would/can for znc
<chr15>
zfnmxt: Thanks for that.
<DigitalKiwi>
just use configuration.nix or znc.nix import
<chr15>
Oh
<zfnmxt>
chr15: The way I constructed my ZNC config was just going through each of the options here: https://wiki.znc.in/Configuration and setting the corresponding value in the services.znc.config attribute set.
<chr15>
DigitalKiwi: I think I'll import it.
<DigitalKiwi>
i make liberal use of imports to make things more modular
<{^_^}>
[nixpkgs] @globin pushed to openssl-1.1 « qt56: remove; unused, broken with openssl 1.1 »: https://git.io/fjNkD
<chr15>
DigitalKiwi: I had no idea that could be done but I do like the sound of that. I'll try out the import and see it it works fine.
knupfer has joined #nixos
<chr15>
Thanks guys.
<aanderse>
i should really setup automatic garbage collection on my nixops server :\
<exarkun>
asymmetric: So what do you really mean when you ask "would it be possible"?
shibboleth has quit [Ping timeout: 260 seconds]
<zfnmxt>
chr15: I'd log-in to the web interface with that username. ZNC works as a bouncer for multiple different users, so you have to specify a username.
<asymmetric>
exarkun: i don't know how much work it would be. maybe there's a very good reason why it isn't done that way
<zfnmxt>
(I could've chosen something other than `zfnmxt`)
orivej has quit [Ping timeout: 245 seconds]
<chr15>
zfnmxt: Why have you disabled those channels ?
<gchristensen>
freeman[w]: oh cool
<{^_^}>
[nixpkgs] @rnhmjoj opened pull request #67251 → nixos/pdns-recursor: implement a `settings` option → https://git.io/fjNIJ
<chr15>
zfnmxt: Nevermind, I read it wrong
bakakuna has quit [Ping timeout: 248 seconds]
<zfnmxt>
chr15: According to the docs `Disabled = true` is the default, so you gotta enable them all explicitly.
selfsymmetric-mu has quit [Remote host closed the connection]
<freeman[w]>
gchristensen, what is cool? hehe
<gchristensen>
freeman[w]: thotbook
<zfnmxt>
chr15: You could actually just do it all with `builtins.mapAttrs` if you want to be fancier than me :)
<duckfullstop>
clever: re your qemu overlay; I’ve been reading through the channel logs and note that a few people are having the same default_library double declaration thing that I am; are you planning to merge a fix, or is it not quite as simple as just not adding that extra argument in your overlay?
<{^_^}>
[nixpkgs] @lheckemann pushed 2 commits to openssl-1.1: https://git.io/fjNIY
<{^_^}>
[nixpkgs] @PsyanticY opened pull request #67253 → Backport to 19.03: oraclejdk: use working mirror for download → https://git.io/fjNIZ
justanotheruser has joined #nixos
<chr15>
zfnmxt: I am a newbie in NixOS so I would have no idea how to use it. Also, I tried rebuilding the configuration.nix file but I'm getting an error saying that there is an unexpected '=' in the first line of znc.nix
fusion809 has quit [Remote host closed the connection]
<vika_nezrimaya>
freeman[w]: but it's better to write a Nix expression! Most programs you build with ./configure && make && make install wil build with Nix with you only specifying the name and where to fetch the source from
<domenkozar[m]>
gchristensen: canonix was also sponsored by Jonas originally, but it uses a different approach
<gchristensen>
ohhh cool
<chr15>
zfnmxt: I've imported that znc.nix into configuration.nix
<vika_nezrimaya>
(it's ok if it doesn't have a ./configure script, it will skip that step)
xelxebar_ has quit [Quit: ZNC 1.7.2+deb2~bpo9+1 - https://znc.in]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<domenkozar[m]>
nixpkgs-fmt is honestly more mature at this stage.
xelxebar has joined #nixos
<gchristensen>
ahh gotcha
<domenkozar[m]>
I just added the hooks we use, I should mention it's not supposed to be an endorsement
<gchristensen>
I'd just leave it :P
ivegotasthma has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<gchristensen>
it is so good to have them out there. I hope in the end to settle on one as a community, but in the mean time the work is so good
<ejpcmac>
Hi! Is there a reason why network interfaces don’t use predictable names on the Raspberry Pi?
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jophish_>
Should one be using nixos containers for everything?
<freeman[w]>
vika_nezrimaya, "but it's better to write a Nix expression!" DOH! and "and second compiling stuff when you don't have a choice is fine" <- I did say this
ivegotasthma has joined #nixos
<zfnmxt>
chr15: Oh, derp. Wasn't paying close attention. You just need to put curly braces around the whole expression.
<freeman[w]>
domenkozar[m], that is pretty cool. Most probably going to end up using it. Just thinking that at commit time might be a bit late, hmmm. Although better than never
<zfnmxt>
chr15: i.e. put a { at the top of znc.nix and a } at the bottom
Guest52445 is now known as philipcristiano
<Ariakenom>
srhb: actually ... should I just update my nixpkgs version?
<aanderse>
eyJhb: sounds good, thanks :)
mexisme_ has joined #nixos
<Ariakenom>
if you remember my struggle at all :D
<monotux>
anyone using ipv6 on a hosthatch.com kvm vps? I can't make it work. I have another vps setup with hetzner without issues.
phreedom_ has quit [Remote host closed the connection]
vika_nezrimaya has left #nixos ["ERC (IRC client for Emacs 26.2)"]
<freeman[w]>
srhb, I'm sorry, will contribute to the install documentation another time, the XML is making my head hurt and I could not find or build any DocBook editor :(
<gchristensen>
freeman[w], srhb: oh! what editor do you typically use? also, what are you trying to contribute?
phreedom has joined #nixos
mexisme_ has quit [Ping timeout: 258 seconds]
<freeman[w]>
gchristensen, I want to update the NixOS installation documentation to be more clear
<das_j>
is there a way I can pass a parameter only if it's expected? I'm calling a lambda and I don't know if it will take that parameter or not
<freeman[w]>
gchristensen, I use any editor that allows me to do my job. I would take ANY DocBook editor but I can't find any
emptyflask has joined #nixos
<gchristensen>
freeman[w]: I use emacs with nxml, what editor do you typically use?
<infinisil>
> lib.functionArgs ({ x, y }: x + y) # das_j
<{^_^}>
{ x = false; y = false; }
<{^_^}>
[nixos-homepage] @grahamc opened pull request #298 → docs: show <command>s as monospaced → https://git.io/fjNLv
<infinisil>
> let f = { x, y }: x + y; in f (builtins.intersectAttrs (lib.functionArgs f) { x = 1; y = 2; z = 3; })
<das_j>
thanks!
<{^_^}>
3
<freeman[w]>
gchristensen, I use whichever editor works best for the task as hand
<freeman[w]>
anyway, I found 2 paid products and 1 of them has a trial
<gchristensen>
Oxygen?
hyper_ch2 has quit [Remote host closed the connection]
<freeman[w]>
gchristensen, Oxygen, SlickEdit XML Mind, Editix
<gchristensen>
yeah, oxygen is pretty nice. I use it sometimes, but almost all the time I choose to use emacs with nxml. also, if you have an editor you typically use for other tasks, I might be able to make suggestions on how to configure it to work with Docbook nicely. However, since you don't have an editor you typically, use, I won't.
<chr15>
zfnmxt: Built successfully and added the password too :)
<chr15>
zfnmxt: So the next step is to generate the cert ?
<Izorkin>
teto: need to share my custom nixops config?
<zfnmxt>
chr15: Yeah, do that.
<freeman[w]>
gchristensen, anyway, I am in business https://i.imgur.com/ICK5dDq.png this thing also sees some DocBook errors
<freeman[w]>
gchristensen, Oxygen is paid though right?
<gchristensen>
it is paid
multun has joined #nixos
<gchristensen>
those errors go away during processing, a paid editor would probably understand what is happening there and not complain about those errors
<gchristensen>
(in other words, you can safely ignore them :))
jtojnar has quit [Read error: Connection reset by peer]
<chr15>
zfnmxt: Do I start the znc service or generate the cert first ?
<multun>
heyo o/ quick question, how can you get both clang and gcc in the same env, where cc links to gcc ? I get a `collision between...`, and (lib.lowPrio clang) doesn't work
jtojnar has joined #nixos
<multun>
I think that's because cc is in clang-wrapper, and not directly in clang
hyper_ch2 has joined #nixos
<zfnmxt>
chr15: Cert first I guess, but you can always restart ZNC.
<chr15>
zfnmxt: I'm asking because I see the user.pem in the command which I assume is created only after the znc config file is generated ?
<freeman[w]>
gchristensen, wait... so they are not errors? damn, I need to revert "fixing" them then :(
<zfnmxt>
chr15: user.pem is the output file from openssl, ZNC doesn't make it
rsoeldner has quit [Remote host closed the connection]
<zfnmxt>
chr15: From the commandon the Cert page on the wiki?
<chr15>
zfnmxt: Ye
<chr15>
zfnmxt: Yea
<gchristensen>
freeman[w]: what git version have you checked out?
<zfnmxt>
chr15: the output is whatever file comes after `-out`. Their example will put `user.pem` into the current directory, but you can specify as well: `-out /home/znc/.znc/....`
<freeman[w]>
gchristensen, master
<gchristensen>
freeman[w]: it looks like you have downloaded an old version of master, as the version you are editing is from before Oct 1 2018
<freeman[w]>
gchristensen, how could have I possibly downloaded an old version of master if I git cloned today?
<gchristensen>
that is a question I wonder as well :) where did you clone from?
<zfnmxt>
chr15: Yeah but you can just go ahead and make it and place the cert in, I think.
<jophish_>
"Value too large for defined data type" when trying to load the ext4 image
<zfnmxt>
chr15: Or start up znc to see if it makes the directory structure for you. Doesn't really matter.
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
hamishmack has joined #nixos
eraserhd has joined #nixos
<thefloweringash>
jophish_: if you’re still following my notes the hack at the bottom was to get around that. When I tried, the contents still fit in 2g, but the calculated size was > 2g, so I forced the size to the limit and figured I’d get an error later if it was insufficient.
<jophish_>
thefloweringash: ah, this was actually independent of your notes!
<chr15>
zfnmxt: So I've used this command to start the service: sudo systemctl enable znc --now, but I got the following error: https://pastebin.com/TQFq8Yxr
<Ariakenom>
srhb: I updated nixpkgs version and managed to build skype! such progress
<chr15>
zfnmxt: Also, I've generated the cert. No issues there.
<Ariakenom>
but I ran into an error. im unsure I used the correct skype.deb link too
<jophish_>
thefloweringash: nixos-unstable
<jophish_>
oh, sorry I misread scoates as jophish
<scoates>
happens all the time⸮
<jophish_>
unrelated: is there a way to force nix to use a substituter, even for a package which says 'preferlocalbuild'?
<zfnmxt>
chr15: `systemctl restart znc.service`
<jophish_>
in this case this package is not buildable on x86, yet my x86 computer refuses to fetch it from the cache where it is built
<Ariakenom>
/home/patrik/.nix-profile/bin/skypeforlinux: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory
<{^_^}>
[patchelf] @iv-m opened pull request #180 → Fixes for MIPS binaries → https://git.io/fjNLA
hyper_ch2 has quit [Remote host closed the connection]
vika_nezrimaya has joined #nixos
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hyper_ch2 has joined #nixos
<vika_nezrimaya>
can Hydra serve as a binary cache itself? it doesn't seem to do so on hydra.nixos.org, giving a funny error ("There is no binary cache here.")
<chr15>
zfnmxt: Job for znc.service failed because the control process exited with error code.
<chr15>
See "systemctl status znc.service" and "journalctl -xe" for details.
<thefloweringash>
scoates: almost, `nix-info` will show the version of the channel. it builds for me on current nixpkgs-unstable, and it was fixed on Darwin fairly recently (late July, #65319). maybe try updating your channels?
<freeman[w]>
I added a user via the configuration.nix and I forgot to set a password for it. Upon reboot I don't know how to log in as that user since I do not know what password he has by default
<NfixEstrada[m]>
Hello! I'm trying to add a beets plugin. It seems that the plugin itself is derived correctly, but the beets package itself fails: https://paste.ofcode.org/4CBgc8b4GJ4dGzEqx9C6BY
<NfixEstrada[m]>
Thanks!
<eyJhb>
freeman[w]: sudo?
dongcarl_ is now known as dongcarl
<freeman[w]>
I do not know what happened but upon reboot the user I created disappeared and I got booted without GUI :( https://i.imgur.com/0rKGgSC.png
<freeman[w]>
how do I get NixOS to boot to terminal instead of to the GUI log in screen?
<eyJhb>
freeman[w]: isn't that the installer?
<freeman[w]>
ok, I got it, needed to press Ctrl+Alt+F1 and that opened a terminal
<freeman[w]>
eyJhb, it was, dunno why it booted it for some reason
<{^_^}>
[nixpkgs] @dasJ opened pull request #67262 → evdi: Unbreak on Linux 5.2 and lower → https://git.io/fjNql
<shazow>
is there a convenient way to override the "nix-shell:" prompt prefix in nix-shells?
Zer0xp_ has joined #nixos
<das_j>
under what URL can I find the hound installation?
<das_j>
gchristensen:
<gchristensen>
search.nix.gsc.io
<das_j>
thanks :)
<{^_^}>
[nixos-homepage] @grahamc merged pull request #298 → docs: show <command>s as monospaced → https://git.io/fjNLv
<{^_^}>
[nixos-homepage] @grahamc pushed 2 commits to master: https://git.io/fjNqE
hamishmack has joined #nixos
endformationage has joined #nixos
veske has joined #nixos
boxscape has joined #nixos
orivej has joined #nixos
<scoates>
I'm working on updating a package. I have a local `default.nix` that I'd like to test out. Can someone point me at documentation that describes how I should go about doing this? It's hard to search for this, but I'm willing to read.
drewr has quit [Quit: ERC (IRC client for Emacs 26.2)]
Makaveli7 has quit [Ping timeout: 268 seconds]
veske has quit [Client Quit]
wfranzini has quit [Remote host closed the connection]
ddellacosta has joined #nixos
sigmundv_ has quit [Ping timeout: 258 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
<chr15>
zfnmxt++
<{^_^}>
zfnmxt's karma got increased to 3
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}>
[nixpkgs] @pacien opened pull request #67263 → exim: add SPF support (+ init libspf2 at 1.2.10) → https://git.io/fjNqA
drakonis1 has quit [Quit: WeeChat 2.5]
<hyperfekt>
scoates: The most common process is to have a fork of nixpkgs, where the changed default.nix lies and which you test using `nix-build [path to fork] -A [package attribute]`.
chr15 has quit [Quit: WeeChat 2.4]
<scoates>
thanks. that's helpful.
<hyperfekt>
scoates: iirc there's also documentation about this but i don't remember where :/
<scoates>
yeah; I'm also having trouble finding something like that
<exarkun>
That won't make nixpkgs on the target match `-I nixpkgs=foo` passed to `nixops create/deploy` though right? It will build packages from `foo` but then make nixpkgs on the target just be whatever nixpkgs is on the nixops host?
<gchristensen>
exarkun: that will make the target servers <nixpkgS> match the -I nixpkgs
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}>
[nixpkgs] @greizgh opened pull request #67270 → seafile-client: Use qt5's mkDerivation → https://git.io/fjNYz
<exarkun>
Hm. Can you help me see how? It looks like it will make the target server's <nixpkgs> match the origin's /run/current-system/nixpkgs
<exarkun>
I wouldn't think /run/current-system/nixpkgs would necessarily match the -I
<gchristensen>
heh
<gchristensen>
no
<gchristensen>
one sec
<exarkun>
Oh ... the symlink?
fresheyeball has quit [Quit: WeeChat 2.4]
<gchristensen>
ln -sv ${pkgs.path} $out/nixpkgs <- this puts nixpkgs at what will become /run/current-system/nixpkgs on the target server
kleisli has joined #nixos
<gchristensen>
"nixpkgs=/run/current-system/nixpkgs" adds it to the Nix path. (this indirection makes it so that you can upgrade nixpkgs without a full reboot)
selfsymmetric-pa has quit [Remote host closed the connection]
<Guest7109>
I changed the derivation for strongswan, which my network-manager service transitively depends on through the networking.networkManager.enableStrongSwan option, and rebuilt my system. I see strongswan being recompiled, but the network-manager.service unit still points to the old derivation. Is there something special about network-manager that prevents it from picking up the change?
<exarkun>
that seems very useful, yea. thank you :)
<infinisil>
Guest7109: How did you change it?
<infinisil>
Well the answer to your question is "No, there's nothing special about network-manager that would prevent it from working"
<Guest23770>
hi! what's the proper way of putting an application on the path for another application installed by nixos (not in nix-env!)?
<iqubic>
How can one verify if direnv is working in their shell?
jgeerds has joined #nixos
<clever>
duckfullstop: i was working on a fix, then got distracted, i'll have another look at it
<ToxicFrog>
Guest23770: do you need it in $PATH or just to refer to it in a script or config file or the like?
<Guest23770>
ToxicFrog: sorry about the nick firstup... have to check why my nickserv is broken...
<ToxicFrog>
If the latter, just write ${name-of-other-package}/bin/whatever inside a string and it'll expand to the path of the package (and automatically cause it to be installed if necessary)
<Guest23770>
ToxicFrog: specific use case: I have vscode installed via home-manager and want it to have the elixir binary available.
<Guest7109>
infinisil: added a flag to configureFlags
<ToxicFrog>
I'm not familiar with home-manager, but if you can change things so that vscode is launched as `nix-shell -p elixir --run vscode` that should do it, I think; alternately you could just install elixir by adding it to systemPackages and it'll be in your $PATH automatically.
vika_nezrimaya has quit [Remote host closed the connection]
<Guest7109>
infinisil: I expect it to link network-manager to the newly build derivation (which I observed being compiled in the output of nixos-rebuild switch). I observe that this has not occured in the output of 'systemctl status network-manager.service', where under 'CGroup', it still has the path to an old derivation of strongswan that was built without the added flag
<{^_^}>
[nixpkgs] @dtzWill opened pull request #67280 → fortune: 2.6.2 -> 2.10.0, use official tarball → https://git.io/fjNOS
<infinisil>
Guest7109: It seems that the only thing this option does is to add `pkgs.networkmanager-strongswan` to `systemd.packages`
<infinisil>
So probably there will be a `networkmanager-strongswan.service` unit
jgt has joined #nixos
<Guest7109>
infinisil: I don't think so (there is no such unit). from what I understand, it looks like it's adding pkgs.networkmanager-strongswan (a nm plugin) to network-manager's packages. pkgs.networkmanager-strongswan, in turn, depends on the strongswanNM derivation, which is what I added the flag to
<{^_^}>
[nixpkgs] @dtzWill opened pull request #67282 → boost171: init at 1.71.0 → https://git.io/fjNOx
<infinisil>
Yeah so it seems to add networkmanager_strongswan to `networking.networkmanager.packages`, which in turn get added to `systemd.packages` (which is used for adding packages .service files) and `services.udev.packages`
<infinisil>
And it also adds `strongswanNM` to dbus.packages
<{^_^}>
[nixpkgs] @gloaming opened pull request #67284 → (compilers): add version and pname → https://git.io/fjN3J
valebes has joined #nixos
<Guest7109>
infinisil: i just removed the enableStrongSwan option alltogether and rebuilt my system, yet the networkmanager unit did not change at all
<akamaus>
@gchristensen, sort of. Because cache is down for me, I'm not able to install packages. nix-env responds with >>> warning: unable to download 'https://cache.nixos.org/2r81fijs2k7ix9w3c0ws4qk3v84r39iy.narinfo': Timeout was reached (28); retrying in 322 ms
<gchristensen>
akamaus: oh interesting
justan0theruser has joined #nixos
<gchristensen>
akamaus: for whatever reason the IP you have for cache.nixos.org is extremely out of date, maybe your hosts file has an override?
<gchristensen>
"168.184.85.52.in-addr.arpa domain name pointer server-52-85-184-168.fra2.r.cloudfront.net." and cache.nixos.org hasn't pointed to cloudfront since October of 2018
justanotheruser has quit [Ping timeout: 248 seconds]
<akamaus>
gchristensen: you're right, I completely forgot I fixed it some time ago. Because some other addresses were blocked by authorities in Russia.
<gchristensen>
ahh
<akamaus>
I found workaround btw, just pass " --option build-use-substitutes false" to nix-env :)
<infinisil>
Guest7109: Yeah that's as expected, because the networkmanager unit doesn't depend on it
<infinisil>
Guest7109: As I said before, enableStrongSwan only adds some stuff to systemd.packages, it doesn't modify the network-manager unit
<Guest7109>
infinisil: i see. does systemd implement it's own dependency reolution mechanism?
freeman[w]__ has joined #nixos
<{^_^}>
[nixpkgs] @scoates opened pull request #67286 → aws-sam-cli: avoid hard-coded requests version (use the nix package version) → https://git.io/fjN3t
Ariakenom_ has joined #nixos
o1lo01ol1o has joined #nixos
<infinisil>
Yeah, but in this case it's probably networkmanager that finds the strongswan thing in its own way, no idea how that works
<Guest7109>
for some reason, there still is a running charon-nm process though
o1lo01ol1o has quit [Remote host closed the connection]
<emptyfl4sk>
I'm banging my head against the wall trying to use nix for a rails (v5.2) app -- keep getting `cannot load such file -- ubygems` for some reason when I run `rails c`. using ruby 2.5.5p157 (2019-03-15) [x86_64-darwin17], rubygems v2.7.6.2, bundler v1.17.2, bundix v2.4.1
<emptyfl4sk>
and if I only use bundix, I can't run bin/rails or bin/webpack-dev-server, etc.
<mgdm>
Hey. Anyone using Flask? I'm getting the error from https://github.com/NixOS/nixpkgs/issues/42924 with python 3.7, and the suggested workaround isn't helping me. Just wondering if anyone else had seen it
<{^_^}>
#42924 (by AntonyBrand, 1 year ago, closed): Flask doesn't work with nix-shell
<manveru>
emptyfl4sk: you won't need the bin/ wrappers if you use bundix...
<manveru>
but without your shell.nix i can't really tell what's your issue :)
<manveru>
the `-r` flag is for requiring a library, `-rubygems` tries to require a file called `ubygems.rb`
growpotk- has joined #nixos
<emptyfl4sk>
dunno why, maybe the dash is added implicitly?
<manveru>
in my case it's at `/nix/store/glhmssxi9zpw6r84ws2zdyw2hfvpsnm2-ruby-2.5.5/lib/ruby/gems/2.5.0/nix/store/glhmssxi9zpw6r84ws2zdyw2hfvpsnm2-ruby-2.5.5/lib/ruby/site_ruby/2.5.0/ubygems.rb`
<manveru>
the path is obviously wrong, so ruby can't find the file
<{^_^}>
[nixpkgs] @Amar1729 opened pull request #67301 → [WIP] android-file-transfer: get working for darwin → https://git.io/fjNGa
<ornx>
you can just type lspci and it will tell you what package to install if its not already installed
<growpotk->
mine just gripes at me lol
<infinisil>
,locate
<{^_^}>
Use ,locate <filename> to find packages containing such a file. Powered by nix-index (local installation recommended) https://github.com/bennofs/nix-index
<infinisil>
,locate bin lspci
<{^_^}>
Found in packages: toybox, busybox, pciutils
jgeerds has quit [Ping timeout: 248 seconds]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<{^_^}>
[nixpkgs] @lsix opened pull request #67307 → pythonPackages.nltk: 3.2.5 -> 3.4.5 (security fix - backport to release-19.03) → https://git.io/fjNnU
<ldeck`>
Hi all. Just getting started with nix-env on macos (Mohave). It appears that openconnect is unsupported on mac at this time. Has anyone got it working?
iqubic has joined #nixos
<ldeck`>
Does nix-darwin help with installing utils like openconnect on macos?
<aminechikhaoui>
what's the proper way of add a kernel config, I tried this https://pastebin.com/raw/Ljfx2767 but that fails while rebuilding the kernel with "error: unused option: CRYPTO_FIPS"
<elvishjerricco>
ldeck`: No. nix-darwin is configuring your system with nix. It's used to declaratively define background services, /etc files, and more. It does not change the packages available via nixpkgs.
<nickTD>
Has anyone tried to build a Xcode project in the nix shell? I am getting "Foundation.h cannot be found" error.
akamaus has quit [Ping timeout: 245 seconds]
akamaus has joined #nixos
<iqubic>
Can you show us what the nix shell look like?
pie_ has joined #nixos
<iqubic>
nickTD: What nix shell are you attempting to use? That's one of the most important things in order to determine what is going wrong.
<nickTD>
iqubic When you say what nix shell, do you mean my configuration or version of the nix shell?
<iqubic>
Well, in order to build a project, you must be in a directory that has a file called default.nix or shell.nix. I'd like to see the contents of that file.
bun64 has joined #nixos
Zer0xp has quit [Ping timeout: 248 seconds]
<nickTD>
Yes. I see. Give me a moment, please.
Zer0xp_ has quit [Ping timeout: 246 seconds]
v0|d has joined #nixos
wildtrees has quit [Quit: Leaving]
orivej has quit [Ping timeout: 272 seconds]
bun64 has quit [Remote host closed the connection]
mbrgm_ has joined #nixos
jluttine_ has quit [Ping timeout: 276 seconds]
nickTD has quit [Remote host closed the connection]
mbrgm_ is now known as mbrgm
mbrgm has quit [Ping timeout: 264 seconds]
boxscape has quit [Remote host closed the connection]
Guanin has quit [Remote host closed the connection]