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
<infinisil> (roughly)
<selfsymmetric-mu> Hmmmm…I notice that my Linux kernel build tends to take the longest.
<infinisil> The default linux kernels should be cached
<selfsymmetric-mu> It takes around half an hour on my machine. I suspect that something in my configuration is causing it to be rebuilt.
<infinisil> Only if you don't make any changes though
<selfsymmetric-mu> Can I find out what changes I've made to it?
<selfsymmetric-mu> e.g. will this be enough to kill the build for me? http://hastebin.com/raw/axupijozuq
<infinisil> I don't think this would cause changes
<infinisil> selfsymmetric-mu: You can check the kernel derivation with `nix-instantiate '<nixpkgs/nixos>' -A config.boot.kernelPackages.kernel`
dermetfan has quit [Ping timeout: 244 seconds]
<infinisil> This is fast and won't build anything in any case, but it returns a hash you can use to determine if something changed
<infinisil> Try a `nix-instantiate '<nixpkgs/nixos>' -A config.boot.kernelPackages.kernel --arg configuration {}` to see what the default kernel is
<infinisil> Then you could bisect your config if they differ
<infinisil> Or you could run `nix-diff` on the two paths if they differ, which then shows you what changed
<infinisil> (though it can still be hard to figure out why the changes exist, but it could give a clue)+
cosimone has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93789 → hyx: 0.1.5 -> 2020.06.09 → https://git.io/JJ4S8
selfsymmetric-mu has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
dbmikus has quit [Ping timeout: 240 seconds]
Nerdmaxx has quit [Ping timeout: 260 seconds]
kreyren has joined #nixos
selfsymmetric-mu has joined #nixos
user_0x58 has quit [Ping timeout: 244 seconds]
<selfsymmetric-mu> Thanks infinisil++!
<{^_^}> infinisil's karma got increased to 321
<infinisil> :)
<infinisil> Did you figure it out?
<selfsymmetric-mu> Not yet but I think I'm on track.
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJ4S9
orivej has quit [Quit: No Ping reply in 180 seconds.]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93790 → hiawatha: 10.9 -> 10.11 → https://git.io/JJ4S7
orivej has joined #nixos
<{^_^}> [nixpkgs] @nlewo opened pull request #93791 → Remove docker-preloader module and test → https://git.io/JJ4Sd
<{^_^}> [nixpkgs] @nlewo merged pull request #93727 → docker-credential-gcr: 2.0.1 -> 2.0.2 → https://git.io/JJ81g
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/JJ4Sp
<{^_^}> [nixpkgs] @cab404 opened pull request #93792 → Packaged SL1ToPhoton → https://git.io/JJ4Sj
iqubic has joined #nixos
<iqubic> Why is it that home-manager has options for setting the pointerCursor theme, but standard NixOS doesn't?
<iqubic> How am I supposed to change the theme of my mouse cursor on NixOS?
<samueldr> because they accomplish their work in different contexts
SrPx has joined #nixos
<samueldr> NixOS' concerns stop mostly at where the user's configs concern starts, by design
<SrPx> I'm trying to install nixos on my dell xps 13 9300, but it doesn't find the wifi. I managed to share my macbook internet with a thunderbolt cable. I followed the instructions on the manual, but when I typed nixos-config, I got a lot of "unable to download" ... "couldn't resolve host name" and it failed to build. What do I do?
ingenier1ariel has quit [Ping timeout: 260 seconds]
<samueldr> SrPx: have you confirmed you have shared the internet, and not only made a local network with the two computers?
<samueldr> (sorry, can't help much more because to me networking is hell)
<iqubic> samueldr: I see. So, if I'm not using home-manager, how can I change the look of the mouse cursor on X11?
<samueldr> through whatever means the desktop environment provides, which would be the same means as on other distros
<SrPx> samueldr: nope, i dont know much about networking
<iqubic> samueldr: I'm using i3, and it doesn't provide that utility.
<samueldr> SrPx: might want to ping a well known hostname that responds to pings, like hydra.nixos.org was just verified to
<praduca> clever Ok, will try this tks but i think this is a bug... the option is for the soft to use to ask password for ssh... I used both last year and have no problem...
<SrPx> samueldr: i can't ping anything it seems
* SrPx sighs
<iqubic> ping www.google.com -c 3
<iqubic> that's what I use.
<SrPx> i've tried everything I could at this point then. no way to get an internet connection from the installer
<samueldr> iqubic: you should always check beforehand that it will respond to ping
<samueldr> google could stop responding at any point
philr_ has joined #nixos
<iqubic> samueldr: isn't that true of all websites?
<samueldr> no
shibboleth has quit [Quit: shibboleth]
<samueldr> that's not even related to websites, that's at a lower level
<excelsiora> I might have all I need with a shell.nix and elmPackages.elm as a buildInput, but I want to see other ways of doing it. Anybody got an elm project that uses nix?
<samueldr> ping in itself is a protocol, not like, but not unlike HTTP is
<samueldr> though it's common courtesy to respond to pings
<iqubic> Well, now I have to relog into i3 to see if this change I made will change my cursor.
luna has joined #nixos
<iqubic> BRB
<samueldr> there's even an option in NixOS to configure this https://nixos.org/nixos/options.html#allowping
iqubic has quit [Remote host closed the connection]
<samueldr> (for ipv4)
<{^_^}> [nixpkgs] @loafofpiecrust opened pull request #93793 → farge: init at 1.0.8 → https://git.io/JJ49V
<SrPx> is there anything I can do? any ideas? i guess i'll give up :(
<samueldr> SrPx: new wifi hardware sometimes is painful, other than getting an alternative connection, it's going to be harder
<samueldr> it could also be an older wifi usb dongle, or a usb ethernet dongle
<samueldr> for your current situation, you would need to figure out the right networking incantations to get the mac's internet sharing working with the nixos iso
<SrPx> i don't even have an ethernet cable tbh, and xps 13 only has usb3 ports. all wifi here
<samueldr> the good thing is that it's likely any old linux commands to do so
<SrPx> hm
<samueldr> (yeah, I assumed so for usb, an usb ethernet dongle is mightily handy to have laying around :))
<SrPx> can't i just make an usb installer that doesn't need internet though?
<evanjs> in this case, the CMake file references /nix/store/kmry1p38h1xzics8yqzy3854npkcbji8-exiv2-0.27.2-dev/lib/libexiv2-xmp.a but cannot find it
<samueldr> it's possible, though that would be harder than to make an usb installer with the right drivers
<SrPx> i see
<samueldr> SrPx: do you know what's required for wifi to work on your laptop?
<SrPx> i have no idea at all
<samueldr> I have an idea
<samueldr> I'm waiting on a couple pages to load
<samueldr> but we build an unpublished iso with the latest kernel
<samueldr> maybe you need a newer kernel than the LTS
afreak has quit [Ping timeout: 240 seconds]
<samueldr> at least at some point it may have helped for another(?) xp model https://github.com/NixOS/nixos-hardware/issues/173
<{^_^}> nixos-hardware#173 (by jpetazzo, 4 weeks ago, closed): Dell XPS 13 2-in-1 (7390) WiFi won't work with current (5.3) kernel
<SrPx> samueldr: yes that may work
<SrPx> but how do I know the "kernel" that comes with my iso?
<SrPx> where can i find one with a suitable kerne?
<SrPx> i tried 2 isos, .03 and .09
<SrPx> neither worked
<samueldr> same kernel
iqubic has joined #nixos
<energizer> why isnt this overlay working? https://bpa.st/Q3QQ
<samueldr> that should be using kernel 5.7, compared to 5.4
<samueldr> energizer: overrideAttrs takes a function as an argument, a function which receives the old arguments as its arg
<samueldr> the old attrs as its arg*
<iqubic> So my WM doesn't provide me with a convient way of setting the look of the X11 mouse cursor. I'm not sure what I can do to fix that.
<energizer> samueldr: oops, ty
<samueldr> energizer: n/p, was the explanation on point for you? :) I seem to recall you're relatively fine with nix overall so I went explaining the exact "high level" issue
<energizer> samueldr: yep
lafrenierejm has joined #nixos
<lafrenierejm> Whenever I attempt `nixos-rebuild switch` I get an error "file 'nixos-config' was not found in the Nix search path". Any pointers what that means or how to resolve?
<iqubic> samueldr: I assume following the steps listed under XDG specification here will work on NixOS?
<samueldr> I don't know for sure, but it's likely to
<iqubic> Cool
<iqubic> I'm not going to modify the system-wide config, because A) This is a single user system, and B) I don't know how to set things like that on NixOS.
<iqubic> And actually, looking at home-manager's source right now tells me that this is exactly how the xsession.pointerCursor settings work there.
kim0 has quit [Quit: Connection closed for inactivity]
<SrPx> samueldr: hmm, thanks
<SrPx> will try
redj has joined #nixos
catid has joined #nixos
<catid> Anyone know what causes the /run/opengl-driver/lib/dri/i965_drv_video.so file to show up in NixOS?
<{^_^}> [nixpkgs] @zowoq merged pull request #93296 → ugrep: init at 2.4.1 → https://git.io/JJZew
<{^_^}> [nixpkgs] @zowoq pushed commit from @numkem to master « ugrep: init at 2.4.1 (#93296) »: https://git.io/JJ4Hu
<catid> Two computers, both with the same NixOS configuration: one has this file and the other does not
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #nixos
<iqubic> I think that only shows up if it's needed as a driver, based on the hardware configurations of each computer.
moet has quit [Read error: Connection reset by peer]
<catid> Is there a Nix script somewhere that adds it based on some hardware info it reads?
<iqubic> Do you have an imports section at the top of your nixos configuration?
<catid> Yeah
<iqubic> are you importing a file called hardware.nix?
Emantor has quit [Quit: ZNC - http://znc.in]
<samueldr> this is a known impurity to handle the different switchable opengl backends
iqubic has quit [Remote host closed the connection]
Emantor has joined #nixos
jumper149 has quit [Quit: WeeChat 2.9]
<catid> Using the vaapiIntel extraPackages seems to work on an i5 but the i7 computer doesn't get the driver to show up
<catid> Both CPUs support iGPU
<{^_^}> [nixpkgs] @tnias opened pull request #93794 → nixos/chromium: update link in docs → https://git.io/JJ4HK
<samueldr> if links under there are not the same, for the same nixos release, it must be because *something* isn't setting hardware.opengl.package the same way in the two configs
<samueldr> catid: these are the ways it can be set inside of Nixpkgs https://search.nix.gsc.io/?q=hardware.opengl.package&i=nope&files=&repos=
<samueldr> since you're neither virtualizing, using AMD nor NVIDIA, I figure it should be mesa on both systems
<catid> Yeah no GPU
<samueldr> same nixos version?
lambda-11235 has joined #nixos
<samueldr> if so something's weird here since it's not detecting hardware, it's simply going off from the options
<catid> Yeah I checked they're on the same hash but will double check
codygman has quit [Ping timeout: 240 seconds]
noonien has quit [Quit: Connection closed for inactivity]
<excelsiora> I have a thumb-drive with nixos on it ready to install on my laptop when my new charger gets here.
codygman has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/0a40a3999eb (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
orivej has joined #nixos
ivan_ has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
_cyris212 has joined #nixos
ivan has quit [Remote host closed the connection]
cyris212 has quit [Quit: ZNC 1.7.5 - https://znc.in]
ivan_ is now known as ivan
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
user_0x58 has joined #nixos
maier has joined #nixos
<excelsiora> what do you people usually do for your shellHook? I want it to set my PS1
<excelsiora> (in the context of nix-shell or shell.nix)
markus1199 has joined #nixos
maier has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 240 seconds]
<infinisil> lafrenierejm: This means your NIX_PATH env var doesn't have a nixos-config entry, which normally points to /etc/nixos/configuration.nix
orivej has joined #nixos
markus1189 has quit [Ping timeout: 244 seconds]
h0m1 has quit [Ping timeout: 244 seconds]
h0m1 has joined #nixos
criptonauta_ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9ab83c6eed9 (from 44 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
knerten2 has joined #nixos
work_ has quit [Quit: Connection closed for inactivity]
waleee-cl has quit [Quit: Connection closed for inactivity]
h0m1 has quit [*.net *.split]
e has quit [*.net *.split]
philr_ has quit [*.net *.split]
Emantor has quit [*.net *.split]
evanjs has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
szicari has quit [*.net *.split]
eddyb[legacy] has quit [*.net *.split]
davidv7_ has quit [*.net *.split]
digitalgrease has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
Cadey has quit [*.net *.split]
SOO7 has quit [*.net *.split]
johanot has quit [*.net *.split]
rummik has quit [*.net *.split]
Rusty1 has quit [*.net *.split]
wnklmnn has quit [*.net *.split]
cjpbirkbeck has quit [*.net *.split]
MichaelRaskin has quit [*.net *.split]
dongcarl has quit [*.net *.split]
ldlework has quit [*.net *.split]
heijligen has quit [*.net *.split]
_cyris212 has quit [*.net *.split]
luna has quit [*.net *.split]
cosimone has quit [*.net *.split]
Mateon1 has quit [*.net *.split]
CMCDragonkai has quit [*.net *.split]
justache has quit [*.net *.split]
marcusr has quit [*.net *.split]
nixuser has quit [*.net *.split]
notgne2 has quit [*.net *.split]
gentauro has quit [*.net *.split]
m1cr0man has quit [*.net *.split]
titano has quit [*.net *.split]
sshow has quit [*.net *.split]
hplar has quit [*.net *.split]
xwvvvvwx has quit [*.net *.split]
diekl has quit [*.net *.split]
realrokka has quit [*.net *.split]
eeva has quit [*.net *.split]
corvid has quit [*.net *.split]
craftyguy has quit [*.net *.split]
bvdw has quit [*.net *.split]
sveitser1 has quit [*.net *.split]
xqsl_ has quit [*.net *.split]
andymandias_ has quit [*.net *.split]
dev4 has quit [*.net *.split]
shiver has quit [*.net *.split]
vesper11 has quit [*.net *.split]
eta has quit [*.net *.split]
armin has quit [*.net *.split]
meck has quit [*.net *.split]
jeaye has quit [*.net *.split]
njd has quit [*.net *.split]
Puck` has quit [*.net *.split]
Yaniel has quit [*.net *.split]
Taneb has quit [*.net *.split]
danderson has quit [*.net *.split]
tv has quit [*.net *.split]
eyenx has quit [*.net *.split]
amfl has quit [*.net *.split]
catid has quit [*.net *.split]
fresheyeball has quit [*.net *.split]
cript0nauta has quit [*.net *.split]
stoile has quit [*.net *.split]
rodgort has quit [*.net *.split]
evils has quit [*.net *.split]
aw has quit [*.net *.split]
caranatar has quit [*.net *.split]
codezero has quit [*.net *.split]
duckfullstop has quit [*.net *.split]
Church- has quit [*.net *.split]
joehh1_ has quit [*.net *.split]
buffet has quit [*.net *.split]
stephank has quit [*.net *.split]
otulp has quit [*.net *.split]
Bunogi has quit [*.net *.split]
devalot has quit [*.net *.split]
nckx has quit [*.net *.split]
greymalkin has quit [*.net *.split]
tghume has quit [*.net *.split]
W1lkins has quit [*.net *.split]
steell has quit [*.net *.split]
xeu has quit [*.net *.split]
Athas has quit [*.net *.split]
bdju has quit [*.net *.split]
agb has quit [*.net *.split]
dkibi has quit [*.net *.split]
gordon1 has quit [*.net *.split]
raoul has quit [*.net *.split]
rixed_ has quit [*.net *.split]
boegel has quit [*.net *.split]
Jackneill has quit [*.net *.split]
ddellacosta has quit [*.net *.split]
zebrag has quit [*.net *.split]
simukis_ has quit [*.net *.split]
nixy has quit [*.net *.split]
voidcontext has quit [*.net *.split]
bridge[evilred] has quit [*.net *.split]
Scriptkiddi has quit [*.net *.split]
iMatejC has quit [*.net *.split]
bigvalen has quit [*.net *.split]
demize has quit [*.net *.split]
thomasjm has quit [*.net *.split]
cybrian has quit [*.net *.split]
ris has quit [*.net *.split]
CrunchyChewie has quit [*.net *.split]
edef has quit [*.net *.split]
hke has quit [*.net *.split]
mla has quit [*.net *.split]
energizer has quit [*.net *.split]
dozn has quit [*.net *.split]
arianvp has quit [*.net *.split]
__red__ has quit [*.net *.split]
signaryk_ has quit [*.net *.split]
alexbakker has quit [*.net *.split]
gthm_ has quit [*.net *.split]
dsg_ has quit [*.net *.split]
ambroisie has quit [*.net *.split]
duckonomy has quit [*.net *.split]
urkk has quit [*.net *.split]
robogoat has quit [*.net *.split]
BlessJah has quit [*.net *.split]
adisbladis has quit [*.net *.split]
kayg04 has quit [*.net *.split]
Streetwalrus has quit [*.net *.split]
chin-tastic has quit [*.net *.split]
unacceptable has quit [*.net *.split]
Pidgeotto has quit [*.net *.split]
delroth has quit [*.net *.split]
dadada_ has quit [*.net *.split]
dfordvm has quit [*.net *.split]
pbogdan has quit [*.net *.split]
matthiaskrgr has quit [*.net *.split]
nikivi has quit [*.net *.split]
trfl has quit [*.net *.split]
davidcl has quit [*.net *.split]
ManiacOfMadness has quit [*.net *.split]
qz has quit [*.net *.split]
abrar has quit [*.net *.split]
liori has quit [*.net *.split]
puffnfresh_ has quit [*.net *.split]
bqv has quit [*.net *.split]
drakonis has quit [*.net *.split]
contrun has quit [*.net *.split]
infinisil-m has quit [*.net *.split]
Supersonic has quit [*.net *.split]
Neo--- has quit [*.net *.split]
Smith[m]1 has quit [*.net *.split]
ardumont has quit [*.net *.split]
AlpineLlama has quit [*.net *.split]
gilligan has quit [*.net *.split]
pbb has quit [*.net *.split]
mdlayher1 has quit [*.net *.split]
datakurre has quit [*.net *.split]
darver[m] has quit [*.net *.split]
monokrome has quit [*.net *.split]
tetdim has quit [*.net *.split]
liff has quit [*.net *.split]
jjakob has quit [*.net *.split]
heinrich5991 has quit [*.net *.split]
tnks has quit [*.net *.split]
dani- has quit [*.net *.split]
jkkm has quit [*.net *.split]
leah2 has quit [*.net *.split]
nadley has quit [*.net *.split]
pointfree has quit [*.net *.split]
HackerFoo has quit [*.net *.split]
heatm1s3r has quit [*.net *.split]
Habbie has quit [*.net *.split]
thonkpod has quit [*.net *.split]
tokudan has quit [*.net *.split]
dmj` has quit [*.net *.split]
adamse has quit [*.net *.split]
sphalerite has quit [*.net *.split]
lstanley has quit [*.net *.split]
amanjeev has quit [*.net *.split]
hax404 has quit [*.net *.split]
wpcarro has quit [*.net *.split]
incognito9999 has quit [*.net *.split]
hexa- has quit [*.net *.split]
marsh has quit [*.net *.split]
lally has quit [*.net *.split]
zot has quit [*.net *.split]
mankyKitty_ has quit [*.net *.split]
nz_ has quit [*.net *.split]
parseval has quit [*.net *.split]
aria has quit [*.net *.split]
tazjin has quit [*.net *.split]
jasom has quit [*.net *.split]
bwe_ has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
cbarrett has quit [*.net *.split]
hoek has quit [*.net *.split]
zimbatm has quit [*.net *.split]
teozkr_ has quit [*.net *.split]
patrickod_ has quit [*.net *.split]
angerman has quit [*.net *.split]
scoates has quit [*.net *.split]
blackriversoftwa has quit [*.net *.split]
sgraf has quit [*.net *.split]
cvlad- has quit [*.net *.split]
grfn has quit [*.net *.split]
etrepum has quit [*.net *.split]
philipcristiano has quit [*.net *.split]
alanz_ has quit [*.net *.split]
af1cs has quit [*.net *.split]
endocrimes has quit [*.net *.split]
simpson has quit [*.net *.split]
Miyu-saki has quit [*.net *.split]
wucke13 has quit [*.net *.split]
lucus16 has quit [*.net *.split]
PyroLagus has quit [*.net *.split]
spacekookie has quit [*.net *.split]
ky0ko has quit [*.net *.split]
LeshaInc has quit [*.net *.split]
Hedgework has quit [*.net *.split]
ggp0647 has quit [*.net *.split]
f0x has quit [*.net *.split]
lux1 has quit [*.net *.split]
komasa has quit [*.net *.split]
skomorokh has quit [*.net *.split]
f0x2 has quit [*.net *.split]
marcinja has quit [*.net *.split]
skorpy has quit [*.net *.split]
bgamari has quit [*.net *.split]
Adluc has quit [*.net *.split]
hexo has quit [*.net *.split]
GlennS has quit [*.net *.split]
gchristensen has quit [*.net *.split]
beaky has quit [*.net *.split]
myme has quit [*.net *.split]
samueldr has quit [*.net *.split]
step21 has quit [*.net *.split]
obadz has quit [*.net *.split]
virus_dave has quit [*.net *.split]
dredozubov has quit [*.net *.split]
lunik1 has quit [*.net *.split]
Arahael has quit [*.net *.split]
johnny101 has quit [*.net *.split]
amir has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
knerten1 has quit [*.net *.split]
EsperLily has quit [*.net *.split]
betaboon has quit [*.net *.split]
Baughn has quit [*.net *.split]
stiell has quit [*.net *.split]
ent has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
sjourdoi- has quit [*.net *.split]
copy has quit [*.net *.split]
Gaelan has quit [*.net *.split]
romanofski has quit [*.net *.split]
rembo10 has quit [*.net *.split]
asymmetric has quit [*.net *.split]
craige has quit [*.net *.split]
numkem has quit [*.net *.split]
omnigoat has quit [*.net *.split]
Mrmaxmeier has quit [*.net *.split]
cruxeternus has quit [*.net *.split]
zemm_ has quit [*.net *.split]
georges has quit [*.net *.split]
Graypup_ has quit [*.net *.split]
mfernandez has quit [*.net *.split]
jaeckel has quit [*.net *.split]
DerGuteMoritz has quit [*.net *.split]
Twey has quit [*.net *.split]
tomaw has quit [*.net *.split]
erhandsome has quit [*.net *.split]
jkarni has quit [*.net *.split]
eyJhb has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
xe4 has quit [*.net *.split]
nonickname has quit [*.net *.split]
Luker has quit [*.net *.split]
andersk has quit [*.net *.split]
heath has quit [*.net *.split]
dweller has quit [*.net *.split]
OmnipotentEntity has quit [*.net *.split]
wallacer3 has quit [*.net *.split]
acarrico has quit [*.net *.split]
reivilibre has quit [*.net *.split]
Kritnich has quit [*.net *.split]
bukkitgerman8608 has quit [*.net *.split]
lpsmith has quit [*.net *.split]
m4ts has quit [*.net *.split]
redj has quit [*.net *.split]
chiiba has quit [*.net *.split]
avn has quit [*.net *.split]
puck has quit [*.net *.split]
ornxka_ has quit [*.net *.split]
dminuoso has quit [*.net *.split]
tobiasBora has quit [*.net *.split]
statusbot has quit [*.net *.split]
drewc has quit [*.net *.split]
nisstyre has quit [*.net *.split]
phI||Ip_Alternat has quit [*.net *.split]
ToxicFrog has quit [*.net *.split]
runciter has quit [*.net *.split]
vuko has quit [*.net *.split]
Philonous has quit [*.net *.split]
otti0815 has quit [*.net *.split]
lewo has quit [*.net *.split]
WeblordPepe has quit [*.net *.split]
Gohla has quit [*.net *.split]
switchy has quit [*.net *.split]
woffs has quit [*.net *.split]
pie_ has quit [*.net *.split]
electrocat has quit [*.net *.split]
oleks has quit [*.net *.split]
fyuuri has quit [*.net *.split]
tpanum has quit [*.net *.split]
Unode has quit [*.net *.split]
deni has quit [*.net *.split]
dfgg has quit [*.net *.split]
djanatyn has quit [*.net *.split]
Wouter[m]1 has quit [*.net *.split]
nbathum has quit [*.net *.split]
jlv has quit [*.net *.split]
terrymunro[m] has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
blahaj[m] has quit [*.net *.split]
sshow[m] has quit [*.net *.split]
focalluna[m] has quit [*.net *.split]
HackerFoo[m] has quit [*.net *.split]
hydridity[m] has quit [*.net *.split]
jangsentry10032[ has quit [*.net *.split]
Soarin[m] has quit [*.net *.split]
themihas[m] has quit [*.net *.split]
sauyon[m] has quit [*.net *.split]
nicolas[m]1 has quit [*.net *.split]
faya01[m] has quit [*.net *.split]
davegallant[m] has quit [*.net *.split]
sebass[m] has quit [*.net *.split]
tyrion-mx has quit [*.net *.split]
sreybastien[m] has quit [*.net *.split]
vojta001[m] has quit [*.net *.split]
redcedar[m] has quit [*.net *.split]
regivanx[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
printfn[m] has quit [*.net *.split]
ptol3my[m] has quit [*.net *.split]
comrandroxaos[m] has quit [*.net *.split]
leonardp has quit [*.net *.split]
JameySharp[m] has quit [*.net *.split]
logan12358[m] has quit [*.net *.split]
Jake[m] has quit [*.net *.split]
jgart[m] has quit [*.net *.split]
idontgetoutmuch[ has quit [*.net *.split]
jlv[m] has quit [*.net *.split]
gildedlink[m] has quit [*.net *.split]
daraul[m] has quit [*.net *.split]
aquarial has quit [*.net *.split]
antpic01[m] has quit [*.net *.split]
aleph9[m] has quit [*.net *.split]
dbirks[m] has quit [*.net *.split]
deraffe[m] has quit [*.net *.split]
sonerhalis[m] has quit [*.net *.split]
jameshjacksonjr4 has quit [*.net *.split]
acys[m] has quit [*.net *.split]
bendlas has quit [*.net *.split]
solomon[m] has quit [*.net *.split]
basilbunting[m] has quit [*.net *.split]
adit[m] has quit [*.net *.split]
nikola[m] has quit [*.net *.split]
lihram has quit [*.net *.split]
haslersn has quit [*.net *.split]
epitron[m] has quit [*.net *.split]
l_inus[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
timokau[m] has quit [*.net *.split]
syds[m] has quit [*.net *.split]
chrismatheson has quit [*.net *.split]
theduke has quit [*.net *.split]
alexfmpe has quit [*.net *.split]
philipp[m] has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
das-g[m] has quit [*.net *.split]
Notkea[m] has quit [*.net *.split]
roberth has quit [*.net *.split]
kaychaks_riot has quit [*.net *.split]
nilsirl[m] has quit [*.net *.split]
Dandellion has quit [*.net *.split]
aanderse has quit [*.net *.split]
Swant has quit [*.net *.split]
sephii has quit [*.net *.split]
flx has quit [*.net *.split]
talyz has quit [*.net *.split]
tristanC has quit [*.net *.split]
swflint has quit [*.net *.split]
dottedmag has quit [*.net *.split]
dramaturg has quit [*.net *.split]
gcoakes[m] has quit [*.net *.split]
chvp has quit [*.net *.split]
rawas[m] has quit [*.net *.split]
cryptix has quit [*.net *.split]
tskc[m]1 has quit [*.net *.split]
timclassic has quit [*.net *.split]
finnwww[m] has quit [*.net *.split]
drozdziak1 has quit [*.net *.split]
mindtree[m] has quit [*.net *.split]
yoctocell[m] has quit [*.net *.split]
icetan has quit [*.net *.split]
mlvzk[m] has quit [*.net *.split]
watzon has quit [*.net *.split]
spazzpp2[m] has quit [*.net *.split]
joschi has quit [*.net *.split]
ryantm has quit [*.net *.split]
zoickx[m] has quit [*.net *.split]
yochai[m] has quit [*.net *.split]
dxb[m] has quit [*.net *.split]
Lars[m]3 has quit [*.net *.split]
hmpffff[m] has quit [*.net *.split]
CRTified[m] has quit [*.net *.split]
tinamus[m] has quit [*.net *.split]
chris[m]7 has quit [*.net *.split]
un-cons-cionable has quit [*.net *.split]
j0hax[m] has quit [*.net *.split]
ggpeti[m] has quit [*.net *.split]
lwbcdt[m] has quit [*.net *.split]
truh[m] has quit [*.net *.split]
tlater[m] has quit [*.net *.split]
thequux[m] has quit [*.net *.split]
j4ng5y[m] has quit [*.net *.split]
TimePath has quit [*.net *.split]
notmatthew[m] has quit [*.net *.split]
qryptic[m] has quit [*.net *.split]
nlgila[m] has quit [*.net *.split]
mullein[m] has quit [*.net *.split]
rk04[m] has quit [*.net *.split]
Fuzen has quit [*.net *.split]
grahamc[m] has quit [*.net *.split]
Hayden[m] has quit [*.net *.split]
kuramashinobi13[ has quit [*.net *.split]
mlatus[m] has quit [*.net *.split]
atgo[m] has quit [*.net *.split]
flip[m] has quit [*.net *.split]
atemu12[m] has quit [*.net *.split]
efra[m] has quit [*.net *.split]
MawKKe[m] has quit [*.net *.split]
petersjt014[m] has quit [*.net *.split]
mica[m] has quit [*.net *.split]
marius851000[m] has quit [*.net *.split]
srid has quit [*.net *.split]
iwvt[m] has quit [*.net *.split]
bennofs[m] has quit [*.net *.split]
Strubbl[m] has quit [*.net *.split]
jaewest304[m] has quit [*.net *.split]
jneplokh has quit [*.net *.split]
Ke has quit [*.net *.split]
grin[m] has quit [*.net *.split]
tristan[m] has quit [*.net *.split]
l-as has quit [*.net *.split]
balsoft has quit [*.net *.split]
xavierm02 has quit [*.net *.split]
yangm has quit [*.net *.split]
mt[m] has quit [*.net *.split]
alexherbo2[m] has quit [*.net *.split]
eddyb has quit [*.net *.split]
cstrahan has quit [*.net *.split]
feepo has quit [*.net *.split]
genevino has quit [*.net *.split]
colemickens has quit [*.net *.split]
chessai has quit [*.net *.split]
gleber has quit [*.net *.split]
sam_w has quit [*.net *.split]
minicom has quit [*.net *.split]
techtangents has quit [*.net *.split]
sdier has quit [*.net *.split]
suchar has quit [*.net *.split]
pingveno has quit [*.net *.split]
evax has quit [*.net *.split]
xantoz has quit [*.net *.split]
hamishmack has quit [*.net *.split]
wadkar has quit [*.net *.split]
fooker has quit [*.net *.split]
kloenk has quit [*.net *.split]
ar has quit [*.net *.split]
eon` has quit [*.net *.split]
ikwildrpepper has quit [*.net *.split]
miah has quit [*.net *.split]
risson has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
tom39291 has quit [*.net *.split]
markus1199 has quit [*.net *.split]
pylsan has quit [*.net *.split]
orivej has quit [*.net *.split]
fling has quit [*.net *.split]
johnnyfive has quit [*.net *.split]
ottidmes has quit [*.net *.split]
siel has quit [*.net *.split]
tilcreator has quit [*.net *.split]
m0rphism has quit [*.net *.split]
LunarLambda has quit [*.net *.split]
averell has quit [*.net *.split]
icey_ has quit [*.net *.split]
mxco86 has quit [*.net *.split]
epta has quit [*.net *.split]
Izorkin has quit [*.net *.split]
katrin has quit [*.net *.split]
laerling has quit [*.net *.split]
disasm has quit [*.net *.split]
multun has quit [*.net *.split]
Heirlung has quit [*.net *.split]
dominikh has quit [*.net *.split]
mzan has quit [*.net *.split]
Czen has quit [*.net *.split]
Uma has quit [*.net *.split]
marek has quit [*.net *.split]
callahad87074 has quit [*.net *.split]
cyphase has quit [*.net *.split]
inf has quit [*.net *.split]
S0rin has quit [*.net *.split]
MasseR has quit [*.net *.split]
edwtjo has quit [*.net *.split]
noogie has quit [*.net *.split]
cransom has quit [*.net *.split]
LambdaDuck has quit [*.net *.split]
ericnoan has quit [*.net *.split]
Acou_Bass has quit [*.net *.split]
bsima has quit [*.net *.split]
kwork has quit [*.net *.split]
Reiser has quit [*.net *.split]
nbp has quit [*.net *.split]
lohfu has quit [*.net *.split]
anderslundstedt has quit [*.net *.split]
fre has quit [*.net *.split]
17WAA85G0 has quit [*.net *.split]
mcint has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
aither has quit [*.net *.split]
FireFly has quit [*.net *.split]
snajpa has quit [*.net *.split]
maurer has quit [*.net *.split]
Aleksejs has quit [*.net *.split]
rkallos has quit [*.net *.split]
nore has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
judson_ has quit [*.net *.split]
rotaerk has quit [*.net *.split]
mk_modrzew has quit [*.net *.split]
dutchie has quit [*.net *.split]
Nafai has quit [*.net *.split]
djahandarie has quit [*.net *.split]
srk has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
moredhel has quit [*.net *.split]
tsrt^ has quit [Max SendQ exceeded]
nisstyre has joined #nixos
genevino has joined #nixos
Arahael has joined #nixos
evanjs has joined #nixos
justanotheruser has joined #nixos
szicari has joined #nixos
philr_ has joined #nixos
Emantor has joined #nixos
h0m1 has joined #nixos
eddyb[legacy] has joined #nixos
davidv7_ has joined #nixos
SOO7 has joined #nixos
johanot has joined #nixos
Cadey has joined #nixos
heijligen has joined #nixos
ldlework has joined #nixos
digitalgrease has joined #nixos
lvrp16 has joined #nixos
rummik has joined #nixos
tsrt^ has joined #nixos
cybrian has joined #nixos
d10n-work has quit [Ping timeout: 244 seconds]
CustosLimen has quit [Ping timeout: 260 seconds]
d1rewolf has quit [Ping timeout: 260 seconds]
eddyb[legacy] has quit [Ping timeout: 246 seconds]
cstrahan has joined #nixos
feepo has joined #nixos
cab404[m] has quit [Remote host closed the connection]
sneknek[m] has quit [Remote host closed the connection]
inquisitiv3 has quit [Remote host closed the connection]
scatteredray[m] has quit [Remote host closed the connection]
ndarilek has quit [Write error: Connection reset by peer]
piotrszegda[m] has quit [Remote host closed the connection]
catharsis_[m] has quit [Write error: Connection reset by peer]
sparogy has quit [Write error: Connection reset by peer]
hazel[m] has quit [Remote host closed the connection]
rschulman has quit [Write error: Connection reset by peer]
axx has quit [Write error: Connection reset by peer]
id[m] has quit [Write error: Connection reset by peer]
bqy has quit [Remote host closed the connection]
worldofpeace has quit [Remote host closed the connection]
bricewge has quit [Write error: Connection reset by peer]
Vykook[m] has quit [Write error: Connection reset by peer]
aterius has quit [Write error: Connection reset by peer]
nurelin has quit [Remote host closed the connection]
neonfuz2 has quit [Read error: Connection reset by peer]
Ox4A6F has quit [Read error: Connection reset by peer]
domenkozar[m] has quit [Remote host closed the connection]
tbenst[m] has quit [Remote host closed the connection]
ilya-fedin has quit [Remote host closed the connection]
pauricthelodger[ has quit [Remote host closed the connection]
mcds[m] has quit [Remote host closed the connection]
pablo1107[m] has quit [Remote host closed the connection]
kueckieben[m] has quit [Remote host closed the connection]
ice7[m] has quit [Remote host closed the connection]
AberDerBart[m] has quit [Remote host closed the connection]
Xamino[m] has quit [Remote host closed the connection]
jschievink has quit [Write error: Connection reset by peer]
wlan42[m] has quit [Write error: Connection reset by peer]
jluttine[m] has quit [Write error: Connection reset by peer]
Aljosha[m] has quit [Write error: Connection reset by peer]
porphyrogenetos has quit [Write error: Connection reset by peer]
M0-[m] has quit [Write error: Connection reset by peer]
frobenius[m] has quit [Write error: Connection reset by peer]
lpetoroot[m] has quit [Remote host closed the connection]
alj[m] has quit [Remote host closed the connection]
ZerataX has quit [Write error: Connection reset by peer]
enick_401 has quit [Remote host closed the connection]
aloiscochard[m] has quit [Write error: Connection reset by peer]
utdemir[m] has quit [Write error: Connection reset by peer]
frim[m] has quit [Write error: Connection reset by peer]
init_6 has quit [Write error: Connection reset by peer]
jojosch[m] has quit [Write error: Connection reset by peer]
GerdFlaig[m] has quit [Write error: Connection reset by peer]
evanjs[m] has quit [Write error: Connection reset by peer]
kuznero[m] has quit [Write error: Connection reset by peer]
hsngrmpf[m] has quit [Write error: Connection reset by peer]
p_m[m] has quit [Write error: Connection reset by peer]
apple_at_cha[m] has quit [Write error: Connection reset by peer]
felschr[m] has quit [Write error: Connection reset by peer]
Caleb[m]1 has quit [Read error: Connection reset by peer]
delroth[m] has quit [Read error: Connection reset by peer]
gh0st[m] has quit [Read error: Connection reset by peer]
yusdacra[m] has quit [Write error: Connection reset by peer]
NobbZ[m] has quit [Read error: Connection reset by peer]
l33[m] has quit [Write error: Connection reset by peer]
azazel has quit [Read error: Connection reset by peer]
AmitLevy[m] has quit [Write error: Connection reset by peer]
M|[m]1 has quit [Write error: Connection reset by peer]
rednaZ[m] has quit [Read error: Connection reset by peer]
dngray has quit [Write error: Connection reset by peer]
chmod222[m] has quit [Read error: Connection reset by peer]
Irenes[m] has quit [Read error: Connection reset by peer]
Valodim[m] has quit [Read error: Connection reset by peer]
Houtworm[m] has quit [Write error: Connection reset by peer]
dpc has quit [Remote host closed the connection]
nrdxp[m]1 has quit [Write error: Connection reset by peer]
denbrahe[m] has quit [Remote host closed the connection]
shu9[m] has quit [Remote host closed the connection]
trewqasad1[m] has quit [Remote host closed the connection]
vpfeiffer[m] has quit [Remote host closed the connection]
joey_tribbiianii has quit [Remote host closed the connection]
faewenys[m] has quit [Remote host closed the connection]
martha[m] has quit [Read error: Connection reset by peer]
Minijackson[m] has quit [Remote host closed the connection]
kraem[m] has quit [Remote host closed the connection]
pitchzer0 has quit [Remote host closed the connection]
MilkManzJourDadd has quit [Remote host closed the connection]
qbit[m] has quit [Read error: Connection reset by peer]
ChrisOboe[m] has quit [Remote host closed the connection]
vtest[m] has quit [Remote host closed the connection]
gsals[m] has quit [Read error: Connection reset by peer]
alienpirate5 has quit [Write error: Connection reset by peer]
easamuilov[m] has quit [Write error: Connection reset by peer]
hpfr[m] has quit [Write error: Connection reset by peer]
peterlau[m] has quit [Write error: Broken pipe]
zannzen[m] has quit [Write error: Connection reset by peer]
pucilpet[m] has quit [Remote host closed the connection]
mbick[m] has quit [Write error: Connection reset by peer]
blindidiotgod has quit [Write error: Connection reset by peer]
sab7iryudpgf6[m] has quit [Write error: Connection reset by peer]
guiber[m] has quit [Remote host closed the connection]
Rian[m] has quit [Remote host closed the connection]
wak-work has quit [Write error: Broken pipe]
codyopel has quit [Write error: Broken pipe]
toraritte has quit [Write error: Broken pipe]
maralorn has quit [Write error: Connection reset by peer]
wangoe[m] has quit [Remote host closed the connection]
noneucat has quit [Remote host closed the connection]
pinion[m] has quit [Read error: Connection reset by peer]
michaelpj has quit [Remote host closed the connection]
observer_alpha[m has quit [Read error: Connection reset by peer]
yurb has quit [Remote host closed the connection]
siraben has quit [Write error: Connection reset by peer]
etrigan63[m] has quit [Remote host closed the connection]
regnat has quit [Remote host closed the connection]
michael[m]4 has quit [Remote host closed the connection]
cjbassi[m] has quit [Remote host closed the connection]
sty86[m] has quit [Remote host closed the connection]
AlesHuzik[m]1 has quit [Remote host closed the connection]
rycee has quit [Remote host closed the connection]
ma27[m] has quit [Remote host closed the connection]
vegai1 has quit [Remote host closed the connection]
davidak[m] has quit [Remote host closed the connection]
rigola[m] has quit [Remote host closed the connection]
Eli[m]2 has quit [Remote host closed the connection]
Addison[m] has quit [Remote host closed the connection]
scratch171[m] has quit [Write error: Connection reset by peer]
d4rkshad0w has quit [Write error: Connection reset by peer]
onny[m] has quit [Remote host closed the connection]
shider[m] has quit [Remote host closed the connection]
Markus[m]2 has quit [Remote host closed the connection]
stites[m] has quit [Remote host closed the connection]
rellen[m] has quit [Remote host closed the connection]
Superleaf1995 has quit [Write error: Connection reset by peer]
danielrf[m] has quit [Write error: Connection reset by peer]
dammndot[m] has quit [Write error: Connection reset by peer]
vaibhavsagar has quit [Remote host closed the connection]
musicmatze has quit [Remote host closed the connection]
quiet_laika[m] has quit [Remote host closed the connection]
rgamma[m] has quit [Write error: Connection reset by peer]
Stphan[m] has quit [Remote host closed the connection]
mkfart[m] has quit [Remote host closed the connection]
rascencio[m] has quit [Remote host closed the connection]
fgaz has quit [Write error: Connection reset by peer]
joghuru[m] has quit [Write error: Connection reset by peer]
ibinzari[m] has quit [Write error: Connection reset by peer]
koschitzky[m] has quit [Write error: Connection reset by peer]
Geezus42[m] has quit [Write error: Connection reset by peer]
jtojnar has quit [Read error: Connection reset by peer]
felixfoertsch has quit [Remote host closed the connection]
sasyctu[m] has quit [Remote host closed the connection]
DamienCassou has quit [Remote host closed the connection]
cyberwolf[m] has quit [Read error: Connection reset by peer]
freeman42x[m] has quit [Remote host closed the connection]
TheSirC[m] has quit [Write error: Connection reset by peer]
hsiktas[m] has quit [Write error: Connection reset by peer]
sghir_med[m] has quit [Read error: Connection reset by peer]
cmcaine[m] has quit [Remote host closed the connection]
nh2[m] has quit [Remote host closed the connection]
rnhmjoj has quit [Remote host closed the connection]
guelosk[m] has quit [Write error: Connection reset by peer]
sayanarijit[m] has quit [Write error: Connection reset by peer]
user51[m] has quit [Write error: Connection reset by peer]
nanashi0x74[m] has quit [Write error: Connection reset by peer]
mattock[m] has quit [Write error: Connection reset by peer]
d3c[m] has quit [Write error: Connection reset by peer]
Luigi[m] has quit [Write error: Connection reset by peer]
gs93 has quit [Write error: Connection reset by peer]
phirsch has quit [Remote host closed the connection]
dxu[m] has quit [Write error: Connection reset by peer]
david-sawatzke[m has quit [Remote host closed the connection]
bohan[m] has quit [Write error: Connection reset by peer]
slabity has quit [Remote host closed the connection]
kriteus[m] has quit [Write error: Connection reset by peer]
mathyouguy has quit [Write error: Connection reset by peer]
acidpointer[m] has quit [Write error: Connection reset by peer]
Jan-HenrikBruhn[ has quit [Write error: Connection reset by peer]
omasanori[m] has quit [Write error: Connection reset by peer]
Poscat[m] has quit [Write error: Connection reset by peer]
boogiewoogie[m] has quit [Remote host closed the connection]
Philipp[m]3 has quit [Remote host closed the connection]
Criena[m] has quit [Remote host closed the connection]
ehmry[m]1 has quit [Remote host closed the connection]
j0hax[m]1 has quit [Remote host closed the connection]
wedens[m] has quit [Remote host closed the connection]
bbigras has quit [Write error: Connection reset by peer]
JJJollyjim has quit [Write error: Connection reset by peer]
puzzlewolf has quit [Read error: Connection reset by peer]
hiroshi[m] has quit [Remote host closed the connection]
Yakulu[m] has quit [Remote host closed the connection]
matthewbauer has quit [Write error: Connection reset by peer]
leons has quit [Write error: Broken pipe]
arcnmx has quit [Write error: Connection reset by peer]
srxl has quit [Remote host closed the connection]
unclechu has quit [Remote host closed the connection]
keving[m] has quit [Remote host closed the connection]
kai_w has quit [Write error: Connection reset by peer]
gnxlxnxx[m] has quit [Write error: Connection reset by peer]
billsun has quit [Remote host closed the connection]
therivercass[m] has quit [Remote host closed the connection]
theotherjimmy[m] has quit [Remote host closed the connection]
ptotter[m] has quit [Write error: Connection reset by peer]
yutyo[m] has quit [Write error: Connection reset by peer]
exel[m] has quit [Remote host closed the connection]
khassanov[m] has quit [Write error: Connection reset by peer]
feffe[m] has quit [Write error: Connection reset by peer]
zrsk[m] has quit [Remote host closed the connection]
ongy[m] has quit [Write error: Connection reset by peer]
chreekat[m] has quit [Write error: Broken pipe]
hienergy[m] has quit [Write error: Connection reset by peer]
padok[m] has quit [Write error: Connection reset by peer]
tokudan[m] has quit [Write error: Connection reset by peer]
quidome[m] has quit [Write error: Connection reset by peer]
slby[m] has quit [Write error: Connection reset by peer]
pjhenning[m] has quit [Write error: Connection reset by peer]
jjwatt[m] has quit [Write error: Connection reset by peer]
likivik[m] has quit [Write error: Connection reset by peer]
lalala56756[m] has quit [Write error: Connection reset by peer]
Nacho[m]2 has quit [Write error: Connection reset by peer]
movsxd[m] has quit [Write error: Connection reset by peer]
fresheyeball[m] has quit [Write error: Connection reset by peer]
hleb[m] has quit [Write error: Connection reset by peer]
koozz[m] has quit [Write error: Connection reset by peer]
emmanuelrosa[m] has quit [Write error: Connection reset by peer]
haaksmash[m] has quit [Write error: Connection reset by peer]
edrex has quit [Write error: Connection reset by peer]
eadwu[m] has quit [Write error: Connection reset by peer]
cutuchiqueno[m] has quit [Read error: Connection reset by peer]
tsrt^ has quit [Max SendQ exceeded]
hanckmann[m] has quit [Read error: Connection reset by peer]
sirreal[m] has quit [Remote host closed the connection]
codezero has joined #nixos
aw has joined #nixos
duckfullstop has joined #nixos
caranatar has joined #nixos
evils has joined #nixos
stoile has joined #nixos
joehh1_ has joined #nixos
rodgort has joined #nixos
fresheyeball has joined #nixos
devalot has joined #nixos
Church- has joined #nixos
stephank has joined #nixos
catid has joined #nixos
nckx has joined #nixos
buffet has joined #nixos
otulp has joined #nixos
Bunogi has joined #nixos
greymalkin has joined #nixos
W1lkins has joined #nixos
tghume has joined #nixos
voidcontext has joined #nixos
simukis_ has joined #nixos
xeu has joined #nixos
steell has joined #nixos
nixy has joined #nixos
bdju has joined #nixos
bridge[evilred] has joined #nixos
dkibi has joined #nixos
gordon1 has joined #nixos
agb has joined #nixos
Athas has joined #nixos
raoul has joined #nixos
rixed_ has joined #nixos
tsrt^ has joined #nixos
<catid> Yeah same hash for sure on both machines but /run/opengl-driver/lib/dri/i965_drv_video.so doesn't get populated
CustosLimen has joined #nixos
jaeckel has joined #nixos
Mrmaxmeier has joined #nixos
mfernandez has joined #nixos
tomaw has joined #nixos
chiiba has joined #nixos
Twey has joined #nixos
stiell has joined #nixos
heath has joined #nixos
georges has joined #nixos
eyJhb has joined #nixos
Graypup_ has joined #nixos
lunik1 has joined #nixos
Gaelan has joined #nixos
betaboon has joined #nixos
rembo10 has joined #nixos
zemm_ has joined #nixos
ent has joined #nixos
jkarni has joined #nixos
cruxeternus has joined #nixos
cptchaos83 has joined #nixos
dredozubov has joined #nixos
m4ts has joined #nixos
yosafbridge has joined #nixos
Puck` has joined #nixos
asymmetric has joined #nixos
Luker has joined #nixos
amfl has joined #nixos
redj has joined #nixos
marcusr has joined #nixos
danderson has joined #nixos
cjpbirkbeck has joined #nixos
dev4 has joined #nixos
sephii has joined #nixos
nbp has joined #nixos
jeaye has joined #nixos
edwtjo has joined #nixos
noogie has joined #nixos
johnnyfive has joined #nixos
flx has joined #nixos
bvdw has joined #nixos
njd has joined #nixos
m0rphism has joined #nixos
copy has joined #nixos
dramaturg has joined #nixos
mxco86 has joined #nixos
hplar has joined #nixos
Taneb has joined #nixos
moredhel has joined #nixos
EsperLily has joined #nixos
fling has joined #nixos
Mateon1 has joined #nixos
Yaniel has joined #nixos
luna has joined #nixos
armin has joined #nixos
anderslundstedt has joined #nixos
markus1199 has joined #nixos
andymandias_ has joined #nixos
Heirlung has joined #nixos
lohfu has joined #nixos
sveitser1 has joined #nixos
romanofski has joined #nixos
marek has joined #nixos
disasm has joined #nixos
johnny101 has joined #nixos
eta has joined #nixos
erhandsome has joined #nixos
shiver has joined #nixos
cyphase has joined #nixos
Izorkin has joined #nixos
MichaelRaskin has joined #nixos
inf has joined #nixos
puffnfresh_ has joined #nixos
ottidmes has joined #nixos
amir has joined #nixos
vesper11 has joined #nixos
cosimone has joined #nixos
DerGuteMoritz has joined #nixos
Rusty1 has joined #nixos
hyperfekt has joined #nixos
lpsmith has joined #nixos
epta has joined #nixos
djahandarie has joined #nixos
eeva has joined #nixos
tilcreator has joined #nixos
multun has joined #nixos
gentauro has joined #nixos
swflint has joined #nixos
talyz has joined #nixos
craftyguy has joined #nixos
dominikh has joined #nixos
S0rin has joined #nixos
tristanC has joined #nixos
srk has joined #nixos
mzan has joined #nixos
numkem has joined #nixos
Nafai has joined #nixos
laerling has joined #nixos
xwvvvvwx has joined #nixos
realrokka has joined #nixos
sshow has joined #nixos
dottedmag has joined #nixos
icey_ has joined #nixos
katrin has joined #nixos
Baughn has joined #nixos
m1cr0man has joined #nixos
Swant has joined #nixos
diekl has joined #nixos
nixuser has joined #nixos
dongcarl has joined #nixos
Czen has joined #nixos
averell has joined #nixos
callahad87074 has joined #nixos
fiddlerwoaroof has joined #nixos
xe4 has joined #nixos
tv has joined #nixos
virus_dave has joined #nixos
_cyris212 has joined #nixos
Uma has joined #nixos
CMCDragonkai has joined #nixos
MasseR has joined #nixos
LunarLambda has joined #nixos
eyenx has joined #nixos
obadz has joined #nixos
meck has joined #nixos
craige has joined #nixos
andersk has joined #nixos
xqsl_ has joined #nixos
corvid has joined #nixos
notgne2 has joined #nixos
titano has joined #nixos
nore has joined #nixos
maurer has joined #nixos
jD91mZM2 has joined #nixos
LambdaDuck has joined #nixos
17WAA85G0 has joined #nixos
mk_modrzew has joined #nixos
kwork has joined #nixos
bsima has joined #nixos
ericnoan has joined #nixos
judson_ has joined #nixos
cransom has joined #nixos
rkallos has joined #nixos
Reiser has joined #nixos
aminechikhaoui has joined #nixos
dutchie has joined #nixos
rotaerk has joined #nixos
FireFly has joined #nixos
snajpa has joined #nixos
Aleksejs has joined #nixos
mcint has joined #nixos
fre has joined #nixos
Acou_Bass has joined #nixos
aither has joined #nixos
d1rewolf has joined #nixos
WeblordPepe has joined #nixos
avn has joined #nixos
reivilibre has joined #nixos
Kritnich has joined #nixos
sjourdoi- has joined #nixos
acarrico has joined #nixos
wallacer3 has joined #nixos
drewc has joined #nixos
bukkitgerman8608 has joined #nixos
tobiasBora has joined #nixos
ToxicFrog has joined #nixos
statusbot has joined #nixos
dweller has joined #nixos
dminuoso has joined #nixos
runciter has joined #nixos
OmnipotentEntity has joined #nixos
vuko has joined #nixos
dfgg has joined #nixos
ornxka_ has joined #nixos
otti0815 has joined #nixos
phI||Ip_Alternat has joined #nixos
tpanum has joined #nixos
lewo has joined #nixos
switchy has joined #nixos
electrocat has joined #nixos
Gohla has joined #nixos
Philonous has joined #nixos
fyuuri has joined #nixos
pie_ has joined #nixos
woffs has joined #nixos
oleks has joined #nixos
deni has joined #nixos
djanatyn has joined #nixos
Unode has joined #nixos
nbathum has joined #nixos
techtangents has joined #nixos
hamishmack has joined #nixos
sdier has joined #nixos
pingveno has joined #nixos
chessai has joined #nixos
sam_w has joined #nixos
gleber has joined #nixos
kloenk has joined #nixos
pylsan has joined #nixos
fooker has joined #nixos
ar has joined #nixos
wadkar has joined #nixos
tom39291 has joined #nixos
suchar has joined #nixos
risson has joined #nixos
eon` has joined #nixos
miah has joined #nixos
evax has joined #nixos
xantoz has joined #nixos
siel has joined #nixos
ikwildrpepper has joined #nixos
NinjaTrappeur has joined #nixos
minicom has joined #nixos
omnigoat has joined #nixos
nikivi has joined #nixos
`slikts has joined #nixos
hexa- has joined #nixos
angerman has joined #nixos
nadley has joined #nixos
scoates has joined #nixos
jjakob has joined #nixos
HackerFoo has joined #nixos
monokrome has joined #nixos
wpcarro has joined #nixos
Habbie has joined #nixos
cbarrett has joined #nixos
beaky has joined #nixos
grfn has joined #nixos
zot has joined #nixos
pbb has joined #nixos
amanjeev has joined #nixos
hax404 has joined #nixos
cvlad- has joined #nixos
etrepum has joined #nixos
sgraf has joined #nixos
jasom has joined #nixos
heatm1s3r has joined #nixos
philipcristiano has joined #nixos
datakurre has joined #nixos
dani- has joined #nixos
Raito_Bezarius has joined #nixos
tetdim has joined #nixos
bwe_ has joined #nixos
adamse has joined #nixos
incognito9999 has joined #nixos
bqv has joined #nixos
ardumont has joined #nixos
tnks has joined #nixos
leah2 has joined #nixos
pointfree has joined #nixos
aria has joined #nixos
tazjin has joined #nixos
jkkm has joined #nixos
mankyKitty_ has joined #nixos
nz_ has joined #nixos
Neo--- has joined #nixos
dmj` has joined #nixos
marsh has joined #nixos
PyroLagus has joined #nixos
wucke13 has joined #nixos
alanz_ has joined #nixos
teozkr_ has joined #nixos
ManiacOfMadness has joined #nixos
endocrimes has joined #nixos
thonkpod has joined #nixos
af1cs has joined #nixos
matthiaskrgr has joined #nixos
AlpineLlama has joined #nixos
simpson has joined #nixos
drakonis has joined #nixos
liff has joined #nixos
patrickod_ has joined #nixos
zimbatm has joined #nixos
lally has joined #nixos
LeshaInc has joined #nixos
tokudan has joined #nixos
gilligan has joined #nixos
sphalerite has joined #nixos
blackriversoftwa has joined #nixos
parseval has joined #nixos
Supersonic has joined #nixos
heinrich5991 has joined #nixos
bgamari has joined #nixos
skorpy has joined #nixos
hexo has joined #nixos
marcinja has joined #nixos
GlennS has joined #nixos
skomorokh has joined #nixos
f0x2 has joined #nixos
f0x has joined #nixos
spacekookie has joined #nixos
komasa has joined #nixos
ggp0647 has joined #nixos
lux1 has joined #nixos
samueldr has joined #nixos
myme has joined #nixos
ky0ko has joined #nixos
gchristensen has joined #nixos
Adluc has joined #nixos
Miyu-saki has joined #nixos
step21 has joined #nixos
Hedgework has joined #nixos
lucus16 has joined #nixos
d10n-work has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJ4Qy
praduca has quit [Remote host closed the connection]
bigvalen has joined #nixos
iMatejC has joined #nixos
hke has joined #nixos
ris has joined #nixos
demize has joined #nixos
thomasjm has joined #nixos
CrunchyChewie has joined #nixos
edef has joined #nixos
Scriptkiddi has joined #nixos
energizer has joined #nixos
dozn has joined #nixos
urkk has joined #nixos
__red__ has joined #nixos
mla has joined #nixos
ddellacosta has joined #nixos
boegel has joined #nixos
arianvp has joined #nixos
signaryk_ has joined #nixos
gthm_ has joined #nixos
dsg_ has joined #nixos
zebrag has joined #nixos
duckonomy has joined #nixos
ambroisie has joined #nixos
alexbakker has joined #nixos
dadada_ has joined #nixos
Streetwalrus has joined #nixos
robogoat has joined #nixos
chin-tastic has joined #nixos
BlessJah has joined #nixos
Pidgeotto has joined #nixos
qz has joined #nixos
unacceptable has joined #nixos
abrar has joined #nixos
liori has joined #nixos
pbogdan has joined #nixos
davidcl has joined #nixos
dfordvm has joined #nixos
trfl has joined #nixos
adisbladis has joined #nixos
delroth has joined #nixos
cosimone has quit [Max SendQ exceeded]
ddellacosta has quit [*.net *.split]
zebrag has quit [*.net *.split]
boegel has quit [*.net *.split]
Scriptkiddi has quit [*.net *.split]
ris has quit [*.net *.split]
CrunchyChewie has quit [*.net *.split]
demize has quit [*.net *.split]
bigvalen has quit [*.net *.split]
thomasjm has quit [*.net *.split]
hke has quit [*.net *.split]
iMatejC has quit [*.net *.split]
edef has quit [*.net *.split]
mla has quit [*.net *.split]
dozn has quit [*.net *.split]
energizer has quit [*.net *.split]
__red__ has quit [*.net *.split]
dsg_ has quit [*.net *.split]
gthm_ has quit [*.net *.split]
arianvp has quit [*.net *.split]
alexbakker has quit [*.net *.split]
signaryk_ has quit [*.net *.split]
ambroisie has quit [*.net *.split]
robogoat has quit [*.net *.split]
dadada_ has quit [*.net *.split]
Streetwalrus has quit [*.net *.split]
chin-tastic has quit [*.net *.split]
urkk has quit [*.net *.split]
duckonomy has quit [*.net *.split]
BlessJah has quit [*.net *.split]
delroth has quit [*.net *.split]
Pidgeotto has quit [*.net *.split]
adisbladis has quit [*.net *.split]
abrar has quit [*.net *.split]
liori has quit [*.net *.split]
unacceptable has quit [*.net *.split]
qz has quit [*.net *.split]
davidcl has quit [*.net *.split]
dfordvm has quit [*.net *.split]
pbogdan has quit [*.net *.split]
trfl has quit [*.net *.split]
bqv has quit [*.net *.split]
matthiaskrgr has quit [*.net *.split]
nikivi has quit [*.net *.split]
ManiacOfMadness has quit [*.net *.split]
drakonis has quit [*.net *.split]
pbb has quit [*.net *.split]
Neo--- has quit [*.net *.split]
gilligan has quit [*.net *.split]
ardumont has quit [*.net *.split]
datakurre has quit [*.net *.split]
AlpineLlama has quit [*.net *.split]
Supersonic has quit [*.net *.split]
endocrimes has quit [*.net *.split]
tnks has quit [*.net *.split]
tetdim has quit [*.net *.split]
thonkpod has quit [*.net *.split]
HackerFoo has quit [*.net *.split]
monokrome has quit [*.net *.split]
liff has quit [*.net *.split]
Habbie has quit [*.net *.split]
jjakob has quit [*.net *.split]
heinrich5991 has quit [*.net *.split]
nadley has quit [*.net *.split]
`slikts has quit [*.net *.split]
dani- has quit [*.net *.split]
pointfree has quit [*.net *.split]
jkkm has quit [*.net *.split]
leah2 has quit [*.net *.split]
heatm1s3r has quit [*.net *.split]
wpcarro has quit [*.net *.split]
hexa- has quit [*.net *.split]
sphalerite has quit [*.net *.split]
dmj` has quit [*.net *.split]
adamse has quit [*.net *.split]
amanjeev has quit [*.net *.split]
tokudan has quit [*.net *.split]
hax404 has quit [*.net *.split]
marsh has quit [*.net *.split]
incognito9999 has quit [*.net *.split]
nz_ has quit [*.net *.split]
parseval has quit [*.net *.split]
lally has quit [*.net *.split]
tazjin has quit [*.net *.split]
mankyKitty_ has quit [*.net *.split]
zot has quit [*.net *.split]
cbarrett has quit [*.net *.split]
jasom has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
aria has quit [*.net *.split]
blackriversoftwa has quit [*.net *.split]
patrickod_ has quit [*.net *.split]
zimbatm has quit [*.net *.split]
bwe_ has quit [*.net *.split]
teozkr_ has quit [*.net *.split]
angerman has quit [*.net *.split]
scoates has quit [*.net *.split]
cvlad- has quit [*.net *.split]
grfn has quit [*.net *.split]
sgraf has quit [*.net *.split]
etrepum has quit [*.net *.split]
alanz_ has quit [*.net *.split]
philipcristiano has quit [*.net *.split]
simpson has quit [*.net *.split]
wucke13 has quit [*.net *.split]
Miyu-saki has quit [*.net *.split]
PyroLagus has quit [*.net *.split]
lucus16 has quit [*.net *.split]
LeshaInc has quit [*.net *.split]
spacekookie has quit [*.net *.split]
ky0ko has quit [*.net *.split]
skomorokh has quit [*.net *.split]
f0x2 has quit [*.net *.split]
af1cs has quit [*.net *.split]
ggp0647 has quit [*.net *.split]
Hedgework has quit [*.net *.split]
bgamari has quit [*.net *.split]
skorpy has quit [*.net *.split]
marcinja has quit [*.net *.split]
f0x has quit [*.net *.split]
komasa has quit [*.net *.split]
beaky has quit [*.net *.split]
lux1 has quit [*.net *.split]
hexo has quit [*.net *.split]
GlennS has quit [*.net *.split]
gchristensen has quit [*.net *.split]
myme has quit [*.net *.split]
Adluc has quit [*.net *.split]
samueldr has quit [*.net *.split]
chessai has quit [*.net *.split]
step21 has quit [*.net *.split]
gleber has quit [*.net *.split]
hamishmack has quit [*.net *.split]
pingveno has quit [*.net *.split]
sdier has quit [*.net *.split]
sam_w has quit [*.net *.split]
techtangents has quit [*.net *.split]
wadkar has quit [*.net *.split]
suchar has quit [*.net *.split]
ar has quit [*.net *.split]
minicom has quit [*.net *.split]
kloenk has quit [*.net *.split]
pylsan has quit [*.net *.split]
fooker has quit [*.net *.split]
evax has quit [*.net *.split]
xantoz has quit [*.net *.split]
risson has quit [*.net *.split]
miah has quit [*.net *.split]
ikwildrpepper has quit [*.net *.split]
tom39291 has quit [*.net *.split]
eon` has quit [*.net *.split]
siel has quit [*.net *.split]
OmnipotentEntity has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
acarrico has quit [*.net *.split]
bukkitgerman8608 has quit [*.net *.split]
dweller has quit [*.net *.split]
wallacer3 has quit [*.net *.split]
reivilibre has quit [*.net *.split]
tobiasBora has quit [*.net *.split]
sjourdoi- has quit [*.net *.split]
drewc has quit [*.net *.split]
avn has quit [*.net *.split]
Kritnich has quit [*.net *.split]
vuko has quit [*.net *.split]
otti0815 has quit [*.net *.split]
statusbot has quit [*.net *.split]
dminuoso has quit [*.net *.split]
phI||Ip_Alternat has quit [*.net *.split]
ToxicFrog has quit [*.net *.split]
ornxka_ has quit [*.net *.split]
Philonous has quit [*.net *.split]
runciter has quit [*.net *.split]
lewo has quit [*.net *.split]
tpanum has quit [*.net *.split]
woffs has quit [*.net *.split]
WeblordPepe has quit [*.net *.split]
Gohla has quit [*.net *.split]
switchy has quit [*.net *.split]
dfgg has quit [*.net *.split]
deni has quit [*.net *.split]
nbathum has quit [*.net *.split]
EsperLily has quit [*.net *.split]
obadz has quit [*.net *.split]
djanatyn has quit [*.net *.split]
virus_dave has quit [*.net *.split]
dredozubov has quit [*.net *.split]
fyuuri has quit [*.net *.split]
Unode has quit [*.net *.split]
electrocat has quit [*.net *.split]
oleks has quit [*.net *.split]
pie_ has quit [*.net *.split]
lunik1 has quit [*.net *.split]
johnny101 has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
amir has quit [*.net *.split]
ent has quit [*.net *.split]
puffnfresh_ has quit [*.net *.split]
stiell has quit [*.net *.split]
copy has quit [*.net *.split]
Baughn has quit [*.net *.split]
romanofski has quit [*.net *.split]
betaboon has quit [*.net *.split]
Gaelan has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
rembo10 has quit [*.net *.split]
numkem has quit [*.net *.split]
craige has quit [*.net *.split]
Mrmaxmeier has quit [*.net *.split]
asymmetric has quit [*.net *.split]
lpsmith has quit [*.net *.split]
m4ts has quit [*.net *.split]
redj has quit [*.net *.split]
Graypup_ has quit [*.net *.split]
georges has quit [*.net *.split]
chiiba has quit [*.net *.split]
DerGuteMoritz has quit [*.net *.split]
eyJhb has quit [*.net *.split]
zemm_ has quit [*.net *.split]
mfernandez has quit [*.net *.split]
cruxeternus has quit [*.net *.split]
tomaw has quit [*.net *.split]
Twey has quit [*.net *.split]
jaeckel has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
jkarni has quit [*.net *.split]
erhandsome has quit [*.net *.split]
Luker has quit [*.net *.split]
andersk has quit [*.net *.split]
xe4 has quit [*.net *.split]
heath has quit [*.net *.split]
_cyris212 has quit [*.net *.split]
Rusty1 has quit [*.net *.split]
luna has quit [*.net *.split]
Mateon1 has quit [*.net *.split]
dongcarl has quit [*.net *.split]
MichaelRaskin has quit [*.net *.split]
cjpbirkbeck has quit [*.net *.split]
craftyguy has quit [*.net *.split]
notgne2 has quit [*.net *.split]
bvdw has quit [*.net *.split]
CMCDragonkai has quit [*.net *.split]
marcusr has quit [*.net *.split]
gentauro has quit [*.net *.split]
m1cr0man has quit [*.net *.split]
titano has quit [*.net *.split]
nixuser has quit [*.net *.split]
sshow has quit [*.net *.split]
hplar has quit [*.net *.split]
xwvvvvwx has quit [*.net *.split]
diekl has quit [*.net *.split]
eeva has quit [*.net *.split]
realrokka has quit [*.net *.split]
corvid has quit [*.net *.split]
sveitser1 has quit [*.net *.split]
dev4 has quit [*.net *.split]
xqsl_ has quit [*.net *.split]
andymandias_ has quit [*.net *.split]
amfl has quit [*.net *.split]
tv has quit [*.net *.split]
eyenx has quit [*.net *.split]
shiver has quit [*.net *.split]
vesper11 has quit [*.net *.split]
armin has quit [*.net *.split]
eta has quit [*.net *.split]
jeaye has quit [*.net *.split]
meck has quit [*.net *.split]
danderson has quit [*.net *.split]
Puck` has quit [*.net *.split]
njd has quit [*.net *.split]
Taneb has quit [*.net *.split]
Yaniel has quit [*.net *.split]
dottedmag has quit [*.net *.split]
flx has quit [*.net *.split]
swflint has quit [*.net *.split]
Swant has quit [*.net *.split]
talyz has quit [*.net *.split]
dramaturg has quit [*.net *.split]
sephii has quit [*.net *.split]
markus1199 has quit [*.net *.split]
tristanC has quit [*.net *.split]
tilcreator has quit [*.net *.split]
johnnyfive has quit [*.net *.split]
fling has quit [*.net *.split]
ottidmes has quit [*.net *.split]
LunarLambda has quit [*.net *.split]
averell has quit [*.net *.split]
Izorkin has quit [*.net *.split]
m0rphism has quit [*.net *.split]
epta has quit [*.net *.split]
icey_ has quit [*.net *.split]
katrin has quit [*.net *.split]
mxco86 has quit [*.net *.split]
laerling has quit [*.net *.split]
multun has quit [*.net *.split]
disasm has quit [*.net *.split]
Heirlung has quit [*.net *.split]
dominikh has quit [*.net *.split]
callahad87074 has quit [*.net *.split]
S0rin has quit [*.net *.split]
mzan has quit [*.net *.split]
Uma has quit [*.net *.split]
Czen has quit [*.net *.split]
anderslundstedt has quit [*.net *.split]
cyphase has quit [*.net *.split]
marek has quit [*.net *.split]
inf has quit [*.net *.split]
MasseR has quit [*.net *.split]
noogie has quit [*.net *.split]
edwtjo has quit [*.net *.split]
lohfu has quit [*.net *.split]
nbp has quit [*.net *.split]
ericnoan has quit [*.net *.split]
bsima has quit [*.net *.split]
cransom has quit [*.net *.split]
LambdaDuck has quit [*.net *.split]
Reiser has quit [*.net *.split]
judson_ has quit [*.net *.split]
kwork has quit [*.net *.split]
Acou_Bass has quit [*.net *.split]
fre has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
mcint has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
17WAA85G0 has quit [*.net *.split]
aither has quit [*.net *.split]
nore has quit [*.net *.split]
rotaerk has quit [*.net *.split]
snajpa has quit [*.net *.split]
FireFly has quit [*.net *.split]
maurer has quit [*.net *.split]
mk_modrzew has quit [*.net *.split]
Aleksejs has quit [*.net *.split]
Nafai has quit [*.net *.split]
rkallos has quit [*.net *.split]
dutchie has quit [*.net *.split]
djahandarie has quit [*.net *.split]
srk has quit [*.net *.split]
moredhel has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
tsrt^ has quit [Max SendQ exceeded]
catid has quit [Write error: Connection reset by peer]
nonickname has joined #nixos
user_0x58 has quit [Ping timeout: 256 seconds]
CustosLimen has quit [Max SendQ exceeded]
tsrt^ has joined #nixos
gleber has joined #nixos
chessai has joined #nixos
pingveno has joined #nixos
hamishmack has joined #nixos
sam_w has joined #nixos
fooker has joined #nixos
wadkar has joined #nixos
suchar has joined #nixos
ar has joined #nixos
evax has joined #nixos
xantoz has joined #nixos
kloenk has joined #nixos
miah has joined #nixos
minicom has joined #nixos
tom39291 has joined #nixos
risson has joined #nixos
pylsan has joined #nixos
techtangents has joined #nixos
sdier has joined #nixos
ikwildrpepper has joined #nixos
eon` has joined #nixos
siel has joined #nixos
NinjaTrappeur has joined #nixos
fnords has quit [Ping timeout: 244 seconds]
alunduil has quit [Ping timeout: 244 seconds]
eddyb[legacy] has joined #nixos
eacameron has quit [Ping timeout: 244 seconds]
nh2 has quit [Ping timeout: 244 seconds]
dsal has quit [Ping timeout: 244 seconds]
chpatrick has quit [Ping timeout: 244 seconds]
chessai has quit [Ping timeout: 246 seconds]
eddyb[legacy] has quit [Changing host]
eddyb[legacy] has joined #nixos
gleber has quit [Ping timeout: 240 seconds]
NemesisD has quit [Ping timeout: 256 seconds]
higherorder has quit [Ping timeout: 256 seconds]
visl has quit [Ping timeout: 256 seconds]
bgupta has quit [Ping timeout: 256 seconds]
johs has quit [Ping timeout: 244 seconds]
pingveno has quit [Ping timeout: 240 seconds]
hiciu has quit [Ping timeout: 260 seconds]
terrorjack has quit [Ping timeout: 260 seconds]
ocharles has quit [Ping timeout: 260 seconds]
victorbjelkholm_ has quit [Ping timeout: 260 seconds]
nixuser has joined #nixos
marcusr has joined #nixos
dongcarl has joined #nixos
luna has joined #nixos
Mateon1 has joined #nixos
cjpbirkbeck has joined #nixos
CMCDragonkai has joined #nixos
_cyris212 has joined #nixos
MichaelRaskin has joined #nixos
notgne2 has joined #nixos
Rusty1 has joined #nixos
m1cr0man has joined #nixos
titano has joined #nixos
sshow has joined #nixos
bvdw has joined #nixos
gentauro has joined #nixos
hplar has joined #nixos
xwvvvvwx has joined #nixos
diekl has joined #nixos
craftyguy has joined #nixos
realrokka has joined #nixos
eeva has joined #nixos
sveitser1 has joined #nixos
dev4 has joined #nixos
corvid has joined #nixos
eyenx has joined #nixos
andymandias_ has joined #nixos
tv has joined #nixos
vesper11 has joined #nixos
shiver has joined #nixos
eta has joined #nixos
xqsl_ has joined #nixos
amfl has joined #nixos
jeaye has joined #nixos
danderson has joined #nixos
Puck` has joined #nixos
njd has joined #nixos
Taneb has joined #nixos
meck has joined #nixos
Yaniel has joined #nixos
armin has joined #nixos
feepo has quit [Max SendQ exceeded]
d1rewolf has quit [Max SendQ exceeded]
gregf has quit [Ping timeout: 244 seconds]
nlofaro has quit [Ping timeout: 244 seconds]
bitonic has quit [Ping timeout: 244 seconds]
jfhbrook has quit [Ping timeout: 244 seconds]
diamondman has quit [Ping timeout: 244 seconds]
xkapastel has quit [Ping timeout: 257 seconds]
kozowu has quit [Ping timeout: 257 seconds]
dgpratt has quit [Ping timeout: 257 seconds]
steveeJ has quit [Ping timeout: 257 seconds]
lvrp16 has quit [Ping timeout: 246 seconds]
sethetter_ has quit [Ping timeout: 244 seconds]
teehemkay has quit [Ping timeout: 244 seconds]
newhoggy has quit [Ping timeout: 244 seconds]
r0bby has quit [Ping timeout: 244 seconds]
valwal_ has quit [Ping timeout: 260 seconds]
elvishjerricco has quit [Ping timeout: 260 seconds]
raboof has quit [Ping timeout: 260 seconds]
SrPx has quit [Ping timeout: 256 seconds]
rizary has quit [Ping timeout: 256 seconds]
betawaffle has quit [Ping timeout: 256 seconds]
dvim has quit [Ping timeout: 256 seconds]
mpickering has quit [Ping timeout: 256 seconds]
kitemikaze_ has quit [Ping timeout: 244 seconds]
chrisaw has quit [Ping timeout: 244 seconds]
davidtwco has quit [Ping timeout: 244 seconds]
carter has quit [Ping timeout: 244 seconds]
pasukon has quit [Ping timeout: 244 seconds]
dongcarl has quit [Max SendQ exceeded]
CustosLimen has joined #nixos
parsnip0 has quit [Ping timeout: 260 seconds]
sam_w has quit [Ping timeout: 254 seconds]
hamishmack has quit [Ping timeout: 254 seconds]
sdier has quit [Ping timeout: 254 seconds]
techtangents has quit [Ping timeout: 254 seconds]
davidtwco has joined #nixos
user_0x58 has joined #nixos
valwal_ has joined #nixos
mpickering has joined #nixos
avn has joined #nixos
WeblordPepe has joined #nixos
reivilibre has joined #nixos
Kritnich has joined #nixos
tobiasBora has joined #nixos
drewc has joined #nixos
sjourdoi- has joined #nixos
ToxicFrog has joined #nixos
statusbot has joined #nixos
bukkitgerman8608 has joined #nixos
otti0815 has joined #nixos
wallacer3 has joined #nixos
tpanum has joined #nixos
Philonous has joined #nixos
acarrico has joined #nixos
vuko has joined #nixos
dweller has joined #nixos
OmnipotentEntity has joined #nixos
phI||Ip_Alternat has joined #nixos
dfgg has joined #nixos
switchy has joined #nixos
pie_ has joined #nixos
runciter has joined #nixos
ornxka_ has joined #nixos
dminuoso has joined #nixos
woffs has joined #nixos
oleks has joined #nixos
lewo has joined #nixos
Gohla has joined #nixos
fyuuri has joined #nixos
electrocat has joined #nixos
nbathum has joined #nixos
Unode has joined #nixos
djanatyn has joined #nixos
deni has joined #nixos
hke has joined #nixos
iMatejC has joined #nixos
bigvalen has joined #nixos
demize has joined #nixos
edef has joined #nixos
CrunchyChewie has joined #nixos
ris has joined #nixos
urkk has joined #nixos
thomasjm has joined #nixos
dozn has joined #nixos
Scriptkiddi has joined #nixos
energizer has joined #nixos
mla has joined #nixos
__red__ has joined #nixos
boegel has joined #nixos
gthm_ has joined #nixos
arianvp has joined #nixos
signaryk_ has joined #nixos
alexbakker has joined #nixos
ddellacosta has joined #nixos
dsg_ has joined #nixos
dadada_ has joined #nixos
Streetwalrus has joined #nixos
ambroisie has joined #nixos
duckonomy has joined #nixos
robogoat has joined #nixos
chin-tastic has joined #nixos
delroth has joined #nixos
BlessJah has joined #nixos
Pidgeotto has joined #nixos
qz has joined #nixos
abrar has joined #nixos
liori has joined #nixos
adisbladis has joined #nixos
davidcl has joined #nixos
pbogdan has joined #nixos
unacceptable has joined #nixos
trfl has joined #nixos
dfordvm has joined #nixos
swflint has joined #nixos
Swant has joined #nixos
dottedmag has joined #nixos
flx has joined #nixos
talyz has joined #nixos
tristanC has joined #nixos
dramaturg has joined #nixos
sephii has joined #nixos
d10n-work has quit [Ping timeout: 260 seconds]
chrisaw has joined #nixos
d1rewolf has joined #nixos
chrisaw has joined #nixos
chrisaw has quit [Changing host]
teehemkay has joined #nixos
markus1189 has joined #nixos
dredozubov has joined #nixos
virus_dave has joined #nixos
lunik1 has joined #nixos
Baughn has joined #nixos
EsperLily has joined #nixos
obadz has joined #nixos
romanofski has joined #nixos
copy has joined #nixos
johnny101 has joined #nixos
ent has joined #nixos
puffnfresh_ has joined #nixos
yosafbridge has joined #nixos
betaboon has joined #nixos
stiell has joined #nixos
redj has joined #nixos
amir has joined #nixos
numkem has joined #nixos
rembo10 has joined #nixos
asymmetric has joined #nixos
craige has joined #nixos
cptchaos83 has joined #nixos
Gaelan has joined #nixos
Graypup_ has joined #nixos
m4ts has joined #nixos
georges has joined #nixos
lpsmith has joined #nixos
chiiba has joined #nixos
Mrmaxmeier has joined #nixos
zemm_ has joined #nixos
eyJhb has joined #nixos
DerGuteMoritz has joined #nixos
cruxeternus has joined #nixos
mfernandez has joined #nixos
tomaw has joined #nixos
xe4 has joined #nixos
jaeckel has joined #nixos
erhandsome has joined #nixos
Twey has joined #nixos
fiddlerwoaroof has joined #nixos
jkarni has joined #nixos
Luker has joined #nixos
andersk has joined #nixos
heath has joined #nixos
ornxka_ has quit [Max SendQ exceeded]
jjakob has joined #nixos
nadley has joined #nixos
Hedgework has joined #nixos
Habbie has joined #nixos
bqv has joined #nixos
skorpy has joined #nixos
hexo has joined #nixos
GlennS has joined #nixos
Adluc has joined #nixos
hax404 has joined #nixos
patrickod_ has joined #nixos
philipcristiano has joined #nixos
ManiacOfMadness has joined #nixos
bgamari has joined #nixos
lux1 has joined #nixos
tetdim has joined #nixos
wpcarro has joined #nixos
monokrome has joined #nixos
gilligan has joined #nixos
marcinja has joined #nixos
ggp0647 has joined #nixos
komasa has joined #nixos
alanz_ has joined #nixos
datakurre has joined #nixos
ardumont has joined #nixos
PyroLagus has joined #nixos
simpson has joined #nixos
tazjin has joined #nixos
af1cs has joined #nixos
Neo--- has joined #nixos
amanjeev has joined #nixos
AlpineLlama has joined #nixos
hexa- has joined #nixos
cvlad- has joined #nixos
f0x has joined #nixos
`slikts has joined #nixos
HackerFoo has joined #nixos
etrepum has joined #nixos
jasom has joined #nixos
gchristensen has joined #nixos
Supersonic has joined #nixos
teozkr_ has joined #nixos
LeshaInc has joined #nixos
heinrich5991 has joined #nixos
bwe_ has joined #nixos
pbb has joined #nixos
nikivi has joined #nixos
marsh has joined #nixos
step21 has joined #nixos
wucke13 has joined #nixos
liff has joined #nixos
blackriversoftwa has joined #nixos
Raito_Bezarius has joined #nixos
scoates has joined #nixos
lucus16 has joined #nixos
Miyu-saki has joined #nixos
sphalerite has joined #nixos
ky0ko has joined #nixos
leah2 has joined #nixos
beaky has joined #nixos
tokudan has joined #nixos
f0x2 has joined #nixos
drakonis has joined #nixos
nz_ has joined #nixos
endocrimes has joined #nixos
zimbatm has joined #nixos
samueldr has joined #nixos
myme has joined #nixos
thonkpod has joined #nixos
spacekookie has joined #nixos
matthiaskrgr has joined #nixos
skomorokh has joined #nixos
LambdaDuck has joined #nixos
lally has joined #nixos
nbp has joined #nixos
kitemikaze_ has joined #nixos
sethetter_ has joined #nixos
laerling has joined #nixos
anderslundstedt has joined #nixos
marek has joined #nixos
nh2 has joined #nixos
chessai has joined #nixos
icey_ has joined #nixos
teehemkay has joined #nixos
teehemkay has quit [Changing host]
nh2 has joined #nixos
sethetter_ has joined #nixos
kitemikaze_ has joined #nixos
nh2 has quit [Changing host]
sethetter_ has quit [Changing host]
kitemikaze_ has quit [Changing host]
higherorder has joined #nixos
higherorder has joined #nixos
higherorder has quit [Changing host]
aria has joined #nixos
grfn_ has joined #nixos
aria has joined #nixos
aria has quit [Changing host]
cstrahan has quit [Ping timeout: 260 seconds]
mudri has quit [Ping timeout: 260 seconds]
nikivi has quit [Max SendQ exceeded]
ManiacOfMadness has quit [Max SendQ exceeded]
ocharles has joined #nixos
Acou_Bass has joined #nixos
zebrag has joined #nixos
sdier has joined #nixos
patagonicus has quit [Quit: The Lounge - https://thelounge.chat]
d10n-work has joined #nixos
chessai has joined #nixos
chessai has quit [Changing host]
NemesisD has joined #nixos
hiciu has joined #nixos
aria has joined #nixos
aria has quit [Changing host]
alunduil has joined #nixos
hoek has joined #nixos
grfn_ has joined #nixos
grfn_ has quit [Changing host]
hoek has joined #nixos
hoek has quit [Changing host]
sgraf has joined #nixos
dsal has joined #nixos
techtangents has joined #nixos
fnords has joined #nixos
d1rewolf has quit [Max SendQ exceeded]
Jackneill has joined #nixos
d10n-work has joined #nixos
d10n-work has quit [Changing host]
ocharles has joined #nixos
ocharles has quit [Changing host]
sgraf has joined #nixos
sgraf has quit [Changing host]
nonickname has quit [Ping timeout: 265 seconds]
hiciu has joined #nixos
hiciu has quit [Changing host]
sdier has quit [Changing host]
alunduil has joined #nixos
sdier has joined #nixos
alunduil has quit [Changing host]
NemesisD has joined #nixos
NemesisD has quit [Changing host]
ocharles has joined #nixos
dsal has joined #nixos
dsal has quit [Changing host]
ocharles has quit [Changing host]
pasukon has joined #nixos
techtangents has joined #nixos
techtangents has quit [Changing host]
pasukon has joined #nixos
pasukon has quit [Changing host]
fnords has joined #nixos
fnords has quit [Changing host]
zot has joined #nixos
newhoggy has joined #nixos
nlofaro has joined #nixos
<grfn_> thanks irccloud
visl has joined #nixos
heatm1s3r has joined #nixos
nikivi has joined #nixos
cosimone has joined #nixos
ManiacOfMadness has joined #nixos
incognito9999 has joined #nixos
puck has joined #nixos
jkkm has joined #nixos
ornxka has joined #nixos
patagonicus has joined #nixos
cbarrett has joined #nixos
kozowu has joined #nixos
adamse has joined #nixos
victorbjelkholm_ has joined #nixos
sam_w has joined #nixos
tilcreator has joined #nixos
m0rphism has joined #nixos
fling has joined #nixos
ottidmes has joined #nixos
cyphase has joined #nixos
edwtjo has joined #nixos
dominikh has joined #nixos
Czen has joined #nixos
dutchie has joined #nixos
judson_ has joined #nixos
jD91mZM2 has joined #nixos
inf has joined #nixos
aminechikhaoui has joined #nixos
17WAA85G0 has joined #nixos
aither has joined #nixos
cransom has joined #nixos
mzan has joined #nixos
epta has joined #nixos
johnnyfive has joined #nixos
katrin has joined #nixos
Aleksejs has joined #nixos
mxco86 has joined #nixos
Uma has joined #nixos
rotaerk has joined #nixos
MasseR has joined #nixos
maurer has joined #nixos
disasm has joined #nixos
mcint has joined #nixos
FireFly has joined #nixos
S0rin has joined #nixos
Heirlung has joined #nixos
nore has joined #nixos
LunarLambda has joined #nixos
Izorkin has joined #nixos
rkallos has joined #nixos
kwork has joined #nixos
fre has joined #nixos
ericnoan has joined #nixos
djahandarie has joined #nixos
callahad87074 has joined #nixos
snajpa has joined #nixos
multun has joined #nixos
Nafai has joined #nixos
lohfu has joined #nixos
mk_modrzew has joined #nixos
averell has joined #nixos
bsima has joined #nixos
Reiser has joined #nixos
hyperfekt has joined #nixos
moredhel has joined #nixos
srk has joined #nixos
lvrp16 has joined #nixos
dvim has joined #nixos
xkapastel has joined #nixos
eacameron has joined #nixos
dgpratt has joined #nixos
carter has joined #nixos
dani- has joined #nixos
chpatrick has joined #nixos
steveeJ has joined #nixos
lstanley has joined #nixos
orivej has joined #nixos
angerman has joined #nixos
raboof has joined #nixos
hamishmack has joined #nixos
pointfree has joined #nixos
bgupta has joined #nixos
nonickname has joined #nixos
d1rewolf has joined #nixos
mankyKitty_ has joined #nixos
tnks has joined #nixos
parseval has joined #nixos
justache has joined #nixos
betawaffle has joined #nixos
mudri has joined #nixos
gleber has joined #nixos
johs has joined #nixos
diamondman has joined #nixos
rizary has joined #nixos
cstrahan has joined #nixos
gregf has joined #nixos
noogie has joined #nixos
feepo has joined #nixos
terrorjack has joined #nixos
bitonic has joined #nixos
omnigoat has quit [Ping timeout: 260 seconds]
jfhbrook has joined #nixos
SrPx has joined #nixos
parsnip0 has joined #nixos
r0bby has joined #nixos
pingveno has joined #nixos
elvishjerricco has joined #nixos
dmj` has joined #nixos
murmr has joined #nixos
omnigoat has joined #nixos
user_0x58 has quit [Ping timeout: 244 seconds]
user_0x58 has joined #nixos
user_0x58 has quit [Client Quit]
Ox4A6F has joined #nixos
M0-[m] has joined #nixos
DamienCassou has joined #nixos
frim[m] has joined #nixos
Ericson2314 has joined #nixos
Geezus42[m] has joined #nixos
l-as has joined #nixos
Minijackson[m] has joined #nixos
NobbZ[m] has joined #nixos
TheSirC[m] has joined #nixos
Strubbl[m]1 has joined #nixos
aanderse has joined #nixos
adit[m] has joined #nixos
MilkManzJourDadd has joined #nixos
sparogy has joined #nixos
alexarice[m] has joined #nixos
alienpirate5 has joined #nixos
alexherbo2[m] has joined #nixos
alexfmpe has joined #nixos
aloiscochard[m] has joined #nixos
Valodim[m] has joined #nixos
arcnmx has joined #nixos
wlan42[m] has joined #nixos
aterius has joined #nixos
atopuzov[m] has joined #nixos
axx has joined #nixos
basilbunting[m] has joined #nixos
bachp has joined #nixos
balsoft has joined #nixos
azazel has joined #nixos
Guest10762 has joined #nixos
bennofs[m] has joined #nixos
bendlas has joined #nixos
bohan[m] has joined #nixos
catharsis_[m] has joined #nixos
chvp has joined #nixos
chreekat[m] has joined #nixos
cmcaine[m] has joined #nixos
colemickens has joined #nixos
chrismatheson has joined #nixos
cryptix has joined #nixos
comrandroxaos[m] has joined #nixos
cyberwolf[m] has joined #nixos
Dandellion has joined #nixos
danielrf[m] has joined #nixos
das-g[m] has joined #nixos
david-sawatzke[m has joined #nixos
davidak[m] has joined #nixos
denbrahe[m] has joined #nixos
dngray has joined #nixos
domenkozar[m] has joined #nixos
dxu[m] has joined #nixos
drozdziak1 has joined #nixos
eadwu[m] has joined #nixos
edrex has joined #nixos
eddyb has joined #nixos
Guest80879 has joined #nixos
epitron[m] has joined #nixos
Criena[m] has joined #nixos
ChrisOboe[m] has joined #nixos
AberDerBart[m] has joined #nixos
d4rkshad0w has joined #nixos
felixfoertsch has joined #nixos
Guest45779 has joined #nixos
hmpffff[m] has joined #nixos
MawKKe[m] has joined #nixos
M|[m]1 has joined #nixos
freeman42x[m] has joined #nixos
fresheyeball[m] has joined #nixos
gcoakes[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
grin[m] has joined #nixos
gsals[m] has joined #nixos
gs93 has joined #nixos
antpic01[m] has joined #nixos
alj[m] has joined #nixos
apple_at_cha[m] has joined #nixos
TimePath has joined #nixos
atemu12[m] has joined #nixos
acys[m] has joined #nixos
aleph9[m] has joined #nixos
hazel[m] has joined #nixos
acidpointer[m] has joined #nixos
Aljosha[m] has joined #nixos
hsiktas[m] has joined #nixos
hpfr[m] has joined #nixos
Houtworm[m] has joined #nixos
AmitLevy[m] has joined #nixos
aquarial has joined #nixos
cab404[m] has joined #nixos
hiroshi[m] has joined #nixos
ilya-fedin has joined #nixos
yoctocell[m] has joined #nixos
boogiewoogie[m] has joined #nixos
Guest32960 has joined #nixos
blahaj[m] has joined #nixos
iwvt[m] has joined #nixos
jneplokh has joined #nixos
codyopel has joined #nixos
cutuchiqueno[m] has joined #nixos
jaewest304[m] has joined #nixos
jameshjacksonjr4 has joined #nixos
chmod222[m] has joined #nixos
Guest60997 has joined #nixos
jgart[m] has joined #nixos
atgo[m] has joined #nixos
cjbassi[m] has joined #nixos
dammndot[m] has joined #nixos
Ke has joined #nixos
d3c[m] has joined #nixos
jluttine[m] has joined #nixos
daraul[m] has joined #nixos
delroth[m] has joined #nixos
rigola[m] has joined #nixos
davegallant[m] has joined #nixos
dbirks[m] has joined #nixos
chris[m]5 has joined #nixos
deraffe[m] has joined #nixos
jschievink has joined #nixos
jtojnar has joined #nixos
blindidiotgod has joined #nixos
mattock[m] has joined #nixos
kaychaks_riot has joined #nixos
darver[m] has joined #nixos
Rian[m] has joined #nixos
efra[m] has joined #nixos
dpc has joined #nixos
koschitzky[m] has joined #nixos
kriteus[m] has joined #nixos
easamuilov[m] has joined #nixos
porphyrogenetos has joined #nixos
Eli[m]2 has joined #nixos
etrigan63[m] has joined #nixos
l_inus[m] has joined #nixos
leons has joined #nixos
bricewge has joined #nixos
ehmry[m]1 has joined #nixos
emmanuelrosa[m] has joined #nixos
evanjs[m] has joined #nixos
lihram has joined #nixos
Luigi[m] has joined #nixos
lpetoroot[m] has joined #nixos
ma27[m] has joined #nixos
maralorn has joined #nixos
exel[m] has joined #nixos
mathyouguy has joined #nixos
focalluna[m] has joined #nixos
Fuzen has joined #nixos
martha[m] has joined #nixos
marius851000[m] has joined #nixos
matthewbauer has joined #nixos
michaelpj has joined #nixos
feffe[m] has joined #nixos
faya01[m] has joined #nixos
flip[m] has joined #nixos
GerdFlaig[m] has joined #nixos
mindtree[m] has joined #nixos
felschr[m] has joined #nixos
grahamc[m] has joined #nixos
ggpeti[m] has joined #nixos
faewenys[m] has joined #nixos
mt[m] has joined #nixos
frobenius[m] has joined #nixos
HackerFoo[m] has joined #nixos
musicmatze has joined #nixos
nh2[m] has joined #nixos
nikola[m] has joined #nixos
nilsirl[m] has joined #nixos
gh0st[m] has joined #nixos
haaksmash[m] has joined #nixos
noneucat has joined #nixos
observer_alpha[m has joined #nixos
hanckmann[m] has joined #nixos
ndarilek has joined #nixos
guiber[m] has joined #nixos
guelosk[m] has joined #nixos
ongy[m] has joined #nixos
hydridity[m] has joined #nixos
id[m] has joined #nixos
hienergy[m] has joined #nixos
gildedlink[m] has joined #nixos
ibinzari[m] has joined #nixos
mica[m] has joined #nixos
infinisil-m has joined #nixos
Notkea[m] has joined #nixos
nicolas[m]1 has joined #nixos
hsngrmpf[m] has joined #nixos
Nacho[m]2 has joined #nixos
petersjt014[m] has joined #nixos
philipp[m]1 has joined #nixos
hleb[m] has joined #nixos
idontgetoutmuch[ has joined #nixos
pjhenning[m] has joined #nixos
pitchzer0 has joined #nixos
Jan-HenrikBruhn[ has joined #nixos
ptotter[m] has joined #nixos
inquisitiv3 has joined #nixos
Poscat[m] has joined #nixos
Hayden[m] has joined #nixos
Caleb[m]1 has joined #nixos
j4ng5y[m] has joined #nixos
7F1AAI5XB has joined #nixos
jjwatt[m] has joined #nixos
init_6 has joined #nixos
qbit[m] has joined #nixos
bqy has joined #nixos
quiet_laika[m] has joined #nixos
rednaZ[m] has joined #nixos
jangsentry10032[ has joined #nixos
icetan has joined #nixos
32NAAO8VF has joined #nixos
JameySharp[m] has joined #nixos
rellen[m] has joined #nixos
regnat has joined #nixos
Addison[m] has joined #nixos
rgamma[m] has joined #nixos
jlv[m] has joined #nixos
joey_tribbiianii has joined #nixos
jlv has joined #nixos
roberth has joined #nixos
rschulman has joined #nixos
rnhmjoj has joined #nixos
srxl has joined #nixos
ryantm has joined #nixos
jonreeve[m] has joined #nixos
rycee has joined #nixos
sabry97[m] has joined #nixos
joghuru[m] has joined #nixos
jojosch[m] has joined #nixos
CRTified[m] has joined #nixos
Jake[m] has joined #nixos
kueckieben[m] has joined #nixos
keving[m] has joined #nixos
koozz[m] has joined #nixos
leonardp has joined #nixos
puzzlewolf has joined #nixos
kuznero[m] has joined #nixos
lalala56756[m] has joined #nixos
Guest79073 has joined #nixos
joschi has joined #nixos
haslersn has joined #nixos
siraben has joined #nixos
kraem[m] has joined #nixos
kai_w has joined #nixos
khassanov[m] has joined #nixos
kuramashinobi13[ has joined #nixos
Smith[m]1 has joined #nixos
solomon[m] has joined #nixos
l33[m] has joined #nixos
Lars[m]3 has joined #nixos
logan12358[m] has joined #nixos
lwbcdt[m] has joined #nixos
Markus[m]2 has joined #nixos
sonerhalis[m] has joined #nixos
sshow[m] has joined #nixos
srid has joined #nixos
stites[m] has joined #nixos
sasyctu[m] has joined #nixos
tokudan[m] has joined #nixos
Superleaf1995 has joined #nixos
syds[m] has joined #nixos
mbick[m] has joined #nixos
likivik[m] has joined #nixos
mcds[m] has joined #nixos
thefloweringash has joined #nixos
theduke has joined #nixos
theotherjimmy[m] has joined #nixos
nanashi0x74[m]1 has joined #nixos
mlvzk[m] has joined #nixos
movsxd[m] has joined #nixos
mullein[m] has joined #nixos
AlesHuzik[m]1 has joined #nixos
mdlayher1 has joined #nixos
neonfuz2 has joined #nixos
michael[m]3 has joined #nixos
timclassic has joined #nixos
timokau[m] has joined #nixos
toraritte has joined #nixos
nlgila[m] has joined #nixos
tskc[m]1 has joined #nixos
mlatus[m] has joined #nixos
unclechu has joined #nixos
padok[m] has joined #nixos
p_m[m] has joined #nixos
utdemir[m] has joined #nixos
onny[m] has joined #nixos
notmatthew[m] has joined #nixos
vaibhavsagar has joined #nixos
contrun has joined #nixos
phirsch has joined #nixos
wak-work has joined #nixos
pablo1107[m] has joined #nixos
peterlau[m] has joined #nixos
watzon has joined #nixos
wedens[m] has joined #nixos
pinion[m] has joined #nixos
mkfart[m] has joined #nixos
worldofpeace has joined #nixos
Philipp[m]2 has joined #nixos
ptol3my[m] has joined #nixos
quidome[m] has joined #nixos
Yakulu[m] has joined #nixos
pauricthelodger[ has joined #nixos
xavierm02 has joined #nixos
yangm has joined #nixos
yutyo[m] has joined #nixos
ZerataX has joined #nixos
printfn[m] has joined #nixos
rascencio[m] has joined #nixos
zannzen[m] has joined #nixos
zrsk[m] has joined #nixos
piotrszegda[m] has joined #nixos
omasanori[m] has joined #nixos
regivanx[m] has joined #nixos
rk04[m] has joined #nixos
qryptic[m] has joined #nixos
sab7iryudpgf6[m] has joined #nixos
rawas[m] has joined #nixos
sreybastien[m] has joined #nixos
scatteredray[m] has joined #nixos
scratch171[m] has joined #nixos
sauyon[m] has joined #nixos
redcedar[m] has joined #nixos
pucilpet[m] has joined #nixos
sayanarijit[m] has joined #nixos
sghir_med[m] has joined #nixos
sebass[m] has joined #nixos
shider[m] has joined #nixos
sirreal[m] has joined #nixos
shu9[m] has joined #nixos
billsun has joined #nixos
sneknek[m] has joined #nixos
slby[m] has joined #nixos
spazzpp2[m] has joined #nixos
sty86[m] has joined #nixos
slabity has joined #nixos
terrymunro[m] has joined #nixos
Stphan[m] has joined #nixos
Soarin[m] has joined #nixos
tristan[m] has joined #nixos
truh[m] has joined #nixos
nrdxp[m] has joined #nixos
tbenst[m] has joined #nixos
themihas[m] has joined #nixos
tinamus[m] has joined #nixos
tlater[m] has joined #nixos
tyrion-mx has joined #nixos
thequux[m] has joined #nixos
vpfeiffer[m] has joined #nixos
vtest[m] has joined #nixos
user51[m] has joined #nixos
un-cons-cionable has joined #nixos
vegai1 has joined #nixos
trewqasad1[m] has joined #nixos
Wouter[m]1 has joined #nixos
vojta001[m] has joined #nixos
Vykook[m] has joined #nixos
wangoe[m] has joined #nixos
therivercass[m] has joined #nixos
ice7[m] has joined #nixos
Xamino[m] has joined #nixos
yochai[m] has joined #nixos
dxb[m] has joined #nixos
zoickx[m] has joined #nixos
yusdacra[m] has joined #nixos
MarcWeber has joined #nixos
MarcWebe1 has quit [Ping timeout: 240 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
TimePath has quit [Quit: authenticating]
TimePath has joined #nixos
eyenx has quit [Quit: bye]
andi- has quit [Remote host closed the connection]
eyenx has joined #nixos
eyenx has quit [Changing host]
eyenx has joined #nixos
andi- has joined #nixos
nwspk has quit [Quit: nwspk]
nwspk has joined #nixos
<hazel[m]> when compiling code that uses autotools with `stdenv.mkDerivation` i get `rpl_malloc not defined in this scope`
<hazel[m]> what do I do?
<hazel[m]> i don't need to manually call `autoreconf -i` do i
<clever> hazel[m]: `nativeBuildInputs = [ autoreconfHook ];` will run reconf for you
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93795 → kapacitor: 1.5.5 -> 1.5.6 → https://git.io/JJ45g
<hazel[m]> what's the difference between nativeBuildInputs and buildInputs and when should i use one or the other
sigmundv_ has joined #nixos
<clever> hazel[m]: nativeBuildInputs is for tools used at build time, buildInputs is for libraries used at runtime
codygman has quit [Read error: Connection reset by peer]
<hazel[m]> still getting rpl_malloc issues
<clever> then it wasnt reconf
<clever> can you pastebin the full error output?
proofofkeags has joined #nixos
<hazel[m]> one moment
sigmundv__ has quit [Ping timeout: 240 seconds]
<clever> hazel[m]: got the full error, i just build the above nix
zupo has joined #nixos
<hazel[m]> alright thanks
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<hazel[m]> https://0x0.st/iwws.txt if anyone else wants it
<clever> ../config.h:169:16: error: 'rpl_malloc' was not declared in this scope 169 | #define malloc rpl_malloc
<energizer> i'm trying to write a systemd service for airmon-ng. afaict the only way it will write structured output is if i pass it `--write filename` and then it will write to `filename-01.csv`. but i want the output to go into system journal instead of that file. what can i do?
<clever> config.h is trying to remal malloc to rpl_malloc, but rpl_malloc doesnt exist
<hazel[m]> apparently theres some autoconf wizardry you can do with environment variables
<{^_^}> [nixpkgs] @mmahut merged pull request #92626 → libv4l: 1.18.1 -> 1.20.0 → https://git.io/JJtXZ
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to staging: https://git.io/JJ45y
<clever> so id say config.h is to blame, and that line should be killed
<hazel[m]> or i could patch config.h
e has joined #nixos
moet has joined #nixos
<hazel[m]> how do i add patches
<clever> patches = [ ./foo.patch ];
<{^_^}> [nixpkgs] @mmahut merged pull request #93529 → cloud-hypervisor: init at 0.8.0 → https://git.io/JJCU3
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JJ45H
<hazel[m]> is it good form to put patches in the same directory as default.nix
mzan has joined #nixos
<hazel[m]> alright
<clever> configure:$as_echo "#define malloc rpl_malloc" >>confdefs.h
<clever> hazel[m]: its definitely configure thats doing it, maybe it has an off swich?
<clever> autom4te.cache/traces.1:m4trace:configure.ac:153: -1- AH_OUTPUT([malloc], [/* Define to rpl_malloc if the replacement function should be used. */
<hazel[m]> got it
codygman has joined #nixos
<clever> checking for GNU libc compatible malloc... no
proofofkeags has quit [Remote host closed the connection]
<clever> hazel[m]: i think this is your problem
<hazel[m]> yeah i kinda cheesed it
proofofkeags has joined #nixos
<hazel[m]> it builds and functoins
<hazel[m]> * it builds and functions
<clever> hazel[m]: does ./configure --help show anything relevant?
<hazel[m]> yes that was it
<clever> maybe --enable-malloc?
stoile has quit [Ping timeout: 264 seconds]
<clever> hazel[m]: and if you build with --keep-failed, and it fails, you can read config.log...
<clever> /nix/store/klg7ribk7f834yb0hn1fxs6653wzlncb-binutils-2.31.1/bin/ld: cannot find -ljpeg
<clever> hazel[m]: (facepalm)
<clever> hazel[m]: it tries to link with jpeg, when testing if malloc works
<clever> it failed to compile, therefore, malloc doesnt work!!
<hazel[m]> oh sweet jesus
<clever> thats what happens when you assume the cause of an error
<clever> [clever@amd-nixos:~/apps]$ nix-locate libjpeg
<clever> libjpeg.out 0 s /nix/store/fglwxpvjlp640bysv8lqyg637gn7cm7b-libjpeg-turbo-1.5.1/lib/libjpeg.so
pmy has quit [Ping timeout: 244 seconds]
justache has quit [Write error: Connection reset by peer]
proofofkeags has quit [Ping timeout: 240 seconds]
<clever> libjpeg into buildInputs, and it builds
pjt_014 has joined #nixos
justache has joined #nixos
pmy has joined #nixos
<hazel[m]> https://radio.tildeverse.org/public/test can someone go here and see if it plays radiohead
<hazel[m]> (this is what butt is for)
<clever> hazel[m]: i can hear some music
orivej has quit [Ping timeout: 246 seconds]
<clever> hows it started?
<hazel[m]> ding ding ding
<hazel[m]> alright cool i'll shut it off ty
<hazel[m]> wym?
<clever> [clever@amd-nixos:~/apps]$ result/bin/butt --help
<clever> [clever@amd-nixos:~/apps]$
<clever> the help isnt very helpful
<hazel[m]> i have butt (which is the software i packaged) broadcasting over icecast
<hazel[m]> from pulseaudio locally
<hazel[m]> just run it
<clever> ah, now it has a gui
<hazel[m]> it's slightly obtuse software
<clever> guessing its audio only?
<hazel[m]> yes
<hazel[m]> you set it up to broadcast to icecast or shoutcast or whatever
<clever> ive use obs-studio before, with rtmp hosted by nginx under nixos
<clever> but the obs client leaks memory hard lately
<clever> something to do with the state in xorg for me, causes obs to leak a gig of swap every 5 seconds
o1lo01ol1o has joined #nixos
<clever> hazel[m]: here is the server end of rtmp, https://github.com/cleverca22/nixos-configs/blob/master/rtmp.nix
<hazel[m]> im not the one running the stream but thanks
<clever> i like the idea of having nixos host everything, dont rely on any outside distro's
<clever> not sure how icecast and rtmp can interact though
<hazel[m]> same, i run a debian vps (that i rarely touch) but that's about it
<hazel[m]> all my machines run the same dotfiles and machine specific settings are in `/etc/nixos/machines/$(hostname)`
<clever> similar here, ive got a bit of a mix of 2 trees
<clever> every machine starts at a note, like nas.nix or laptop.nix
<clever> it then branches out, to various feature files, and most end in core.nix
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<clever> hazel[m]: i also tend to put each virtualhost for nginx into its own module, so i can move that host to another box, with minimal effort
<hazel[m]> https://git.knightsofthelambdacalcul.us/hazel/etc/ yes i know the screenshot is broken
<hazel[m]> most server stuff lands in modules/services/ for obvious reasons
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
proofofkeags has joined #nixos
ylixir has joined #nixos
moet has quit [Quit: leaving]
pmy has quit [Ping timeout: 256 seconds]
pmy has joined #nixos
ylixir has quit [Ping timeout: 240 seconds]
<evanjs> in case anybody has time to review a simple module bump -- #93275
<{^_^}> https://github.com/NixOS/nixpkgs/pull/93275 (by evanjs, 1 week ago, open): openrazer: 2.7.0 -> 2.8.0
maier has joined #nixos
maier has quit [Ping timeout: 260 seconds]
pachumicchu[m]1 has joined #nixos
excelsiora has quit [Quit: thanks anyways...]
<energizer> i want to give this package runtime access to `ip` so i tried adding iproute to the propagatedBuildInputs but i still get failure "You have neither ip (iproute2) nor ifconfig installed." https://bpa.st/S5EQ how to fix?
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
<clever> energizer: propagatedBuildInputs is only available at build time, for other things that depend on that package
<clever> energizer: you want wrapProgram and --prefix PATH
luna has quit [Ping timeout: 240 seconds]
justache has quit [Remote host closed the connection]
justache has joined #nixos
proofofkeags has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #93366 → ocamlPackages.markup: 0.7.5 → 0.8.2 → https://git.io/JJZQ1
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.markup: 0.7.5 → 0.8.2 »: https://git.io/JJ4NZ
<lafrenierejm> infinisil: Thank you for the pointer. I'll see if I can find docs on the format of the environment variable's value.
lafrenierejm has left #nixos ["Fixing NIX_ENV"]
sigmundv_ has quit [Ping timeout: 240 seconds]
<energizer> clever: https://bpa.st/775Q it complains that /nix/store/7xyx5wl6ybm77q4wygdm4r2x7h8j4iw4-aircrack-ng-1.6/bin/airodump-ng is not executable and when i look manually that file doesnt even exist
ylixir has joined #nixos
<energizer> clever: i added the --prefix in the preFixup. should i have put it somewhere else?
<clever> energizer: when does it complain? when building aircrack-ng?
<energizer> clever: https://bpa.st/5IGA
<clever> energizer: add `ls -lh $out/bin/` to the preFixup, what is in there?
<energizer> clever: https://bpa.st/Q76Q
<clever> energizer: airodump-ng truely doesnt exist!
<clever> check the output that ./configure printed?
<energizer> clever: why not?
<clever> configure likely said why
<energizer> clever: https://bpa.st/YC6A
<clever> CC src/airodump-ng/airodump_ng-airodump-ng.o
eddyb[legacy] has quit [Changing host]
eddyb[legacy] has joined #nixos
eddyb[legacy] has joined #nixos
<clever> energizer: well, it at least compiled it...
<clever> libtool: install: /nix/store/x0jla3hpxrwz76hy9yckg1iyc9hns81k-coreutils-8.31/bin/install -c .libs/airodump-ng /nix/store/isglw783kbjcli13a02kb4yhl352wpc8-aircrack-ng-1.6/sbin/airodump-ng
<clever> energizer: its in $out/sbin/
<clever> energizer: the fixup phase moves everything in sbin to bin, but your using preFixup, so it hasnt been moved yet!
<clever> energizer: you want postFixup = ''
<clever> ${old.postFixup}
<clever> wrapProgram ...
<clever> '';
eddyb has joined #nixos
eddyb has joined #nixos
eddyb has quit [Changing host]
<clever> its the old (and semi stupid) notion, that anything that needs root, belongs in sbin, and you can then omit it from non-root $PATH
<energizer> i see
drakonis has quit [Quit: WeeChat 2.8]
stoile has joined #nixos
rail has quit [Quit: gone...]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93796 → lhapdf: 6.2.3 -> 6.3.0 → https://git.io/JJ4x1
rail has joined #nixos
<ylixir> hey all, i just got a new machine (amd ryzen 4700u) and tried to boot it up with the plasma 5 nixos image. couldn't get X to start though. i wasn't surprised when the 20.03 image didn't work, but i was when the nightly didn't. anyone get one of the new ryzen chips working yet?
pmy has quit [Ping timeout: 240 seconds]
pmy has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93797 → libaacs: 0.10.0 -> 0.11.0 → https://git.io/JJ4xy
Rusty1 has quit [Quit: WeeChat 2.3]
o1lo01ol1o has joined #nixos
phreedom has quit [Remote host closed the connection]
pmy has quit [Ping timeout: 240 seconds]
pmy has joined #nixos
phreedom has joined #nixos
pmy has quit [Read error: Connection reset by peer]
xkapastel has quit [Quit: Connection closed for inactivity]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
pmy has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
Heirlung has quit [Ping timeout: 258 seconds]
Heirlung- has joined #nixos
Heirlung- is now known as Heirlung
Diagon has joined #nixos
pjt_014 has quit [Read error: Connection reset by peer]
pjt_014 has joined #nixos
lambda-11235 has quit [Read error: Connection reset by peer]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lambda-11235 has joined #nixos
zupo has joined #nixos
maier has joined #nixos
palo1 has joined #nixos
asheshambasta has joined #nixos
palo has quit [Ping timeout: 244 seconds]
palo1 is now known as palo
maier has quit [Ping timeout: 240 seconds]
siraben has joined #nixos
siraben has quit [Changing host]
siraben has joined #nixos
buckley310 has joined #nixos
octe has quit [Ping timeout: 260 seconds]
user_0x58 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pmy has quit [Ping timeout: 256 seconds]
pmy has joined #nixos
observer_alpha[m has quit [Quit: Idle for 30+ days]
atopuzov[m] has quit [Quit: Idle for 30+ days]
cosimone_ has joined #nixos
cosimone has quit [Ping timeout: 244 seconds]
pmy has quit [Ping timeout: 256 seconds]
pmy has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout opened pull request #93798 → Fix termonad → https://git.io/JJ4jT
cosimone_ is now known as cosimone
<{^_^}> [nixpkgs] @cdepillabout opened pull request #93799 → harfbuzz: enable support for gobject-introspection → https://git.io/JJ4jG
<{^_^}> [nixpkgs] @danieldk opened pull request #93800 → drawio: 13.4.5 -> 13.5.1 → https://git.io/JJ4jn
cjpbirkbeck has quit [Ping timeout: 240 seconds]
SanchayanMaity has joined #nixos
<chvp> hydra seems to be having problems?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93801 → libquotient: 0.5.3.2 -> 0.6.0 → https://git.io/JJ4j9
zupo has joined #nixos
justanotheruser has quit [Ping timeout: 246 seconds]
tru_tru has quit [Ping timeout: 244 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ylixir has quit [Ping timeout: 240 seconds]
cosimone has quit [Quit: Quit.]
orivej has joined #nixos
nikita` has joined #nixos
user_0x58 has quit [Ping timeout: 260 seconds]
Rurd2di has quit []
BigserverNZ has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
<srhb> chvp: Looks like the database went down at 5 utc, yes.
<energizer> what's going wrong here? https://bpa.st/JIIA
sb0 has joined #nixos
<sb0> if I set up hydra to place its outputs in a different directory than the system nix store, how do the builds work? do they first occur in the system nix store and then they are copied to the store_uri location?
<sb0> also, how do I remove old builds (gc) the custom store_uri location?
marsh has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar merged pull request #89206 → pam_p11: add → https://git.io/JfKDt
<{^_^}> [nixpkgs] @jtojnar pushed commit from @sbourdeauducq to master « pam_p11: add »: https://git.io/JJBvH
h0m1 has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos
<srhb> energizer: At a guess, a derived dependency is lacking some information in the toml for naersk to generate the requisite keys
<srhb> energizer: Specifically, it looks like it's leveldb
<energizer> srhb: how did you figure that out?
<srhb> energizer: I patched naersk to throw ${e.url} in that error message in build.nix, because I figured since it was in a toml conversion it'd be something like that. :)
<energizer> srhb: nice
<energizer> srhb: where is the rev missing from so i can patch it in?
h0m1 has quit [Client Quit]
maier has joined #nixos
h0m1 has joined #nixos
<srhb> energizer: cargo.toml, I believe.
ylixir has joined #nixos
<srhb> energizer: Or rather, it's probably missing a version
maier has quit [Ping timeout: 240 seconds]
mounty has joined #nixos
<bqv> energizer: same problem it always is with rust
<bqv> energizer: there's a git dependency
<bqv> energizer: and *none* of nix's rust tooling supports those well
<bqv> Iirc your best bet is attempting cargo2nix and manually fixing the result, but even that will be arduous in many cases
malik has joined #nixos
justache has quit [Remote host closed the connection]
pmy has quit [Ping timeout: 240 seconds]
justache has joined #nixos
pmy has joined #nixos
afreak has joined #nixos
alp_ has joined #nixos
<energizer> i tried just cloning the `vector` package, editing the Cargo.toml manually and pointing src=./vector but i get the same error
lambda-11235 has quit [Quit: Bye]
<bqv> energizer: Ah, then yeah it's that your filepath has no hashes to put in the lock. The rust infra relies on those
<bqv> It's brittle as hell
<bqv> Probably better to patch the src after gen, not before
<{^_^}> [nixpkgs] @cdepillabout merged pull request #93799 → harfbuzz: enable support for gobject-introspection → https://git.io/JJ4jG
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to staging: https://git.io/JJBJt
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93802 → libraw: 0.19.5 -> 0.20.0 → https://git.io/JJBJc
alp_ has quit [Ping timeout: 240 seconds]
<srhb> energizer: Ultimately something like this did the trick, but I'm sure bqv knows better regarding whether this is the path of least resistance: https://gist.github.com/66eeeaf2b15885b455cfea7e245a5a4f
<srhb> Could have probably branched my way out too.
alp_ has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
ylixir has quit [Remote host closed the connection]
<srhb> (not that it builds, but from the perspective of naersk at least...)
ylixir has joined #nixos
<energizer> srhb: what do you mean by did the trick?
<srhb> energizer: It's able to generate all the necessary drvs for the deps.
ehmry has joined #nixos
<energizer> srhb: i'm still getting that same error with your patch applied https://bpa.st/ZUUQ
<bqv> Ah, yeah, might still have the issue of colliding crate references on build, but that depends on the project
<srhb> energizer: Your patch is too late.
<bqv> Thats why I suggested crate2nix, it seems like the only way I've found to get around that
<bqv> But if it works, it works
<srhb> bqv: Sounds sensible :)
knupfer1 has joined #nixos
<srhb> energizer: I don't know what I'm doing wrt rust, you should listen to bqv -- I'm just messing around to learn a bit about naersk.
<energizer> ok
malik has quit [Quit: malik]
<Ke> does "containers" automaticallty share the /nix/store with main system?
pmy has quit [Ping timeout: 240 seconds]
<Ke> I guess it would
<{^_^}> [nixpkgs] @vaibhavsagar opened pull request #93803 → polyml: 5.8 -> 5.8.1 → https://git.io/JJBJz
<srhb> Ke: Tes.
<srhb> Er, Yes*
pmy has joined #nixos
<energizer> i wonder if i can use naersk's overrides=
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @colemickens opened pull request #93804 → tor: hidden services can bring-their-own-key → https://git.io/JJBJK
o1lo01ol1o has quit [Ping timeout: 240 seconds]
dhess has quit [Quit: ZNC - https://znc.in]
dhess has joined #nixos
malook has joined #nixos
gretax[m] has joined #nixos
alp_ has quit [Ping timeout: 256 seconds]
knupfer1 has quit [Quit: knupfer1]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
alp_ has joined #nixos
malook1 has joined #nixos
malook has quit [Read error: Connection reset by peer]
malook1 is now known as malook
pjt_014 has quit [Ping timeout: 246 seconds]
leotaku has joined #nixos
syntaxtree[m] has joined #nixos
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
contrun has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
pmy has quit [Ping timeout: 264 seconds]
pmy has joined #nixos
christopherlam[m has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
orivej has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93805 → mc: 4.8.24 -> 4.8.25 → https://git.io/JJBTJ
orivej has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #93803 → polyml: 5.8 -> 5.8.1 → https://git.io/JJBJz
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJBTm
alp_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #93806 → ocamlPackages.mirage-crypto*: 0.8.1 → 0.8.2 → https://git.io/JJBTW
<{^_^}> [nixpkgs] @danieldk merged pull request #93783 → tut: 0.0.13 -> 0.0.14 → https://git.io/JJ4gA
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJBTl
dermetfan has joined #nixos
work_ has joined #nixos
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @danieldk merged pull request #93775 → clib: 1.11.3 -> 1.11.4 → https://git.io/JJ44o
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJBTa
<{^_^}> [nixpkgs] @Lassulus merged pull request #93788 → nixos/tests: Add test for syncthing → https://git.io/JJ4DZ
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JJBTw
sb0 has quit [Quit: Leaving]
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #93758 → writers.writePython2 and writePython3: use "bare" python if no deps are needed → https://git.io/JJ4IO
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JJBT1
<{^_^}> [nixpkgs] @Lassulus merged pull request #93757 → writers.makeScriptWriter: fix on Darwin\MacOS → https://git.io/JJ4TR
<{^_^}> [nixpkgs] @Lassulus pushed commit from @adrian-gierakowski to master « writers.makeScriptWriter: fix on Darwin\MacOS (#93757) »: https://git.io/JJBTd
maier has joined #nixos
WilliamHamilton has joined #nixos
<WilliamHamilton> gst-plugins-base-0.10.36 is broken in current master. How can I find out which one of the packages in my configuration.nix is trying to use that?
prehonor has joined #nixos
<prehonor> hello
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93807 → metabase: 0.35.4 -> 0.36.0 → https://git.io/JJBTA
<{^_^}> [nixpkgs] @ruuda opened pull request #93808 → mopidy-youtube: 3.0 -> 3.1 → https://git.io/JJBTx
maier has quit [Ping timeout: 256 seconds]
asymptotically has joined #nixos
<WilliamHamilton> by bisecting my package list, I know that the problematic ones were steam and appimage_run. Could I have determined that in a more principled way?
<Reventlov> aside from networking.firewall.allowedTCPPorts, do I need something else to allow http connections to reach a nixos VM on port 8000?
WilliamHamilton has quit [Remote host closed the connection]
<hexa-> Reventlov: bind to an externally reachable IP address
<hexa-> bind your service*
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<Reventlov> ah
<Reventlov> I thought binding to 127.0.0.1 would work, but no, thanks
knupfer1 has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #93809 → makemkv: 1.15.1 -> 1.15.2 → https://git.io/JJBkc
knupfer has quit [Ping timeout: 260 seconds]
knupfer1 is now known as knupfer
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93810 → lime: 4.3.1 -> 4.4.0 → https://git.io/JJBkB
civodul has joined #nixos
grumble is now known as rawr
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
zanc has joined #nixos
knupfer has quit [Remote host closed the connection]
<zanc> how do I make services not autorun at startup?
knupfer has joined #nixos
<hexa-> clear out wantedBy
zanc has quit [Read error: Connection reset by peer]
waleee-cl has joined #nixos
o1lo01ol1o has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
wnklmnn has joined #nixos
pmy has quit [Ping timeout: 256 seconds]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
pmy has joined #nixos
malook has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
orivej has joined #nixos
SomeDude has joined #nixos
<SomeDude> I think i just killed my monitor :(
prehonor has quit [Remote host closed the connection]
asheshambasta has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Lassulus merged pull request #93154 → tor-browser: disable hardening by default → https://git.io/JJsGr
<{^_^}> [nixpkgs] @Lassulus pushed to master « tor-browser: disable hardening by default (#93154) »: https://git.io/JJBIX
<Arahael> SomeDude: A great excuse to upgrade! :)
<SomeDude> plugged everything in. monitor goes into a constatnt bootloop. nixos dmesg log "amdgpu no edid read". try different connections(displayport, hdmi) different power cords. )
<SomeDude> Now not even the power led lights up when power is connected
<SomeDude> Arahael sadly this was a new monitor...
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<Arahael> SomeDude: Bah, that's annoying. At least it should be under waranty.
Guest60997 is now known as JJJollyjim
<{^_^}> [nixpkgs] @peti pushed to master « neuron-notes: create a top-level attribute for haskellPackages.neuron »: https://git.io/JJBIp
<{^_^}> [nixpkgs] @jtojnar pushed to master « ostree: enable ed25519 support »: https://git.io/JJBIh
octe has joined #nixos
afreak has quit [Quit: leaving]
szicari has quit [Ping timeout: 246 seconds]
justache has quit [Remote host closed the connection]
pmy has quit [Ping timeout: 264 seconds]
justache has joined #nixos
pmy has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<prusnak> how do I test whether a nix list contains an item?
<prusnak> e.g. "3 in [1 2 3]"
Pwnna has quit [Quit: Bye]
Pwnna has joined #nixos
<b42> > builtins.elem 3 [ 1 2 3 ]
<{^_^}> true
<prusnak> thx!
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
freezeboy has joined #nixos
<freezeboy> hello, on my local overlay I added some overrides for vscode-utils, vscode-with-extensions and vscode-extensions for vscodium, i saw that master has a new vscodeEnv that does improve the experience when providing custom extension sets for vscode so I am not sure my changes are very useful now.. has anyone any experience and ideas about that ?
wnklmnn has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @adrian-gierakowski opened pull request #93811 → dockerTools.buildLayeredImage: fix /nix/store permissions (regression) → https://git.io/JJBL7
asheshambasta has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #93747 → oneDNN: compile without -msse4.1 → https://git.io/JJ8A6
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJBtv
<{^_^}> [nixpkgs] @skykanin closed pull request #89861 → mindmaster: init at 7 → https://git.io/JfyUk
knupfer has quit [Ping timeout: 265 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
Fare has joined #nixos
reanimus has quit [Quit: Logging off...]
nisstyre has quit [Changing host]
nisstyre has joined #nixos
maier has joined #nixos
<buffet> hey, im trying to pin my home-manager version using niv, so i tried a few versions of `imports = [ sources.something/nixos ];`, but i get `value is a path while a set was expected`. how can i make that work?
o1lo01ol1o has joined #nixos
maier has quit [Ping timeout: 246 seconds]
Fare has quit [Ping timeout: 260 seconds]
arjen-jonathan has joined #nixos
nature has joined #nixos
<nature> Anybody has experience with nixos on aarch64 ? More specifically on rpi4 ?
<nature> I am about to flash a sd card and wonder how I can "preconfigure" it so I can just plug it in and then ssh in
<nature> I don't have acced to an external monitor
<nature> *access
romildo has joined #nixos
justache has quit [Remote host closed the connection]
justache has joined #nixos
romildo has left #nixos [#nixos]
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
<nature> Is hydra.nixos.org down ?
m0rphism has quit [Quit: WeeChat 2.7.1]
<hexa-> DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI connect('dbname=hydra;host=10.254.1.9;user=hydra;','',...) failed: could not connect to server: Connection refused
<hexa-> looks like it
m0rphism has joined #nixos
<nature> ok thanks, I'll have to wait then :)
<{^_^}> [nixpkgs] @bobismijnnaam opened pull request #93813 → Ensure wpa_supplicant.conf is written when userControlled and extraConfig are used → https://git.io/JJBqi
Neo--- has quit [Ping timeout: 272 seconds]
knupfer has joined #nixos
Rusty1 has joined #nixos
<gchristensen> huh
<gchristensen> fixed
<gchristensen> postgres isn't ordered after the wireguard interface...
asbachb has joined #nixos
<asbachb> Hi. I'm looking for a way to ensure that letsencrypt certs are generated initially when nixos-rebuild switch is run.
<{^_^}> [nixpkgs] @vbgl opened pull request #93814 → coqPackages.bignums: init at 8.12.0 for Coq 8.12 → https://git.io/JJBq9
christopherlam[m has left #nixos ["User left"]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93815 → mnemosyne: 2.7.1 -> 2.7.2 → https://git.io/JJBq7
malook has quit [Quit: malook]
<immae> Hello there, I’m trying to use the latest (master branch) nixops but I cannot find how to use a plugin with it, is there any documentation (or even just a hint) somewhere about how to do that?
<gchristensen> nature, hexa- ^ fixed
SanchayanMaity has quit [Quit: leaving]
<gchristensen> immae: https://github.com/grahamc/nixops-with-vbox/ is one place where I do it
<immae> Ah cool thanks
zupo has joined #nixos
__monty__ has joined #nixos
malook has joined #nixos
<immae> gchristensen: which nixpkgs do you use to end up with being able to get the master in "super.nixops"?
<immae> (in unstable I only get the 1.7 version of nixops)
<immae> oh nevermind
<{^_^}> [nixpkgs] @jpotier opened pull request #93816 → squeezer: init at 2.5.4 → https://git.io/JJBme
turlando has joined #nixos
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
turlando has quit [Ping timeout: 256 seconds]
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @albakham opened pull request #93817 → sublime-music: init at 0.11.0 → https://git.io/JJBmC
ingenieroariel has joined #nixos
pmy has quit [Ping timeout: 240 seconds]
pmy has joined #nixos
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
asheshambasta has quit [Ping timeout: 272 seconds]
<immae> poetry seems not to be very stable though, I fail to add hetzner or libvirtd as dependencies :/
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @meutraa opened pull request #93818 → papermc: 1.15.2r161 -> 1.16.1r114 → https://git.io/JJBYt
TakeWill has joined #nixos
<TakeWill> I have some git repo that I want to auto git clone when I run nixos-rebuild. Is this possible?
<freezeboy> TakeWill using fetchGit ?
<TakeWill> freezeboy thanks, I'll take a look
<avn> Folks, could anyone suggest me a haskell project, which use haskell.nix as a flake? (to use as example). TY in advance.
waleee-cl has quit [Quit: Connection closed for inactivity]
asbachb has quit [Ping timeout: 245 seconds]
pmy has quit [Ping timeout: 265 seconds]
<TakeWill> using fetchGit, I see that the repo will be downloaded to /nix/store/xxx. I want my repo to be cloned to $HOME/my-repo. How can I do this?
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
<freezeboy> oh ... I don't think nix can do it
dbmikus has joined #nixos
pmy has joined #nixos
<TakeWill> I think I can make a symlink from $HOME/my-repo to /nix/store/xxx. But I don't know how to write Nix expressions to do that
<TakeWill> it'd be great if you could show me the way
<freezeboy> do you use home-manager or just nix ?
<TakeWill> just nix
<TakeWill> does home-manager make it easier?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93819 → muse: 3.1.0 -> 3.1.1 → https://git.io/JJBYD
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/fdbae69e8ce (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
alp_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93820 → nomad: 0.11.3 -> 0.12.1 → https://git.io/JJBOe
<freezeboy> it can handle stuff in your home directory, but you will need to run home-manager switch
ingenieroariel has quit [Remote host closed the connection]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
maier has joined #nixos
dbmikus has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #92570 → samba: 4.12.3 -> 4.12.5 → https://git.io/JJtYE
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to staging: https://git.io/JJBO1
maier has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
Matt125 has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #93821 → python3Packages.pyfritzhome: init at 0.4.2 → https://git.io/JJBO5
Matt125 has quit [Remote host closed the connection]
<dhess> gchristensen: have you used GitHub Actions with Nix projects much?
<adisbladis> dhess: I'll answer for gchristensen :P Yes.
<dhess> adisbladis: have you as well then?
<adisbladis> dhess: Yes, for NixOps for example.
<dhess> adisbladis: ahh cool, thanks, I found the ci.yml in the NixOps repo and that's the kind of thing I was looking for. Got time for a few questions?
<adisbladis> Shoot =)
knupfer has quit [Ping timeout: 240 seconds]
<dhess> thanks :)
alp_ has quit [Ping timeout: 246 seconds]
<dhess> adisbladis: as background, I'm considering switching from a Hydra-based CI to a GitHub Actions-based CI, so I've been spelunking a bit to figure out how I could do that.
<dhess> adisbladis: one thing I like about the Hydra approach is that Hydra automatically figures out (based on meta.platforms) which packages should build on which platforms. It looks like I'd have to re-do that work manually in a GitHub Actions-based workflow, yes?
<dhess> as in, create a package set for macOS, and another for NixOS, and then use 'runs-on' in the ci.yml to build only the applicable attribute/package set.
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<adisbladis> Yes, you'd have to figure out what to build "manually"
<LnL> if you put them in set or list and null out unsupported packages in release.nix you don't need to list attributes explicitly
<adisbladis> dhess: You might want to look into the matrix build strategy https://github.com/nix-community/poetry2nix/blob/master/.github/workflows/ci.yml#L22-L26
<dhess> LnL: so I have working release.nix files that I use for Hydra CI. The Hydra (or the "release-lib.nix" functionality of nixpkgs) does all that for me automatically. I would need to come up with equivalent machinery to get this to work "automatically" with GitHub Actions, is my point. Right?
<LnL> all that does is group packages with their respective platforms
<LnL> which also means nix-build won't recurse far enough anymore unless you specify attributes
Zer000 has joined #nixos
<dhess> LnL: this release.nix file works with Hydra and I don't need to specify any specific attributes: https://github.com/hackworthltd/hacknix/blob/master/release.nix
<LnL> yes, because hydra-eval-jobs evaluates differently
<hexa-> github time outs :<
<dhess> whatever attributes are defined in my packageSet (which comes from the project's default.nix's attributes) are automatically discovered and built on the appropriate platform.
<dhess> LnL: my point is, if I want equivalent functionality on GitHub Actions, I'm going to have to write that myself.
<Zer000> So for some weird reason this shell script works fine if I use nix-shell shell.nix, but llvmPackages_6 doesn't exist anymore, and my shell doesn't have the "opt" command that comes with llvm. Also if I remove the "_6" part from the script, it still doesn't seem to install it. https://dpaste.com/8XSTCCWZ4.txt
<LnL> release-lib does't really work for nix-build evaluation
<dhess> adisbladis: OK next question -- I assume GitHub's runners don't have any KVM functionality so NixOS tests will not run in GitHub Actions right?
<adisbladis> Yep, no KVM :/
<Athas> Does steam work for the rest of you with current nixpkgs-unstable? I get a complaint that 32-bit libraries cannot be found.
<dhess> LnL: I can also run `nix-build release.nix -A native.hydra-unstable` and it builds fine, even on macOS.
<dhess> as it knows not to build it on macOS. Just as one example.
<dhess> adisbladis: ok that's what I figured. I can work around that with my own hosted runners, but not for public repos.
<dhess> adisbladis: do you know of any GitHub Action examples that filter PRs and only build them when the requestor is included in a list of trusted folks?
<{^_^}> [nixpkgs] @vcunat pushed 148 commits to master: https://git.io/JJB3z
freezeboy has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @vcunat merged pull request #93465 → Staging next → https://git.io/JJcfq
dbmikus has joined #nixos
<LnL> dhess: you're specifying a package there, nix-build release.nix won't build anything
<LnL> while hydra will recurse down without having to specify each attribute in the job config
<dhess> LnL: That was my point. Moving from a Hydra-style release.nix to GitHub Actions is going to require either a) listing out each attribute for each platform by hand, or b) reproducing Hydra's machinery for traversing the attrset and filtering based on meta.platforms
iceypoi has joined #nixos
<simpson> Why does meta.platforms matter at the top? Aren't individual packages using .isDarwin and friends?
<LnL> right, but that structure doesn't really make sense outside of hydra
orivej has quit [Quit: No Ping reply in 180 seconds.]
<dhess> LnL: I understand that, but it would be nice to be able to re-use it outside of Hydra, since it's already there in nixpkgs.
<simpson> I don't want to say that folks must use the easy path, but the easy path is quite streamlined at this point. https://github.com/monte-language/typhon/blob/master/.github/workflows/cachix.yml for example.
<LnL> hydra doesn't need it either, it's just so you get the package.platform as job name
dbmikus has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
icey_ has quit [Ping timeout: 246 seconds]
<dhess> simpson: that doesn't work for a large package set that has packages that build on some platforms and not others. It's fine for simple packages I'm sure.
<dhess> in fact that action is only for ubuntu-latest so it doesn't even cover macOS, for example.
ylixir has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @ehmry merged pull request #92638 → nixos/dhcpd: make authoritative mode optional → https://git.io/JJtDl
<{^_^}> [nixpkgs] @ehmry pushed to master « nixos/dhcpd: make authoritative mode optional »: https://git.io/JJB3X
shibboleth has joined #nixos
<simpson> dhess: I'm okay with that, TBH, but I see your point.
<dhess> simpson: yeah this is a case of "I'm glad that works for you but it doesn't cover my use cases" :)
<{^_^}> [nixpkgs] @ehmry merged pull request #89209 → Add Yggdrasil manual section → https://git.io/JfKSW
<{^_^}> [nixpkgs] @ehmry pushed 3 commits to master: https://git.io/JJB35
<dhess> to be clear I'm not complaining about the state of things, I'm just trying to figure out how we can go from a Hydra-based CI to GitHub Actions-based CI with Nix, and how much work it'll be.
<simpson> I suppose I'd answer that they do quite different things! In particular, one runs on your machines and one runs on somebody else's machiens.
<dhess> simpson: even if we use hosted runners, there are issues.
<LnL> nix flake check will hopefully make this nicer in the future
<simpson> I know that there are issues. I'm suggesting that the solution isn't a matter of porting, but a matter of building a totally new CI setup.
<dhess> which we'll have to do if we want to run NixOS tests, for example.
knupfer has joined #nixos
tru_tru has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed commit from @r-ryantm to release-20.03 « tcpreplay: 4.3.2 -> 4.3.3 (security) »: https://git.io/JJBsJ
<{^_^}> [nixpkgs] @oyren opened pull request #93822 → portfolio: 0.46.6 -> 0.47.0 → https://git.io/JJBsU
<dhess> Here's another question: I understand that GitHub Actions does things to filter your secrets so they don't show up in logs. Let's say someone makes a PR that changes your .github/workflows/ci.yml and adds a job that echoes '${{secrets.CACHIX_SIGNING_KEY}}' to stdout. So GitHub Actions will filter that, right?
<infinisil> Even if it filters stdout, somebody could just curl PUT the secret to their own url
<TakeWill> is there anyway to hide message of this bot {^_^}?
<TakeWill> I'm new to this IRC thing
<infinisil> TakeWill: Most IRC clients allow you to install filters. Maybe check your clients manual
<dhess> infinisil: right, so I don't follow how triggering build actions automatically on PRs from randos prevents secret leakage. What's the story on that?
<infinisil> dhess: I honestly have no idea either and am also interested to know
<TakeWill> I'm using rcirc (an Emacs package)
<TakeWill> anyone using the same?
<dhess> infinisil: another scenario is that they just rot13 the secret before echo'ing it to stdout and then unrot13 the logs
<dhess> etc.
<simpson> dhess: I'd suggest not doing Cachix on PRs. But yeah, this is a good question and I think that GH will have to answer it.
<infinisil> TakeWill: This isn't an IRC support channel though, I suggest asking for help on that somewhere more appropriate :)
Rusty1 has quit [Read error: Connection reset by peer]
<simpson> TakeWill, infinisil: The bot uses the /notice mechanism, and many IRC clients have ways to filter notices.
<simpson> dhess, infinisil: I just checked a build log. The URL's got a funky signature to prevent sharing (yay?) but I can say that the signing key is not echoed by the Cachix CLI tool into the log.
<TakeWill> infinisil sorry, I'll ask in other places
<simpson> `signingKey: ***` literally what it emits. Very polite.
<TakeWill> simpson thanks for your info
<JJJollyjim> like it only does periodic evaluations
<JJJollyjim> am i right in understanding that hydra can't really link things to git commits?
<JJJollyjim> (i think those two messages sent out-of-order)
<dhess> simpson: I'm sure that domenkozar has handled the cases where cachix itself might output the key. To be clear, I'm worried about the scenario where the attacker's PR modifies your ci.yml file and includes a script that has access to the key via the GitHub Actions secret templating.
<simpson> JJJollyjim: Right, while Hydra usually can show you which commit is to blame, sometimes it shows you a range of commits instead. And in those cases, you'll have to bisect, if you can't manually see at a glance which commit is the likely offener.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93823 → mysql-workbench: 8.0.20 -> 8.0.21 → https://git.io/JJBsO
<simpson> dhess: You'd have to ask GH.
<JJJollyjim> TakeWill: yeah you can /ignore a username in rcirc
<dhess> simpson: ok cool, just wondered if anyone in the channel might have already looked into this and knows how it's prevented. It seems to obvious not to have been addressed.
<dhess> too obvious
<JJJollyjim> imo if a community is making people to learn to use irc, it's not unreasonable for them to ask questions about it
<JJJollyjim> s/making/asking
<simpson> dhess: https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets has multiple red warning boxes about the danger of printing secrets.
<simpson> I agree that they could do better, and explicitly say that enabling secrets for PR workflows is dangerous.
<infinisil> JJJollyjim: I guess, but I think it's an important part of open source to know where to get support for things
<dhess> simpson: yeah I've read that, but I don't see how that prevents a PR (which, as I understand it, automatically kicks off a build if made on a public repo where GitHub Actions are enabled) from doing it.
<TakeWill> JJJollyjim many thanks man. This is really helpful
<JJJollyjim> infinisil: sorry, i'm bitter cos i work at a company that has irc as the main form of communication and doesn't help people with it, so the non-technical staff just give up and are cut off from everyone else -_-
<simpson> dhess: PRs do not have to have all Actions run upon them; see https://docs.github.com/en/actions/reference/events-that-trigger-workflows for details and different event types.
lordcirth has quit [Remote host closed the connection]
<infinisil> JJJollyjim: Oh damn yeah that's not ver good
<dhess> simpson: how about the link you shared previously: https://github.com/monte-language/typhon/blob/master/.github/workflows/cachix.yml
<dhess> doesn't that say right there at the top that it runs on pull_request ?
<dhess> or am I misinterpreting that
<simpson> dhess: Yes, because I want it to run on PRs. I'll probably change that. Don't worry, my fuckups aren't indicative of GH's poor documentation~
<dhess> simpson: heh ok
<dhess> simpson: that seems like a major problem though! Someone as experienced as you can easily make that mistake! Which makes me think there must be something else to this that we're missing.
mbr has joined #nixos
<{^_^}> [nixpkgs] @blitz opened pull request #93824 → nixos/lib/make-ext4-fs: fix after mkfs.ext4 refactoring → https://git.io/JJBs0
niso_ has joined #nixos
work_ has quit [Quit: Connection closed for inactivity]
<simpson> dhess: Or maybe I copied it from the neighboring YAML for the IRC action.
<Mic92> bqv: actually the mkdir in use_flakes is not necessary
<simpson> And yes, GH is shit, including GH Actions, but it's also free and what the community uses. To revive a 2010s meme, "Actions suck, use Actions".
<Mic92> simpson: buildkit works great for me.
meh` has joined #nixos
<infinisil> simpson: What's bad about github actions? (Other than the secret problem)
<dhess> simpson: this would be easy to fix if either a) you could filter PRs by submitter or b) you could make build logs visible only to trusted team members.
niso has quit [Ping timeout: 260 seconds]
<dhess> although I guess b) doesn't fix the scenario that infinisil pointed out
<mbr> i'm looking for a way to specify `--pure` in my `shell.nix` to avoid having to pass it on the cmdline; is that possible?
<simpson> infinisil: GH is closed-source and unauditable; it's the sort of thing that, in the long term, it would be nice to have a decentralized community solution for managing and publishing. Every fresh dependency on GH's new products puts that goal further out of reach.
<dhess> Mic92: yeah I've been considering using BuildKite as well but now there's so much momentum behind GitHub Actions, I'm a bit worried about their future.
<infinisil> simpson: Ah yeah that's a good point
dbmikus has joined #nixos
<simpson> dhess: Let's try it! Can you fetch the raw log from https://github.com/monte-language/typhon/runs/900769209?
<Mic92> dhess: it is, but buildkit with nix is a lot faster if you don't have to redownload everything all the time. I mean a lot faster.
<dhess> simpson: I can see the page anyway. What do you mean by "raw log"?
<Mic92> I use it in one project where I need nixos tests
<dhess> Mic92: yes if we use GitHub Actions, it'll be with hosted runners.
<simpson> dhess: To the right of the header-bar "Push to Cachix / tests", past the search controls, click the ... and choose "View raw logs"
<Mic92> dhess: yeah, it's just still a pain to set up with NixOS.
<dhess> simpson: got it. yes I can see the raw log
user_0x58 has joined #nixos
<dhess> Mic92: GitHub Action hosted runners, you mean, or BuildKite?
<simpson> So that rules out (b). (a) is kind of possible, I think, in that it's possible to set up an organization so that only some people have PR permission, but I'm not 100% sure. (I could swear that I'm in an org with a setup like that...)
<Mic92> dhess: hosted github action runners.
<dhess> Mic92: got it. It looks like BuildKite is pretty easy due to the support in nixpkgs, yes?
dbmikus has quit [Ping timeout: 246 seconds]
<dhess> simpson: so an interesting experiment would be for me to make a PR against your cachix.yml which includes a script that echos the secret using a rot13 or something like that. But I'm not going to do that :)
<Mic92> Yes. Github action might get their one day too
<dhess> Mic92: right. looks quite nice. Have you gotten it to run in a container?
<simpson> dhess: In #monte I've already started the discussion to fix this. If there's no opposition, I'll push a fix later.
kriztw has quit [Ping timeout: 260 seconds]
Rusty1 has joined #nixos
SomeDude has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/JJBGL
meh` has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
meh` has joined #nixos
<{^_^}> [nixpkgs] @vcunat merged pull request #92251 → firefox: support for PKCS#11 modules in wrapper → https://git.io/JJk4i
wnklmnn has joined #nixos
pmy has quit [Ping timeout: 264 seconds]
ddellacosta has joined #nixos
pmy has joined #nixos
mbr has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #92947 → openjdk: build with empty pre-version → https://git.io/JJYPm
<{^_^}> [nixpkgs] @petabyteboy pushed to master « openjdk: build with empty pre-version (#92947) »: https://git.io/JJBZf
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
marsh has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93826 → ocamlPackages.bitstring: 3.0.0 -> 3.1.1 → https://git.io/JJBZ2
AndroUser has joined #nixos
dermetfan has quit [Ping timeout: 272 seconds]
lluchs has joined #nixos
maier has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
maier has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @w4 opened pull request #93827 → tilt: 0.11.3 -> 0.16.1, move to buildGoModule → https://git.io/JJBng
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #93705 → qtile: 0.13.0 -> 0.16.0 → https://git.io/JJ8cq
<{^_^}> [nixpkgs] @Lassulus pushed commit from @deliciouslytyped to master « qtile: 0.13.0 -> 0.16.0 (#93705) »: https://git.io/JJBnX
cjpbirkbeck has joined #nixos
orivej_ has quit [Ping timeout: 246 seconds]
dbmikus has joined #nixos
orivej has joined #nixos
foxmitmox has joined #nixos
boothead has joined #nixos
<boothead> Hey folks, I'm trying to get the v4l2loopback module working. I've added it to boot.kernelModules but that doesn't seem to have done the trick. Essentially I want the equivalent of sudo modprobe v4l2loopback exclusive_caps=1 max_buffers=2
dbmikus has quit [Ping timeout: 256 seconds]
<lassulus> maybe boot.extraModprobeConfig ?
<Zer000> Can anyone please tell me how to make a haskell derivation that installs llvm? I adding passing pkgs.llvmPackages.llvm to the executableHaskellDepends list and it doesn't work.
<boothead> thanks lassulus - do you know what the syntax for the options/flags would be offhand?
<Zer000> (I'm calling the derivation using haskellPackages.callPackage
<lassulus> from the example: ''options parport_pc io=0x378 irq=7 dma=1''
orivej has quit [Quit: No Ping reply in 180 seconds.]
<boothead> Yup, just found that... This is my first time fiddling with kernel options - would you expect the modprobe command to work? I'm getting "Module v4l2loopback not found in directory /run/current-system/kernel-modules/lib/modules/5.3.0-rc5"...
arjen-jonathan has quit [Ping timeout: 244 seconds]
proofofkeags has joined #nixos
orivej has joined #nixos
<Zer000> nix-shell -iA nixos.llvmPackages.llvm will give me what I want, it's just when I make a shell from a derivation that it can't find it. This used to work before too...
foxmitmox has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #93809 → makemkv: 1.15.1 -> 1.15.2 → https://git.io/JJBkc
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJBcG
boothead has quit [Remote host closed the connection]
turlando has joined #nixos
<{^_^}> [nix-pills] @gameboo opened pull request #150 → Rephrase adding to buildInputs explanation in 12.4 → https://git.io/JJBc2
boothead has joined #nixos
philr_ has quit [Ping timeout: 246 seconds]
<boothead> So I've rebooted, but still can't modprobe the v4l2loopback module...
<lassulus> boothead: what si your /run/current-system/kernel-modules/lib/modules/5.3.0-rc5 folder?
<lluchs> Is there some easy way to get a UEFI shell in nixos?
<lassulus> boothead: ah let me try something
dbmikus has joined #nixos
<boothead> kernel -> /nix/store/903bqgfp00h95ccaqw8sz6gndy7n8ns5-linux-5.3-rc5/lib/modules/5.3.0-rc5/kernel .. is that what you mean?
turlando has quit [Ping timeout: 256 seconds]
dsiypl4 has joined #nixos
shibboleth has quit [Quit: shibboleth]
<lassulus> boothead: boot.extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ]; seems to work for me
* WeblordPepe chews on a power outlet
<WeblordPepe> O_O
<WeblordPepe> ><
* WeblordPepe sizzles
<lassulus> boothead: but not sure, since I would need to reboot to test it really :D
<boothead> Sweet, thanks - I'll try that and then come and let you know :-)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93831 → parallel: 20200522 -> 20200722 → https://git.io/JJBcj
jb55 has quit [Ping timeout: 240 seconds]
jb55 has joined #nixos
<Reventlov> Hi.
<Reventlov> I'd like to use django 3.0 ( https://github.com/NixOS/nixpkgs/pull/92848 ). Can I somehow use packageOverrides to say django is actually "another thing" defined in another directory ?
<{^_^}> #92848 (by lsix, 2 weeks ago, open): pythonPackages.django_3_0: init at 3.0.8
<boothead> lassulus - not quite so straightforward for me: inconsistent kernel versions: 4.19.114 5.3.0-rc5
<boothead> Ah - spotted the problem, I had linuxPackages_testing in boot.kernelPackages
<lassulus> boothead: ah, yes, that makes sense: try this: boot.extraModulePackages = [ config.boot.kernelPackages.linuxPackages.v4l2loopback ];
TakeWill has quit [Ping timeout: 260 seconds]
<lassulus> then you use the same kernelPackages for both
<lassulus> ah
<lassulus> remove that linuxPackages
asheshambasta has joined #nixos
dbmikus has quit [Ping timeout: 260 seconds]
<Mic92> dhess: You actually got a very good point there ;) https://github.com/Mic92/dotfiles/commit/6d8a8b9ba6bf8c5a793737a0cef9e25e4271e260
<dhess> Mic92: Nice! I think I'm gonna give it a try based on your config.
<dhess> Mic92: I'm not familiar with NixOS's `confinement` feature. Does that still give access to /dev/kvm?
<Mic92> dhess: it's still not perfect. I have yet found out how to protect totenPath and the ssh key
<Mic92> dhess: You can bind mount /dev/kvm. I guess I need that too
boyle has joined #nixos
<boyle> hey, any idea how do I properly escape this? https://pastebin.com/MCb42enS
<boyle> it's '' but a specific typescript configuration file format
<lassulus> boyle: you don't need to escape the {
<Mic92> yes
<Mic92> only ${
<boyle> but it errors out
MarcWeber has quit [Ping timeout: 246 seconds]
<lassulus> whats the error?
<boyle> error: syntax error, unexpected $undefined, expecting ';', at /etc/nixos/node.nix:29:7
<Mic92> what line is line 29?
<lassulus> ah there is a password : ''
<Mic92> try ""
<lassulus> so you need to escape that
<lassulus> or try ""
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
MarcWeber has joined #nixos
<Mic92> yeah its the '' that terminates the nix string
<boyle> with "" it errors on line 29
<Mic92> are you sure/
<Mic92> ?
<lassulus> whats the error? whats the code?
orivej has quit [Ping timeout: 256 seconds]
<boyle> hmm let me try ""
<infinisil> ,escape password: ''
<{^_^}> Escape this in '' strings with: password: '''
<{^_^}> Escape this in " strings with: password: ''
orivej has joined #nixos
<infinisil> boyle: You can use ,escape to see how to escape strings
<boyle> how can I escape the '' ?
<boyle> if I do \'\' it puts it there like that
<infinisil> ,escape ''
<{^_^}> Escape this in '' strings with: '''
<{^_^}> Escape this in " strings with: ''
<infinisil> boyle: (maybe you have the bot's messages hidden)
proofofkeags has quit [Ping timeout: 264 seconds]
<boyle> ah, you were ricks, you folks rocks!
boyle has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Infinisil merged pull request #93275 → openrazer: 2.7.0 -> 2.8.0 → https://git.io/JJGds
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JJBWJ
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mkg20001 opened pull request #93832 → jetbrains.idea-ultimate: add zlib fhs → https://git.io/JJBWY
ruuda has joined #nixos
ruuda has quit [Quit: ruuda]
eyenx has quit [Quit: bye]
<{^_^}> [nixpkgs] @pulsation opened pull request #93833 → quisk: init at 4.1.66 → https://git.io/JJBWo
eyenx|m is now known as eyenx
<Mic92> dhess: it was actually not necessary to mount /dev/kvm for nixosTest since it runs in the host nix builder. However I still need to bind mount /nix/store because channels/tarballs are imported there: https://github.com/Mic92/sops-nix/pull/25
<{^_^}> Mic92/sops-nix#25 (by Mic92, 23 minutes ago, open): add TODO
orivej_ has joined #nixos
ddellacosta has joined #nixos
maier has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @misuzu closed pull request #92558 → nixos/lib/make-ext4-fs: fix nixos.sd_image_raspberrypi4.aarch64-linux build → https://git.io/JJtJt
wnklmnn has quit [Ping timeout: 240 seconds]
noonien has joined #nixos
<dhess> Mic92: cool, thanks for the pointer.
malook has joined #nixos
<Mic92> dhess: I think I can also make it safe for public use if I define the pipeline steps in the webinterface instead of the repo and enable restrict-eval in nix
dbmikus has joined #nixos
LinusSexTips[m] has joined #nixos
orivej_ has quit [Ping timeout: 240 seconds]
<dhess> Mic92: I haven't used BuildKite yet. Why would it matter whether you define the pipeline steps in the web interface? (I assume you mean the BuildKite web interface.)
<Mic92> dhess: So people in a pr cannot change the code that is executed in the CI. Even with a sandbox they could still read the buildkite api token + ssh key
moet has joined #nixos
<Mic92> my sandbox now only executes nix-build with restrict eval.
<Mic92> You have the same issue with self-hosted github actions btw.
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/076c67fdea6 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
cole-h has joined #nixos
<moet> does anyone know how to get hoogle going in an environment made with callCabal2nix?
meh` has quit [Quit: I don't want to live on this planet anymore.]
dbmikus has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
malook has quit [Quit: malook]
malook has joined #nixos
moet has quit [Ping timeout: 246 seconds]
maier has quit [Ping timeout: 256 seconds]
<Guest10762> wayland users might be interested in https://github.com/NixOS/nixpkgs/pull/81116 . "A Wayland native snapshot editing tool, inspired by Snappy on macOS "
<{^_^}> #81116 (by matthiasbeyer, 21 weeks ago, open): swappy: Init at 1.2.0
<Church-> Hmm, anyone have thoughts on what's the best thing to do for a deriv upgrade that will cause db upgrades on install? Making rollback infeasible unless you have a cp/dump made before hand?
<Church-> I'm debating on just adding an implicit dump step and tar up the sqlite db before the service starts. Add a blurb to the release notes about it, but even that's not the best way to go about things I think.
<boothead> lassulus - seems I've run into this: https://github.com/NixOS/nixpkgs/pull/71783 what version of nixos and channel are you on?
<{^_^}> #71783 (by colemickens, 39 weeks ago, merged): v4l2loopback: 0.12.0 -> 0.12.2
<dhess> Mic92: ahh right I see what you mean.
<{^_^}> [nix-pills] @bhipple merged pull request #150 → Minor rephrase in 12.4 → https://git.io/JJBc2
<{^_^}> [nix-pills] @bhipple pushed 2 commits to master: https://git.io/JJB8M
<srid> Does anyone know how I can add the 'Windows Recovery Partition' back in the boot menu (uses EFI) in NixOS?
<atemu12[m]> srid: Which bootloader?
<srid> partition layout and boot config ^
moet has joined #nixos
<srid> My goal is boot from /dev/nvme0n1p4 - but the boot menu is currently being monopolized by nixos generations
mwelt has joined #nixos
zupo has joined #nixos
drakonis has joined #nixos
<srid> (ctx: gonna use Windows on the laptop for a while, and ssh to my remote server that runs NixOS for actual development)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93835 → openresolv: 3.10.0 -> 3.11.0 → https://git.io/JJB4J
<atemu12[m]> srid: Hm, not familiar with systemd-boot but AFAIK it should detect Windowsy stuff automagically
<mwelt> Hi. Short question. Is there a way to get show the "symbol" for a package. `nix-env -qa "*.prolog.*" returns package names, which are not of much use for creating a shell `nix-shell '<nixpkgs>' -p ...`
<atemu12[m]> mwelt: `nix search`
<mwelt> atemu12[m]: slow as hell :)
<atemu12[m]> srid: Sure, why not?
freezeboy has joined #nixos
<srid> But then, this is not Windows OS, but just its recovery partition
kreyren has quit [Ping timeout: 240 seconds]
<Guest10762> systemd-boot doesn't seem to detect my win 10 partition for me.
quinn has joined #nixos
<atemu12[m]> mwelt: for me it's basically instant. Are you using `-u`?
arjen-jonathan has joined #nixos
<mwelt> atemu12[m]: not yet as it seems
<atemu12[m]> mwelt: could've just been the inital search, are subsequent searches faster?
<mwelt> atemu12[m]: not really :(
<atemu12[m]> srid: Did it work before?
<mwelt> where is the -u option documented?
<mwelt> no `man nix` and `nix --help` does not cover any such -u option?
<atemu12[m]> mwelt: `nix search --help`
<{^_^}> [nixpkgs] @Church- opened pull request #93836 → Adding a basic module for the teleport cluster ssh/pki service. → https://git.io/JJB4C
<lassulus> boothead: I'm on 20.03, but I haven't tried to actually load that kernel module
<atemu12[m]> mwelt: the `nix` tool is still unstable though
<srid> `Died at /nix/store/pjyywcmhxpa34kpz5ljmqyh712mrccd2-install-grub.pl line 44` atemu12
<atemu12[m]> mwelt: The reason I asked was that using `-u` seriously slows down `nix search`, so don't use it unless you absolutely have to
<srid> Did what work before?
<atemu12[m]> srid: Detection of the Windows recovery
* srid wonders if he can just manually add an entry under /boot/loader/entries/
<srid> atemu12: Yes, that is a valid partition that I used to recover Windows before
<mwelt> atemu12[m]: i c :) Thanks
<srid> All I want is to to boot from this partition.
<srid> Too bad you can't do this from BIOS
<atemu12[m]> srid: Did booting the partition from a Linux bootloader work before?
<srid> atemu12: I believe so.
<srid> `/dev/nvme0n1p1 256M 256M 0 100% /boot`
<srid> ^ no space left on /boot. makes no sense
<atemu12[m]> srid: Clean up your old generations
<srid> I don't need Linux anymore, nor its bootloader. I can nuke nixos entirely if I have to. All I want is to recover Windows.
<srid> atemu12: how do I do that? (`nix-collect-garbage --delete-older-than 7` doesn't do it)
<atemu12[m]> srid: you need to do a `nixos-rebuild boot` afterwards, it contains the cleanup hook
asheshambasta has quit [Ping timeout: 272 seconds]
<srid> `256M 187M 70M 73% /boot`
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJB4i
moet has quit [Ping timeout: 256 seconds]
<srid> atemu12: failing with different error ^
<srid> is grub supposed to work at all?
<srid> .. in whatever configuratio of my disk
<srid> maybe i hsouldn't have used `devices = [ "nodev" ]`?
<atemu12[m]> srid: your boot partition is still full, you can't copy over anything new
<atemu12[m]> srid: try `/run/booted-system/bin/switch-to-generation boot`
knupfer has quit [Quit: knupfer]
knupfer1 has joined #nixos
<atemu12[m]> srid: If that doesn't work you'll have to jump in an manually clean up a few files that definitely aren't needed anymore. `ncdu` is very useful for this.
<srid> when I explicitly specify the device, I get ^
<srid> atemu12: there is free space on /boot. `/dev/nvme0n1p1 256M 74M 183M 29% /boot`
<atemu12[m]> srid: You've got an EFI disk, installing in legacy mode won't work. `nodev` is correct.
knupfer1 is now known as knupfer
<srid> Running `sudo /run/booted-system/bin/switch-to-generation boot` worked (exited silently after a second)
<srid> /boot/loader/entries/ however contains only nixos generations. should I reboot to test?
<boothead> lassulus - I didn't even get as far as loading the module - it wouldn't even build :-)
<TheSirC[m]> Is there anything outdated that could cause an infinite recursion on this page of the wiki : https://nixos.wiki/wiki/Overlays ?
<mwelt> srid: how many disks do you actually have in your system?
<srid> mwelt: one (nvme0n1)
<mwelt> And windows recovery is right on this disk?
<TheSirC[m]> lassulus: Is it v4l2loopback you are trying to use ?
<srid> as a partition, yes
<mwelt> srid: and you created this efi partion while installing linux?
<srid> <srid "image.png"> ^
<srid> i don't remember at all
<lassulus> TheSirC[m]: boothead is trhing to
<srid> i installed nixos like 2 years ago
moet has joined #nixos
<mwelt> windows usally doesn't boot from efi, it boots from mbr
<srid> is there any way to boot from this 4th partition?
manu12[m] has joined #nixos
<srid> i don't care to preserve linux
<TheSirC[m]> Oh. boothead : Did you succeed in your endeavor with `v4l2loopback` ?
<boothead> TheSirC[m] - not yet :-D
<mwelt> some bios' are able to distinguish between uefi boot and mbr boot. So you can select booting the disk and not the efi partition
<TheSirC[m]> So... I succeed to do it on my config if you are interested
<boothead> currently downloading all of chachix :-)
<TheSirC[m]> Oh!
<boothead> Yes please!! Trying to get my new DSLR working in OBS :-)
<TheSirC[m]> It was in Zoom for me but should the same
<atemu12[m]> srid: Making a bootable Windows flash drive would be faster at this point I think.
<srid> I can try that. Do I just `dd` the partition into the flash drive?
<atemu12[m]> mwelt: Windows has been booting from EFI by default for forever.
<mwelt> atemu12[m]: you shure about that? No efi partition and it almost always rewrites the mbr of the disk
<atemu12[m]> srid: Windows likes to be special in that regard, you need to use a script/tool to do it for you
<atemu12[m]> mwelt: If you boot in BIOS mode and have an MBR disk, it'll install itself in legacy mode
<boothead> TheSirC[m] - everything is now going very slowly, but any useful links would be highly appreciated!
<TheSirC[m]> I was trying to see if everything was ok in the file
<boothead> thanks! What's unstable there? Something in lib?
<mwelt> atemu12[m]: if the windows partition is efi, than it should work by removing the boot flag from the linux efi partition and set it back onto the windows recovery partition...
<boothead> Also - to you run gphoto and ffmpeg somehow?
<atemu12[m]> mwelt: boot flag isn't a thing with GPT
malook has quit [Quit: malook]
<boothead> *do you
<TheSirC[m]> Yes I do!
<TheSirC[m]> Nothing is unstabke
<{^_^}> [nixpkgs] @deliciouslytyped opened pull request #93837 → Enable Qtile tests → https://git.io/JJBBf
<mwelt> atemu12[m]: then what exactly is `parted /dev/sda -- set 3 boot on` all about in the nixos install manual?
<TheSirC[m]> To be fair I use a port / fork of some part of the code in this article : https://www.crackedthecode.co/how-to-use-your-dslr-as-a-webcam-in-linux/
<boothead> Sorry - I meant this bit: boot.extraModulePackages = with unstable; [
<boothead> TheSirC[m] how do you run the gphoto | ffmpeg bit? Do you have a service or something?
<TheSirC[m]> Oh! I think that it is because the version on the unstable channel is the latest to circumvent the issue cited in the first comment
moet has quit [Ping timeout: 240 seconds]
<TheSirC[m]> boothead: Yes I do. I use a bash script which is not really great to connect the camera to the device it is not amazing but it works at least
MarcWeber has quit [Ping timeout: 240 seconds]
<boothead> Cool, I'm going to try it your way, cos rebuilding my whole system to unstable just now failed
<TheSirC[m]> boothead: I updated the gist with the shell script if you are interested
<TheSirC[m]> Tell me if you find any bugs with the script <_<
<boothead> Awesome, thanks!
hyper_ch has quit [Quit: ZNC 1.8.1 - https://znc.in]
<atemu12[m]> mwelt: Never used it, apparently cfdisk sets it by default for partitions of type EFI
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/076c67fdea6 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<{^_^}> [nixpkgs] @danieldk merged pull request #93619 → go-task: init at 2.8.1 → https://git.io/JJWXr
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJBBW
turlando has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #93805 → mc: 4.8.24 -> 4.8.25 → https://git.io/JJBTJ
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJBBu
hyper_ch has joined #nixos
<{^_^}> [nixpkgs] @ajs124 opened pull request #93838 → nixos/tasks/lvm: fix systemd tmpfiles → https://git.io/JJBBV
<notgne2> is there some basic guide on how to use flakes and what might need to be changed when switching? also does anybody know if there is a stateless nixops alternative that supports flakes
moet has joined #nixos
CelliCel317 has joined #nixos
<boothead> So aparently gstreamer has broken a load of stuff. I'm just trying to rebuild to 20.03 - is there a workaround for https://github.com/NixOS/nixpkgs/pull/92261?
<{^_^}> #92261 (by FRidh, 3 weeks ago, merged): gst-plugins-base: mark as broken
fresheyeball has quit [Quit: WeeChat 2.7.1]
<boothead> So how can I get that fix if 20.03 is broken for me? Do I have to switch to unstable?
gentauro has quit [Read error: Connection reset by peer]
juliosueiras has joined #nixos
gentauro has joined #nixos
<juliosueiras> is creating non-sandbox derivation consider an anti-pattern?
<infinisil> juliosueiras: The sandbox is what makes builds pure, so yeah, requiring the sandbox to be turned off for a derivation is not good
<juliosueiras> emm... k, then probably need to create a fetcher for lein project then
evanjs has quit [Read error: Connection reset by peer]
<juliosueiras> lein-based project*
maier has joined #nixos
<Reventlov> So i'd like to create an overlay "overriding" pkgs.python3Packages.django, what should I do ? Having « python3Packages.django = super.callPackage ./django/3_0.nix { }; » is not really working, as I get an error message "attribute 'buildPythonApplication' missing"
<{^_^}> [nixpkgs] @lucperkins opened pull request #93839 → humioctl: init at 0.25.0 → https://git.io/JJB1L
<boothead> {^_^} - should that gstreamer thing effect 20.03? I'm thinking I've got something screwy in my config if I'm getting bitten by it...
evanjs has joined #nixos
<energizer> Reventlov: you're trying to override django systemwide?
MarcWeber has joined #nixos
<Reventlov> energizer: yeah, i'm building a VM
<Reventlov> (real goal is using https://github.com/NixOS/nixpkgs/pull/92848 more quickly)
<{^_^}> #92848 (by lsix, 2 weeks ago, open): pythonPackages.django_3_0: init at 3.0.8
<gchristensen> I'm looking to cross compile to thumbv7em-none-eabi -- anyone know how I configure nixpkgs to target this? I have no idea what thumbv7em even means, and can't really find much about it :/
<energizer> Reventlov: my preference these days is to use poetry2nix
CelliCel317 has quit [Ping timeout: 245 seconds]
<energizer> just `poetry add 'django>=3.0'` and poetry2nix takes care of the rest
moet has quit [Ping timeout: 246 seconds]
<{^_^}> [nix-mode] @yilinwei opened pull request #102 → Fix issue #70 → https://git.io/JJB9H
yilin has joined #nixos
<yilin> Hi folks, I'd love to get some help testing a fix for nix-mode for emacs users https://github.com/NixOS/nix-mode/pull/102.
<{^_^}> nix-mode#102 (by yilinwei, 3 minutes ago, open): Fix issue #70
<{^_^}> nix-mode#102 (by yilinwei, 3 minutes ago, open): Fix issue #70
<Mic92> yilin: what should I test?
kreyren has joined #nixos
orivej has joined #nixos
<boothead> OK - I'm stumped now... How can I figure out where the dependency on gst-plugins-base is coming from so I have remove it (or bring in the fix from master)? I don't even really understand why I'm seeing it at all if I'm buiding against 20.03?
<boothead> *can remove it I mean
<symphorien> nixos-rebuild build
<{^_^}> [nixpkgs] @freezeboy opened pull request #93840 → kbounce: init 20.03.3 → https://git.io/JJB5d
<symphorien> it will give you the .drv path of the whole system
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #93841 → kigo: init 20.04.3 → https://git.io/JJB5F
<symphorien> then nix-store -q --tree this.drv gives you the dependency tree
<symphorien> look for gst-plugins there
<{^_^}> [nixpkgs] @freezeboy opened pull request #93842 → killbots: init 20.03.3 → https://git.io/JJB5b
domogled has joined #nixos
<yilin> Mic92 If you have a simple `mkShell` derivation with a single buildInput dependency, re-evaluate the functions (and make sure buildInputs is in nix-shell-inputs) and start a shell using (nix-eshell "my-file") and see if the eshell buffer created has the binaries that you expect
<boothead> Thanks symphorien - I'll give that a try. I had a look through the bug and is seems like there are some pretty fundamental libs that are effected... fingers crossed!
<boothead> symphorien how come the build is working but the switch fails straight away? (I would have expected build to be the step in switch that fails)
<{^_^}> [nixpkgs] @freezeboy opened pull request #93843 → kdiamond: init 20.04.1 → https://git.io/JJB5j
<symphorien> if build worked you can do result/bin/switch-to/configuration switch
orivej has quit [Ping timeout: 240 seconds]
<boothead> It didn't work - but it also didn't fail as fast as switch...
orivej has joined #nixos
<symphorien> ah that can be because many derivations can be built in parallel and the order can vary
<boothead> Ah i see - well this gst thing turns up A LOT... Don't know that I'm going to be able to get rid of it... Do you know how I can get the fix?
malook has joined #nixos
malook has quit [Client Quit]
justanotheruser has quit [Ping timeout: 272 seconds]
<symphorien> what fix? I didn't read the scrollback
<boothead> Sorry - the fix for the broken gst-plugins-base https://github.com/NixOS/nixpkgs/pull/92261
<{^_^}> #92261 (by FRidh, 3 weeks ago, merged): gst-plugins-base: mark as broken
<{^_^}> [nixpkgs] @freezeboy opened pull request #93844 → kapman: init 20.04.1 → https://git.io/JJBx4
<symphorien> looks like the cause of the problem, not the fix
hyper_ch has quit [Read error: Connection reset by peer]
<boothead> Yeah - but this is since 20.03 right (I mean this doesn't affect everone who has 20.03 as their nixos channel)? TheSirC[m] you're on 20.03 aren't you?
hyper_ch has joined #nixos
<{^_^}> [nixpkgs] @lucperkins opened pull request #93845 → Add build version to open-policy-agent package → https://git.io/JJBxH
zeta_0 has joined #nixos
<symphorien> no this shouldn't affect 20.03
<symphorien> in nix-store -q --tree look for the exact full path of the failing drv
<TheSirC[m]> boothead: I tried all the configuration on markhor, 20.03 but right now I am on nixos-20.09pre235279.5717d9d2f7c
hyper_ch has quit [Read error: Connection reset by peer]
<TheSirC[m]> It is not going well but I am on nixos-20.09pre235279.5717d9d2f7c
<symphorien> there might be several versions of gst-base in your system, some from unstable if you have overlays
<zeta_0> anyone here that understands lorri really well, could you help me with this? https://www.reddit.com/r/haskell/comments/htoxcg/help_setting_up_ghcnix_with_lorri/
hyper_ch has joined #nixos
<boothead> symphorien - that's why I'm confused about this... I think I might have polluted my config with a nixpkgs checkout...
rixily has joined #nixos
<symphorien> please run `nix-info` and report
<boothead> ystem: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 2.3.3, channels(root): "nixos-20.09pre235279.5717d9d2f7c", channels(ben): "nixos-19.09.2399.5fa2612ca27, nixpkgs-20.09pre219796.f601ab37c2f", nixpkgs: /home/ben/.nix-defexpr/channels/nixpkgs
<symphorien> so you are on unstable
<boothead> sudo nix-info /etc/nixossystem: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 2.3.3, channels(root): "nixos-20.09pre235279.5717d9d2f7c", channels(ben): "nixos-19.09.2399.5fa2612ca27,
<boothead> nixpkgs-20.09pre219796.f601ab37c2f", nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
<boothead> nixos https://nixos.org/channels/nixos-20.03 is all I have in nix-channel --list...
<symphorien> try sudo nix-channel --list
dbmikus has joined #nixos
<boothead> ^^ yup, that's the output from sudo
<symphorien> also if you changed it recently, it only takes effect after nix-channel --update
<boothead> Aaah ok - I thought rebuild was taking care of that!
<boothead> Thanks, I think I'm moving again :-)
maier has quit [Ping timeout: 240 seconds]
<freezeboy> hopefully nix-channel is handling channel update and nix-rebuild is only working on current channel :D
<ar> hm. i have a weird issue with booting and some "nixos-rebuild switch"-es. /nix/store/66lvb19j4ag603363qd0lhp8vvia5mqg-update-users-groups.pl gets run, and ends up in an apparent infinte loop (full commandline: https://dpaste.com/HFWAGQ75T.txt, contents of users-groups.json: https://dpaste.com/7SBMD7WXH#)
<freezeboy> @ar dpaste is sending not found
wnklmnn has joined #nixos
<bqv> Mic92: o? I had issues with it before I thought
<zeta_0> is there another #channel that i can ask about the lorri nix tool, or is this the only one?
<ar> here both work
<freezeboy> oh there is a dangling comma in your first message ...
<ar> it exits the infinite loop by running out of memory
buckley310 has quit [Quit: Connection closed for inactivity]
<samueldr> ar off of stable or unstable?
<samueldr> (or master?
<ar> samueldr: unstable
<ar> but i've had this issue for a while now, i just don't reboot very often
<Orbstheorem> Hi o/ I created a derivation that uses home-manager using `nixos-rebuild build-vm-with-bootloader`. Such derivation is supposed to run on an airgapped system. The system boots okay, but home-manager fails: during activation it calls `nix-env -i /nix/store/...-home-manager-path`, which in turn connects to the nix-daemon and invokes `wopQueryMissing` which tried to reach the binary cache. Since I just built the
<Orbstheorem> derivation all necessary paths should be in the nix-store. How can I prevent nix-env from calling wopQueryMissing?
<samueldr> ar: a while, like months and months that it could also happen on 20.03?
<ar> samueldr: since february, maybe earlier
<samueldr> :|
<freezeboy> @ar ouch ....
<samueldr> ar: did you check the history of that particular file see if anything rings a bell with your setup? https://github.com/NixOS/nixpkgs/commits/master/nixos/modules/config/update-users-groups.pl
alp_ has joined #nixos
waleee-cl has joined #nixos
dbmikus has quit [Ping timeout: 246 seconds]
<zeta_0> do any of you know a nix lorri expert that i can ask for help? my problem is probably simple, but i'm new to lorri, so i'm not sure how to do it
<yilin> What issues do you have with lorri @zeta_0 ?
<zeta_0> yilin: here's the link to the issue that i posted a couple of minutes ago: https://www.reddit.com/r/haskell/comments/htoxcg/help_setting_up_ghcnix_with_lorri/
<zeta_0> yilin: i was getting those coerce type errors so i just deleted everything and started all over again with `lorri init`
<{^_^}> [nixpkgs] @symphorien opened pull request #93846 → epkowa: update hashes → https://git.io/JJRLA
bruce has joined #nixos
<eyJhb> Any way I can get commands such as `nix-prefetch-git --fetch-submodules --url https://gitlab.com/cznic/xc --rev v1.0.0` to NOT use /run/user/1000 ? And use /tmp
bruce is now known as Guest88361
<Guest88361> Hello,
<Guest88361> I am trying to install nix for the first time can I ask you a few questions?
<symphorien> sure go ahead
<{^_^}> [nixpkgs] @MetaDark opened pull request #93847 → nixos/xpadneo: 0.8.1 -> 0.8.2 → https://git.io/JJRtJ
urkk has quit [Quit: leaving]
<{^_^}> [nix-mode] @matthewbauer merged pull request #102 → Fix issue #70 → https://git.io/JJB9H
<{^_^}> [nix-mode] @matthewbauer pushed 2 commits to master: https://git.io/JJRtk
<yilin> zeta_0 Were the type errors in the rust process (as in rust daemon or elsewhere?)
<Guest88361> I spend some time on my configuration.nix
<Guest88361> and still have to
<Guest88361> but when I run nixos-install
<Guest88361> it says
<Guest88361> error: The option `powerManagement.cpuFreqGovernor` is defined both null and not null, in `/mnt/etc/nixos/configuration.nix' and `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/hardware/tlp.nix'.(use '--show-trace' to show detailed location information)
orivej has quit [Ping timeout: 240 seconds]
boothead has quit [Remote host closed the connection]
<Guest88361> I did define cpuFreqGovernor = "ondemand";
orivej has joined #nixos
<symphorien> tlp has another opinion
<symphorien> you can override it with `= lib.mkForce "ondemand"`
<Guest88361> why would tlp put null?
<ar> i've ran the script with -d:Trace and it appears to get stuck in File/Slurp.pm. https://dpaste.com/5S5DLF4F4
<symphorien> no idea
<Guest88361> jolie pseudo symphorien
<yilin> *lorri daemon
maier has joined #nixos
asdfasdfasdf has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<zeta_0> yilin: no, those were nix type errors, but i'm starting from scratch now
<asdfasdfasdf> halp
<yilin> Hmm, does that mean your typical nix-build isn't working?
<Guest88361> I am trying powerManagement = { enable = true; cpuFreqGovernor = lib.mkForce "ondemand"; resumeCommands = "/run/current-system/sw/bin/xscreensaver-command -lock"; };
<Guest88361> but I guet error: undefined variable 'lib' at /mnt/etc/nixos/configuration.nix:134:23
asdfasdfasdf is now known as aetherolio
freezeboy has quit [Remote host closed the connection]
<symphorien> Guest88361: at the top of the file, you have { pkgs, ... }:
<Raito_Bezarius> hello, does anyone knows what does that mean for system/pkgs to be set modularly here: https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/eval-config.nix#L15 ?
<symphorien> replace by { pkgs, lib, ... }:
<zeta_0> i'm not sure if `lorri daemon` will help me with my issue?
<ar> oh, nvm, it runs out of memory somewhere later
<Guest88361> at the top I have this actually { config, pkgs, ... }:
<symphorien> add lib
<Guest88361> thanks it seems much better
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<yilin> zeta_0 sorry, let me backtrack a little. 1) can you run the relevant nix-build/nix-shell. 2) otherwise, is it that the environment isn't getting pushed into emacs?
alp_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93848 → oprofile: 1.3.0 -> 1.4.0 → https://git.io/JJR3K
aetherolio has quit [Remote host closed the connection]
growpotkin has joined #nixos
<{^_^}> [nix-mode] @matthewbauer pushed 3 commits to master: https://git.io/JJR3P
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
yilin has quit [Remote host closed the connection]
maier has quit [Ping timeout: 264 seconds]
nature has quit [Ping timeout: 272 seconds]
nature has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
arjen-jonathan has quit [Ping timeout: 272 seconds]
<duairc> From the NixOS configuration, is there a way I can determine what the architecture of the system I'm running on is? I'd like to get back a string like "x86_64"
<duairc> Or maybe there's something in pkgs that has that
<cole-h> > builtins.currentSystem
<{^_^}> "x86_64-linux"
<duairc> cole-h: Lol, that was easy! Thanks :)
o1lo01ol1o has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
<{^_^}> [nix-mode] @matthewbauer pushed to master « Fix yaml »: https://git.io/JJRsz
<infinisil> duairc: cole-h: Note that builtins.currentSystem is the system you're *evaluating* on, which doesn't have to be the same as the system you're deploying to
<infinisil> For getting the string for the system you're deploying to you can use
<infinisil> > pkgs.stdenv.system
<{^_^}> "x86_64-linux"
<cole-h> >> is there a way I can determine what the architecture of the system I'm running on is?
<cole-h> I was answering that part :)
edio has joined #nixos
<duairc> Yeah, my question was ambiguous! pkgs.stdenv.system is probably what I actually want
<duairc> infinisil: Thanks!
<cole-h> Darn, infinisil always stealing my thunder.
<cole-h> :P
<infinisil> :P
<edio> Hi! I'm trying to boot NixOS plasma on Lenovo X13 AMD and I can't start sddm there. I tried both 20.03 and unstable 20.09pre. Is there somethign I'm missing?
maier has joined #nixos
alp_ has joined #nixos
malook has joined #nixos
malook has quit [Client Quit]
orivej_ has quit [Ping timeout: 256 seconds]
malook has joined #nixos
arjen-jonathan has joined #nixos
<Guest88361> I use this configuration services.xserver = { enable = true; desktopManager = { default = "xfce"; xterm.enable = false; xfce = { enable = true; noDesktop = true; enableXfwm = false; }; }; windowManager.i3.enable = true; };
orivej has joined #nixos
<Guest88361> following the wiki : https://nixos.wiki/wiki/Xfce
<Guest88361> I got this warning warning: The following options are deprecated: - services.xserver.desktopManager.defaultPlease use services.xserver.displayManager.defaultSession = "xfce";instead.
shibboleth has quit [Quit: shibboleth]
raju[m] has joined #nixos
<Guest88361> but when I try with displayManager it doesn't work
<Guest88361> saying error: The option `services.xserver.displayManager.default' defined in `/mnt/etc/nixos/configuration.nix' does not exist.
<Guest88361> is the wiki out of date?
<cole-h> Because it should be `.defaultSession`, no?
maier has quit [Ping timeout: 256 seconds]
<Guest88361> this
<Guest88361> displayManager = { defaultSession = "xfce"; xterm.enable = false; xfce = { enable = true; noDesktop = true; enableXfwm = false; }; };
<Guest88361> give me error: The option `services.xserver.displayManager.xfce' defined in `/mnt/etc/nixos/configuration.nix' does not exist.
<{^_^}> [nixpkgs] @symphorien opened pull request #93849 → rls: fix build → https://git.io/JJRsh
<cole-h> Because that part still belongs in desktopManager
<cole-h> Only `defaultSession` should be in `displayManager`, the rest can (probably) stay in `desktopManager`
<{^_^}> [nix-mode] @matthewbauer pushed to master « Update yaml again »: https://git.io/JJRGv
AndroUser has quit [Remote host closed the connection]
<Guest88361> like this displayManager.defaultSession = "xfce"; desktopManager = { xterm.enable = false; xfce = { enable = true; noDesktop = true; enableXfwm = false; }; };
<Guest88361> :)
kekw736[m] has joined #nixos
<cole-h> You tell me ;) Did it work?
<Guest88361> it did
arjen-jonathan has quit [Ping timeout: 260 seconds]
<Guest88361> well at least now it's building
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<Guest88361> my god you actually need to register to download the oracle jdk
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
<cole-h> Because it's unfree
<cole-h> Why not use openjdk?
<cole-h> > pkgs.openjdk
<{^_^}> "<derivation /nix/store/figy4h39zshprkc1hyb8vhllrr8zzqlb-openjdk-8u242-b08.drv>"
malook has quit [Quit: malook]
<Guest88361> last time I used it with spark I had issues
<Guest88361> but yes when I see this smart idea from oracle I'd like to switch…
omneh has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
OmnipotentEntity has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<Guest88361> Is there a way to recet the nix store?
orivej has joined #nixos
<{^_^}> [nixpkgs] @philandstuff closed pull request #93769 → yubikey-agent: fix on darwin → https://git.io/JJ4cC
afreak has joined #nixos
edio has quit [Ping timeout: 245 seconds]
<Guest88361> Just to have your opinion do you use nixos as a desktop os?
<Guest88361> if not would you do it?
<ar> i use nixos on all of my private machines, including laptop and desktop
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to master: https://git.io/JJRZJ
<{^_^}> [nixpkgs] @vcunat merged pull request #93838 → nixos/tasks/lvm: fix systemd tmpfiles → https://git.io/JJBBV
szicari has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Guest88361> thanks
smatting_ has joined #nixos
<energizer> i do too. it has advantages and disadvantages
<notgne2> is there any workaround for https://github.com/NixOS/nixpkgs/issues/93704 ? I'm a little confused on where the issue is coming from but it's preventing me from rebuilding on unstable
<{^_^}> #93704 (by srhb, 2 days ago, open): tests.networking.scripted.macvlan.x86_64-linux blocking nixos-unstable
szicari has quit [Ping timeout: 272 seconds]
szicari has joined #nixos
nature has quit [Ping timeout: 260 seconds]
alp_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @philandstuff opened pull request #93850 → yubikey-agent: fix on darwin → https://git.io/JJRZG
nature has joined #nixos
<notgne2> or at least, I'm getting the error `ln: failed to create symbolic link '/nix/store/v1b8jrszwf53xf342pfnijd80ws614pz-etc/etc/tmpfiles.d/lvm2.conf': Permission denied` when rebuilding
cole-h has quit [Quit: Goodbye]
juliosueiras has quit [Ping timeout: 245 seconds]
nckx is now known as AMDinc
AMDinc is now known as nckx
<eyJhb> Okay so I have this - https://termbin.com/rx4x and I get output - https://termbin.com/esnc , how con I specify that it should not look at is as a archive, but add it to the store or.. Idk? How should I go about this?
o1lo01ol1o has quit [Remote host closed the connection]
<Guest88361> how long does it take in general to build a system?
<symphorien> depends on your internet connection
<eyJhb> And which packages you have
<notgne2> and how many are already in a locally available store
<Guest88361> it seems to stay for ages on 1/1/76 built] building source: 100 127 100 127 0 0 769
<symphorien> if you suspect it's a hiccup during a download, you can safely interrupt it with ^C and start again
<__monty__> eyJhb: Have you tried using a path literal rather than a string? I'm not sure why it's expecting an archive.
<Guest88361> I don't know my connection is fine
<eyJhb> Worked
<eyJhb> Damn it __monty__
<eyJhb> :P
<Guest88361> I tried to interrupt and start again but it just says [1 build] just before interrupting
<notgne2> Guest88361: some things have to be built locally too, afaik usually for license reasons
<notgne2> nvidia drivers for instance build locally
<__monty__> eyJhb: Yeah I run into that too sometimes. It's a little hard to tell when paths are ok/expected imo.
<Guest88361> I assume I must not interrup all my pa download this way?
Fare has joined #nixos
<eyJhb> Got another problem now, with fetchpatch stripping things away I guess
<notgne2> Guest88361: if any derivations are downloading or building, cancelling could interrupt those, but everything else will remain and won't need re-downloading/building
<{^_^}> [nixpkgs] @Mic92 merged pull request #93849 → rls: fix build → https://git.io/JJRsh
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJRZM
<{^_^}> [nixpkgs] @dawidsowa opened pull request #93851 → mate.atril: add support for more filetypes → https://git.io/JJRZD
<notgne2> it might be worth looking at iotop or htop to figure out what the holdup is
<symphorien> Guest88361: you can safely interrupt until you see the message "switching to generation foo"
<eyJhb> Will nixos not create the files, when having a patch?
<Guest88361> will would downloading stole?
orivej_ has joined #nixos
orivej has quit [Read error: Connection reset by peer]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #93817 → sublime-music: init at 0.11.0 → https://git.io/JJBmC
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to master: https://git.io/JJRZF
<__monty__> eyJhb: I'm not sure whether sources are stored pre- or post-patchPhase.
<{^_^}> [nixpkgs] @MetaDark opened pull request #93852 → newsflash: fix loading external https content → https://git.io/JJRZb
<buffet> hey, say im packaging a script, how should i handle binary dependencies? atm im using sed to find and replace all occurences, which works, but isnt pretty
Guest88361 has quit [Remote host closed the connection]
szicari has quit [Ping timeout: 244 seconds]
dbmikus has joined #nixos
proofofkeags has quit [Remote host closed the connection]
cr4y1 has quit [Remote host closed the connection]
szicari has joined #nixos
<__monty__> buffet: resholved sounds like it might become what you're looking for.
<eyJhb> Got it working.
<eyJhb> But I hate finding the actual build drv
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
mwelt has quit [Remote host closed the connection]
<buffet> __monty__, looks hot, thank you
dbmikus has quit [Ping timeout: 240 seconds]
<eyJhb> Niiice, everything is pretty now
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93853 → python37Packages.ase: 3.19.1 -> 3.19.2 → https://git.io/JJRnZ
justanotheruser has joined #nixos
installingNIX has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5475b848597 (from 58 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<__monty__> buffet: I did think the default build phases already had some form of patching in absolute paths to dependencies though.
orivej has quit [Quit: No Ping reply in 180 seconds.]
<buffet> __monty__, i thought so too, but apparently it didnt work :/ anyways ill try out resholver tomorrow
orivej has joined #nixos
Diagon_ has joined #nixos
__monty__ has quit [Quit: leaving]
adyatlov has joined #nixos
Diagon has quit [Ping timeout: 240 seconds]
Diagon_ has quit [Client Quit]
<{^_^}> [nixpkgs] @petabyteboy opened pull request #93854 → tor: build with standard libevent → https://git.io/JJRna
rjmill has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #93855 → python27Packages.diff-match-patch: 20181111 -> 20200713 → https://git.io/JJRnK
<energizer> Guest88909: sometimes if i download too much stuff my modem gets bogged down
<energizer> that happens when building a new system occasionally
<installingNIX> I don't understand I download jdk from oracle
<energizer> erm guest left
<installingNIX> by the way just reboot I am guest
<energizer> ok
<installingNIX> so I did sudo nix-prefetch-url --type sha256 file:///home/nixos/Downloads/jdk-8u261-linux-x64.tar.gz as nix recommanded me
<installingNIX> but I still have
<installingNIX> builder for '/nix/store/dc5i1hlph07ni9lwnq1a9hpzi8fhw187-jdk-8u261-linux-x64.tar.gz.drv' failed with exit code 1; last 10 log lines: *** Unfortunately, we cannot download file jdk-8u261-linux-x64.tar.gz automatically. Please go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html to download it yourself, and add
<installingNIX> it to the Nix store
<clever> installingNIX: the .tar.gz you download, must be binary identical to the one nix is expecting
<installingNIX> the sha hash must be the same?
<clever> yeah
<installingNIX> can I change the expected sha hash?
<installingNIX> would that be a solution?
<clever> you can do a package override against it, as with any other package
<adyatlov> Can I see build output from a running nix-daemon with journalctl ?
<clever> adyatlov: nope, the logs always go to /nix/var/log/
<clever> adyatlov: `nix-store -l` and `nix log` can read them
<installingNIX> where can I see the exected sha during the install?
<clever> installingNIX: run `nix show-derivation` on the failing .drv file
<clever> installingNIX: its the outputHash
<adyatlov> clever: Is that a real time log?
<adyatlov> Lorri fired off a long compilation, can't get to it
<clever> adyatlov: only the process triggering the build can get realtime logs
<{^_^}> [nixpkgs] @freezeboy opened pull request #93856 → knetwalk: init at 20.04.3 → https://git.io/JJRnh
smatting_ has quit [Ping timeout: 240 seconds]
jumper149 has joined #nixos
<installingNIX> editing the nix/store/...drv
<installingNIX> is a bad idea?
<installingNIX> I assume
<eyJhb> installingNIX: /nix/store is readonly
<eyJhb> What are you trying to do
<clever> installingNIX: very, thats why you do an override in the expression
<installingNIX> smart
<installingNIX> :)
<installingNIX> (the read-only)
<AmandaC> ,locate xkbcommon.pc
<{^_^}> Found in packages: libxkbcommon.dev, libxkbcommon_7.dev
<installingNIX> the documentation says to override to as in this exemple
<{^_^}> [nixpkgs] @freezeboy opened pull request #93857 → knights: init at 20.04.3 → https://git.io/JJRc3
<installingNIX> environment.systemPackages = with pkgs; [ (python35.withPackages(ps: with ps; [ numpy toolz ])) ];
<installingNIX> I should do
<clever> installingNIX: you want something like oraclejdk.overrideAttrs (old: { src = ./path/to/file.tar.gz; })
<AmandaC> ,locate gles.pc
<installingNIX> environment.systemPackages = with pkgs; [ (oraclejdk8.withPackages(outputHash: with outputHash; [ newSha ])) ];
<{^_^}> Couldn't find in any packages
<colemickens> Where can I see the website portion of how AWS images are shown on nixos.org?
<clever> installingNIX: .withPackages is a python only thing
<installingNIX> @clever so I don't override the sha but the path?
<adyatlov> What would be the best way to bump Clion to 2020.2 in a local overlay? (https://github.com/NixOS/nixpkgs/blob/83182f4936e848848428559ace9ab2b627350998/pkgs/applications/editors/jetbrains/default.nix) ? Copy the whole directory? There are a lot of dependencies. Doesn't seem elegant though. Any ideas?
<clever> installingNIX: yeah, thats probably simpler
davidv7_ has quit [Quit: Konversation terminated!]
<installingNIX> environment.systemPackages = with pkgs; [ (oraclejdk8.outputHash( [ newSha ]) ) ];
<installingNIX> would not work?
<clever> installingNIX: outputHash isnt a function
davidv7 has joined #nixos
xelxebar has quit [Remote host closed the connection]
<installingNIX> I must say I find the syntax really hard to read
<clever> installingNIX: it would be more like oraclejdk8.overrideAttrs (old: { src = requireFile { hash = "..."; something = "something"; })
xelxebar has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #93858 → knavalbattle: init at 20.04.3 → https://git.io/JJRc8
<clever> installingNIX: oraclejdk8.overrideAttrs says to look at the attribute on oraclejdk8 that is called overrideAttrs, exactly the same as object.attr would in js or c++
<clever> installingNIX: and then it is followed by an argument in (), so treat overrideAttrs as a function, and call it
<clever> installingNIX: old: { ... } is then another function, that is given the old set, and returns a set of things to change
<adyatlov> Can I just do nixos.jetbrains.clion.override { version = "2020.2" } in my overlay?
<clever> ,pills installingNIX
<{^_^}> installingNIX: https://nixos.org/nixos/nix-pills
<clever> adyatlov: nope, version isnt an argument to the file, so .override cant change it
noneucat has quit [Quit: authenticating]
noneucat has joined #nixos
<adyatlov> clever: What would you do?
<clever> adyatlov: you have to use overrideAttrs and change the name and src
<installingNIX> so overrideAttrs is a method ?
<adyatlov> clever: That's the most elegant alternative to copying the whole director into overlays?
<clever> installingNIX: yes
<clever> adyatlov: yes
<installingNIX> it's a method cause it has ()
<installingNIX> not =
<installingNIX> an attribute would be with a = ?
<{^_^}> [nixpkgs] @freezeboy opened pull request #93859 → kblackbox: init at 20.04.3 → https://git.io/JJRca
<clever> installingNIX: nope, its a method because there is an argument after it
<clever> > let func = a: b: a*b; in func 2 3
<{^_^}> 6
<installingNIX> argument aren't always in between ( ) ?
<clever> installingNIX: the () is needed, because the old: {} cant parse right
<clever> without () around it
<clever> installingNIX: any time you have more then 1 value in a place that you expected just 1 value, the 1st one is a function
<installingNIX> let func = a: b: a*b; remind me a bit of caml
shibboleth has joined #nixos
<clever> except when you have a list
<clever> > let func = a: b: a*b; in [ func 2 3 ]
<{^_^}> [ <CODE> 2 3 ]
<clever> list has higher priority, so it makes an array of 3 elements, instead of running the func
<installingNIX> but the first element is the function you defined with let?
<clever> yeah
<clever> > let func = a: b: a*b; in [ (func 2 3) ]
<{^_^}> [ <CODE> ]
<clever> > :p let func = a: b: a*b; in [ (func 2 3) ]
<{^_^}> [ 6 ]
<installingNIX> so the list will have several type
<clever> yep, a list can have a mix of any type
<clever> > :p [ {a="set";} 1 "two" true ]
<{^_^}> [ { a = "set"; } 1 "two" true ]
<installingNIX> I miss type
<installingNIX> so you said oraclejdk8.overrideAttrs (old: { src = requireFile { hash = "..."; something = "something"; })
<noonien> has anyone used nix to cross-compile a rust program to a non-nixos raspberry pi?
<{^_^}> [nixpkgs] @freezeboy opened pull request #93860 → kollision: init at 20.04.3 → https://git.io/JJRcP
<clever> installingNIX: you need to read the old expression, and then copy/paste the requireFile part over, changing the hash
<clever> installingNIX: run `nix edit nixpkgs.oraclejdk8` to see the old expr
<installingNIX> the expression I get from the derive
<installingNIX> Derive([("out","/nix/store/xb8fl283frwqpayhy3swx1i05mb8yiw9-jdk-8u261-linux-x64.tar.gz","sha256","5a04e01a091f6b1ed9c0b801be4fd10689af07eeb9e27f012c9aa3af9948ea34")],[("/nix/store/20vwa6qpx8w3ar66x1fmrjlwy86c7b71-bash-4.4-p23.drv",["out"]),("/nix/store/4b46hlkvwax4lrqlqwrrcpdn8klpigy9-restrict-message.drv",["out"]),("/nix/store/xl7bcrsmldz8c3447si5
<installingNIX> 9xwdzfx2xb48-stdenv-linux.drv",["out"])],[],"x86_64-linux","/nix/store/hrpvwkjz04s9i4nmli843hyw9z4pwhww-bash-4.4-p23/bin/bash",["-e","/nix/store/mkisr1yfna2x0zfx2lrsllb947dchchi-restrict-message"],[("allowSubstitutes",""),("buildInputs",""),("builder","/nix/store/hrpvwkjz04s9i4nmli843hyw9z4pwhww-bash-4.4-p23/bin/bash"),("configureFlags",""),("depsB
<installingNIX> uildBuild",""),("depsBuildBuildPropagated",""),("depsBuildTarget",""),("depsBuildTargetPropagated",""),("depsHostHost",""),("depsHostHostPropagated",""),("depsTargetTarget",""),("depsTargetTargetPropagated",""),("doCheck",""),("doInstallCheck",""),("name","jdk-8u261-linux-x64.tar.gz"),("nativeBuildInputs",""),("out","/nix/store/xb8fl283frwqpayhy3sw
<installingNIX> x1i05mb8yiw9-jdk-8u261-linux-x64.tar.gz"),("outputHash","0d7a92csz8ws5h0pzqmrxq3sz286s57vw0dqq3ciwsqz14df012s"),("outputHashAlgo","sha256"),("outputHashMode","flat"),("outputs","out"),("patches",""),("preferLocalBuild","1"),("propagatedBuildInputs",""),("propagatedNativeBuildInputs",""),("stdenv","/nix/store/n4p9yimjanbkxiwlx3z0csacjlavb9sn-stdenv-
<installingNIX> linux"),("strictDeps",""),("system","x86_64-linux")])
<clever> ,paste installingNIX
<{^_^}> installingNIX: Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
<hazel[m]> you should use a pastebin
<installingNIX> I think that was the wrong thing https://hastebin.com/itosoqegiz.rb
<installingNIX> I'll use nix edit
<clever> installingNIX: the drv file is much easier to read if you run `nix show-derivation` on it
gustavderdrache has joined #nixos
<installingNIX> this is uge
dsiypl4 has quit [Ping timeout: 240 seconds]
<installingNIX> sha256 = sha256.${stdenv.hostPlatform.system};
<clever> installingNIX: lines 1-6 define a function that takes 5 arguments, the 3rd one being sha256, a set from platform to hash
<clever> installingNIX: but if your overriding the hash, you can just skip that, and do sha256 = "hashgoeshere";
<installingNIX> line 1-6 of the derivation?
<clever> installingNIX: 1-6 of the nix file
nikita` has quit [Quit: leaving]
<installingNIX> nix file is what I guet when I run «nix edit package» ?
<clever> yes
<clever> installingNIX: line 84, is referencing the function argument on line 3
doublex has quit [Read error: Connection reset by peer]
<installingNIX> how is sha256.${stdenv.hostPlatform.system};
<installingNIX> means 3rd parameter?
nixuser has quit [Ping timeout: 240 seconds]
knupfer has quit [Ping timeout: 260 seconds]
<clever> installingNIX: the "sha256" matches the 3rd parameter, called "sha256"
<{^_^}> [nixpkgs] @freezeboy opened pull request #93861 → ktimer: init at 20.04.3 → https://git.io/JJRcx
Havvy has quit [Ping timeout: 260 seconds]
<installingNIX> so it will make sha256 and string interpolation for stdenv… ?
asymptotically has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @veprbl merged pull request #93726 → osu-lazer: 2020.714.0 -> 2020.725.0 → https://git.io/JJ8iE
<{^_^}> [nixpkgs] @veprbl pushed commit from @oxalica to master « osu-lazer: 2020.714.0 -> 2020.725.0 (#93726) »: https://git.io/JJRcp
<clever> it will insert the current host platform (32bit or 64bit) into that, and do something like sha256.x86_64-linux
<installingNIX> wait when I do nix edit …
<installingNIX> I can edit the local defination of the package?
<clever> the file it opens is read only
<installingNIX> or I can't since the store is read only
<installingNIX> okay
<clever> 2020-07-25 19:38:53 < clever> installingNIX: you need to read the old expression, and then copy/paste the requireFile part over, changing the hash
<{^_^}> [nixpkgs] @freezeboy opened pull request #93862 → kteatime: init at 20.04.3 → https://git.io/JJRCf
<installingNIX> I am afraid I don't undenstand
<installingNIX> old is the name of a expersion in the nix file?
<installingNIX> I can't find it
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @xavierzwirtz opened pull request #93863 → nixos/nixos-rebuild.sh: Add --path-to-built-config → https://git.io/JJRCk
orivej has quit [Quit: No Ping reply in 180 seconds.]
<clever> oraclejdk8.overrideAttrs (old: { src = requireFile { name = "jdk-8u261-linux-x64.tar.gz"; url = "http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html"; sha256 = "hashgoeshere; })
orivej has joined #nixos
<clever> installingNIX: thats why i said that `src = ./jdk-8u261-linux-x64.tar.gz` would be a much simpler override
<installingNIX> requireFile is generic syntax in nix?
<installingNIX> any require file can be either url or src?
<installingNIX> url + sha or src?
<adyatlov> clever: Can you critique my shell.nix http://ix.io/2slG ? It complains that overrideAttr is missing
<clever> installingNIX: requireFile is a special function, for files nix cant download on its own
Havvy has joined #nixos
<clever> installingNIX: it just gives you an error, telling you to go to the given page and download it yourself
<{^_^}> [nixpkgs] @freezeboy opened pull request #93864 → klines: init at 20.04.3 → https://git.io/JJRCt
<clever> adyatlov: ah, that one only has overrideDerivation for a weird reason
<installingNIX> and this allproblem is beceause recepe is out of date?
<adyatlov> clever: Can i use overrideDerivation ?
<clever> installingNIX: the problem is because oracle is being sneaky, and changing the contents of the tar while claiming its the old one
<clever> adyatlov: yeah
<installingNIX> lol
<adyatlov> clever: Same arguments?
<clever> adyatlov: yep
<adyatlov> C O O L
<adyatlov> Oh, doesn't seem like it
<installingNIX> still I should do a pull request to the nix file
<installingNIX> ?
<clever> installingNIX: probably
<adyatlov> clever: Can you check? http://ix.io/2slH I get the error http://ix.io/2slI
user_0x58 has quit [Ping timeout: 260 seconds]
user_0x58 has joined #nixos
<clever> adyatlov: () are the problem
<clever> > let func = a: b: a*b; in [ func 2 3 ]
<{^_^}> [ <CODE> 2 3 ]
<clever> adyatlov: you have a list with 2 functions, not the result of applying the function on the value
<{^_^}> [nixpkgs] @freezeboy opened pull request #93865 → kshisen: init at 20.04.3 → https://git.io/JJRCR
<adyatlov> clever: I removed them, now I get error: syntax error, unexpected ':', at /home/michaelk/test/shell.nix:14:56
davidv7 has quit [Quit: Konversation terminated!]
orivej has quit [Ping timeout: 240 seconds]
<clever> adyatlov: no, add more!
davidv7 has joined #nixos
<clever> adyatlov: the pair of overrideDerivation and (old: { ..}) needs another () around the whole pair
<adyatlov> Oh man you're a wizard Harry
orivej has joined #nixos
<numkem> would it be advisable to use nixos-unstable-small instead if unstable's build break so often?
<installingNIX> I did that (oraclejdk8.overrideAttrs (old: { src = requireFile { name = "jdk-8u261-linux-x64.tar.gz"; url = "http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html"; sha256 = "5a04e01a091f6b1ed9c0b801be4fd10689af07eeb9e27f012c9aa3af9948ea34";};})) ];
<installingNIX> so (oracle …) the parenthesis says to evaluted what is inside in priority
<adyatlov> clever: It doesn't build because somewhere the old version is still in some bash code. Am I out of luck?
<installingNIX> than again for old: …
<{^_^}> [nix] @matthewbauer opened pull request #3860 → Allow PRECOMPILE_HEADERS in cross-compilation → https://git.io/JJRCo
<installingNIX> old:… is a function that take the old content of the file and replace the src field?
<clever> adyatlov: is the hash correct?
<clever> installingNIX: yeah
<{^_^}> [nixpkgs] @freezeboy opened pull request #93866 → kmag: init at 20.04.3 → https://git.io/JJRCi
<installingNIX> nice
<adyatlov> clever: That's not the problem. The old "clion-2020.1.2" string sticks around. http://ix.io/2slJ
<installingNIX> but I do have the same error
<clever> adyatlov: that string is in the name field your setting
dsiypl4 has joined #nixos
<installingNIX> I am trying with src = ./jdk-8u261-linux-x64.tar.gz`
<adyatlov> clever: No, it says clion-2020.1.2: No such file or directory while my name is "clion-2020.2-RC"
<clever> adyatlov: also, the funcion for packaging jetbrains things does ${name}, so you cant override the name
<adyatlov> clever: So I'm out of luck?
<clever> it winds up using the old name
<clever> you need to callPackage common.nix yourself
<{^_^}> [nixpkgs] @freezeboy opened pull request #93867 → kreversi: init at 20.04.3 → https://git.io/JJRCy
<clever> read the old expr, or fork nixpkgs
nature has quit [Ping timeout: 244 seconds]
<installingNIX> yes it seems to work :)
<adyatlov> clever: Can I still use fetchTarball? And specify the path for common.nix or do I have to copy it
<installingNIX> It still stall while downloading
<installingNIX> [1/2/69 built, 0.0 MiB DL] building source: 100 127 100 127 0 0 288 0 --:--:-- --:--:-- --:--:-- 287
<clever> adyatlov: fetchTarball returns the path to nixpkgs
<clever> adyatlov: you can also newPkgs.path to get the path
<installingNIX> but my modem is working fine otherwise we would not be chating
<clever> installingNIX: requireFile never downloads anything
<installingNIX> no it's my sudo nixos-install command
<{^_^}> [nixpkgs] @freezeboy opened pull request #93868 → katomic: init at 20.04.3 → https://git.io/JJRCQ
<installingNIX> runned with -vv
<clever> installingNIX: what is it downloading?
<installingNIX> last thing is building '/nix/store/6ybb0ysfk33zf4fr1h35g1w0v42nf033-source.drv'..
<clever> installingNIX: run `nix show-derivation` on that drv, what is the srcs?
<installingNIX> it seems this drv isn't in my /nix/store
<clever> installingNIX: its in /mnt/nix/store/
<installingNIX> error: path '/mnt/nix/store/6ybb0ysfk33zf4fr1h35g1w0v42nf033-source.drv' is not in the Nix store
<{^_^}> [nixpkgs] @freezeboy opened pull request #93869 → kblocks: init at 20.04.3 → https://git.io/JJRCd
work_ has joined #nixos
<kekw736[m]> anyone having problems with custom css for firefox ?
zeta_0 has joined #nixos
<installingNIX> is there a way to clean/reset my nix-store?
<infinisil> ,ask kekw736[m]
<{^_^}> kekw736[m]: Just ask your question. It's the best way to know if anybody can help. Or look at other ways of getting in touch with the Nix community here: https://nixos.wiki/wiki/Get_In_Touch
<clever> installingNIX: you dont need to
rixily has quit [Quit: Leaving]
<installingNIX> what should I do than?
<installingNIX> error: path '/mnt/nix/store/6ybb0ysfk33zf4fr1h35g1w0v42nf033-source.drv' is not in the Nix store
<installingNIX> I assume this mean I have a problem with my drv file?
<clever> installingNIX: no, the check is checking if the path begins with /nix/store/
<clever> installingNIX: just run cat on it then, what is the srcs ?
tilcreator has quit [Ping timeout: 258 seconds]
<kekw736[m]> <infinisil ",ask kekw736"> I am trying to customize firefox with userChrome.css and it doesn't work. I'm curious if this is a nixos thing
<zeta_0> do you mind taking a look at the `paste: end paste` section: https://dpaste.org/1MMt
<{^_^}> [nixpkgs] @freezeboy opened pull request #93870 → kalzium: init at 20.04.3 → https://git.io/JJRWv
<infinisil> kekw736[m]: NixOS doesn't change firefox significantly, so no this almost certainly doesn't have anything to do with it
<installingNIX> what should I look for
<installingNIX> ?
<installingNIX> ,("name","source")
<infinisil> kekw736[m]: Since I just added a userChrome.css today I can also tell you that you probably need to do step 6 here: https://www.userchrome.org/how-create-userchrome-css.html :)
<clever> installingNIX: srcs, not source
<installingNIX> there isn't anything called srcs
<clever> installingNIX: what about urls?
<{^_^}> [nixpkgs] @Chili-Man opened pull request #93871 → terraform: 0.12.28 -> 0.12.29 → https://git.io/JJRWU
<clever> installingNIX: its downloading nerd-fonts, which is a fairly big file
<clever> installingNIX: github also doesnt report the size of the file, so you have no progress information
<zeta_0> the `?` underneath `paste:` is throwing the `unexpected symbol ?` syntax error, so i'm guessing i'm going to need to move all of those?
tilcreator has joined #nixos
<clever> installingNIX: all you can do is wait
<clever> installingNIX: or not install nerd-fonts
<installingNIX> okay
<installingNIX> do I nead them?
<clever> installingNIX: only if you want them
<{^_^}> [nixpkgs] @freezeboy opened pull request #93872 → kturtle: init at 20.04.3 → https://git.io/JJRWt
<installingNIX> I read someone advising to use theç
<zeta_0> i'm basically trying to wrap all the nix code in the shell.nix of the ghc.nix repo with code generated by `lorri init`
<installingNIX> anyway
<clever> zeta_0: line 23-37 is defining a function, but you jammed it into the middle of buildInputs, which wants a derivation
<installingNIX> atleast I know why I don't have any progress bar :)
<clever> zeta_0: you want to put that function into its own file, and then do (pkgs.callPackage ./ownfile.nix {})
<clever> installingNIX: github is also rather slow at generating those files, i have fiber internet, and its still not done
<kekw736[m]> <infinisil "kekw736: Since I just added a us"> yep, that was definitely on me. I thought I had that enabled through user.js but it was mispelled :). Well... this made me check thanks!
<infinisil> :)
<{^_^}> [nixpkgs] @freezeboy opened pull request #93873 → klettres: init at 20.04.3 → https://git.io/JJRWs
<clever> installingNIX: download finished, its 2.1gig
<installingNIX> okay
<installingNIX> well for now I will comment this part of my configuration
<zeta_0> clever: thanks, i'll try implementing your solution now
<installingNIX> thanks for letting me know
<{^_^}> [nixpkgs] @buffet opened pull request #93874 → kak-fzf: 2019-07-16 -> 2020-05-24 → https://git.io/JJRW4
<installingNIX> my installation has xfce listed
orivej has quit [Quit: No Ping reply in 180 seconds.]
<installingNIX> in the service do I need to add it as a package?
orivej has joined #nixos
<clever> installingNIX: if you enable xfce, it installs it for you
<installingNIX> does it set all the classic desktop thingy
<installingNIX> like automount?
<installingNIX> of usb key
<clever> not sure
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm
dsiypl4_ has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<zeta_0> clever: would the best approach be to run `lorr init`, then in lorri's generated shell.nix file, use the callPackage function to call ghc.nix's default.nix file and run it's code(i'll rename default.nix so lorri does not collide with shell.nix)?
<zeta_0> clever: what do you think is the best approach for my issue?
<clever> zeta_0: maybe
dsiypl4 has quit [Ping timeout: 265 seconds]
<adyatlov> clever: Ok, this is the solution I made. I copied the files like so http://ix.io/2slR Any remarks?
<clever> adyatlov: if your not changing common.nix, you can just do (pkgs.path + "/nixos/pkgs/applications/editors/jetbrains/common.nix") for its path
<adyatlov> clever: I don't think path is in scope from jetbrains.nix
Zer000 has quit [Quit: Leaving]
<clever> adyatlov: then add pkgs to the args where it gets every other package
<installingNIX> so I can't both use networkmanager and preconfigure my wifi?
<installingNIX> reading the configuration
<clever> installingNIX: yeah
<installingNIX> same for wicd from what I found in https://nixos.org/nixos/options.html#wicd
<installingNIX> the only way would be to go throw wpa supplicant?
<clever> installingNIX: personally, i use naked wpa_supplicant, with /etc/wpa_supplicant.conf not managed by nix
<clever> installingNIX: so i can add a pw, without having to nixos-rebuild, which can be a problem, when you dont have internet
<installingNIX> pw?
<installingNIX> password?
<clever> password
afreak has quit [Ping timeout: 264 seconds]
<installingNIX> beceause if it was managed by nix you could not add one both manually and in the nix conf file?
<clever> installingNIX: yeah, if nix manages the wifi config, you have to nixos-rebuild to change the wifi config
<clever> and then you get into problems where you need wifi to fix the wifi
<installingNIX> ouch
<installingNIX> I naively thought nix would create the conf file for wpa_supplicant but than you colud manually edit them and it would be erase at the next rebuild
<clever> everything nix creates is read-only
<installingNIX> I am attracted to nix cause I've been using either debian/ubuntu/arch
<installingNIX> I always ended up in some upgrade creating bugs
<installingNIX> or small regression
<clever> same, ran into that on both ubuntu and gentoo
<installingNIX> would you say nix fix that issue with the possibility to roll-back and upgrade?
<clever> yeah
<clever> and also how each version is self contained and pure
<clever> it doesnt depend on the mess of config from past versions