worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
drakonis_ has joined #nixos
LevelChart8 has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #89278 → .github/stale.yml: restrict to issues, quote labels → https://git.io/Jf6DS
LevelChart8 has quit [Client Quit]
xcmw has joined #nixos
jluttine has quit [Ping timeout: 260 seconds]
hazel has joined #nixos
gustavderdrache has joined #nixos
codygman has quit [Ping timeout: 265 seconds]
<hazel> anyone willing to help me troubleshoot my Rust build? i'm trying to get my package to run but it depends on FFI with a shared object that's not getting pulled
<hazel> namely libpulse-simple.so.0
jluttine has joined #nixos
codygman has joined #nixos
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
johnw has quit [Quit: ZNC - http://znc.in]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jf6ye
sigmundv_ has quit [Ping timeout: 272 seconds]
drakonis1 has joined #nixos
codygman has quit [Ping timeout: 265 seconds]
drakonis_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #89279 → zsh-powerlevel10k: v1.7.0 -> v1.11.0 → https://git.io/Jf6yt
<hazel> like just. how do i link against a nix package
<hazel> iunno.
codygman has joined #nixos
<cole-h> hazel: You need pkg-config
<cole-h> I added `pkgs.pkg-config` to your shell.nix's buildInputs and it worked for me.
<hazel> i mean it builds
<hazel> but it doesn't run
<hazel> ldd result/bin/wizja
<hazel> will give it a try
<cole-h> ldd result/bin/wizja | rg pulse-simple
<cole-h> libpulse-simple.so.0 => /nix/store/3i942wai3wj60ppp8ayiag60dy6g2nj1-pulseaudio-12.2/lib/libpulse-simple.so.0 (0x00007f80ff779000)
<hazel> gracias
drakonis_ has joined #nixos
AndersonTorres has joined #nixos
<cole-h> If the pulse bindings used Cargo warnings properly, you would have been able to figure out that yourself...
<cole-h> But, unfortunately, they though that `eprintln!` in build scripts would be displayed to the user (they aren't)
<hazel> rip
oharvey has joined #nixos
<cole-h> Whereas it should be a `println!("cargo:warning={}", message);`
drakonis1 has quit [Ping timeout: 246 seconds]
cr4y1 has quit [Ping timeout: 256 seconds]
hazel has quit [Ping timeout: 260 seconds]
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
m0rphism has quit [Ping timeout: 260 seconds]
MmeQuignon has quit [Ping timeout: 260 seconds]
slack1256 has joined #nixos
<Rusty1> mutt
thc202 has quit [Ping timeout: 260 seconds]
drakonis1 has joined #nixos
LevelChart8 has joined #nixos
<AndersonTorres> Is Github down?
<cole-h> Not for me. What are your symptoms?
whatisRT has quit [Remote host closed the connection]
whatisRT has joined #nixos
jluttine has quit [Ping timeout: 264 seconds]
imalsogreg has joined #nixos
drakonis_ has quit [Ping timeout: 240 seconds]
<Habbie> AndersonTorres, https://www.githubstatus.com/ looks fine
KeiraT has quit [Remote host closed the connection]
whatisRT has quit [Ping timeout: 246 seconds]
markus1199 has joined #nixos
<AndersonTorres> Well, maybe my internet is bad then :/
KeiraT has joined #nixos
markus1189 has quit [Ping timeout: 256 seconds]
jluttine has joined #nixos
imalsogreg has left #nixos [#nixos]
LevelChart8 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
AndersonTorres has quit [Remote host closed the connection]
<pie_> I think an applicatoin im using is hanging temporarily because it stats /nix/store...
<pie_> (im looking at strace output)
<pie_> is there any way i can test this?
<pie_> on the other hand the stat output seems to be after the hang so im not sure
<pie_> actually nevermind it only seems to stat some kind of kde stuff
proofofkeags has joined #nixos
agsdheidjd has quit [Ping timeout: 265 seconds]
drakonis1 has quit [Ping timeout: 272 seconds]
omneh is now known as OmnipotentEntity
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
fusion809 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
orivej has quit [Ping timeout: 264 seconds]
hazel has joined #nixos
<hazel> sorry for all my questions today, i'm just recently discovering nix
<drakonis> its okay
<hazel> so... another question it is
<hazel> i have a wireguard vpn, and i'm aware that networking.wireguard.interfaces exists
<hazel> but i want to be able to toggle the vpn on and off, and `wg-quick up wg0` etc doesn't do it
<bqv> Systemctl stop wireguard-wg0
<hazel> ah.
CMCDragonkai1 has joined #nixos
<hexa-> how can I get an unquoted string with builtins.toYaml?
jluttine has quit [Ping timeout: 240 seconds]
LevelChart8 has joined #nixos
hazel has quit [Remote host closed the connection]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<LevelChart8> is it possible to install xcode on nixos? "nix search xcode" turned up some things that seemed related, but not quite correct.
<drakonis> hmm
<drakonis> are you a mac user?
<LevelChart8> I am on dual boot NixOS and Windows. I would prefer to run everything in NixOS.
<drakonis> you can't run xcode anywhere except for macs
<drakonis> anywhere other than macs
<LevelChart8> Hmmm. Maybe I can do a virtual machine.
<drakonis> hmm
<drakonis> idgi
<drakonis> why do you want xcode?
<LevelChart8> I am trying to work on a React Native app that the author builds with XCode
<drakonis> you dont need xcode for that though?
<drakonis> its javascript based
<drakonis> xcode uses clang for compiling c and c++
jluttine has joined #nixos
<LevelChart8> I see.
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<LevelChart8> Earlier, I was trying to build it another way using the npm package expo-cli, but nix does not appear to have it.
<drakonis> as far as i'm aware
<drakonis> npm can fetch that
<LevelChart8> I was trying to install it with nodePackages....
<LevelChart8> In configuration.nix
<LevelChart8> But I will install npm on my system itself.
<drakonis> there's too many packages on npm for nix to successfully cover
kvda has joined #nixos
<drakonis> nodePackages only contains 209 packages
<LevelChart8> "nix search npm" returned no results.
<drakonis> its part of nodejs
<LevelChart8> You use npm directly in Konsole like on regular Linux systems?
hmpffff has joined #nixos
<drakonis> yes?
<LevelChart8> Ok.
hmpffff has quit [Client Quit]
<LevelChart8> I have been hesitant to do that because I guessed that Nix had a special way of dealing with it.
<simpson> LevelChart8: Have you tried the techniques at https://nixos.org/nixpkgs/manual/#node.js with generate.sh?
<LevelChart8> No. Thank you. I will read that. For now, I will npm install -g expo-cli.
<LevelChart8> That resulted in some permission denied errors.
<LevelChart8> I will sudo it.
<simpson> I'm currently testing whether "expo-cli" works with Node v10 using that technique.
<{^_^}> [nixpkgs] @euank opened pull request #89281 → k3s: 1.17.3 -> 1.18.2 → https://git.io/Jf69t
<LevelChart8> This was the result of "sudo npm install -g expo-cli": https://pastebin.com/ej8bF8jd
<simpson> What did you want to have happen instead? The Nix store is immutable, and thankfully mounted in a way so that sudo can't just override the protection.
xcmw has joined #nixos
<LevelChart8> I want to have the expo-cli package on my machine.
calbrech` has joined #nixos
tetdim_ has joined #nixos
zertox_ has joined #nixos
srhb_ has joined #nixos
bgupta_ has joined #nixos
nh2_ has joined #nixos
memxor has joined #nixos
memxor has joined #nixos
memxor has quit [Changing host]
msirabella has joined #nixos
energizer_ has joined #nixos
rizary_ has joined #nixos
<simpson> Okay; you'll probably want to do that via Nix, rather than via npm. In particular `npm -g` knows nothing of the Nix way and can't cope with our filesystem layout.
<LevelChart8> Ok. I will look at that link.
drakonis1 has joined #nixos
<{^_^}> [nixpkgs] @rileyinman opened pull request #89282 → streamlink-twitch-gui-bin: init at 1.10.0 → https://git.io/Jf69Z
sphalerite_ has joined #nixos
_cyril__ has joined #nixos
swflint_away has joined #nixos
e has quit [Ping timeout: 608 seconds]
drakonis has quit [*.net *.split]
sphalerite has quit [*.net *.split]
elibrokeit has quit [*.net *.split]
calbrecht has quit [*.net *.split]
flip[m] has quit [*.net *.split]
b42 has quit [*.net *.split]
cptMikky has quit [*.net *.split]
ksevelyar[m] has quit [*.net *.split]
dtz has quit [*.net *.split]
leward[m] has quit [*.net *.split]
gcoakes[m] has quit [*.net *.split]
chrismatheson has quit [*.net *.split]
trufas[m] has quit [*.net *.split]
observer_alpha[m has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
greghab[m] has quit [*.net *.split]
fadenb has quit [*.net *.split]
dwagenk[m] has quit [*.net *.split]
ky0ko has quit [*.net *.split]
neonfuz2 has quit [*.net *.split]
mjsir911 has quit [*.net *.split]
slabity has quit [*.net *.split]
yutyo[m] has quit [*.net *.split]
efra[m] has quit [*.net *.split]
M776f6c66[m] has quit [*.net *.split]
ayrymmnwpnng[m] has quit [*.net *.split]
zannzen[m] has quit [*.net *.split]
layus[m] has quit [*.net *.split]
user51[m] has quit [*.net *.split]
uvnikita[m] has quit [*.net *.split]
blindidiotgod has quit [*.net *.split]
cab404[m] has quit [*.net *.split]
hax404[m] has quit [*.net *.split]
epic_guy[m] has quit [*.net *.split]
nbp[m] has quit [*.net *.split]
contrun has quit [*.net *.split]
drozdziak1[m] has quit [*.net *.split]
icyhate5533[m] has quit [*.net *.split]
aniketd[m] has quit [*.net *.split]
evanjs[m] has quit [*.net *.split]
shu9[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
atemu12[m] has quit [*.net *.split]
eadwu[m] has quit [*.net *.split]
davidak[m] has quit [*.net *.split]
Minijackson[m] has quit [*.net *.split]
srxl has quit [*.net *.split]
JJJollyjim has quit [*.net *.split]
ptotter[m] has quit [*.net *.split]
qbit[m] has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
thoughtweaver[m] has quit [*.net *.split]
leons has quit [*.net *.split]
colemickens has quit [*.net *.split]
Irenes[m] has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
fgaz has quit [*.net *.split]
Habbie has quit [*.net *.split]
Ashy has quit [*.net *.split]
kkd has quit [*.net *.split]
victorbjelkholm_ has quit [*.net *.split]
sauyon has quit [*.net *.split]
srhb has quit [*.net *.split]
rizary has quit [*.net *.split]
zertox has quit [*.net *.split]
sevanspowell has quit [*.net *.split]
gausby has quit [*.net *.split]
bgupta has quit [*.net *.split]
_cyril_ has quit [*.net *.split]
farn has quit [*.net *.split]
webstrand has quit [*.net *.split]
swflint has quit [*.net *.split]
pikajude has quit [*.net *.split]
tetdim has quit [*.net *.split]
energizer has quit [*.net *.split]
wirew0rm has quit [*.net *.split]
nh2 has quit [*.net *.split]
zertox_ is now known as zertox
srhb_ is now known as srhb
swflint_away is now known as swflint
rizary_ is now known as rizary
bgupta_ is now known as bgupta
nh2_ is now known as nh2
victorbjelkholm_ has joined #nixos
bohan[m] has quit [Ping timeout: 240 seconds]
pikajude has joined #nixos
faewenys[m] has quit [Ping timeout: 246 seconds]
adit[m] has quit [Ping timeout: 240 seconds]
epitron[m] has quit [Ping timeout: 240 seconds]
coyoneda[m] has quit [Ping timeout: 240 seconds]
faya01[m] has quit [Ping timeout: 240 seconds]
shazow[m] has quit [Ping timeout: 240 seconds]
rednaZ[m] has quit [Ping timeout: 240 seconds]
sonerhalis[m] has quit [Ping timeout: 240 seconds]
austinbutler[m] has quit [Ping timeout: 240 seconds]
markus1199 has quit [Ping timeout: 246 seconds]
ibinzari[m] has quit [Ping timeout: 244 seconds]
astraliam[m] has quit [Ping timeout: 240 seconds]
dot-product[m] has quit [Ping timeout: 244 seconds]
aterius has quit [Ping timeout: 244 seconds]
jschievink has quit [Ping timeout: 240 seconds]
dngray has quit [Ping timeout: 256 seconds]
kraem[m] has quit [Ping timeout: 256 seconds]
chvp has quit [Ping timeout: 256 seconds]
bobfett has quit [Ping timeout: 256 seconds]
Null_A[m] has quit [Ping timeout: 240 seconds]
fantoom[m] has quit [Ping timeout: 260 seconds]
demoulin[m] has quit [Ping timeout: 260 seconds]
mudrii[m] has quit [Ping timeout: 260 seconds]
develobster[m] has quit [Ping timeout: 260 seconds]
jongeOld[m] has quit [Ping timeout: 240 seconds]
mykiwi has quit [Ping timeout: 240 seconds]
cmcaine[m] has quit [Ping timeout: 240 seconds]
unclechu has quit [Ping timeout: 240 seconds]
randnoise[m] has quit [Ping timeout: 260 seconds]
bserckx[m] has quit [Ping timeout: 260 seconds]
abbradar[m] has quit [Ping timeout: 260 seconds]
alexarice[m] has quit [Ping timeout: 260 seconds]
counterfactual[m has quit [Ping timeout: 244 seconds]
markus1189 has joined #nixos
wedens[m] has quit [Ping timeout: 246 seconds]
d4rkshad0w has quit [Ping timeout: 252 seconds]
dasj19[m] has quit [Ping timeout: 252 seconds]
sibachian[m] has quit [Ping timeout: 252 seconds]
spinlock[m] has quit [Ping timeout: 260 seconds]
tokudan[m] has quit [Ping timeout: 260 seconds]
geekimerssive[m] has quit [Ping timeout: 252 seconds]
logan12358[m] has quit [Ping timeout: 252 seconds]
dithered_diapens has quit [Ping timeout: 252 seconds]
utdemir[m] has quit [Ping timeout: 252 seconds]
willghatch[m] has quit [Ping timeout: 252 seconds]
anton-latukha[m] has quit [Ping timeout: 252 seconds]
fresheyeball[m] has quit [Ping timeout: 252 seconds]
iwvt[m] has quit [Ping timeout: 252 seconds]
mauamy[m] has quit [Ping timeout: 252 seconds]
tom[m]4 has quit [Ping timeout: 252 seconds]
cyrilgarin[m] has quit [Ping timeout: 252 seconds]
sjanes[m] has quit [Ping timeout: 252 seconds]
freeman42x[m]1 has quit [Ping timeout: 252 seconds]
nikola[m] has quit [Ping timeout: 252 seconds]
phittacus has quit [Ping timeout: 252 seconds]
BenSima[m] has quit [Ping timeout: 252 seconds]
IslandUsurper[m] has quit [Ping timeout: 252 seconds]
chip[m] has quit [Ping timeout: 252 seconds]
johan767[m] has quit [Ping timeout: 252 seconds]
bpye has quit [Ping timeout: 252 seconds]
tunx0000[m] has quit [Ping timeout: 252 seconds]
mica[m] has quit [Ping timeout: 252 seconds]
roberth has quit [Ping timeout: 252 seconds]
ZerataX has quit [Ping timeout: 252 seconds]
goibhniu has quit [Ping timeout: 252 seconds]
Valodim[m] has quit [Ping timeout: 252 seconds]
vaibhavsagar has quit [Ping timeout: 252 seconds]
kaychaks_riot has quit [Ping timeout: 252 seconds]
limpid-kzonix[m] has quit [Ping timeout: 240 seconds]
DanP[m] has quit [Ping timeout: 240 seconds]
askatasun[m] has quit [Ping timeout: 240 seconds]
bricewge has quit [Ping timeout: 252 seconds]
lycium[m] has quit [Ping timeout: 240 seconds]
piotrszegda[m] has quit [Ping timeout: 240 seconds]
mt[m] has quit [Ping timeout: 240 seconds]
yangm has quit [Ping timeout: 240 seconds]
chmod222[m] has quit [Ping timeout: 240 seconds]
regnat has quit [Ping timeout: 240 seconds]
Cdric[m] has quit [Ping timeout: 240 seconds]
CRTified[m] has quit [Ping timeout: 240 seconds]
tet[m] has quit [Ping timeout: 240 seconds]
jordandoyle has quit [Ping timeout: 240 seconds]
MawKKe[m] has quit [Ping timeout: 240 seconds]
softinio[m] has quit [Ping timeout: 240 seconds]
philipp[m] has quit [Ping timeout: 240 seconds]
Notkea[m] has quit [Ping timeout: 240 seconds]
vojta001[m] has quit [Ping timeout: 244 seconds]
wildtrees[m] has quit [Ping timeout: 244 seconds]
Luigi[m] has quit [Ping timeout: 244 seconds]
comrandroxaos[m] has quit [Ping timeout: 244 seconds]
kozova1[m] has quit [Ping timeout: 244 seconds]
Philipp[m]1 has quit [Ping timeout: 244 seconds]
michaelpj has quit [Ping timeout: 244 seconds]
sparogy has quit [Ping timeout: 244 seconds]
mzafkismugi[m] has quit [Ping timeout: 244 seconds]
gmr has quit [Ping timeout: 244 seconds]
hpfr[m] has quit [Ping timeout: 244 seconds]
redcedar[m] has quit [Ping timeout: 244 seconds]
simonleo[m] has quit [Ping timeout: 244 seconds]
rigola[m] has quit [Ping timeout: 244 seconds]
GuilhemArvilMari has quit [Ping timeout: 244 seconds]
akymaky[m] has quit [Ping timeout: 244 seconds]
alj[m] has quit [Ping timeout: 244 seconds]
sshow[m] has quit [Ping timeout: 244 seconds]
rnhmjoj has quit [Ping timeout: 244 seconds]
jjwatt[m] has quit [Ping timeout: 244 seconds]
la-s has quit [Ping timeout: 244 seconds]
init_6 has quit [Ping timeout: 244 seconds]
AmitLevy[m] has quit [Ping timeout: 244 seconds]
DamienCassou has quit [Ping timeout: 244 seconds]
gnxlxnxx[m] has quit [Ping timeout: 244 seconds]
bbigras has quit [Ping timeout: 244 seconds]
the_pumpkin_man[ has quit [Ping timeout: 244 seconds]
aanderse has quit [Ping timeout: 244 seconds]
nocent has quit [Ping timeout: 244 seconds]
pmc_ has quit [Ping timeout: 244 seconds]
Cadey1 has quit [Ping timeout: 244 seconds]
bennofs[m] has quit [Ping timeout: 244 seconds]
azazel has quit [Ping timeout: 244 seconds]
nilsirl[m] has quit [Ping timeout: 244 seconds]
kai_w has quit [Ping timeout: 256 seconds]
dpc has quit [Ping timeout: 256 seconds]
metheflea has quit [Ping timeout: 256 seconds]
anarchomoh[m] has quit [Ping timeout: 256 seconds]
mkg20001 has quit [Ping timeout: 256 seconds]
maralorn has quit [Ping timeout: 256 seconds]
ngerstle[m] has quit [Ping timeout: 256 seconds]
musicmatze[m] has quit [Ping timeout: 256 seconds]
chris[m]2 has quit [Ping timeout: 256 seconds]
boogiewoogie[m]1 has quit [Ping timeout: 256 seconds]
yeoldboogiewoogi has quit [Ping timeout: 256 seconds]
interro[m] has quit [Ping timeout: 256 seconds]
GerdFlaig[m] has quit [Ping timeout: 256 seconds]
ivank[m] has quit [Ping timeout: 256 seconds]
dxtr[m] has quit [Ping timeout: 256 seconds]
AberDerBart[m] has quit [Ping timeout: 256 seconds]
tyrion-mx has quit [Ping timeout: 256 seconds]
neumantm[m] has quit [Ping timeout: 256 seconds]
bf0bdaf8-ad[m] has quit [Ping timeout: 256 seconds]
fiadliel[m] has quit [Ping timeout: 256 seconds]
alfborge[m] has quit [Ping timeout: 256 seconds]
cejota[m] has quit [Ping timeout: 256 seconds]
xfix has quit [Ping timeout: 256 seconds]
Houtworm[m] has quit [Ping timeout: 256 seconds]
NickHu has quit [Ping timeout: 256 seconds]
psiperator[m] has quit [Ping timeout: 256 seconds]
solomon[m] has quit [Ping timeout: 256 seconds]
korrosive[m] has quit [Ping timeout: 256 seconds]
ailiev[m] has quit [Ping timeout: 256 seconds]
Arian[m] has quit [Ping timeout: 256 seconds]
phirsch has quit [Ping timeout: 256 seconds]
pingiun[m] has quit [Ping timeout: 256 seconds]
boogiewoogie[m] has quit [Ping timeout: 256 seconds]
loyon has quit [Ping timeout: 256 seconds]
TheSirC[m] has quit [Ping timeout: 256 seconds]
theduke[m] has quit [Ping timeout: 256 seconds]
finnwww[m] has quit [Ping timeout: 256 seconds]
das-g[m] has quit [Ping timeout: 256 seconds]
chreekat[m] has quit [Ping timeout: 256 seconds]
daniels[m] has quit [Ping timeout: 256 seconds]
cornu has quit [Ping timeout: 256 seconds]
kriteus[m] has quit [Ping timeout: 256 seconds]
Grauwolf[m] has quit [Ping timeout: 256 seconds]
quiet_laika[m] has quit [Ping timeout: 256 seconds]
watzon has quit [Ping timeout: 256 seconds]
icetan has quit [Ping timeout: 256 seconds]
sm[m] has quit [Ping timeout: 256 seconds]
Ox4A6F has quit [Ping timeout: 256 seconds]
MilkManzJourDadd has quit [Ping timeout: 256 seconds]
david-sawatzke[m has quit [Ping timeout: 256 seconds]
vegai1 has quit [Ping timeout: 260 seconds]
loupinfre[m] has quit [Ping timeout: 260 seconds]
axx[m] has quit [Ping timeout: 260 seconds]
NobbZ[m] has quit [Ping timeout: 260 seconds]
siraben has quit [Ping timeout: 260 seconds]
ongy[m] has quit [Ping timeout: 260 seconds]
alexgood has quit [Ping timeout: 260 seconds]
dkellner[m] has quit [Ping timeout: 260 seconds]
pitch has quit [Ping timeout: 260 seconds]
spherinder[m] has quit [Ping timeout: 260 seconds]
keithy[m] has quit [Ping timeout: 260 seconds]
jlle[m] has quit [Ping timeout: 260 seconds]
Poscat[m] has quit [Ping timeout: 260 seconds]
bqy has quit [Ping timeout: 260 seconds]
exprez135[m] has quit [Ping timeout: 260 seconds]
Yakulu[m] has quit [Ping timeout: 246 seconds]
srid has quit [Ping timeout: 246 seconds]
jlv[m] has quit [Ping timeout: 244 seconds]
Jonas[m]3 has quit [Ping timeout: 244 seconds]
rycee has quit [Ping timeout: 244 seconds]
tamwile[m] has quit [Ping timeout: 244 seconds]
cellofhuman[m] has quit [Ping timeout: 240 seconds]
thefloweringash has quit [Ping timeout: 240 seconds]
kazzimazzi[m] has quit [Ping timeout: 252 seconds]
sasyctu[m] has quit [Ping timeout: 252 seconds]
atopuzov[m] has quit [Ping timeout: 252 seconds]
worldofpeace has quit [Ping timeout: 252 seconds]
Elorm[m] has quit [Ping timeout: 252 seconds]
cyberwolf[m] has quit [Ping timeout: 252 seconds]
ma27[m] has quit [Ping timeout: 252 seconds]
jtojnar has quit [Ping timeout: 252 seconds]
Dandellion has quit [Ping timeout: 252 seconds]
adam[m]1 has quit [Ping timeout: 272 seconds]
q3ax[m] has quit [Ping timeout: 272 seconds]
ggpeti[m] has quit [Ping timeout: 272 seconds]
M3DPACTE[m] has quit [Ping timeout: 272 seconds]
jluttine[m] has quit [Ping timeout: 272 seconds]
vmallela[m] has quit [Ping timeout: 260 seconds]
somerand0m[m] has quit [Ping timeout: 260 seconds]
wangoe[m] has quit [Ping timeout: 252 seconds]
li_matrix has quit [Ping timeout: 252 seconds]
antpic01[m] has quit [Ping timeout: 252 seconds]
virtusviri7321[m has quit [Ping timeout: 244 seconds]
edrex has quit [Ping timeout: 244 seconds]
sauyon has joined #nixos
hsngrmpf[m] has quit [Ping timeout: 256 seconds]
balsoft has quit [Ping timeout: 256 seconds]
grin[m] has quit [Ping timeout: 256 seconds]
timokau[m] has quit [Ping timeout: 256 seconds]
hiroshi[m] has quit [Ping timeout: 256 seconds]
matthewbauer has quit [Ping timeout: 256 seconds]
Ashy has joined #nixos
puzzlewolf has quit [Ping timeout: 260 seconds]
alexfmpe has quit [Ping timeout: 260 seconds]
hr[m] has quit [Ping timeout: 272 seconds]
felixfoertsch23 has joined #nixos
farn has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #89278 → .github/stale.yml: quote labels → https://git.io/Jf6DS
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jf690
wak-work has quit [Ping timeout: 240 seconds]
felixfoertsch has quit [Ping timeout: 246 seconds]
felixfoertsch23 is now known as felixfoertsch
fadenb has joined #nixos
hsiktas[m] has quit [Ping timeout: 252 seconds]
cptMikky has joined #nixos
wirew0rm has joined #nixos
emily has quit [Ping timeout: 260 seconds]
nolan_d has quit [Ping timeout: 256 seconds]
eddyb has quit [Ping timeout: 256 seconds]
mt[m] has joined #nixos
azazel has joined #nixos
adit[m] has joined #nixos
nocent has joined #nixos
dngray has joined #nixos
d4rkshad0w has joined #nixos
LevelChart8 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
IslandUsurper[m] has joined #nixos
Valodim[m] has joined #nixos
philipp[m] has joined #nixos
freeman42x[m]1 has joined #nixos
hazel has joined #nixos
<hazel> how do I enable hibernation on a laptop?
counterfactual[m has joined #nixos
bricewge has joined #nixos
mykiwi has joined #nixos
<hazel> and how do I set the laptop to hibernate after an hour in suspend-to-ram?
Habbie has joined #nixos
<hazel> notably a thinkpad t495 if that matters
vaibhavsagar has joined #nixos
<hazel> also my swap partition is an encrypted zfs zvol
wedens[m] has joined #nixos
anton-latukha[m] has joined #nixos
geekimerssive[m] has joined #nixos
<{^_^}> [nixpkgs] @avanov opened pull request #89283 → ATS2 0.4.0 and support for MacOS builds → https://git.io/Jf69z
fresheyeball[m] has joined #nixos
dasj19[m] has joined #nixos
utdemir[m] has joined #nixos
sibachian[m] has joined #nixos
dithered_diapens has joined #nixos
iwvt[m] has joined #nixos
cyrilgarin[m] has joined #nixos
mauamy[m] has joined #nixos
phittacus has joined #nixos
tunx0000[m] has joined #nixos
BenSima[m] has joined #nixos
mica[m] has joined #nixos
sjanes[m] has joined #nixos
kaychaks_riot has joined #nixos
<clever> hazel: last i checked, zfs doesnt support any form of hibernation
LevelChart8 has joined #nixos
softinio[m] has joined #nixos
tet[m] has joined #nixos
bobfett has joined #nixos
<hazel> rip
chip[m] has joined #nixos
<cole-h> Unrelated, but the wiki has a warning that "You shouldn't use a ZVol as a swap device, as it can deadlock under memory pressure."
roberth has joined #nixos
nikola[m] has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
<hazel> here is the thing
faewenys[m] has joined #nixos
unclechu has joined #nixos
logan12358[m] has joined #nixos
goibhniu has joined #nixos
bpye has joined #nixos
johan767[m] has joined #nixos
dpc has joined #nixos
<hazel> whatever
aw has joined #nixos
willghatch[m] has joined #nixos
piotrszegda[m] has joined #nixos
limpid-kzonix[m] has joined #nixos
spacefrogg has joined #nixos
<hazel> i was planning to run this machine without swap but i wanted to hibernate
ky0ko has joined #nixos
epitron[m] has joined #nixos
jongeOld[m] has joined #nixos
DanP[m] has joined #nixos
faya01[m] has joined #nixos
jordandoyle has joined #nixos
Notkea[m] has joined #nixos
MawKKe[m] has joined #nixos
astraliam[m] has joined #nixos
jschievink has joined #nixos
<hazel> guess I won't swap
lycium[m] has joined #nixos
shazow[m] has joined #nixos
vojta001[m] has joined #nixos
b42 has joined #nixos
sparogy has joined #nixos
<gchristensen> hazel: ZFS doesn't support hibernation, like at all, like don't do it
hpfr[m] has joined #nixos
akymaky[m] has joined #nixos
kraem[m] has joined #nixos
chvp has joined #nixos
ibinzari[m] has joined #nixos
<hazel> yeah ok I won't
<hazel> how is this machine reasonably secure when suspended to ram then?
<hazel> with full-disk encryption
nilsirl[m] has joined #nixos
aterius has joined #nixos
<simpson> I don't think that we have a comprehensive story against Evil Maid attacks yet. Maybe somebody should start a nixos.wiki page.
bbigras has joined #nixos
gnxlxnxx[m] has joined #nixos
jjwatt[m] has joined #nixos
bennofs[m] has joined #nixos
Luigi[m] has joined #nixos
redcedar[m] has joined #nixos
pmc_ has joined #nixos
aanderse has joined #nixos
mzafkismugi[m] has joined #nixos
rigola[m] has joined #nixos
dot-product[m] has joined #nixos
DamienCassou has joined #nixos
wildtrees[m] has joined #nixos
Philipp[m]1 has joined #nixos
alexarice[m] has joined #nixos
kozova1[m] has joined #nixos
alj[m] has joined #nixos
comrandroxaos[m] has joined #nixos
sshow[m] has joined #nixos
init_6 has joined #nixos
mudrii[m] has joined #nixos
la-s has joined #nixos
the_pumpkin_man[ has joined #nixos
sevanspowell has joined #nixos
AmitLevy[m] has joined #nixos
GuilhemArvilMari has joined #nixos
michaelpj has joined #nixos
Cadey1 has joined #nixos
<hazel> like just swaylock probably isn't the best...
<gchristensen> best bet is to shut off
<hazel> rip me.
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
develobster[m] has joined #nixos
bserckx[m] has joined #nixos
<hazel> idk why i did zfs honestly.
<hazel> i mean, it's rather nice. but idk if that niceness is worth me shutting down the machine...
<hazel> and my swap is gone.
artemist has quit [Remote host closed the connection]
artemist has joined #nixos
spinlock[m] has joined #nixos
tokudan[m] has joined #nixos
Null_A[m] has joined #nixos
energizer_ is now known as energizer
gustavderdrache has quit [Quit: Leaving.]
<simpson> LevelChart8: "Failed at the @expo/traveling-fastlane-darwin@1.14.0 preinstall script." It seems that this dependency of expo-cli will need some custom builder support, and I don't really understand how that's properly done.
turlando has quit [Ping timeout: 256 seconds]
<LevelChart8> Thank you for looking into that.
regnat has joined #nixos
rnhmjoj has joined #nixos
fantoom[m] has joined #nixos
demoulin[m] has joined #nixos
cmcaine[m] has joined #nixos
coyoneda[m] has joined #nixos
austinbutler[m] has joined #nixos
aquarial has joined #nixos
simonleo[m] has joined #nixos
gmr has joined #nixos
abbradar[m] has joined #nixos
randnoise[m] has joined #nixos
CRTified[m] has joined #nixos
Cdric[m] has joined #nixos
chmod222[m] has joined #nixos
sonerhalis[m] has joined #nixos
askatasun[m] has joined #nixos
yangm has joined #nixos
bohan[m] has joined #nixos
zannzen[m] has joined #nixos
epic_guy[m] has joined #nixos
dtz has joined #nixos
ayrymmnwpnng[m] has joined #nixos
evanjs[m] has joined #nixos
M776f6c66[m] has joined #nixos
slabity has joined #nixos
layus[m] has joined #nixos
trufas[m] has joined #nixos
hax404[m] has joined #nixos
observer_alpha[m has joined #nixos
aniketd[m] has joined #nixos
gcoakes[m] has joined #nixos
nolan_d has joined #nixos
kai_w has joined #nixos
metheflea has joined #nixos
watzon has joined #nixos
emily has joined #nixos
artemist has quit [Remote host closed the connection]
jlv[m] has joined #nixos
rycee has joined #nixos
tamwile[m] has joined #nixos
cyberwolf[m] has joined #nixos
xfix has joined #nixos
worldofpeace has joined #nixos
wangoe[m] has joined #nixos
ma27[m] has joined #nixos
xfix is now known as Guest83733
Ericson2314 has joined #nixos
ksevelyar[m] has joined #nixos
sasyctu[m] has joined #nixos
srxl has joined #nixos
jtojnar has joined #nixos
Minijackson[m] has joined #nixos
srid has joined #nixos
antpic01[m] has joined #nixos
kazzimazzi[m] has joined #nixos
atopuzov[m] has joined #nixos
Jonas[m]3 has joined #nixos
chris[m]2 has joined #nixos
Yakulu[m] has joined #nixos
MilkManzJourDadd has joined #nixos
maralorn has joined #nixos
quiet_laika[m] has joined #nixos
hsngrmpf[m] has joined #nixos
li_matrix has joined #nixos
daniels[m] has joined #nixos
greghab[m] has joined #nixos
Irenes[m] has joined #nixos
user51[m] has joined #nixos
leons has joined #nixos
cab404[m] has joined #nixos
icyhate5533[m] has joined #nixos
blindidiotgod has joined #nixos
thoughtweaver[m] has joined #nixos
uvnikita[m] has joined #nixos
nbp[m] has joined #nixos
dwagenk[m] has joined #nixos
efra[m] has joined #nixos
qbit[m] has joined #nixos
shu9[m] has joined #nixos
colemickens has joined #nixos
contrun has joined #nixos
atemu12[m] has joined #nixos
ptotter[m] has joined #nixos
artemist has joined #nixos
cornu has joined #nixos
matthewbauer has joined #nixos
anarchomoh[m] has joined #nixos
yeoldboogiewoogi has joined #nixos
dxtr[m] has joined #nixos
fiadliel[m] has joined #nixos
tyrion-mx has joined #nixos
neumantm[m] has joined #nixos
TheSirC[m] has joined #nixos
psiperator[m] has joined #nixos
AberDerBart[m] has joined #nixos
ailiev[m] has joined #nixos
cejota[m] has joined #nixos
interro[m] has joined #nixos
GerdFlaig[m] has joined #nixos
balsoft has joined #nixos
ivank[m] has joined #nixos
Arian[m] has joined #nixos
loyon has joined #nixos
das-g[m] has joined #nixos
pingiun[m] has joined #nixos
Grauwolf[m] has joined #nixos
finnwww[m] has joined #nixos
bf0bdaf8-ad[m] has joined #nixos
Ox4A6F has joined #nixos
sm[m] has joined #nixos
david-sawatzke[m has joined #nixos
mkg20001 has joined #nixos
ngerstle[m] has joined #nixos
boogiewoogie[m]1 has joined #nixos
korrosive[m] has joined #nixos
cellofhuman[m] has joined #nixos
solomon[m] has joined #nixos
thefloweringash has joined #nixos
adam[m]1 has joined #nixos
is_null has joined #nixos
q3ax[m] has joined #nixos
hr[m] has joined #nixos
axx[m] has joined #nixos
Houtworm[m] has joined #nixos
boogiewoogie[m] has joined #nixos
icetan has joined #nixos
alfborge[m] has joined #nixos
phirsch has joined #nixos
chreekat[m] has joined #nixos
theduke[m] has joined #nixos
musicmatze[m] has joined #nixos
NickHu has joined #nixos
pitch has joined #nixos
spherinder[m] has joined #nixos
puzzlewolf has joined #nixos
NobbZ[m] has joined #nixos
ongy[m] has joined #nixos
dkellner[m] has joined #nixos
loupinfre[m] has joined #nixos
keithy[m] has joined #nixos
alexgood has joined #nixos
siraben has joined #nixos
Poscat[m] has joined #nixos
bqy has joined #nixos
ggpeti[m] has joined #nixos
exprez135[m] has joined #nixos
jlle[m] has joined #nixos
vegai1 has joined #nixos
lunik1 has quit [Ping timeout: 256 seconds]
somerand0m[m] has joined #nixos
lunik1 has joined #nixos
alexfmpe has joined #nixos
M3DPACTE[m] has joined #nixos
Dandellion has joined #nixos
virtusviri7321[m has joined #nixos
edrex has joined #nixos
grin[m] has joined #nixos
eddyb has joined #nixos
kriteus[m] has joined #nixos
jonreeve[m] has joined #nixos
eadwu[m] has joined #nixos
domenkozar[m] has joined #nixos
wak-work has joined #nixos
chrismatheson has joined #nixos
fgaz has joined #nixos
hsiktas[m] has joined #nixos
flip[m] has joined #nixos
danielrf[m] has joined #nixos
neonfuz2 has joined #nixos
davidak[m] has joined #nixos
JJJollyjim has joined #nixos
drozdziak1[m] has joined #nixos
<hyper_ch> I fail to see the point of sleep or hibernation... especially with fast NVMes nowadays
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/72158c231ae (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Guest72385 has quit [Ping timeout: 260 seconds]
aveltras has quit [Quit: Connection closed for inactivity]
<LevelChart8> hyper_ch: My Nix machine awakes from hibernation *very* sluggish.
<LevelChart8> I hate it.
<LevelChart8> I have to reboot every time.
KindTwo has joined #nixos
KindOne has quit [Ping timeout: 260 seconds]
KindTwo is now known as KindOne
drakonis1 has quit [Quit: WeeChat 2.8]
LevelChart8 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<hyper_ch> cole-h: still no love for nixos unstable :(
edk_ has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
plp has quit [Ping timeout: 256 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
kvda has joined #nixos
plp has joined #nixos
kamid has joined #nixos
<{^_^}> [nixpkgs] @aszlig pushed to master « ip2unix: 2.1.2 -> 2.1.3 »: https://git.io/Jf6HD
<{^_^}> [nixpkgs] @aszlig pushed to release-20.03 « ip2unix: 2.1.2 -> 2.1.3 »: https://git.io/Jf6HS
growpotkin has quit [Quit: ZNC 1.8.0 - https://znc.in]
is_null has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @aszlig pushed 2 commits to release-19.09: https://git.io/Jf6Qc
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
slack1256 has quit [Remote host closed the connection]
jbox has joined #nixos
jbox is now known as Guest63024
<energizer> hyper_ch: i use suspend so i dont have to reopen all my applications and files
kvda has joined #nixos
<energizer> is there an alternative?
<hyper_ch> kde has session restore
<hyper_ch> even windows does that now - I find it annoying
<hyper_ch> I just have a little bash script that start konsol with accordint terminals and sshs into servers
<hyper_ch> and another bash script that start all my usual apps
meh` has quit [Ping timeout: 256 seconds]
elibrokeit has joined #nixos
<{^_^}> [nixpkgs] @ryantm opened pull request #89284 → .github/stale.yml: attempt to fix msg format → https://git.io/Jf673
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #89285 → tachyon: install header files → https://git.io/Jf678
proofofkeags has quit [Remote host closed the connection]
dongcarl has quit [Read error: Connection reset by peer]
endformationage has quit [Quit: WeeChat 2.6]
Acou_Bass has quit [Ping timeout: 240 seconds]
Acou_Bass has joined #nixos
hazel has quit [Ping timeout: 260 seconds]
Rusty1 has quit [Quit: WeeChat 2.3]
nixy37179 has quit [Quit: The Lounge - https://thelounge.chat]
nixy37179 has joined #nixos
justanotheruser has quit [Ping timeout: 246 seconds]
<cole-h> hyper_ch: Does `nix-channel --update` not work? The only reason s.no.o isn't updating is because the scraper got stuck and it appears nobody has had time to restart it/debug it.
<cole-h> hyper_ch: Channels are definitely advancing, as you can see by the messages in here, as well as the fact that nix-unstable is from 3 days ago (due to an unrelated blocker), and not the 13 days s.no.o is reporting
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
palo1 has joined #nixos
codygman has quit [Ping timeout: 256 seconds]
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
kamid has quit [Ping timeout: 256 seconds]
proofofkeags has joined #nixos
kamid has joined #nixos
<{^_^}> [nixpkgs] @jtojnar closed pull request #80973 → stderred: init at unstable-2017-07-20 → https://git.io/JvEEN
<{^_^}> [nixpkgs] @jtojnar closed pull request #80070 → autoPatchelfHook: Support arbitrary paths in runtimeDependencies → https://git.io/JvWjb
justanotheruser has joined #nixos
proofofkeags has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed to master « doc/stdenv: improve autoPatchelfHook description »: https://git.io/Jf657
<hyper_ch> cole-h: why nix-channel --update?
<cole-h> Because channels on your system don't update themselves?
<cole-h> At least, not that I've seen.
<hyper_ch> nixos-rebuild boot --upgrade
<hyper_ch> but I won't run it until status.nixos.org is ok again
<cole-h> Then you'll be waiting for a while.
<cole-h> Curious why you won't update until s.no.o says it's OK, when nixos-unstable has updated recently(ish): https://github.com/NixOS/nixpkgs/tree/nixos-unstable
<cole-h> The fact the channel updated means it's good. It's just that s.no.o didn't get the memo (because, as I've said, the scraper is down).
<cole-h> (Well, as good as unstable can be)
<ldlework> How to get attribute value by name?
<hyper_ch> because status.nixos.org gives you a feedback if there are currently problems or not
<ldlework> like this? levels."${level}"
mchasard has joined #nixos
<ldlework> hmm seems so
<cole-h> Like I said, the fact that the channel has advanced means there isn't an issue.
<cole-h> The only difference is that s.no.o hasn't updated.
<cole-h> The contents of the channels are exactly the same, no matter what s.no.o says.
<cole-h> ldlework: Yep. You don't necessarily need to quote it, unless you expect problematic characters, but's it's always good to be safe.
<energizer> hyper_ch: how does it do that?
<cole-h> energizer: I'd imagine just by having a green label when the channel updated in the last N days/hours
<hyper_ch> energizer: by having no red flag on the channel status
<hyper_ch> "build problem" means to me with latest update on that channel there are build problems
<energizer> i mean about session restore
<samueldr> hyper_ch: the channel will not advance if there is a problem
<cole-h> hyper_ch: Wrong.
<cole-h> hyper_ch: Channels will not advance if there are build problems (in the core packages).
<hyper_ch> energizer: ask the kde people
<samueldr> status.nixos.org is only a rehash of the status of the channels subdomain, which in turn, only advances when a revision successfully passes some criterias on hydra
<samueldr> if there is an update to the channel, it passed the criteria
Acou_Bass has quit [Ping timeout: 246 seconds]
Ralith_ has quit [Remote host closed the connection]
Acou_Bass has joined #nixos
<cole-h> hyper_ch: Maybe you'll find this wiki page of use: https://nixos.wiki/wiki/Nix_channels
<samueldr> btw, all of the infra can be down, and a user can test a revision to know its state by running a build for the right (aggregate) derivation
<samueldr> it'll take a hot minute to chew through all the tests though :)
Ralith_ has joined #nixos
<cole-h> How hot are we talking?
<samueldr> not sure, I don't know how many tests there are
<samueldr> but possibly very
<cole-h> So, I'm hearing "multiple Kelvin"
proofofkeags has joined #nixos
proofofkeags has quit [Ping timeout: 260 seconds]
<contrun> I am trying to add a realtek kernel module which is unavailable from nixpkgs. Here is the nix file ./rtl8822bu.nix http://ix.io/2o00/nix.
maxdevjs has quit [Ping timeout: 240 seconds]
<contrun> Systemd stuck at bring up the network interface vboxnet0.
Acou_Bass has quit [Quit: ZNC 1.7.5 - https://znc.in]
lorimer has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat pushed to staging-20.03 « glibc: patch CVE-2020-1752 »: https://git.io/Jf6dV
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 4 commits to release-20.03: https://git.io/Jf6dK
mchasard has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @FRidh closed pull request #73496 → NixOS Python test driver: Python package and Sphinx docs → https://git.io/JeoBS
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/36641b25e75 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2f9bafaca90 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
quinn has joined #nixos
mallox has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/36641b25e75 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
CMCDragonkai1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nix-pills] @rnhmjoj merged pull request #144 → Minor typo fix → https://git.io/Jf02J
<{^_^}> [nix-pills] @rnhmjoj pushed 2 commits to master: https://git.io/Jf6dj
turlando has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #89164 → pipenv: 2018.11.26 -> 2020.5.28 → https://git.io/JfKkE
<{^_^}> [nixpkgs] @FRidh pushed commit from @kalekseev to master « pipenv: 2018.11.26 -> 2020.5.28 »: https://git.io/Jf6FT
NeoCron has joined #nixos
sb0 has joined #nixos
bdju has quit [Quit: Lost terminal]
bdju has joined #nixos
corpix has quit [Remote host closed the connection]
pjt_014 has quit [Read error: Connection reset by peer]
corpix has joined #nixos
pjt_014 has joined #nixos
<{^_^}> [nixpkgs] @etu closed pull request #72066 → [WIP] composer2nix and phpPackages.language-server: init at 5.4.6 → https://git.io/JeE5j
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
memxor is now known as kkd
user_0x58 has quit [Quit: Leaving]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/55e7f95265c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Avaq has quit [Quit: Leaving.]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from @edolstra to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/Jf6bs
cript0nauta has quit [Remote host closed the connection]
FRidh has joined #nixos
dermetfan has joined #nixos
reinzeldroid has joined #nixos
dermetfan has quit [Client Quit]
dermetfan has joined #nixos
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
reinzeldroid has quit [Ping timeout: 256 seconds]
reinzeldroid has joined #nixos
reinzeldroid has quit [Client Quit]
sarcasticadmin has quit [Ping timeout: 265 seconds]
thc202 has joined #nixos
sarcasticadmin has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2f9bafaca90 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> [nixpkgs] @zimbatm opened pull request #89288 → gerrit: 3.1.4 -> 3.1.5 → https://git.io/Jf6Nr
asymptotically has joined #nixos
<Izorkin> ,locate phpize
<{^_^}> Found in packages: php.dev, php72.dev, php74.dev, php-unit.dev, php-embed.dev, php72-unit.dev, php74-unit.dev, php72-embed.dev, php74-embed.dev
<{^_^}> [nixpkgs] @contrun opened pull request #89289 → sbt-extras: 2019-10-21 -> 2020-06-01 → https://git.io/Jf6No
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jf6N1
proofofkeags has joined #nixos
<mpickering> infinisil: Turns out I was overcomplicating it a lot last night and things work if I pass `-ltbb`
<mpickering> not sure why I have to do that manually but there we go
proofofkeags has quit [Ping timeout: 272 seconds]
sphalerite_ is now known as sphalerite
<{^_^}> [nixpkgs] @zimbatm merged pull request #68028 → fluentd: add cloudwatchlogs plugin → https://git.io/fjhk5
<{^_^}> [nixpkgs] @zimbatm pushed commit from @DzmitrySudnik to master « fluentd: add cloudwatchlogs plugin (#68028) »: https://git.io/Jf6AU
mchasard has joined #nixos
Avaq_ has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #89049 → xlayoutdisplay: 1.1.1 -> 1.1.2 → https://git.io/Jfr9j
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jf6AL
alexherbo2 has joined #nixos
<mchasard> hi
<mchasard> please i'm searching for an image vieer
<mchasard> i'm under nixos withe kde but its the browser by defaut which open image
<Avaq_> mchasard: I use 'feh' to view images.
<mchasard> feh is it light ?
<{^_^}> [nixpkgs] @sikmir opened pull request #89290 → gpxsee: 7.29 -> 7.30 → https://git.io/Jf6AR
<Avaq_> It's one of the lighter ones I could find. I was selecting based on weight. I use it from the CLI. This was years ago though.
<mchasard> should i add it in the configuration .nix file or just install it
<hyper_ch> strange, kde opens images by default in gwenview here
<mchasard> yes but i was under another desktop manager before
<mchasard> may be it lose something
<Avaq_> mchasard: I manage everything through a nixos configuration file. It helps a lot when migrating to another device.
<hyper_ch> same here
<mchasard> ok so i have to choose between feh or gwenview
NieDzejkob has quit [Ping timeout: 246 seconds]
<hyper_ch> there's other viewers also
<mchasard> i just would like something simple and light
<Avaq_> mchasard: You can try out software with: 'nix-shell -p feh'
<Avaq_> So just go: 'nix-shell -p feh; feh ./my-image.jpg' and see if you like it.
<mchasard> its under terminal ?
<Avaq_> Can you elaborate?
<{^_^}> [nixpkgs] @tfc merged pull request #89238 → Remove the deprecated 'copy_file_from_host' from the manual → https://git.io/Jf6Yd
<{^_^}> [nixpkgs] @tfc pushed 2 commits to master: https://git.io/Jf6AD
<{^_^}> [hydra] @edolstra merged pull request #770 → Remove the Jobs table → https://git.io/JfrXH
<{^_^}> [hydra] @edolstra pushed 3 commits to master: https://git.io/Jf6Ay
<Avaq_> mchasard: I'm currently picking an IRC client by running a nix-shell for each of the packages listed here: https://github.com/NixOS/nixpkgs/tree/nixos-20.03/pkgs/applications/networking/irc and seeing which ones I like.
<{^_^}> [nixpkgs] @veprbl closed pull request #72622 → pythia: 8.243 -> 8.301 → https://git.io/Jeg1n
<Avaq_> Image viewers are listed here, although, sadly, not as granularly categorised as IRC clients: https://github.com/NixOS/nixpkgs/tree/2d836ab922624e56dbfb3db66ada9ff2ebf7c6fb/pkgs/applications/graphics
<Avaq_> mchasard: You can also search for image viewers here: https://nixos.org/nixos/packages.html?channel=nixos-20.03&query=image%20viewer
mchasard has quit [Quit: Konversation terminated!]
avaq__ has joined #nixos
avaq__ has quit [Client Quit]
Avaq_ has quit [Quit: leaving]
o1lo01ol1o has joined #nixos
mchasard has joined #nixos
<{^_^}> [nixpkgs] @markuskowa closed pull request #57038 → libosmocore: add patch to fix darwin build → https://git.io/fhp5M
o1lo01ol1o has quit [Ping timeout: 256 seconds]
mchasard has quit [Client Quit]
NieDzejkob has joined #nixos
<{^_^}> [nixpkgs] @zimbatm merged pull request #62744 → matrix-appservice-discord: init at 0.5.2 → https://git.io/fjubn
<{^_^}> [nixpkgs] @zimbatm pushed commit from @pacien to master « matrix-appservice-discord: init at 0.5.2 (#62744) »: https://git.io/Jf6xE
<{^_^}> [nixpkgs] @zimbatm merged pull request #63589 → nixos/mautrix-telegram: add module → https://git.io/fjVdQ
<{^_^}> [nixpkgs] @zimbatm pushed commit from @pacien to master « nixos/mautrix-telegram: add module (#63589) »: https://git.io/Jf6xg
<{^_^}> [nixpkgs] @zimbatm merged pull request #89290 → gpxsee: 7.29 -> 7.30 → https://git.io/Jf6AR
<{^_^}> [nixpkgs] @zimbatm pushed commit from @sikmir to master « gpxsee: 7.29 -> 7.30 (#89290) »: https://git.io/Jf6xa
<{^_^}> [nixpkgs] @zimbatm merged pull request #89289 → sbt-extras: 2019-10-21 -> 2020-06-01 → https://git.io/Jf6No
<{^_^}> [nixpkgs] @zimbatm pushed commit from @contrun to master « sbt-extras: 2019-10-21 -> 2020-06-01 (#89289) »: https://git.io/Jf6xV
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @ciil closed pull request #57671 → nixos/gitea: Add support for the REQUIRE_SIGNIN_VIEW option → https://git.io/fjePE
<{^_^}> [nixpkgs] @dsyer closed pull request #87826 → Update skaffold to v1.9.1 → https://git.io/JfBac
<{^_^}> [nixpkgs] @dsyer opened pull request #89291 → skaffold: 1.9.1 -> 1.10.1 → https://git.io/Jf6xF
sigmundv_ has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
cr4y1 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
domogled has joined #nixos
fendor has joined #nixos
noudle has joined #nixos
<{^_^}> [nix] @mkenigs opened pull request #3645 → Cache tree in fetchOrSubstituteTree → https://git.io/Jf6pW
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.03: https://git.io/Jf6pR
<{^_^}> [nixpkgs] @mpickering opened pull request #89292 → tracy: init at 0.6.3 → https://git.io/Jf6pi
jakobrs has joined #nixos
Avaq has joined #nixos
<jakobrs> ... how do I launch Plasma directly from the command line without going through the display manager?
cjpbirkbeck has joined #nixos
<sphalerite> I want to define a filesystem per user, but this results in infinite recursion because users.users depends on filesystems (because some filesystems need a service user). How can I work around this?
agsdheidjd has joined #nixos
<sphalerite> jakobrs: services.xserver.displayManager.startx.enable
Avaq has quit [Client Quit]
Deknos has left #nixos [#nixos]
dingenskirchen1 has joined #nixos
dingenskirchen1 has quit [Remote host closed the connection]
<jakobrs> The manpage states that I need to create .xinitrc manually
dingenskirchen has quit [Ping timeout: 260 seconds]
<jakobrs> Also, startx.enable seems to confict with sddm.enable
orivej has joined #nixos
<jakobrs> and `plasmashell` errors with the typical "Could not load the Qt platform plugin xcb" error
domogled has quit [Quit: domogled]
<sphalerite> oh, hm :/
hmpffff has joined #nixos
<jakobrs> My main problem is that Plasma doesn't launch at all, which is why it seems like it would be useful to launch it from the command line
<sphalerite> jakobrs: oh, it's not launching from the display manager?
<sphalerite> check ~/.xsession-errors
<jakobrs> It freezes after entering the password
<jakobrs> Not freezes, just never stops loading
<jakobrs> Presumably permission errors or something since I accidentally reset the ownership of my home directory recursively
<jakobrs> There is no .xsession-errors
<sphalerite> Do you own your ~/.config ?
<jakobrs> Yes, jakob:users 700
<fps> hmm, what package would i find "iwconfig" in?
<jakobrs> wirelesstools
<fps> thanks
<jakobrs> np
jakob_rs has joined #nixos
jakobrs has left #nixos ["WeeChat 2.7.1"]
<jakob_rs> startx successfully launches xterm
<jakob_rs> I can't startx as non-root users though.
proofofkeags has joined #nixos
<jakob_rs> I'm just going to do a pseudo-reinstall from the initrd
proofofkeags has quit [Ping timeout: 256 seconds]
agsdheidjd has quit [Ping timeout: 272 seconds]
agsdheidjd has joined #nixos
cr4y1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @wmertens merged pull request #73350 → nixos boot doc: document boot.debug1devices → https://git.io/JerqK
<{^_^}> [nixpkgs] @wmertens pushed 3 commits to master: https://git.io/Jf6jm
<{^_^}> [nixpkgs] @wmertens pushed 0 commits to wmertens-nixos-boot-doc: https://git.io/Jf6jY
<jakob_rs> I literally just used boot.debug1devices less than 5 minutes ago
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/d6d6a8772c6 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
jakob_rs has left #nixos ["WeeChat 2.8"]
<{^_^}> [nixpkgs] @das-g opened pull request #89293 → pipenv: refactor runtimeDeps → https://git.io/Jf6j4
hmpffff has quit [Quit: nchrrrr…]
<{^_^}> [nixpkgs] @Lassulus merged pull request #89018 → saga: 7.6.2 -> 7.6.3 → https://git.io/Jfr8W
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jf6jg
teto has joined #nixos
<teto> is there a package for opengl manpages ?
Avaq has joined #nixos
<sphalerite> teto: as in manpages for glViewport etc?
<sphalerite> do those even exist? :o
o1lo01ol1o has joined #nixos
<sphalerite> doesn't seem to be in nixpkgs though
<sphalerite> nix-locate glViewport doesn't give me anythin
<sphalerite> g
<sphalerite> you could probably build them from https://github.com/KhronosGroup/OpenGL-Refpages
o1lo01ol1o has quit [Ping timeout: 240 seconds]
agsdheidjd has quit [Ping timeout: 260 seconds]
agsdheidjd has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #89294 → enlightenment.enlightenment: 0.24.0 -> 0.24.1 → https://git.io/JfieT
<{^_^}> [nixpkgs] @davidtwco opened pull request #89295 → mdcat: 0.17.1 -> 0.18.2 → https://git.io/Jfiet
<{^_^}> [nixpkgs] @SFrijters opened pull request #89296 → openttd: Add XDG support → https://git.io/Jfieq
chloekek_ has joined #nixos
<teto> sphalerite: thanks
m0rphism has joined #nixos
<teto> it was just to check a PR against Man.vim so I will pass :)
vidbina has joined #nixos
iyzsong has joined #nixos
dingenskirchen has joined #nixos
aexoxea has joined #nixos
<nixbitcoin> How does the krops passwordstore integration work? Does it set up the encrypted secrets directory automatically?
<palo> nixbitcoin: no you need an ecrypted directory already (managed by password-store)
aveltras has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #89297 → hydra-unstable: 2020-04-16 -> 2020-06-01 → https://git.io/JfieH
<nixbitcoin> Ah ok, is it even possible to create a passwordstore in a specific directory? I assume I need to override the PASSWORD_STORE_DIR environment variable.
<aveltras> any idea how i can solve "postfix/postdrop[6859]: warning: mail_queue_enter: create file maildrop/964990.6859: Permission denied" when using sendmail with a https://gitlab.com/simple-nixos-mailserver/nixos-mailserver installation ?
<palo> nixbitcoin: yes, thats the way, PASSWORD_STORE=./my-server-passwords pass init key-id key-id key-id ...
<palo> nixbitcoin: I create a script in a nix-shell for that.
noudle has quit []
<palo> nixbitcoin: somethins like pass = pkgs.writers.writeBashBin "pass" ''PASSWORD_STORE=${toString ./.passwords} ${pkgs.pass}/bin/pass "$@"'';
ddellacosta has quit [Ping timeout: 240 seconds]
<nixbitcoin> palo: Oh great, and how do you the generate the secrets? In nix-bitcoin we use openssl for certs and apg for passwords.
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @soareschen opened pull request #89298 → zbar: use libintl on darwin → https://git.io/JfieN
maddo has joined #nixos
<palo> I simply use password-store
<palo> pass edit server1/some-secret; or cat secret_file | pass insert -m server1/some-secret-file
<nixbitcoin> Nice, thank you.
meh` has joined #nixos
<{^_^}> [nixpkgs] @Mic92 closed pull request #73314 → [19.09] Backport rng improvements → https://git.io/Jewpk
<{^_^}> [nixpkgs] @wucke13 opened pull request #89299 → petsc: add fotran build argument → https://git.io/Jfivl
xcmw has joined #nixos
kreetx has joined #nixos
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #88896 → autotalent: init at 0.2 → https://git.io/JfVNt
<{^_^}> [nixpkgs] @Lassulus pushed 3 commits to master: https://git.io/JfivE
<kreetx> hi! question: if I'd like to run temporary nixos services for a development project then what is the way?
<kreetx> i.e multiple (haskell) packages and nginx in front of them
<bqv> TIL pkgs.writers
<{^_^}> [nixpkgs] @roberth closed pull request #50875 → [WIP] nixpkgs: Begin moving to buildSystem parameter, away from crossSystem → https://git.io/fp8ya
<lassulus> reminds me, that I should write more documentation about the writers
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/bdee06778f4 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
edk_ is now known as e
<palo> lassulus: +1
eoli3n_ has joined #nixos
whatisRT has joined #nixos
<meh`> is anyone running gitlab and encountered a situation where none of the assets seem to be present? they all redirect to the sign in page
<kreetx> meh`: am not running gitlab but maybe looks like a credential issue?
<meh`> kreetx, credential as in permissions or what do you mean?
<kreetx> yes, a cookie or something
<meh`> this is on first install, so there's nothing to sign in, both the JS and CSS return 302 and redirect, and they should be public assets
whatisRT has quit [Ping timeout: 265 seconds]
tokudan has quit [Quit: Dunno.]
tokudan has joined #nixos
eoli3n_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @oxalica opened pull request #89301 → vscode-extensions.matklad.rust-analyzer: fix build → https://git.io/Jfiff
xcmw has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> [nixpkgs] @domenkozar merged pull request #89272 → haskellPackages.cachix: dontCheck → https://git.io/Jf61C
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/JfifZ
vidbina has quit [Ping timeout: 256 seconds]
sb0 has quit [Quit: Leaving]
whatisRT` has joined #nixos
Avaq has quit [Quit: WeeChat 2.7.1]
Avaq has joined #nixos
Neo-- has joined #nixos
Avaq has left #nixos [#nixos]
Avaq has joined #nixos
Avaq has quit [Client Quit]
whatisRT` has quit [Ping timeout: 264 seconds]
proofofkeags has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 246 seconds]
whatisRT` has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/99b5c0bcbe1 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
avoo22 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @1000101 opened pull request #89303 → maintainers: update 1000101 (mail) → https://git.io/Jfify
Rusty1 has joined #nixos
Guest83733 has quit [Quit: authenticating]
whatisRT` has quit [Ping timeout: 265 seconds]
whatisRT` has joined #nixos
chloekek_ has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #nixos
whatisRT` has quit [Remote host closed the connection]
whatisRT has joined #nixos
vidbina has joined #nixos
Guest83733 has joined #nixos
Guest83733 is now known as xfix
xfix has joined #nixos
xfix has joined #nixos
xfix has quit [Changing host]
jojosch[m] has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
xfix has quit [Client Quit]
xfix has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #89304 → lucky-cli: 0.20.0 -> 0.21.0 → https://git.io/JfiJn
cyris212 has quit [Quit: ZNC 1.7.5 - https://znc.in]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #89303 → maintainers: update 1000101 (mail) → https://git.io/Jfify
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JfiJR
cyris212 has joined #nixos
is_null has joined #nixos
chloekek_ has joined #nixos
Avaq has joined #nixos
is_null has quit [Ping timeout: 265 seconds]
marsh has quit [Ping timeout: 272 seconds]
marsh has joined #nixos
lorimer has joined #nixos
<{^_^}> [nixpkgs] @Infinisil closed pull request #54119 → saml2aws: 2.10.0 -> 2.13.0, add darwin to platforms → https://git.io/fhl5j
vidbina has quit [Ping timeout: 272 seconds]
is_null has joined #nixos
LevelChart8 has joined #nixos
Avaq has quit [Quit: Leaving]
Avaq has joined #nixos
teto has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Infinisil closed pull request #72949 → Prevent `mkIf`'s from being `//`'d, and co. → https://git.io/Jeaww
orivej has joined #nixos
Thra11 has quit [Quit: WeeChat 2.8]
domogled has joined #nixos
drakonis has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #88920 → coqPackages.CoLoR: enable for Coq 8.11 → https://git.io/Jfwnt
<{^_^}> [nixpkgs] @vbgl pushed to master « coqPackages.CoLoR: enable for Coq 8.11 »: https://git.io/JfiU0
cosimone has joined #nixos
civodul has joined #nixos
marcusr has quit [Remote host closed the connection]
marsh has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Ekleog closed pull request #58694 → [WIP] iso-image: make reproducible by not relying on mcopy's readdir → https://git.io/fjkpm
marsh has joined #nixos
<{^_^}> [nixpkgs] @minijackson opened pull request #89306 → coz: fix python shebang → https://git.io/JfiUS
marcusr has joined #nixos
<{^_^}> [nixpkgs] @jsravn opened pull request #89307 → firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19 → https://git.io/JfiTv
jD91mZM2 has quit [Quit: ZNC 1.7.5 - https://znc.in]
notgne2 has quit [Quit: ZNC 1.7.4 - https://znc.in]
dermetfan has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @LnL7 opened pull request #89308 → Remove sri hashes → https://git.io/JfiTI
notgne2 has joined #nixos
<{^_^}> [nixpkgs] @NickHu merged pull request #89163 → cde-gtk-theme: init at 1.3 → https://git.io/JfKTP
<{^_^}> [nixpkgs] @NickHu pushed 2 commits to master: https://git.io/JfiTn
cosimone has quit [Quit: Quit.]
jD91mZM2 has joined #nixos
cosimone has joined #nixos
<LevelChart8> I installed HIE on my Nix machine using these instructions: https://github.com/Infinisil/all-hies but I continue to get HIE Executable Missing errors in VSCode.
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/868ad77793f (from 61 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<LevelChart8> I have restarted VSCode after installing.
<hexagoxel> I want to build multiple derivations, and capture any combination of successes and failures. E.g. if the first and third succeed, but the second fails, I'd like an output that contained the (successful) output of the first derivation, the error message from the second derivation and the output of the third derivation.
djbeau has joined #nixos
<hexagoxel> What can I use for this? a) Is there a nix-language construct for this? b) Should I write a derivation that recursively calls nix-build and captures the stderr? c) just write a plain bash script that call nix-build three times?
<hexagoxel> bonus points if for a common derivation failing, causing all three to fail, you get only one error message in the output..
<hexagoxel> (is there a "build the intersection of the requisites of these derivations" command?)
dermetfan has joined #nixos
Ariakenom_ has joined #nixos
<infinisil> LevelChart8: Do you have the hie executable in your path?
mchasard has joined #nixos
<LevelChart8> Likely not as I don't know what that means offhand. I will look into it. Thank you.
sigmundv_ has quit [Ping timeout: 265 seconds]
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
gustavderdrache has joined #nixos
iyzsong has quit [Ping timeout: 260 seconds]
o1lo01ol_ has joined #nixos
hmpffff has joined #nixos
teto has joined #nixos
kreetx has quit [Quit: leaving]
o1lo01ol1o has quit [Ping timeout: 265 seconds]
alexherbo2 has quit [Ping timeout: 256 seconds]
artemist has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @berbiche opened pull request #89309 → mpvmenu: init at unstable-2018-10-23 → https://git.io/Jfikb
artemist has joined #nixos
szicari has joined #nixos
waleee-cl has joined #nixos
NeoCron has quit [Quit: Leaving]
<infinisil> LevelChart8: If you open a terminal and type `which hie`, what do you get?
reirob has joined #nixos
<reirob> Hello NixOS people
<reirob> Coming here again, to get hopefully some help
<reirob> My situation is as follows: I have some Haskell program, that I used to compile with stack.
<reirob> Now that I have switched to NixOS I would like to compile it with nix-env
<reirob> However it says that some of the package is broken
<reirob> It tells me the following:
<reirob> error: Package ‘pinchot-0.24.0.0’ in /nix/store/vibyf5af9v3qxlfsj9j25khi0h3c38bd-nixos-20.03.1950.48723f48ab9/nixos/pkgs/development/haskell-modules/hackage-packages.nix:188125 is marked as broken, refusing to evaluate.
<reirob> It suggests to add allowBroken = true; to ~/.config/nixpkgs/config.nix
<reirob> But it didn't help
<reirob> From what I could understand it is that the pinchot package that I use has not been updated for a while and it does not build any more because one of its dependencies changed and are not compatible any more
<reirob> So, I would like to hear the suggestions from the people here, what can I do?
<reirob> If there is somebody knowledgeable
vidbina has joined #nixos
mchasard has quit [Quit: Konversation terminated!]
<simpson> reirob: You could try removing `broken = true;` from pinchot. I have no idea what will happen. I waited a few minutes for the git-blame to load, and it appears that the broken annotation was added as part of a routine package update, with no comment; it might well be wrong.
<reirob> @simpson: Thank you! I try this and let you know
<reirob> Did it, now it tries to build the pinchot package, but fails
<reirob> There are several errors in Pinchot, this is probably why it is broken
<reirob> Any other suggestions?
<simpson> Not really. Like, if it really *is* broken, then what would you hope for? Hackage doesn't list any newer versions.
<reirob> From what I understand, it is that Pinchot worked with an older version of Earley package. But in the meantime Earley evolved
<reirob> And Pinchot does not work anymore with the newest Earley package
<reirob> Is there a way for me to install the build the older Earley package and try to make with this Pinchot build?
jb55 has quit [Remote host closed the connection]
<simpson> I think so; I'm not practiced with Stack, though.
jb55 has joined #nixos
<reirob> With stack, before I installed nixos, what I did I was pinning it to an old lts set, where pinchot still worked. But I don't know if there is something similar with nix
<reirob> @simpson, do you think it make sense for me to ask haskell people about this? I mean in the #haskell channel? Maybe they have a suggestion how to fix the pinchot package?
<simpson> I'm not sure if there's old Stackage snapshots packaged, but you could use an old nixpkgs, I suppose.
<simpson> reirob: They might well suggest to hack on Pinchot to fix it. I don't know what else might be done.
Ariakenom_ has quit [Quit: WeeChat 2.7.1]
<reirob> I would try to hack on the Pinchot package, but I never worked on source code from packages from other people. Do you have any pointers to documents about how to do this?
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #89307 → firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19 → https://git.io/JfiTv
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JfiI6
fendor has quit [Ping timeout: 264 seconds]
fendor_ is now known as fendor
<LevelChart8> infinisil: $ which hie
<LevelChart8> which: no hie in (/run/wrappers/bin:/home/levelchart8/.nix-profile/bin:/etc/profiles/per-user/levelchart8/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin)
fusion809 has quit [Quit: Leaving]
<infinisil> LevelChart8: How did you install it?
pamplemousse has joined #nixos
<{^_^}> [nixpkgs] @jsravn opened pull request #89311 → [backport] firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19 → https://git.io/JfiLz
aexoxea has quit [Quit: Goodbye!]
<{^_^}> [nixpkgs] @Ma27 merged pull request #89240 → nixos/libvirtd: correct spelling → https://git.io/Jf6sR
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JfiLi
pamplemousse has quit [Ping timeout: 265 seconds]
<{^_^}> [nix] @domenkozar pushed commit from @puffnfresh to 2.3-wsl « Disable use-sqlite-wal under WSL »: https://git.io/JfiL1
<{^_^}> [nix] @domenkozar opened pull request #3646 → Disable use-sqlite-wal under WSL → https://git.io/JfiLy
ddellacosta has joined #nixos
KindTwo has joined #nixos
KindOne has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #89274 → nixos/nscd: set positive hosts caching ttl to 0 → https://git.io/Jf6DJ
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JfitU
erasmas has joined #nixos
<evanjs> gustavderdrache: hey it was a few weeks ago but finally getting around to the node2nix stuff again; anything you can make of this? https://pastebin.com/9f9aG636
aveltras has quit [Quit: Connection closed for inactivity]
<gustavderdrache> hmm... interesting
<evanjs> I should probably make a gist of the files I'm using (e.g. override.nix, etc) huh :P
<evanjs> and right? x_x
<gustavderdrache> i mean, it won't hurt :P
dermetfan has quit [Ping timeout: 272 seconds]
<gustavderdrache>   Error: /nix/store/31gbvi4lfbcfy4h2bn0k5k1qwv08wgd6-node_copilot-frontend-0.0.0/lib/node_modules/copilot-frontend/src/environments/environment.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
<gustavderdrache> this looks like your clue here - is this a package you're building?
<evanjs> Yes, the environment file is included in the project I am building -- copilot-frontend
<gustavderdrache> i'm not much of an angular expert, but i think you'll need to read up on https://goo.gl/jB3GVv and see what it recommends
KindTwo is now known as KindOne
<gustavderdrache> you'll need to either follow that or more or less symlink that package into your src/ directory for angular's compilation pipeline to pick it up
<evanjs> wait wot
<gustavderdrache> "The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library."
<evanjs> and this is despite the fact that I can `ng build` normally, right?
* gustavderdrache squints
<gustavderdrache> i... guess? :|
<gustavderdrache> again, not much of an angular person
<gustavderdrache> if i can see the sources i'd be better able to poke around
<gustavderdrache> but right now i'm mostly just grasping at straws from the error log
<evanjs> sure gotcha
<evanjs> it would not surprise me if some stuff we're doing isn't "properly packaged" lol
<gustavderdrache> haha
<infinisil> LevelChart8: You missed this part in the all-hies readme: "After configuring the cache, proceed to the install instructions below."
noudle has joined #nixos
<gustavderdrache> yeah, it's kind of irksome because you don't know it until you involve npm builds and npm just comes back with "yeah, no, guess again"
<evanjs> right yeah
<evanjs> I was mostly wondering what the differences are between my `npm run` and whatever this is doing
<gustavderdrache> npm run is usually a dev-type build, IIRC
<evanjs> *checks package.json*
<gustavderdrache> also npm scripts have a *ton* of environment variables
<evanjs> right okay, ng build in my case, sorry
<evanjs> and yeah that too
<gustavderdrache> you can try increasing the verbosity of the log output of npm and/or ng build
<gustavderdrache> also check what NODE_ENV is in either case
<gustavderdrache> if you can do `NODE_ENV=production ng build` in your terminal and get the same error, you might have a trail to follow
<LevelChart8> infinisil: You're right. Thank you.
<evanjs> gustavderdrache: alright, as I think I generated this with `-d` initially
<evanjs> e.g. node2nix --development
<evanjs> Specifies whether to do a development (non-production) deployment for a package.json deployment (false by default)
<gustavderdrache> i think that only affects whether or not it pulls devDependencies or not
<evanjs> which seems silly in our case
<evanjs> as it includes @angular/cli, which is required to build it ...
<evanjs> either we have it backwards or I'm thinking about it backwards
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #89312 → vim-async: Init at 2020-03-17 → https://git.io/Jfitl
<gustavderdrache> i tried to use node2nix but i couldn't get it to understand that i had two package sets i wanted - the part with gulp+typescript and the part without
whatisRT has quit [Ping timeout: 246 seconds]
<evanjs> That might be what I'm confused about atm too
<evanjs> *checks override.nix* okay I'm actually running `ng build` there, too. added --verbose though, so I guess I'll see if that helps
<evanjs> gustavderdrache: literally what I was thinking and confused about re node2nix
<gustavderdrache> yeah
<evanjs> thanks for linking that; I think that clears all that up
<gustavderdrache> any time!
<gustavderdrache> node2nix is a good tool, but i think its mental model can't really handle the case where there is a transpilation/bundling/etc. build process
<evanjs> yeah, right now, I'm trying to determine where the problem lies. Our package? Node2Nix? NG CLI? Bah
* gustavderdrache points
<gustavderdrache> the error is there
<gustavderdrache> :P
<evanjs> "In prior APF versions each entry point would have a `src` directory next to the .d.ts entry point and this directory contained individual d.ts files matching the structure of the original source code"
<evanjs> ....
alp has joined #nixos
<evanjs> we have a `src` dir...
<delroth> long shot, but: anyone here using nixos on an aarch64 machine with 64KB pages? seems like patchelf breaks binaries by aligning segments to 4K regardless of max architectural support
<{^_^}> [nixpkgs] @Lassulus merged pull request #88780 → tor: 0.4.2.7 -> 0.4.3.5 → https://git.io/Jfaxi
<gustavderdrache> "in **prior** APF versions [...]" (emphasis mine) - any chance your ng-cli is too new to respect the old format?
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jfit6
<evanjs> And I don't see any mention of it elsewhere in the spec, sooo
<evanjs> gustavderdrache: likely
<evanjs> lemme first line up the APF versions with angular versions
JameySharp[m] has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #89183 → go-jira: 1.0.17 -> 1.0.23 → https://git.io/JfKlC
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/Jfiti
<gustavderdrache> oof
<gustavderdrache> there's a reason i left angular for react :P
<evanjs> :P
<evanjs> The versioning of the format is aligned with the versioning of Angular itself and we expect the format to evolve in forward-compatible way to support the needs of the Angular component and tooling ecosystem.
<evanjs> Oh
tom[m]4 has joined #nixos
<evanjs> Sooo just whatever we started with, then
hiroshi[m] has joined #nixos
gausby has joined #nixos
<gustavderdrache> huh
leward[m] has joined #nixos
is_null has quit [Ping timeout: 246 seconds]
Elorm[m] has joined #nixos
vmallela[m] has joined #nixos
timokau[m] has joined #nixos
ZerataX has joined #nixos
<evanjs> but yes, I'm going to assuming that's what happened :D
<gustavderdrache> lol
<gustavderdrache> without seeing the files i think all i can do at this point is wish you luck :/
litschi has quit [Quit: WeeChat 2.7.1]
<gustavderdrache> i'm just not familiar enough with angular to feel like i can contribute much more
<evanjs> sure that makes sense
<evanjs> thanks!
<gustavderdrache> ( ̄^ ̄)ゞ
<evanjs> wish I could ping svanderburg from here lol
<gustavderdrache> happy to have tried to help
litschi has joined #nixos
<{^_^}> [nixpkgs] @Frostman opened pull request #89314 → docker: 19.03.10 -> 19.03.11 → https://git.io/Jfitx
agsdheidjd has quit [Ping timeout: 260 seconds]
MmeQuignon has joined #nixos
agsdheidjd has joined #nixos
is_null has joined #nixos
<jeregrine> hello! I am new to nix/nixos and I'd like to get alacritty running on my pinebookpro. In order todo that it appears I need this patch https://github.com/alacritty/alacritty/compare/master...cyclopsian:gles2 is someone able to help direct me in a way I can extend the default alacritty package with said patch?
<jeregrine> seems like overlays might be the way to go?
justanotheruser has quit [Ping timeout: 260 seconds]
d45h0 has joined #nixos
reirob has quit [Ping timeout: 272 seconds]
Neo-- has quit [Ping timeout: 265 seconds]
marusich has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #88550 → [20.03] Update Electron 6,7,8 → https://git.io/Jf2tS
<{^_^}> [nixpkgs] @mmahut pushed 4 commits to release-20.03: https://git.io/Jfiq8
agsdheidjd has quit [Ping timeout: 272 seconds]
agsdheidjd has joined #nixos
<Izorkin> etu: php source generated with this script - https://github.com/php/php-src/blob/master/scripts/dev/makedist#L18-L21
djbeau has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
proofofkeags has joined #nixos
teto has quit [Ping timeout: 260 seconds]
Neo-- has joined #nixos
<{^_^}> [nixpkgs] @delroth opened pull request #89317 → patchelf: increase the page size alignment on Aarch64 to support 64K pages → https://git.io/JfiqS
FRidh has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Lassulus merged pull request #88744 → nixos/chromium: add example and update description → https://git.io/Jfa1x
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jfiq7
FRidh has joined #nixos
vidbina has quit [Write error: Connection reset by peer]
<{^_^}> [nixpkgs] @Mic92 closed pull request #50409 → turtl-server: init at 2018-11-05 → https://git.io/fpGOf
domogled has quit [Quit: domogled]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @servalcatty opened pull request #89318 → v2ray: 4.23.2 -> 4.23.3 → https://git.io/JfimJ
<{^_^}> [nixpkgs] @Ma27 merged pull request #89314 → docker: 19.03.10 -> 19.03.11 → https://git.io/Jfitx
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jfimk
philr has quit [Ping timeout: 260 seconds]
vidbina has quit [Ping timeout: 264 seconds]
LevelChart8 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jmeredith has joined #nixos
user_0x58 has joined #nixos
o1lo01ol_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 merged pull request #66824 → jetbrains.mps: init at 2019.2 → https://git.io/fjFZ1
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JfimM
MmeQuignon has quit [Quit: WeeChat 2.8]
o1lo01ol1o has joined #nixos
o1lo01ol_ has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
Neo-- has quit [Read error: Connection reset by peer]
agsdheidjd has quit [Ping timeout: 256 seconds]
Neo-- has joined #nixos
Neo-- has quit [Read error: Connection reset by peer]
agsdheidjd has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #89296 → openttd: Add XDG support → https://git.io/Jfieq
<{^_^}> [nixpkgs] @veprbl pushed commit from @SFrijters to master « openttd: Add XDG support (#89296) »: https://git.io/JfiYk
teto has joined #nixos
hoverbear has joined #nixos
<hoverbear> Is there a way to fix most GTK applications hard crashing whenever they open a file picker? I have Plasma...
hoverbear has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @zaninime opened pull request #89319 → sane-airscan: 0.99.0 -> 0.99.3 → https://git.io/JfiYo
<{^_^}> [nixpkgs] @zaninime opened pull request #89320 → [backport] sane-airscan: 0.99.0 -> 0.99.3 → https://git.io/JfiY9
timmw has quit [Quit: The Lounge - https://thelounge.chat]
<betaboon> s anyone familiar with stage-1/stage-2 ? I'm trying to boot off of a read-only nfsroot. I'm writing an init-script that creates an overlay ontop of the ro nfsroot. I'm unsure if i should aim for completly replacing stage-1 and then handing over to stage-2 or just preparing for stage-1 and then handover to stage-1.
timmw has joined #nixos
<clever> betaboon: there are already scripts to automate that with the current stage1
<betaboon> clever: can you point me in the right direction ?
<clever> betaboon: this mounts a ro fs to /nix/.ro-store, then a tmpfs to /nix/.rw-store, then uses overlay to merge them at /nix/store/
<clever> betaboon: you can do the same against / as well i believe
<clever> /home/clever/apps/nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix: { fsType = "overlay";
<betaboon> clever: yeah i saw those. the problem i am running into is that stage-1 assumes / to be writable. which is not the case if i pass `nfsroot=` to kernelparams and the provided nfs-export is readonly
<clever> betaboon: where is stage-1 assuming that the / is writable?
<betaboon> clever: way before running the earlyMountScript: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/stage-1-init.sh#L9
<clever> betaboon: that is operating on the initrd / not the rootfs /
<clever> betaboon: the rootfs you specify doesnt become / until line 602
<betaboon> clever: if i understand correctly your assumtion is correct if i provide the nfs-mount via fileSystems. but not when booting the kernel with `nfsroot=`
<clever> betaboon: are you actually using the initrd?
<betaboon> clever: nope not using an initrd. just a kernel with builtin nfs-support
<clever> betaboon: then stage-1 is never ran at all
<clever> stage-1 lives in the initrd, and youve skipped it
<betaboon> clever: i got this as init on the ro-nfs-export: https://gist.github.com/betaboon/bd59d97984ba494f898c8780dcd62388
<clever> betaboon: stage1 is meant to be ran from the initrd, so running it like that will likely malfunction massively
<clever> betaboon: it would be simpler to jsut use the initrd as it exists in nixpkgs, and set fileSystems like the examples i linked
<betaboon> clever: the reason i am not using initrd (or an initrd with an init-script in it) is that `nfsroot=` will be ignored if there is a init-script in the initrd. thus i would have to define the nfs-mount in `fileSystems`. which i dont want to do, as i would have to hardcode the ip/dns-name of the nfs-server
<clever> betaboon: not entirely sure what will happen if /dev/root is a symlink to an nfs server,when it tries to mount it later on
user_0x58 has quit [Ping timeout: 256 seconds]
<clever> betaboon: but that would let you refer to /dev/root in the configuration, fileSystems."/.ro" = { device = "/dev/root"; }
<{^_^}> [nixpkgs] @cole-h opened pull request #89321 → alacritty: 0.4.2 -> 0.4.3 → https://git.io/JfiOV
<clever> betaboon: you could also just use $root in postDeviceCommands to mount things yourself
chloekek_ has quit [Ping timeout: 256 seconds]
<betaboon> clever: TBH i would prefer being able to use the proper `nfsroot=` capabilities of the kernel instead of emulating that functionality
veleiro has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #3646 → Disable use-sqlite-wal under WSL → https://git.io/JfiLy
<{^_^}> [nix] @edolstra pushed 2 commits to 2.3-maintenance: https://git.io/JfiOM
<clever> betaboon: does the / actually need to be nfs mounted? what if / was a tmpfs and just discarded? and nfs mount /nix/store/
<clever> does it even need to be nfs?
<{^_^}> [nixpkgs] @poscat0x04 opened pull request #89322 → qv2ray: Init at 2.5.0 → https://git.io/JfiOD
<veleiro> where would the php logs default to in nix?
<veleiro> nixos*
<betaboon> clever: i thought about just mounting the nix-store via nfs, but as stated above: then i would have to know the ip/hostname of the nfs-server to configure it using `fileSystems."/nix/store"` during "build-time" using nfsroot i just need to know that when delivering the kernel-commandline to the client
<cole-h> veleiro: If you're using nginx, the nginx unit. Most likely the same with lighttpd or whatever else is out there
<clever> betaboon: what about something like iscsi and squashfs?
<veleiro> cole-h: nah its the built in php server
<cole-h> Oh. Does `journalctl -u php` not work?
<veleiro> yeah, its empty. maybe its supposed to be
<veleiro> thanks
pxc has quit [Quit: Konversation terminated!]
<cole-h> What are you doing to enable the built-in php server?
<veleiro> 'php -d variables_order=EGPCS -S localhost:8001'
<betaboon> clever: how would that help on the aspect on when i know the ip/hostname of the network-storage ?
<veleiro> ive never used it, just trying to avoid setting up a webserver
<cole-h> Oh, then it should be logging to stdout/stderr, no?
<clever> betaboon: use postDeviceCommands to parse the info out of the kernel cmdline
<veleiro> I assume stderr yes, but i am confused to what that would mean in NixOS
<cole-h> ?
<clever> veleiro: stderr is still stderr, so its up to whatever started php
<cole-h> NixOS doesn't change what stdout and stderr mean..
slack1256 has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/4a2da013899 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
o1lo01ol_ has quit [Remote host closed the connection]
<betaboon> clever: I'm somewhat bound to using nfs
<d45h0> stdout is c-style string , err is a error msg
<betaboon> clever: thanks for your thoughts tho.
o1lo01ol1o has joined #nixos
<veleiro> it must be something else then
o1lo01ol1o has quit [Remote host closed the connection]
<clever> betaboon: why are you bound to nfs?
<betaboon> clever: does adding a kernel-commandline argument like "nfs-nix-store=" then processing that in `postDeviceCommands` and then mounting it using overlay in `fileSystems` sound sane to you ?
<clever> betaboon: yeah
hmpffff has quit [Quit: nchrrrr…]
<betaboon> clever: and then using initrd with stage-1 init-script in it?
<clever> betaboon: you can put the ro and rw parts at outside of the final rootfs as well, let me find an example
<cole-h> veleiro: Might want to look into the PHP config (or make one)
<betaboon> clever: i think i was thinking to much about the nfsroot route and the rootovl feature of dracut
<betaboon> clever: I've kinda been trying to emulate that
<betaboon> clever: cause it seemed like quite a neat solution
<clever> betaboon: have you seen how the existing read-only netboot in nixos works?
acarrico has quit [Ping timeout: 260 seconds]
<betaboon> clever: yeah i think so. iirc it has the nix-store as squashfs in the initrd, right ?
<clever> yeah
LevelChart8 has joined #nixos
<betaboon> clever: yeah that's not an option for me. tight ram-constrains.
<clever> ahh
<veleiro> cole-h: yes, i was being lazy. I've now switched to buildEnv with some extraConfig
<clever> betaboon: this will use a tmpfs for / and fetch the squashfs from whatever root= was (which gets symlinked to /dev/root)
<betaboon> clever: for context: i have to boot orangepi-lts (256/512MB ram) without an sd-card. flashed uboot to spi-flash that gets its u-boot script via tftp.
<clever> betaboon: you could use your postDeviceCommands to symlink /dev/store to /nfs/nix-store.squash, and then fileSystems can mount it
<clever> betaboon: ah, that sounds like you want iscsi-boot
<clever> betaboon: i used this to netboot my rpi's, because nfs on a 32bit system gives you way way more trouble then your expecting
<{^_^}> [nixpkgs] @cole-h closed pull request #89321 → alacritty: 0.4.2 -> 0.4.3 → https://git.io/JfiOV
<cole-h> Man, I reallllly dislike when people push package updates directly to master...
<betaboon> cole-h: i hate it when ppl push anything to master, imho there should never be commits to master without a PR/merge-commit
<cole-h> Sometimes it's OK (like the kernel bumps). But for packages with multiple other maintainers... Just irks me that just because they have been involved with the project longer/have w+, they get to push their update directly to master while the rest of us have to wait.
<betaboon> clever: using the iscsi approach can i boot multiple machines of the same share? that's why i was going for ro-nfs-export
<betaboon> cole-h: i don't think there are any scenarios where it is ok
<clever> betaboon: you would adjust it to just mount the /nix volume read-only
<clever> betaboon: and leave / as a tmpfs
<clever> betaboon: but in my case, i was using the pi's as builders, so they needed a writeable store
<clever> betaboon: that code also pre-dates the initrd having proper network support, and some things may need tweaking
<clever> > pkgs.tgtd
<{^_^}> attribute 'tgtd' missing, at (string):315:1
<clever> > pkgs.tgt
<{^_^}> "<derivation /nix/store/gq2ap5x78nqdlzrj6vq62a9x9ybw99xh-tgt-1.0.79.drv>"
<clever> betaboon: and thats the daemon that iscsi talks to
<clever> betaboon: https://backreference.org/2013/12/23/diskless-iscsi-boot-with-pxe-howto/ this also has a quick guide on how to manually connect to iscsi and format things
<betaboon> clever: thanks for all the thoughts.
zupo has joined #nixos
is_null has quit [Ping timeout: 260 seconds]
<betaboon> clever: what problems did you run into using nfs before switching to iscsi ?
<clever> betaboon: my nfs server was using xfs, so inode numbers went over 4 billion (32bit limit)
agsdheidjd has quit [Ping timeout: 246 seconds]
<clever> betaboon: that means any program calling readdir from 32bit, needs to be compiled with large file support, or it just gets EOVERFLOW
<clever> betaboon: and half a dozen things in nixpkgs are built without, so they get EOVERFLOW just trying to readdir()
user_0x58 has joined #nixos
wadkar has left #nixos ["WeeChat 2.8"]
<clever> betaboon: those same programs, also assume any non-zero return from readdir, means end of dir, and claim the directoryis then empty
<clever> betaboon: leading to days of debugging, where X cant build because Y doesnt exist, yet Y clearly exists, and its not the nix sandbox
chaoflow__ has joined #nixos
o1lo01ol1o has joined #nixos
zupo_ has joined #nixos
hmpffff has joined #nixos
chaoflow_ has quit [Ping timeout: 256 seconds]
dermetfan has joined #nixos
zupo has quit [Ping timeout: 260 seconds]
agsdheidjd has joined #nixos
eoli3n_ has joined #nixos
zupo has joined #nixos
<betaboon> clever: just to reiterate the iscsi solution: run tgtd on the server (which could use a raw-disk-image-file as backing-store) then run iscsistart in initrd as demonstrated in your `iscsi-boot.nix`. doing this i take ro nix-store from iscsi, then i fileSystems create an overlay and everything should be fine ?
LevelChart8 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #nixos
<clever> betaboon: yeah
<clever> betaboon: the iscsi could export either a squashfs or just a plain ext4 fs
<betaboon> clever: well seems like i have to learn about iscsi after all :/ thanks for your insight
<clever> betaboon: and fileSystems could mount the ext4 by LABEL=
<clever> betaboon: tgtd should have a flag to make it export read-only, to enforce things
<clever> betaboon: oh, also...
vmallela[m] has quit [*.net *.split]
Elorm[m] has quit [*.net *.split]
hiroshi[m] has quit [*.net *.split]
Dandellion has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
davidak[m] has quit [*.net *.split]
bqy has quit [*.net *.split]
puzzlewolf has quit [*.net *.split]
q3ax[m] has quit [*.net *.split]
axx[m] has quit [*.net *.split]
AberDerBart[m] has quit [*.net *.split]
ailiev[m] has quit [*.net *.split]
sm[m] has quit [*.net *.split]
shu9[m] has quit [*.net *.split]
daniels[m] has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
kazzimazzi[m] has quit [*.net *.split]
Jonas[m]3 has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
dtz has quit [*.net *.split]
aniketd[m] has quit [*.net *.split]
CRTified[m] has quit [*.net *.split]
austinbutler[m] has quit [*.net *.split]
simonleo[m] has quit [*.net *.split]
abbradar[m] has quit [*.net *.split]
spinlock[m] has quit [*.net *.split]
tokudan[m] has quit [*.net *.split]
redcedar[m] has quit [*.net *.split]
kozova1[m] has quit [*.net *.split]
aterius has quit [*.net *.split]
Notkea[m] has quit [*.net *.split]
willghatch[m] has quit [*.net *.split]
faewenys[m] has quit [*.net *.split]
cyrilgarin[m] has quit [*.net *.split]
geekimerssive[m] has quit [*.net *.split]
fresheyeball[m] has quit [*.net *.split]
azazel has quit [*.net *.split]
cocreature has quit [*.net *.split]
user_0x58 has quit [Remote host closed the connection]
zupo_ has quit [Ping timeout: 260 seconds]
<clever> maybe thats not an option
<clever> i'll keep digging
domogled has joined #nixos
growpotkin has joined #nixos
raimu-san has joined #nixos
ZerataX has quit [Ping timeout: 240 seconds]
jojosch[m] has quit [Ping timeout: 240 seconds]
danielrf[m] has quit [Ping timeout: 240 seconds]
domenkozar[m] has quit [Ping timeout: 240 seconds]
alexfmpe has quit [Ping timeout: 240 seconds]
somerand0m[m] has quit [Ping timeout: 240 seconds]
dkellner[m] has quit [Ping timeout: 240 seconds]
icetan has quit [Ping timeout: 240 seconds]
ongy[m] has quit [Ping timeout: 240 seconds]
solomon[m] has quit [Ping timeout: 240 seconds]
korrosive[m] has quit [Ping timeout: 240 seconds]
ngerstle[m] has quit [Ping timeout: 240 seconds]
cejota[m] has quit [Ping timeout: 240 seconds]
tyrion-mx has quit [Ping timeout: 240 seconds]
psiperator[m] has quit [Ping timeout: 240 seconds]
ivank[m] has quit [Ping timeout: 240 seconds]
ptotter[m] has quit [Ping timeout: 240 seconds]
pingiun[m] has quit [Ping timeout: 240 seconds]
sasyctu[m] has quit [Ping timeout: 240 seconds]
ksevelyar[m] has quit [Ping timeout: 240 seconds]
Ericson2314 has quit [Ping timeout: 240 seconds]
nolan_d has quit [Ping timeout: 240 seconds]
gcoakes[m] has quit [Ping timeout: 240 seconds]
slabity has quit [Ping timeout: 240 seconds]
hax404[m] has quit [Ping timeout: 240 seconds]
coyoneda[m] has quit [Ping timeout: 240 seconds]
Null_A[m] has quit [Ping timeout: 240 seconds]
Cadey1 has quit [Ping timeout: 240 seconds]
GuilhemArvilMari has quit [Ping timeout: 240 seconds]
gnxlxnxx[m] has quit [Ping timeout: 240 seconds]
ibinzari[m] has quit [Ping timeout: 240 seconds]
jongeOld[m] has quit [Ping timeout: 240 seconds]
johan767[m] has quit [Ping timeout: 240 seconds]
logan12358[m] has quit [Ping timeout: 240 seconds]
tet[m] has quit [Ping timeout: 240 seconds]
counterfactual[m has quit [Ping timeout: 240 seconds]
leward[m] has quit [Ping timeout: 246 seconds]
keithy[m] has quit [Ping timeout: 246 seconds]
siraben has quit [Ping timeout: 246 seconds]
alexgood has quit [Ping timeout: 260 seconds]
kriteus[m] has quit [Ping timeout: 252 seconds]
fgaz has quit [Ping timeout: 252 seconds]
hsiktas[m] has quit [Ping timeout: 252 seconds]
grin[m] has quit [Ping timeout: 252 seconds]
edrex has quit [Ping timeout: 252 seconds]
contrun has quit [Ping timeout: 260 seconds]
david-sawatzke[m has quit [Ping timeout: 260 seconds]
NickHu has quit [Ping timeout: 260 seconds]
vegai1 has quit [Ping timeout: 252 seconds]
cellofhuman[m] has quit [Ping timeout: 246 seconds]
boogiewoogie[m]1 has quit [Ping timeout: 246 seconds]
finnwww[m] has quit [Ping timeout: 246 seconds]
gmr has quit [Ping timeout: 260 seconds]
uvnikita[m] has quit [Ping timeout: 246 seconds]
hsngrmpf[m] has quit [Ping timeout: 246 seconds]
regnat has quit [Ping timeout: 260 seconds]
nilsirl[m] has quit [Ping timeout: 260 seconds]
jlle[m] has quit [Ping timeout: 252 seconds]
exprez135[m] has quit [Ping timeout: 252 seconds]
spherinder[m] has quit [Ping timeout: 252 seconds]
Houtworm[m] has quit [Ping timeout: 252 seconds]
pitch has quit [Ping timeout: 252 seconds]
sibachian[m] has quit [Ping timeout: 260 seconds]
dithered_diapens has quit [Ping timeout: 260 seconds]
hr[m] has quit [Ping timeout: 252 seconds]
dngray has quit [Ping timeout: 260 seconds]
mkg20001 has quit [Ping timeout: 252 seconds]
bf0bdaf8-ad[m] has quit [Ping timeout: 252 seconds]
neumantm[m] has quit [Ping timeout: 252 seconds]
dxtr[m] has quit [Ping timeout: 252 seconds]
loyon has quit [Ping timeout: 252 seconds]
atemu12[m] has quit [Ping timeout: 252 seconds]
leons has quit [Ping timeout: 252 seconds]
blindidiotgod has quit [Ping timeout: 252 seconds]
maralorn has quit [Ping timeout: 252 seconds]
Yakulu[m] has quit [Ping timeout: 252 seconds]
Minijackson[m] has quit [Ping timeout: 252 seconds]
worldofpeace has quit [Ping timeout: 252 seconds]
cyberwolf[m] has quit [Ping timeout: 252 seconds]
metheflea has quit [Ping timeout: 252 seconds]
emily has quit [Ping timeout: 252 seconds]
evanjs[m] has quit [Ping timeout: 252 seconds]
yangm has quit [Ping timeout: 252 seconds]
demoulin[m] has quit [Ping timeout: 252 seconds]
eddyb has quit [Ping timeout: 256 seconds]
M3DPACTE[m] has quit [Ping timeout: 256 seconds]
NobbZ[m] has quit [Ping timeout: 256 seconds]
thefloweringash has quit [Ping timeout: 256 seconds]
das-g[m] has quit [Ping timeout: 256 seconds]
Grauwolf[m] has quit [Ping timeout: 256 seconds]
Arian[m] has quit [Ping timeout: 256 seconds]
anarchomoh[m] has quit [Ping timeout: 256 seconds]
interro[m] has quit [Ping timeout: 256 seconds]
efra[m] has quit [Ping timeout: 256 seconds]
user51[m] has quit [Ping timeout: 256 seconds]
cab404[m] has quit [Ping timeout: 256 seconds]
greghab[m] has quit [Ping timeout: 256 seconds]
Irenes[m] has quit [Ping timeout: 256 seconds]
srxl has quit [Ping timeout: 256 seconds]
chris[m]2 has quit [Ping timeout: 256 seconds]
rycee has quit [Ping timeout: 256 seconds]
chmod222[m] has quit [Ping timeout: 256 seconds]
askatasun[m] has quit [Ping timeout: 256 seconds]
Cdric[m] has quit [Ping timeout: 256 seconds]
the_pumpkin_man[ has quit [Ping timeout: 256 seconds]
chvp has quit [Ping timeout: 256 seconds]
akymaky[m] has quit [Ping timeout: 256 seconds]
shazow[m] has quit [Ping timeout: 256 seconds]
hpfr[m] has quit [Ping timeout: 256 seconds]
lycium[m] has quit [Ping timeout: 256 seconds]
jordandoyle has quit [Ping timeout: 256 seconds]
astraliam[m] has quit [Ping timeout: 256 seconds]
softinio[m] has quit [Ping timeout: 256 seconds]
BenSima[m] has quit [Ping timeout: 256 seconds]
mica[m] has quit [Ping timeout: 256 seconds]
Valodim[m] has quit [Ping timeout: 256 seconds]
adit[m] has quit [Ping timeout: 256 seconds]
IslandUsurper[m] has quit [Ping timeout: 256 seconds]
alj[m] has quit [Ping timeout: 252 seconds]
jjwatt[m] has quit [Ping timeout: 252 seconds]
alexarice[m] has quit [Ping timeout: 252 seconds]
kraem[m] has quit [Ping timeout: 252 seconds]
DanP[m] has quit [Ping timeout: 252 seconds]
faya01[m] has quit [Ping timeout: 252 seconds]
sjanes[m] has quit [Ping timeout: 252 seconds]
kaychaks_riot has quit [Ping timeout: 252 seconds]
anton-latukha[m] has quit [Ping timeout: 252 seconds]
iwvt[m] has quit [Ping timeout: 252 seconds]
tamwile[m] has quit [Ping timeout: 246 seconds]
kai_w has quit [Ping timeout: 246 seconds]
watzon has quit [Ping timeout: 246 seconds]
ayrymmnwpnng[m] has quit [Ping timeout: 246 seconds]
observer_alpha[m has quit [Ping timeout: 246 seconds]
zannzen[m] has quit [Ping timeout: 246 seconds]
epic_guy[m] has quit [Ping timeout: 246 seconds]
sonerhalis[m] has quit [Ping timeout: 246 seconds]
neonfuz2 has quit [Ping timeout: 244 seconds]
drozdziak1[m] has quit [Ping timeout: 244 seconds]
eadwu[m] has quit [Ping timeout: 244 seconds]
fantoom[m] has quit [Ping timeout: 246 seconds]
Poscat[m] has quit [Ping timeout: 244 seconds]
boogiewoogie[m] has quit [Ping timeout: 244 seconds]
chreekat[m] has quit [Ping timeout: 244 seconds]
musicmatze[m] has quit [Ping timeout: 244 seconds]
loupinfre[m] has quit [Ping timeout: 244 seconds]
adam[m]1 has quit [Ping timeout: 244 seconds]
GerdFlaig[m] has quit [Ping timeout: 244 seconds]
balsoft has quit [Ping timeout: 244 seconds]
fiadliel[m] has quit [Ping timeout: 244 seconds]
TheSirC[m] has quit [Ping timeout: 244 seconds]
cornu has quit [Ping timeout: 244 seconds]
colemickens has quit [Ping timeout: 244 seconds]
thoughtweaver[m] has quit [Ping timeout: 244 seconds]
nbp[m] has quit [Ping timeout: 244 seconds]
dwagenk[m] has quit [Ping timeout: 244 seconds]
icyhate5533[m] has quit [Ping timeout: 244 seconds]
antpic01[m] has quit [Ping timeout: 244 seconds]
quiet_laika[m] has quit [Ping timeout: 244 seconds]
jlv[m] has quit [Ping timeout: 244 seconds]
M776f6c66[m] has quit [Ping timeout: 244 seconds]
trufas[m] has quit [Ping timeout: 244 seconds]
bohan[m] has quit [Ping timeout: 244 seconds]
rnhmjoj has quit [Ping timeout: 244 seconds]
bserckx[m] has quit [Ping timeout: 244 seconds]
AmitLevy[m] has quit [Ping timeout: 244 seconds]
DamienCassou has quit [Ping timeout: 244 seconds]
aanderse has quit [Ping timeout: 244 seconds]
comrandroxaos[m] has quit [Ping timeout: 244 seconds]
sshow[m] has quit [Ping timeout: 244 seconds]
mudrii[m] has quit [Ping timeout: 244 seconds]
sparogy has quit [Ping timeout: 244 seconds]
bpye has quit [Ping timeout: 244 seconds]
goibhniu has quit [Ping timeout: 244 seconds]
phittacus has quit [Ping timeout: 244 seconds]
mauamy[m] has quit [Ping timeout: 244 seconds]
vaibhavsagar has quit [Ping timeout: 244 seconds]
michaelpj has quit [Ping timeout: 246 seconds]
bbigras has quit [Ping timeout: 246 seconds]
pmc_ has quit [Ping timeout: 246 seconds]
MawKKe[m] has quit [Ping timeout: 246 seconds]
dpc has quit [Ping timeout: 246 seconds]
chip[m] has quit [Ping timeout: 246 seconds]
dasj19[m] has quit [Ping timeout: 246 seconds]
utdemir[m] has quit [Ping timeout: 246 seconds]
mykiwi has quit [Ping timeout: 246 seconds]
wedens[m] has quit [Ping timeout: 246 seconds]
philipp[m] has quit [Ping timeout: 246 seconds]
freeman42x[m]1 has quit [Ping timeout: 246 seconds]
xfix has quit [Ping timeout: 260 seconds]
epitron[m] has quit [Ping timeout: 260 seconds]
jschievink has quit [Ping timeout: 260 seconds]
tunx0000[m] has quit [Ping timeout: 260 seconds]
Ox4A6F has quit [Ping timeout: 240 seconds]
ggpeti[m] has quit [Ping timeout: 246 seconds]
wangoe[m] has quit [Ping timeout: 246 seconds]
srid has quit [Ping timeout: 246 seconds]
cmcaine[m] has quit [Ping timeout: 246 seconds]
tom[m]4 has quit [Ping timeout: 252 seconds]
wak-work has quit [Ping timeout: 252 seconds]
JJJollyjim has quit [Ping timeout: 252 seconds]
aquarial has quit [Ping timeout: 252 seconds]
init_6 has quit [Ping timeout: 252 seconds]
piotrszegda[m] has quit [Ping timeout: 252 seconds]
vojta001[m] has quit [Ping timeout: 252 seconds]
rigola[m] has quit [Ping timeout: 252 seconds]
dot-product[m] has quit [Ping timeout: 252 seconds]
bobfett has quit [Ping timeout: 252 seconds]
nocent has quit [Ping timeout: 252 seconds]
<ar> oof
<clever> gchristensen: and we got matrix'd hard, lol
JameySharp[m] has quit [Ping timeout: 260 seconds]
chrismatheson has quit [Ping timeout: 260 seconds]
phirsch has quit [Ping timeout: 260 seconds]
theduke[m] has quit [Ping timeout: 260 seconds]
alfborge[m] has quit [Ping timeout: 260 seconds]
matthewbauer has quit [Ping timeout: 260 seconds]
yeoldboogiewoogi has quit [Ping timeout: 260 seconds]
qbit[m] has quit [Ping timeout: 260 seconds]
jtojnar has quit [Ping timeout: 260 seconds]
layus[m] has quit [Ping timeout: 260 seconds]
randnoise[m] has quit [Ping timeout: 260 seconds]
Philipp[m]1 has quit [Ping timeout: 260 seconds]
wildtrees[m] has quit [Ping timeout: 260 seconds]
bennofs[m] has quit [Ping timeout: 260 seconds]
mzafkismugi[m] has quit [Ping timeout: 260 seconds]
nikola[m] has quit [Ping timeout: 260 seconds]
unclechu has quit [Ping timeout: 260 seconds]
bricewge has quit [Ping timeout: 260 seconds]
d4rkshad0w has quit [Ping timeout: 260 seconds]
timokau[m] has quit [Ping timeout: 256 seconds]
virtusviri7321[m has quit [Ping timeout: 256 seconds]
li_matrix has quit [Ping timeout: 256 seconds]
flip[m] has quit [Ping timeout: 256 seconds]
MilkManzJourDadd has quit [Ping timeout: 256 seconds]
Luigi[m] has quit [Ping timeout: 256 seconds]
la-s has quit [Ping timeout: 256 seconds]
develobster[m] has quit [Ping timeout: 256 seconds]
limpid-kzonix[m] has quit [Ping timeout: 256 seconds]
<gchristensen> heh
roberth has quit [Ping timeout: 260 seconds]
mt[m] has quit [Ping timeout: 260 seconds]
<clever> betaboon: tgt is a bit of a confusing package, tgtadm is the c binary to control tgtd (the daemon)
<clever> betaboon: but neither tgtadm not tgtd support its own config file!
<clever> betaboon: instead, tgt-admin (a perl script) will parse the config file, and run tgtadm to change the daemon state to match the config
Dandellion has joined #nixos
jonreeve[m] has joined #nixos
bqy has joined #nixos
hiroshi[m] has joined #nixos
Elorm[m] has joined #nixos
Jonas[m]3 has joined #nixos
davidak[m] has joined #nixos
ma27[m] has joined #nixos
redcedar[m] has joined #nixos
dtz has joined #nixos
fresheyeball[m] has joined #nixos
CRTified[m] has joined #nixos
simonleo[m] has joined #nixos
sm[m] has joined #nixos
cyrilgarin[m] has joined #nixos
AberDerBart[m] has joined #nixos
spinlock[m] has joined #nixos
kazzimazzi[m] has joined #nixos
ailiev[m] has joined #nixos
abbradar[m] has joined #nixos
cocreature has joined #nixos
q3ax[m] has joined #nixos
willghatch[m] has joined #nixos
shu9[m] has joined #nixos
faewenys[m] has joined #nixos
daniels[m] has joined #nixos
axx[m] has joined #nixos
vmallela[m] has joined #nixos
Notkea[m] has joined #nixos
austinbutler[m] has joined #nixos
azazel has joined #nixos
kozova1[m] has joined #nixos
puzzlewolf has joined #nixos
tokudan[m] has joined #nixos
atopuzov[m] has joined #nixos
aniketd[m] has joined #nixos
<clever> gchristensen: ive tried removing that, and making one systemd service per block-dev, but its got some bugs, and your wireguard changes kind of fit the same style i was aiming for
tokudan[m] has quit [Ping timeout: 244 seconds]
abbradar[m] has quit [Ping timeout: 244 seconds]
domogled has quit [Read error: Connection reset by peer]
quinn has joined #nixos
victorbjelkholm_ has quit [Ping timeout: 246 seconds]
<gchristensen> hrm
vmallela[m] has quit [Ping timeout: 244 seconds]
jonreeve[m] has quit [Ping timeout: 244 seconds]
Dandellion has quit [Ping timeout: 244 seconds]
hiroshi[m] has quit [Ping timeout: 244 seconds]
puzzlewolf has quit [Ping timeout: 244 seconds]
axx[m] has quit [Ping timeout: 244 seconds]
Elorm[m] has quit [Ping timeout: 244 seconds]
CRTified[m] has quit [Ping timeout: 244 seconds]
aniketd[m] has quit [Ping timeout: 244 seconds]
atopuzov[m] has quit [Ping timeout: 244 seconds]
spinlock[m] has quit [Ping timeout: 244 seconds]
kazzimazzi[m] has quit [Ping timeout: 244 seconds]
sm[m] has quit [Ping timeout: 244 seconds]
raimu-san has quit [Remote host closed the connection]
<clever> gchristensen: its generating a seperate systemd service for each LUN, and using tgtadm to add/remove/change the LUN
davidak[m] has quit [Ping timeout: 244 seconds]
ailiev[m] has quit [Ping timeout: 244 seconds]
q3ax[m] has quit [Ping timeout: 244 seconds]
bqy has quit [Ping timeout: 244 seconds]
ma27[m] has quit [Ping timeout: 244 seconds]
daniels[m] has quit [Ping timeout: 244 seconds]
shu9[m] has quit [Ping timeout: 244 seconds]
dtz has quit [Ping timeout: 244 seconds]
AberDerBart[m] has quit [Ping timeout: 244 seconds]
simonleo[m] has quit [Ping timeout: 244 seconds]
austinbutler[m] has quit [Ping timeout: 244 seconds]
kozova1[m] has quit [Ping timeout: 244 seconds]
redcedar[m] has quit [Ping timeout: 244 seconds]
faewenys[m] has quit [Ping timeout: 244 seconds]
cyrilgarin[m] has quit [Ping timeout: 244 seconds]
fresheyeball[m] has quit [Ping timeout: 244 seconds]
willghatch[m] has quit [Ping timeout: 244 seconds]
azazel has quit [Ping timeout: 244 seconds]
Notkea[m] has quit [Ping timeout: 244 seconds]
<clever> gchristensen: but if doesnt re-add all LUN's when tgtd restarts, and has other weird bugs
raimu-san has joined #nixos
Jonas[m]3 has quit [Ping timeout: 244 seconds]
domogled has joined #nixos
victorbjelkholm_ has joined #nixos
raimu-san has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mekeor- has quit [Quit: crypto-anarchism and cyber-communism!]
mekeor has joined #nixos
Zhen has joined #nixos
chloekek_ has joined #nixos
noogie_ has joined #nixos
LevelChart8 has joined #nixos
sigmundv_ has joined #nixos
noogie has quit [Ping timeout: 258 seconds]
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
KindOne has quit [Ping timeout: 256 seconds]
KindTwo has joined #nixos
lunik1 has quit [Quit: :x]
<judson> Does anyone have an experience running the GSuite endpoint-verification tool under NixOS?
lunik1 has joined #nixos
is_null has joined #nixos
KindOne has joined #nixos
KindTwo has quit [Ping timeout: 272 seconds]
teto has quit [Ping timeout: 272 seconds]
abathur has quit [Quit: abathur]
iceypoi has joined #nixos
<{^_^}> [patchelf] @dstahlke opened pull request #201 → Added --output flag → https://git.io/JfiGq
teto has joined #nixos
KindOne has quit [Ping timeout: 256 seconds]
Thra11 has joined #nixos
emily has joined #nixos
icey__ has quit [Ping timeout: 258 seconds]
FRidh has quit [Quit: Konversation terminated!]
Neo-- has joined #nixos
chloekek_ has quit [Ping timeout: 252 seconds]
<hodapp> hrm. wonder why torchvision is still at 0.2.1... judging by some logs I found, people battled with trying to upgrade it and failed
Notkea[m] has joined #nixos
bbigras has joined #nixos
thefloweringash has joined #nixos
AmitLevy[m] has joined #nixos
Poscat[m] has joined #nixos
timokau[m] has joined #nixos
the_pumpkin_man[ has joined #nixos
metheflea has joined #nixos
jlv[m] has joined #nixos
icetan has joined #nixos
JJJollyjim has joined #nixos
daniels[m] has joined #nixos
mkg20001 has joined #nixos
hsiktas[m] has joined #nixos
qbit[m] has joined #nixos
cornu has joined #nixos
nocent has joined #nixos
bobfett has joined #nixos
maralorn has joined #nixos
freeman42x[m] has joined #nixos
dtz has joined #nixos
eddyb has joined #nixos
yangm has joined #nixos
fgaz has joined #nixos
thequux[m] has joined #nixos
phirsch has joined #nixos
watzon has joined #nixos
theduke[m] has joined #nixos
akymaky[m] has joined #nixos
sasyctu[m] has joined #nixos
yutyo[m] has joined #nixos
hiroshi[m] has joined #nixos
Valodim[m] has joined #nixos
colemickens has joined #nixos
DamienCassou has joined #nixos
eadwu[m] has joined #nixos
bohan[m] has joined #nixos
axx[m] has joined #nixos
ZerataX has joined #nixos
Ericson2314 has joined #nixos
thoughtweaver[m] has joined #nixos
nikola[m] has joined #nixos
dot-product[m] has joined #nixos
aanderse has joined #nixos
Luigi[m] has joined #nixos
bqy has joined #nixos
mt[m] has joined #nixos
chvp has joined #nixos
jluttine[m] has joined #nixos
epic_guy[m] has joined #nixos
ongy[m] has joined #nixos
rednaZ[m] has joined #nixos
spherinder[m] has joined #nixos
drozdziak1[m] has joined #nixos
antpic01[m] has joined #nixos
ailiev[m] has joined #nixos
la-s has joined #nixos
dpc has joined #nixos
davidak[m] has joined #nixos
randnoise[m] has joined #nixos
chris[m]4 has joined #nixos
dwagenk[m] has joined #nixos
anarchomoh[m] has joined #nixos
sshow[m] has joined #nixos
siraben has joined #nixos
M3DPACTE[m] has joined #nixos
jongeOld[m] has joined #nixos
worldofpeace has joined #nixos
redcedar[m] has joined #nixos
michaelpj has joined #nixos
icyhate5533[m] has joined #nixos
nilsirl[m] has joined #nixos
ayrymmnwpnng[m] has joined #nixos
mindtree[m] has joined #nixos
hsngrmpf[m] has joined #nixos
Null_A[m] has joined #nixos
ksevelyar[m] has joined #nixos
tamwile[m] has joined #nixos
virtusviri7321[m has joined #nixos
contrun has joined #nixos
tunx0000[m] has joined #nixos
pleeplop has joined #nixos
jschievink has joined #nixos
TheSirC[m] has joined #nixos
hr[m] has joined #nixos
jtojnar has joined #nixos
balsoft has joined #nixos
cyberwolf[m] has joined #nixos
domenkozar[m] has joined #nixos
leward[m] has joined #nixos
bachp has joined #nixos
mzafkismugi[m] has joined #nixos
kriteus[m] has joined #nixos
Grauwolf[m] has joined #nixos
mica[m] has joined #nixos
coyoneda[m] has joined #nixos
fresheyeball[m] has joined #nixos
alexgood has joined #nixos
bf0bdaf8-ad[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
faya01[m] has joined #nixos
Philipp[m]1 has joined #nixos
atemu12[m] has joined #nixos
cab404[m] has joined #nixos
fantoom[m] has joined #nixos
wildtrees[m] has joined #nixos
sparogy has joined #nixos
jjwatt[m] has joined #nixos
azazel has joined #nixos
pingiun[m] has joined #nixos
NobbZ[m] has joined #nixos
cejota[m] has joined #nixos
hpfr[m] has joined #nixos
user51[m] has joined #nixos
alexfmpe has joined #nixos
slabity has joined #nixos
jlle[m] has joined #nixos
bserckx[m] has joined #nixos
softinio[m] has joined #nixos
pmc_ has joined #nixos
killercup[m] has joined #nixos
alj[m] has joined #nixos
srxl has joined #nixos
fasd has joined #nixos
leons has joined #nixos
Yakulu[m] has joined #nixos
boogiewoogie[m] has joined #nixos
danielrf[m] has joined #nixos
MichalLaskus[m] has joined #nixos
observer_alpha[m has joined #nixos
Ox4A6F has joined #nixos
bserckx[m] is now known as denbrahe[m]
bricewge has joined #nixos
tyrion-mx has joined #nixos
quiet_laika[m] has joined #nixos
abbradar[m] has joined #nixos
utdemir[m] has joined #nixos
exprez135[m] has joined #nixos
edrex has joined #nixos
xfix has joined #nixos
anton-latukha[m] has joined #nixos
rycee has joined #nixos
nolan_d has joined #nixos
korrosive[m] has joined #nixos
musicmatze[m] has joined #nixos
dngray has joined #nixos
kaychaks_riot has joined #nixos
atopuzov[m] has joined #nixos
comrandroxaos[m] has joined #nixos
gmr has joined #nixos
cmcaine[m] has joined #nixos
dkellner[m] has joined #nixos
develobster[m] has joined #nixos
sjanes[m] has joined #nixos
boogiewoogie[m]1 has joined #nixos
ggpeti[m] has joined #nixos
mudrii[m] has joined #nixos
finnwww[m] has joined #nixos
johan767[m] has joined #nixos
leonardp has joined #nixos
efra[m] has joined #nixos
gsals[m] has joined #nixos
CRTified[m] has joined #nixos
vmallela[m] has joined #nixos
ptotter[m] has joined #nixos
philipp[m]2 has joined #nixos
puzzlewolf has joined #nixos
grahamc[m] has joined #nixos
kai_w has joined #nixos
chmod222[m] has joined #nixos
srid has joined #nixos
rnhmjoj has joined #nixos
david-sawatzke[m has joined #nixos
wak-work has joined #nixos
Cdric[m] has joined #nixos
jonreeve[m] has joined #nixos
bennofs[m] has joined #nixos
arcnmx has joined #nixos
ngerstle[m] has joined #nixos
roberth has joined #nixos
jordandoyle has joined #nixos
Dandellion has joined #nixos
fiadliel[m] has joined #nixos
alexarice[m] has joined #nixos
lycium[m] has joined #nixos
GuilhemArvilMari has joined #nixos
adam[m]3 has joined #nixos
uvnikita[m] has joined #nixos
wedens[m] has joined #nixos
unclechu has joined #nixos
aterius has joined #nixos
kozova1[m] has joined #nixos
alfborge[m] has joined #nixos
ibinzari[m] has joined #nixos
tet[m] has joined #nixos
chrismatheson has joined #nixos
tokudan[m] has joined #nixos
keithy[m] has joined #nixos
sm[m] has joined #nixos
interro[m] has joined #nixos
Irenes[m] has joined #nixos
Elorm[m] has joined #nixos
chreekat[m] has joined #nixos
dasj19[m] has joined #nixos
dithered_diapens has joined #nixos
goibhniu has joined #nixos
loyon has joined #nixos
vaibhavsagar has joined #nixos
limpid-kzonix[m] has joined #nixos
counterfactual[m has joined #nixos
ggpeti[m]1 has joined #nixos
li_matrix has joined #nixos
adit[m] has joined #nixos
greghab[m] has joined #nixos
M776f6c66[m] has joined #nixos
chip[m] has joined #nixos
jojosch[m] has joined #nixos
shazow[m] has joined #nixos
regnat has joined #nixos
hax404[m] has joined #nixos
q3ax[m] has joined #nixos
rigola[m] has joined #nixos
Minijackson[m] has joined #nixos
MilkManzJourDadd has joined #nixos
mykiwi has joined #nixos
Cadey1 has joined #nixos
gcoakes[m] has joined #nixos
faewenys[m] has joined #nixos
d4rkshad0w has joined #nixos
grin[m] has joined #nixos
astraliam[m] has joined #nixos
yeoldboogiewoogi has joined #nixos
wangoe[m] has joined #nixos
IslandUsurper[m] has joined #nixos
evanjs[m] has joined #nixos
somerand0m[m] has joined #nixos
JameySharp[m] has joined #nixos
kazzimazzi[m] has joined #nixos
shu9[m] has joined #nixos
neumantm[m] has joined #nixos
blindidiotgod has joined #nixos
ivank[m] has joined #nixos
NickHu has joined #nixos
GerdFlaig[m] has joined #nixos
demoulin[m] has joined #nixos
psiperator[m] has joined #nixos
aniketd[m] has joined #nixos
askatasun[m] has joined #nixos
sibachian[m] has joined #nixos
ma27[m] has joined #nixos
init_6 has joined #nixos
rendeko[m] has joined #nixos
spinlock[m] has joined #nixos
epitron[m] has joined #nixos
Jonas[m]2 has joined #nixos
austinbutler[m] has joined #nixos
nbp[m] has joined #nixos
tom[m]2 has joined #nixos
kraem[m] has joined #nixos
matthewbauer has joined #nixos
flip[m] has joined #nixos
layus[m] has joined #nixos
dxtr[m] has joined #nixos
geekimerssive[m] has joined #nixos
bpye has joined #nixos
phittacus has joined #nixos
cellofhuman[m] has joined #nixos
neonfuz2 has joined #nixos
zannzen[m] has joined #nixos
iwvt[m] has joined #nixos
DanP[m] has joined #nixos
solomon[m] has joined #nixos
willghatch[m] has joined #nixos
BenSima[m] has joined #nixos
Arian[m] has joined #nixos
Houtworm[m] has joined #nixos
MawKKe[m] has joined #nixos
piotrszegda[m] has joined #nixos
fsmnarmosta[m] has joined #nixos
trufas[m] has joined #nixos
pitch has joined #nixos
loupinfre[m] has joined #nixos
aquarial has joined #nixos
vegai1 has joined #nixos
das-g[m] has joined #nixos
AberDerBart[m] has joined #nixos
logan12358[m] has joined #nixos
sonerhalis[m] has joined #nixos
vojta001[m] has joined #nixos
<lassulus> the matrix has entered
<bqv> Oh thats why backlog is so short
<bqv> I have joins and parts off
<bqv> Utter spam these days
d45h0 has quit [Quit: Leaving]
o1lo01ol1o has quit [Remote host closed the connection]
<LevelChart8> I don't understand how to put the LET ... IN ... statement in my configuration.nix in the "declarative installation" section: https://github.com/Infinisil/all-hies
orivej_ has joined #nixos
<LevelChart8> I wrap my entire environment.Systempackages expression inside the "let" statement?
orivej has quit [Ping timeout: 272 seconds]
proofofkeags has quit [Remote host closed the connection]
<clever> LevelChart8: you need to either do `{ environment.systemPackages = let ....; in [ .... ]; }`
<energizer> LevelChart8: let [define some name-value pairs here] in [use those names here]
proofofkeags has joined #nixos
<clever> LevelChart8: or do `let ...; in { environment.systemPackages = [ ... ]; }`
<{^_^}> [nixpkgs] @aanderse opened pull request #89323 → nixos/nslcd: pull in network-online.target → https://git.io/JfiGM
<kraem> ,locate gsettings
o1lo01ol1o has joined #nixos
<{^_^}> Found in packages: gcr, glib, ibus, evince, almanah, brasero, empathy, liferea, glib.bin, xfce.gvfs, foxtrotgps, glib.debug, gnome3.eog, libcryptui, notify-osd, gnome2.gvfs, gnome3.gvfs, mousetweaks, gnome3.totem, sound-juicer, deepin.go-lib, gnome3.mutter, gnome3.vinagre, pulseaudioFull, pulseaudioLight, brasero-original, gnome3.evolution, gnome3.mutter328, ibus-with-plugins, gnome3.gnome-shell, gnome3.libgnomekbd, gnome3.gnome-keyring, and 10 more
<clever> ,locate bin gsettings
<{^_^}> Found in packages: glib.bin
<kraem> clever++ :)
<{^_^}> clever's karma got increased to 453
proofofkeags has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @xaverdh closed pull request #65748 → nixos/nilfs2: init module → https://git.io/fj9uB
o1lo01ol1o has quit [Ping timeout: 252 seconds]
<LevelChart8> I have tried with and without the brackets around the "(all-hies.selection ..." line: https://pastebin.com/wrCiXzay
detran has quit [Ping timeout: 260 seconds]
detran has joined #nixos
vidbina has joined #nixos
<bqv> …
<bqv> You have a nested list
<bqv> Thats not intentional, right?
<bqv> Nevermind, commented out
smatting has joined #nixos
<bqv> infinisil: might be a bug
<{^_^}> [nixpkgs] @doronbehar opened pull request #89324 → libgme: Don't reference gcc-unwrapped → https://git.io/JfiZf
<{^_^}> [nixpkgs] @matthiasbeyer closed pull request #58777 → [WIP] Recursive debian packages → https://git.io/fjIsY
fendor has quit [Remote host closed the connection]
<infinisil> bqv: Huh where?
fendor has joined #nixos
<bqv> Can't see why LevelChart8's thing is wrong, follows your readme
smatting has quit [Ping timeout: 252 seconds]
<infinisil> LevelChart8: Nobody can help if you don't mention what the problem is
user_0x58 has joined #nixos
<LevelChart8> "
<LevelChart8> "error: syntax error, unexpected LET, at /etc/nixos/configuration.nix:57:3
<energizer> LevelChart8: did you post the whole file?
<LevelChart8> Only the part around systemPackages that I edited.
<bqv> :/
plutes has joined #nixos
<migy__> hi, I want to configure my brother scanner with nixos. Until now I couldn't manage to get it working, but I found out the issue. It looks like something depends on LD_LIBRARY_PATH, which should point to the driver libraries of the scanner. this is not the case. scanimage -L lists my scanner if I set LD_LIBRARY_PATH=/nix/store/...-sane-config/lib/sane. without setting this, it doesn't. so i managed
<migy__> to get it working from a terminal with setting the env variable, but I can't manage to get it working from my gnome session (simple-scan and skanlite don't list my scanner).
<energizer> LevelChart8: i believe the problem is related to how you've placed that stuff in a context
<energizer> LevelChart8: if you show the whole file it will be helpful
<migy__> so, has anyone an idea how I can add this environment variable to my gnome session?
<clever> LevelChart8: the { in my example, is the { you already have on line 3
<clever> LevelChart8: by adding another { on 34, you broke things
<clever> LevelChart8: the `let ... in;` goes before the { on 3
domogled has quit [Quit: domogled]
<energizer> migy__: maybe you want to wrap the scanimage executable with an environment variable
<LevelChart8> clever: that worked. I am now getting the following error, but that is unrelated: error: attribute 'ghc863' missing, at /etc/nixos/configuration.nix:101:42
<LevelChart8> I will google it.
<clever> LevelChart8: ghc863 may not be in your version of nixpkgs, just remove it from the config
<bqv> In fairness, I tried to do .overrideAttrs // { ... } this morning
sigmundv_ has quit [Ping timeout: 244 seconds]
<LevelChart8> It built, but when I started VSCode, I was informed that "The Haskell HIE server crashed 5 times in 3 minutes. The server will not be restarted."
<immae> Hello there, I’m playing with ZFS and https://nixos.wiki/wiki/NixOS_on_ZFS says that I should mount zfs filesystems as "legacy". How should I decide what to mount as legacy? It seems like it’s important for /tmp and /boot, but for instance it (seems to) works fine if /nix and /var are not mounted as legacy. What can be the consequences of this kind of choice?
<clever> immae: anything that is in the fileSystems attrset should use mountpoint=legacy
<clever> immae: and anything involved in / and /nix/store has to be like that
KindOne has joined #nixos
<immae> Ah ok
<clever> immae: once systemd is kicking into gear, your mountpoint=/anything stuff should take effect, and fill in the holes nixos isnt aware of
<immae> Noted. Any explanation for that? (I’m still new to ZFS, I’m only playing with it in a VM for now)
<immae> ok
<immae> I think I see, thanks clever++
<{^_^}> clever's karma got increased to 454
<migy__> energizer: hm, ya sounds ok for me, but I think there should be a better solution for upstream
<clever> immae: the initrd scripts arent fully zfs aware, and just blindly use `mount -t fs ${dev} ${mountpoint}` to mount things
<clever> immae: which requires using legacy
<bqv> LevelChart8: can you start it manually? See what it wants?
<bqv> (not even sure what it is, fwiw)
<LevelChart8> In the command line, you mean?
<bqv> Yes
agsdheidjd has quit [Ping timeout: 240 seconds]
<immae> so in summary "zfs mounting" can happen very (too) late in the start process, is that it clever ?
<clever> immae: yeah
<immae> ok
<immae> Cool thanks :)
o1lo01ol1o has joined #nixos
LevelChart8 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
agsdheidjd has joined #nixos
proofofkeags has joined #nixos
simba1 has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #89325 → gcc-arm-embedded: 9-2019-q4-major -> 9-2020-q2-update → https://git.io/JfinV
is_null has quit [Ping timeout: 240 seconds]
is_null has joined #nixos
abathur has joined #nixos
Neo-- has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #82258 → fix inconsistent caching of VM xchg dirs →
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master:
mallox has quit [Quit: WeeChat 2.8]
Neo-- has joined #nixos
knupfer has joined #nixos
<freeman42x[m]> any suggestions on how to fix the following error? https://github.com/haskell/haskell-ide-engine/issues/1781 getting it on a fresh new cabal project
<{^_^}> haskell/haskell-ide-engine#1781 (by razvan-flavius-panda, 1 day ago, open): can't load .so/.DLL for libHSghc-prim-0.5.3-ghc8.6.5.so
is_null has quit [Ping timeout: 258 seconds]
is_null has joined #nixos
endformationage has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #156 → make_ext4fs: Update patches following comments on nixpkgs#67744 → https://git.io/Jficb
<{^_^}> [nixpkgs] @romildo merged pull request #89233 → iconpack-obsidian: 4.11 -> 4.12 → https://git.io/Jf6I0
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/Jfich
<{^_^}> [nixpkgs] @romildo merged pull request #89263 → lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1 → https://git.io/Jf664
<{^_^}> [nixpkgs] @romildo pushed 3 commits to master: https://git.io/JfiCe
<{^_^}> [nixpkgs] @bhipple opened pull request #89326 → libssh2: fix broken patch hash → https://git.io/JfiCL
<bqv> > nixos-unstable.libgccjit
<{^_^}> attribute 'libgccjit' missing, at (string):315:1
<bqv> > nixos-unstable-small.libgccjit
<{^_^}> undefined variable 'nixos-unstable-small' at (string):315:1
<bqv> Fair.
<bqv> adisbladis: its moved to small at least fyi
<bqv> Soon(tm) (although I tried bumping my rev earlier and it broke *everything*
AndersonTorres has joined #nixos
Neo-- has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #89327 → nixos/go-neb: init → https://git.io/JfiC0
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
thc202 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @flokli opened pull request #89328 → qemu: wrap GTK binaries → https://git.io/JfiCK
<adisbladis> bqv: I'm looking forward to breaking everything too :3
<bqv> :D
<adisbladis> But so far my experiences on >26.3 ar well... Not great.. Even without native-comp :/
<ar> oh?
<ar> what are you breaking? :)
is_null has quit [Ping timeout: 264 seconds]
andi- has quit [Remote host closed the connection]
<adisbladis> Haha, accidental highlight
<adisbladis> ar: We're talking about the native-comp branch of emacs
<gchristensen> ar: you're a good sport
<adisbladis> ar++
<{^_^}> ar's karma got increased to 0o6
andi- has joined #nixos
<{^_^}> [nixpkgs] @svanderburg pushed to master « dblatex: add pdflscape as a dependency »: https://git.io/JfiCb
<bqv> Oh
<bqv> Helm-bibtex builds for me now
<bqv> What
<bqv> ar++
<{^_^}> ar's karma got increased to 7
<ar> ^_^
<{^_^}> [nixpkgs] @svanderburg pushed to release-20.03 « dblatex: add pdflscape as a dependency »: https://git.io/JfiCh
fendor has quit [Read error: Connection reset by peer]
<bqv> Hm, nevermind, think I built it for 26.3
<bqv> Yup :p
chloekek_ has joined #nixos
knupfer has quit [Remote host closed the connection]
drewr has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Izorkin opened pull request #89329 → php: build from github source → https://git.io/JfiW8
<ldlework> Why do submodules use an "options" key?
<adisbladis> ar: You're just raking in those internet points
<adisbladis> ldlework: Because they are submodules ;)
<ldlework> i mean like
<ldlework> why does `submodule` take an attrset that must have an "options" key
<adisbladis> Just like a NixOS module takes an options attribute submodules do
<ar> adisbladis: ¯\_(ツ)_/¯
<ldlework> instead of just taking that options sub-attrset directly?
<ldlework> are there other attrs that affect submodule?
<adisbladis> ldlework: Iirc you get similar merge semantics & all that jazz in a submodule as you do a regular module
<adisbladis> So you have the same options/config separation as a regular nixos module
<ldlework> huh
<ldlework> so technically you could do work within a submodule definition
<ldlework> via config = mkIf or whatever
<ldlework> ?
<ldlework> (though that is not a convention i've seen anywhere)
<adisbladis> Umm, I think I've seen this somewhere
<adisbladis> But I may be off the rails here
<ldlework> well interesting to know about it
<{^_^}> [nixpkgs] @samueldr merged pull request #70794 → u-boot: Add ROC-PC-RK3399 build → https://git.io/JeWRI
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/JfiWr
xourt has joined #nixos
shindig has left #nixos ["The Lounge - https://thelounge.chat"]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/052fa90e82d (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<ldlework> If I have implemented basically the entirety of my NixOS config via my own custom NixOS modules, is it possible to somehow generate documentation for my system?
<ldlework> that would be pretty nifty
<adisbladis> ldlework: Sure it is :)
<ldlework> adisbladis: neat
<ldlework> is there some magic tool, or will i have to build it
<lopsided98> ldlework: I used submodule config in one of my modules: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/backup/sanoid.nix#L137
<adisbladis> lopsided98: I guess ldlework is talking about not-nixos but using the module system
<ldlework> yeah but still nice to see in action
smatting has joined #nixos
<hyperfekt> Can someone help me understand where the libraries used to build a Haskell package come from? I'm having trouble finding out how to access haskell libraries before they're added to the libdir of a compiler.
gustavderdrache has quit [Quit: Leaving.]
<samueldr> ldlework: mobile nixos has a bespoke implementation to list this https://mobile.nixos.org/options/index.html
* samueldr does not remember if it was good or not
<ldlework> neat
<adisbladis> Umm, gimme a second =)
<samueldr> optionsJSON is the glue between the ruby script that's maybe less good
<adisbladis> Skip that last semicolon :3
<adisbladis> ldlework: ^
<samueldr> btw, not saying to or not to use what I did, but that's another implementation :)
<adisbladis> nix-build ./aoeu.nix -A optionsJSON
<samueldr> oh
KindOne has quit [Ping timeout: 272 seconds]
<samueldr> yeah, it's using the same optionsJSON impl I think though
<ldlework> Maybe one day we'll use Styx for this :P
o1lo01ol1o has quit [Remote host closed the connection]
<adisbladis> Hest is an OG scandinavian meme btw ^_^
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @flokli reopened pull request #88158 → Some systemd fixes revolving dbus and socket activation of systemd services → https://git.io/JfuyY
KindOne has joined #nixos
<{^_^}> [nixpkgs] @afontaine opened pull request #89330 → runit: Add Darwin Compatibility → https://git.io/Jfilc
o1lo01ol1o has quit [Ping timeout: 256 seconds]
is_null has joined #nixos
<ldlework> If I'm defining options, can I access config within the "defaults" for an option?
dermetfan has quit [Ping timeout: 260 seconds]
<ldlework> the config for a different option
<{^_^}> [nixpkgs] @Lassulus opened pull request #89331 → WIP make-disk-image: add hybrid and dynamic sized images → https://git.io/JfilB
<adisbladis> Sure you can
<{^_^}> [nixpkgs] @flokli merged pull request #89279 → zsh-powerlevel10k: v1.7.0 -> v1.11.0 → https://git.io/Jf6yt
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/Jfil0
<adisbladis> Fixpoints! *jazz hands*
<ldlework> like is this going to work naturally? https://gist.github.com/dustinlacewell/05dd14a6db43b938519eb45f5f190c8e
<betawaffle> ldlework: what is Styx?
<ldlework> where if the user only provides a non-default version, then the default releasePath will change?
<adisbladis> ldlework: LGTM
<ldlework> neat
<ldlework> betawaffle: a static content generator for Nix
<betawaffle> Fixpoints are cool
<ldlework> yeah they are
<ldlework> betawaffle: we're over in #nixos-styx
<adisbladis> I recommend this as reading on the topic
<ldlework> adisbladis: I have implemented fixed-point for module libraries in Styx
<ldlework> I was losing my mind at how cool they are just a couple days ago
<adisbladis> <3
<ldlework> I just wasn't sure if options -> config was a thing
<adisbladis> There is some excellent opportunitues to shoot yourself in the foot
<adisbladis> But sure, go ahead =)
<adisbladis> God I can't spell
<adisbladis> Opportunities
KindTwo has joined #nixos
KindOne has quit [Ping timeout: 265 seconds]
<adisbladis> ldlework: I've been writing a lot of Python recently
<adisbladis> My god I miss laziness and fix points
<ldlework> adisbladis: I have been writing a lot of both lately
<ldlework> My god I miss static types
<b42> is buildGoModule currently the preferred way to build golang programs in nixpkgs?
<ldlework> and coherent error messages :P
<betawaffle> b42: yes
<betawaffle> Unless it doesn’t have a go.mod, then use buildGoPackage
<b42> thanks betawaffle++
<{^_^}> betawaffle's karma got increased to 1
KindTwo is now known as KindOne
<betawaffle> My first internet point.
alp has quit [Ping timeout: 272 seconds]
acowley has quit [Ping timeout: 272 seconds]
acowley has joined #nixos
<adisbladis> ldlework: Most of the Python work I've been doing is around mypy
<adisbladis> So statically typed python
<ldlework> sounds disasterous
<{^_^}> [nixos-homepage] @garbas pushed to landing-page « remote the alpine 'joke' »: https://git.io/Jfil9
<adisbladis> ldlework: Nah, mypy is good
matthiaskrgr has quit [Read error: Connection reset by peer]
matthiaskrgr has joined #nixos
nikivi has quit [Read error: Connection reset by peer]
Nikita has joined #nixos
Nikita is now known as Guest64170
Guest64170 is now known as nikivi
<{^_^}> [nixpkgs] @Thesola10 closed pull request #44911 → Criterion package → https://git.io/fN5VE
Thra11 has quit [Quit: WeeChat 2.8]
Neo-- has joined #nixos
maddo has quit [Quit: See ya]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
vidbina has quit [Ping timeout: 244 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/46fcaf3c8a1 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
zebrag has quit [Quit: Konversation terminated!]
LevelChart8 has joined #nixos
zebrag has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1ea45645e54 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
xourt has quit [Remote host closed the connection]
morr_ has quit [Quit: WeeChat 2.7.1]
morr has joined #nixos
simba1 has quit [Ping timeout: 260 seconds]
<ldlework> I have two modules. One allows the user to define variants of katago Go engine via it's options declarations. The other is Sabaki, which is a Go playing interface app. The output of the KataGo module is a number of derivations, all the wrapper packages. How can I communicate those package paths to another module?
<ldlework> Do I declare additional options in the KataGo module like "variantPackages" which is a listOf paths, and just have the "config" logic of the KataGo module fill that option so that the Sabaki module can find them in it's config.........?
asymptotically has quit [Quit: Leaving]
<ldlework> Or wait, the katago module is able to define arbitrary stuff in the config attrset
<ldlework> as long as no other module also defines that area of the config attrset right?
<ldlework> even if there are not corresponding options...?
<ldlework> or does there have to be corresponding option declarations
<ldlework> holy shit i'm confused lol
<energizer> ldlework: usually *modules* are for things like systemd services and system configuration, while *packages* are for applications and libraries. which do you have here?
<ldlework> energizer: the modules are so the user can denote the variants and the options that go into those variants
<ldlework> the config for say katago, adds all of them to home.packages
<ldlework> that's not the problem
<ldlework> the problem is how to let the Sabaki package know about what variants are available
<ldlework> so I can generate a Sabaki config with all those AI engine variants preconfigured
gustavderdrache has joined #nixos
chloekek_ has quit [Ping timeout: 264 seconds]
<ldlework> Anyone got an idea?
teto has quit [Ping timeout: 246 seconds]
Rusty1 has joined #nixos
<ldlework> OHHH
<ldlework> I add an option in Sabaki
<ldlework> and then the KataGo module adds it's information to Sabaki
erasmas has quit [Quit: leaving]
medvid__ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #89318 → v2ray: 4.23.2 -> 4.23.3 → https://git.io/JfimJ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jfi4W
teto has joined #nixos
gustavderdrache has quit [Ping timeout: 272 seconds]
<{^_^}> [mobile-nixos] @samueldr opened pull request #157 → asus-dumo: kernel 5.5 -> 5.7 → https://git.io/Jfi4M
orivej_ has quit [Ping timeout: 252 seconds]
orivej has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #158 → Add firmware support to stage-1 → https://git.io/Jfi47
gustavderdrache has joined #nixos
cosimone has quit [Ping timeout: 256 seconds]
medvid__ has joined #nixos
philr has joined #nixos
medvid__ has quit [Ping timeout: 258 seconds]
phreedom has quit [Remote host closed the connection]
medvid__ has joined #nixos
phreedom has joined #nixos
<LevelChart8> How would I check if my HIE installation has been successful? My configuration.nix file rebuilt, but the Haskell HIE server crashes when I launch VSCode.
hazel has joined #nixos
<hazel> hi I have some ZFS questions
user_0x58 has quit [Ping timeout: 244 seconds]
<hazel> so here in the NixOS wiki it says you should put /nix in a different section of the data hierarchy: https://nixos.wiki/wiki/NixOS_on_ZFS#How_to_install_NixOS_on_a_ZFS_root_filesystem
<hazel> if I already have an existing ZFS NixOS install, how do I do that
<{^_^}> [nixpkgs] @mmilata opened pull request #89332 → verifpal: 0.7.5 -> 0.13.7 → https://git.io/JfiBL
o1lo01ol1o has joined #nixos
<hazel> rn I have rpool/home, rpool/root/nixos
<gchristensen> hazel: hmm a bit tricky. edit your nixos configuration to mount rpool/root/nix to /nix. then `nixos-rebuild boot` note: NOT switch, just `boot`. (don't use Nix again until after you reboot.) then create a new dataset, rpool/root/nix for the `/nix` directory and mount it to /nix2 and cp -r /nix/* /nix2/ and then reboot. hopefully, you've mounted rpool/root/nix to /nix and you'r emoved over
<hazel> wouldn't cp -r mess with perms
<hazel> rsync might be better
<gchristensen> well, apply unix smarts as needed until it works
<hazel> is it safe to do this on a running system that I am typing this message from
<hazel> well
<hazel> worst case scenario I bust out a live USB
<gchristensen> maybe `systemctl stop nix-daemon` after your `nixos-rebuild boot`. should be fine
<hazel> gulp.
<hazel> alright
<gchristensen> you're not touching anything in /nix, so, it is really fine
<gchristensen> if it doesn't work yo ucan roll back
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<hazel> would I edit hardware-configuration.nix to mount rpool/root/nix
<gchristensen> yea
<hazel> then disable auto-snapshots on rpool/root/nix but turn them on for everything else I guess
<hazel> cool
__monty__ has quit [Quit: leaving]
<hazel> xattr=sa acltype=posixacl com.sun:auto-snapshot=false?
<gchristensen> no acl's needed for /nix
<hazel> still xattr=sa?
<gchristensen> still not needed afaik
<hazel> I'm gonna set it anyway just to be sure
<gchristensen> sure
<hazel> not like it hurts
<hazel> gulp
user_0x58 has joined #nixos
<hazel> sudo rsync -av /nix/* /nix2
<hazel> this is where I'm really glad I have a PCIe SSD in this machine
<gchristensen> :)
<clever> one nasty surprise i ran into when doing similar, `scp -r` wont preserve symlinks
<clever> so the result symlinks turn into directories with a random store path
<hazel> rsync preserves symlinks afaik
<clever> yeah, i need to use rsync more
<hazel> and perms
<hazel> i use rsync as a backup utility
<hazel> would recommend
<hazel> anyway so what happens ot the /nix on rpool/root/nixos?
<hazel> is it just in limbo? what do i do with that?
teto has quit [Quit: WeeChat 2.8]
<hazel> i mean it's not like it's a huge issue this machine doesn't have that much on it but I'd prefer not to waste storage
<hazel> ...brb rebooting pray for me
<gchristensen> once you've confirmed everything is good, you can mount the dataset a second place and erase nix
<hazel> alright
<gchristensen> good luck :)
<gchristensen> (zfs lets you mount the same dataset multiple times...)
<hazel> oh that's cool!
<gchristensen> yup
hazel has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @zowoq opened pull request #89333 → go_1_13: 1.13.11 -> 1.13.12 → https://git.io/JfiBr
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #89334 → go: 1.14.3 -> 1.14.4 → https://git.io/JfiBo
* gchristensen waits anxiously
hazel has joined #nixos
<hazel> I LIVE
mbrgm_ has joined #nixos
<gchristensen> woohoo!
<gchristensen> now before you delete /nix ...
<gchristensen> sudo nix-store --verify --check-contents
<hazel> this distro has improved so much since I last used it
mbrgm_ is now known as mbrgm
mbrgm has quit [Ping timeout: 272 seconds]
<hazel> like I got roped into trying it again with new and improved FP knowledge
<hazel> since Haskell knowledge very much helped me understand Nix (the lang) easier
<gchristensen> cool :) learning Nix helped me understand FP -- i went the other way
<hazel> the first time I regretted it immensely because I `nix-env -iA`ed everything and did very little "the Nix way", which resulted in not only an irreproducible configuration, but one that broke often
<hazel> this time I'm going dead opposite and doing everything through home-manager
<hazel> also nix-store --verify didn't break anything so whee
<hazel> think the last NixOS I tried was 16.09 or 17.03, and I didn't know about home-manager
o1lo01ol1o has quit [Ping timeout: 256 seconds]
justanotheruser has quit [Ping timeout: 260 seconds]
<hazel> anyway I deleted nix on the previous volume and I'm still talking so that's a good sign. nix-store --verify --check-contents still succeeds too, so it is mounting to the right place.
<energizer> there was no home-manager in 16
<hazel> nice.
<hazel> well that explains why I didn't know about it
<energizer> :)
smatting has quit [Ping timeout: 256 seconds]
<hazel> anyway hopefully maybe final question of the day -- my RAM usage is much higher with encrypted ZFS than it was with XFS+LVM+LUKS (which is super understandable, since it's ZFS). should I be concerned about high RAM usage? will ZFS limit itself if I'm getting close to OOM?
<hazel> if not, what's a recommended cache size for a machine with 15GB of RAM? (1GB is allocated to the iGPU)
<hazel> so it's 16 but effectively 15
<gchristensen> you could tune the arc's max usage, but generally imo unused ram is wasted ram -- and almost always the arc will give up memory before you need it -- unless you do one huge allocation and it can't do it fast enough
<hazel> yeah it's just weird seeing like 10GB of RAM usage where I would previously be pushing 5
<hazel> on my last machine, which ran Void
<hazel> under the same workload
<gchristensen> aye
eoli3n_ has quit [Ping timeout: 265 seconds]
<hazel> big number scary
<gchristensen> I don't know, I don't really pay attention to it and the only time I needed to tune anything was on my 4g rpi
<clever> arcstat -f time,read,dmis,dhit,dh%,mrug,mru,mfu,mfug,mread,c,ph%,pm%,mm%,miss,hits,mhit,mh%,mmis,hit%,eskip,arcsz 10
<clever> hazel: run this, and you can see zfs stats
<clever> hazel: `arcstat -v` explains what each field is
sigmundv_ has joined #nixos
<hazel> ahh so I have 7.3GB of ARC cache
<hazel> I read it defaults to half of your RAM so that makes sense
<clever> hazel: watch how it reacts when you try to use some ram though
agsdheidjd has quit [Ping timeout: 240 seconds]
maxdevjs has joined #nixos
agsdheidjd has joined #nixos
kvda has joined #nixos
<{^_^}> [nixpkgs] @Frostman opened pull request #89335 → smartmontools-db: 4883 -> 5033 → https://git.io/JfiRv
justanotheruser has joined #nixos