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
dansho has joined #nixos
cr4y1 has quit [Ping timeout: 256 seconds]
alp has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92819 → nspr: 4.25 -> 4.26 → https://git.io/JJmrr
romildo has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 256 seconds]
<craige> For the logs, I eventually solved my broken tar by a convoluted process of tracking this broken tar.gz down to: /nix/store/nh3jq6g1w9isiwlr2aczfl901q25qpa7-hackage-exprs-source
boxscape has joined #nixos
<craige> and running: sudo nix-store --delete --ignore-liveness /nix/store/nh3jq6g1w9isiwlr2aczfl901q25qpa7-hackage-exprs-source
<boxscape> Any recommendations what I should use as distro on the windows subsystem for linux if I want to use nix as my main package manager? Seems like nixos is not quite ready for it at this time
<gchristensen> craige: that is almost always a very dangerous command
<boxscape> or actually looking again maybe it is read. Hmm...
<boxscape> s/read/ready
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJmrF
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<craige> Agreed but I confirmed it was the broken tar and once removed, it was re-downloaded and the package built as expected gchristensen
<craige> I did try indentifying it's roots and removing them but was unable to remove it without th eignore liveness.
<gchristensen> cool
<craige> `file` confirmed it was tar, so I happily removed it.
evanjs has quit [Ping timeout: 264 seconds]
<craige> It would be nice if nix identified a broken (which it does) and then re-downloaded it. Might log that.
notzmv has quit [Ping timeout: 260 seconds]
<gchristensen> nix-store has a --repair flag
moet has joined #nixos
<gchristensen> and a --check-contents
<craige> Ah, that would have been a better path. Thanks gchristensen
evanjs has joined #nixos
jumper149 has quit [Quit: WeeChat 2.8]
moet has quit [Client Quit]
moet has joined #nixos
<moet> can i use builtins.fetchurl to fetch an old nix module from nixpkgs history by raw.githubusercontent.com url?
<moet> (and add it to the `imports` list in my configuration.nix)?
<{^_^}> [nixpkgs] @marsam merged pull request #92816 → mercury: 20.01.2 -> 20.06 → https://git.io/JJmVs
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJmo4
<{^_^}> [nixpkgs] @marsam merged pull request #92725 → k9s: 0.19.4 -> 0.21.2 → https://git.io/JJqKq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJmo0
o1lo01ol1o has joined #nixos
<moet> yes! and it worked :)
cole-h has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
moet has quit [Quit: leaving]
<{^_^}> [nixpkgs] @mweinelt merged pull request #92679 → wallabag: apply patches to add missing migrations in initial setup → https://git.io/JJqf8
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JJmoi
markus1189 has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #92820 → [20.03] wallabag: apply patches to add missing migrations in initial setup → https://git.io/JJmoM
azure1 has joined #nixos
zangi has quit [Read error: Connection reset by peer]
markus1199 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @drewrisinger closed pull request #87327 → python27Packages.flask_login: 0.4.1 -> 0.5.0 → https://git.io/JfCCR
azure1 has quit [Ping timeout: 272 seconds]
azure1 has joined #nixos
h0m1 has quit [Ping timeout: 272 seconds]
sigmundv has quit [Ping timeout: 240 seconds]
h0m1 has joined #nixos
M0-[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92821 → mpg123: 1.26.1 -> 1.26.2 → https://git.io/JJmKJ
Rusty1 has joined #nixos
<M0-[m]> does anyone else have issues with gpg not caching symmetric passphrases?
<M0-[m]> worked fine before on arch linux but can't figure out how to start debugging this on nixos
azure1 has quit [Read error: Connection reset by peer]
kvda has joined #nixos
azure1 has joined #nixos
dansho has quit [Ping timeout: 240 seconds]
boxscape has quit [Quit: Connection closed]
astrofog has quit [Quit: Quite]
Cicucci_ has quit [Ping timeout: 246 seconds]
proofofkeags has quit [Remote host closed the connection]
Fare has quit [Ping timeout: 244 seconds]
Cicucci has joined #nixos
jbox has joined #nixos
moet has joined #nixos
sangoma has quit [Ping timeout: 272 seconds]
disasm has quit [Ping timeout: 260 seconds]
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos
<moet> hi, when i run `sudo nixos-rebuild switch --install-bootloader` it seems my bootloader isn't installed
<moet> or, i should say, `efibootmgr` doesn't show that the configuration is set up properly
<moet> i just tried changing the value of `boot.loader.systemd-boot.configurationLimit` to force a rerun of systemd-boot-builder.py, but even after doing that there's no entry in `efibootmgr` for systemd-boot
<moet> looking at the script, it seems like it should have called `subprocess.check_call(["@systemd@/bin/bootctl", "--path=@efiSysMountPoint@", "install"])` which i assume makes the appropriate changes which should be reflected in `efibootmgr`, but i don't see any entry there
<moet> the manpage for `bootctl install` says "Installs systemd-boot into the EFI system partition. A copy of systemd-boot will be stored as the EFI default/fallback loader at ESP/EFI/BOOT/BOOT*.EFI. The boot loader is then added to the top of the firmware's boot loader list." but it seems that that second step is not happening
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92822 → opkg: 0.4.2 -> 0.4.3 → https://git.io/JJm63
<moet> ok, i just ran `sudo bootctl install` and it fixed the efi boot entries displayed by `efibootmgr`
<moet> but this seems like a bug somewhere.. if i can figure out where i'll submit a fix
<KarlJoad> This may be a strange question, but is there a way for me to NOT have NixOS generate an xserver.conf file, while leaving the X11 server turned on?
proofofkeags has joined #nixos
moet has quit [Quit: rebooting]
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jasom has quit [Ping timeout: 244 seconds]
<cole-h> If xserver.conf is /etc/xserver.conf, you can probably do something like `environment.etc."xserver.conf".text = lib.mkForce "";`
kleisli has joined #nixos
moet has joined #nixos
<moet> hi! i'm back.. i can boot again, but i'm noticing a lot of `ring 4 stalled for more than 25704msec` errors for ring 0, 3, and 4 :)
jasom has joined #nixos
<KarlJoad> cole-h: That's the thing. xserver.conf doesn't technically exist... It's in the nix store, and is used to configure the X11 server. However, it is NOT in /etc
<cole-h> Oh, got it.
<cole-h> Then you'll have to override whatever references that path.
<KarlJoad> How do I go about doing that?
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
<cole-h> First, figure out what references that path. Then, override it. Simple :)
aw has joined #nixos
<cole-h> In all seriousness, I don't know. You'll have to research. I don't use X11.
o1lo01ol1o has joined #nixos
spacefrogg has joined #nixos
mzan has joined #nixos
<infinisil> KarlJoad: What do you need this for?
<KarlJoad> Gotcha. Tinkering with using the nvidia settings now that I have a setup working with xinerama.
<KarlJoad> infinisil: I am trying to get 2 GPUs to each output to 1 monitor. I want to be able to move things between monitors seamlessly, but have snapping and maximization separate for each.
<bqv> cole-h: is there anything you miss from X11?
<cole-h> Nope.
o1lo01ol1o has quit [Ping timeout: 265 seconds]
* colemickens is in your nixpkgs, improving your firefoxs
<cole-h> :P
<colemickens> hopefully. one PR, and I just got it to turn from "wayland" to "wayland/drm" for at least one of our firefox packages.
jgart[m] has joined #nixos
marsh has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @colemickens opened pull request #92823 → firefox{,-bin}: add 'mesa', for wayland/drm → https://git.io/JJmi2
<colemickens> I don't have numbers but I think this should be a nice win for ... all firefox+wayland users in nixos: https://github.com/NixOS/nixpkgs/pull/92823
<{^_^}> #92823 (by colemickens, 25 seconds ago, open): firefox{,-bin}: add 'mesa', for wayland/drm
<moet> what's the "right" way to specify the xserver graphics driver?
<moet> it seems like hardware.opengl.extraPackages is necessary if i want to use amdgpu? should i specify both the package and also the driver name in xervices.xserver.videoDriver?
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
<cole-h> colemickens: Where should "wayland/drm" show up? "Window Protocol"?
<colemickens> yea. about:support Window Protocol.
<cole-h> Looks like it needs to be done for the mozilla overlay, as well.
<cole-h> What difference does it make, though?
sheeldotme has joined #nixos
<colemickens> The mozilla overlay consumes the nixpkgs wrapper
<cole-h> Oh
<cole-h> Sweet
<colemickens> Without it dmabuf doesn't work so all texture copies go through the CPU
<colemickens> theoretically I think we've been missing out on... like, part of the whole point of WR and vaapi.
<colemickens> that having been said, it mostly feels the same as it did before.
<colemickens> (please note, I'm not a linux graphics guy, I'm sure I'm getting details wrong, don't repeat without independent verification)
<cole-h> lol
romildo has quit [Quit: Leaving]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drakonis has joined #nixos
moet has quit [Remote host closed the connection]
<colemickens> oh I can test firefox-nightly with my new flake-firefox-nightly and --override-input nixpkgs :sung
<drakonis> nice...
kvda has joined #nixos
<colemickens> sweet, that was easy, and confirmed as working too. nice. I was expecting to lose more time to this :)
<cole-h> colemickens++
<{^_^}> colemickens's karma got increased to 28, that's Numberwang!
<drakonis> dafak
moet has joined #nixos
<infinisil> pog
<{^_^}> [nixpkgs] @jtojnar merged pull request #92779 → gnome3.four-in-a-row: 3.36.3 -> 3.36.4 → https://git.io/JJmTw
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.four-in-a-row: 3.36.3 -> 3.36.4 »: https://git.io/JJmPG
<moet> ok, that was fun
<{^_^}> [nixpkgs] @jtojnar merged pull request #92774 → gnome3.gnome-notes: 3.36.1 -> 3.36.2 → https://git.io/JJmJH
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.gnome-notes: 3.36.1 -> 3.36.2 »: https://git.io/JJmPn
marsh has joined #nixos
kleisli has quit [Ping timeout: 244 seconds]
cole-h has quit [Quit: Goodbye]
moet has quit [Remote host closed the connection]
simba2 has joined #nixos
crocobower has joined #nixos
<crocobower> Hi, is there (yet) some protection against BGP hijacking in Nixos? trying to see whether or not to use nixos or gentoo
<crocobower> that is when updating nixpkgs (from github, i guess)
<crocobower> I'm thinking signatures maybe? no?
<crocobower> hmm even some random git tag updated daily by a dev would probably do... as long as it's signed
andromed1-galaxy has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92824 → pcsctools: 1.5.6 -> 1.5.7 → https://git.io/JJmPF
crocobower has quit [Quit: oh well, next time then... Gentoo it is for now.]
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #nixos
m1cr0m4n has joined #nixos
kreyren has joined #nixos
e has quit [Ping timeout: 615 seconds]
jbox has quit [*.net *.split]
mcds[m] has quit [*.net *.split]
slabity has quit [*.net *.split]
therivercass[m] has quit [*.net *.split]
Markus[m]2 has quit [*.net *.split]
notmatthew[m] has quit [*.net *.split]
idontgetoutmuch[ has quit [*.net *.split]
li_matrix has quit [*.net *.split]
mullein[m] has quit [*.net *.split]
hleb[m] has quit [*.net *.split]
nanashi0x74Old[m has quit [*.net *.split]
sayanarijit[m] has quit [*.net *.split]
LeBronse[m] has quit [*.net *.split]
sonerhalis[m] has quit [*.net *.split]
etrigan63[m] has quit [*.net *.split]
fresheyeball[m] has quit [*.net *.split]
emmanuelrosa[m] has quit [*.net *.split]
antpic01[m] has quit [*.net *.split]
haslersn has quit [*.net *.split]
nikola[m] has quit [*.net *.split]
catharsis_[m] has quit [*.net *.split]
gcoakes[m] has quit [*.net *.split]
solomon[m] has quit [*.net *.split]
tskc[m]1 has quit [*.net *.split]
blindidiotgod has quit [*.net *.split]
matthewbauer has quit [*.net *.split]
mindtree[m] has quit [*.net *.split]
thequux[m] has quit [*.net *.split]
puzzlewolf has quit [*.net *.split]
drozdziak1 has quit [*.net *.split]
aterius has quit [*.net *.split]
srid has quit [*.net *.split]
rschulman has quit [*.net *.split]
wak-work has quit [*.net *.split]
theduke has quit [*.net *.split]
ohhaimark[m] has quit [*.net *.split]
bqy has quit [*.net *.split]
digitalgrease has quit [*.net *.split]
lukego has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
alunduil has quit [*.net *.split]
adamse has quit [*.net *.split]
lally has quit [*.net *.split]
johanot has quit [*.net *.split]
ctp has quit [*.net *.split]
johs has quit [*.net *.split]
ajmcmiddlin has quit [*.net *.split]
elvishjerricco has quit [*.net *.split]
ryzokuken has quit [*.net *.split]
SOO7 has quit [*.net *.split]
Cadey has quit [*.net *.split]
heijligen has quit [*.net *.split]
ldlework has quit [*.net *.split]
rummik has quit [*.net *.split]
gentauro has quit [*.net *.split]
markus1189 has quit [*.net *.split]
capt_zap_ has quit [*.net *.split]
growpotkin has quit [*.net *.split]
kalbasit has quit [*.net *.split]
rardiol has quit [*.net *.split]
himmAllRight17 has quit [*.net *.split]
bennofs has quit [*.net *.split]
copy has quit [*.net *.split]
kozowu has quit [*.net *.split]
missionformilk has quit [*.net *.split]
bridge[evilred] has quit [*.net *.split]
voidcontext has quit [*.net *.split]
coderobe has quit [*.net *.split]
W1lkins has quit [*.net *.split]
szicari has quit [*.net *.split]
tghume has quit [*.net *.split]
nDuff has quit [*.net *.split]
bdju has quit [*.net *.split]
laerling has quit [*.net *.split]
page has quit [*.net *.split]
abathur has quit [*.net *.split]
grumble has quit [*.net *.split]
plp has quit [*.net *.split]
eyenx has quit [*.net *.split]
never_released has quit [*.net *.split]
codezero has quit [*.net *.split]
steell has quit [*.net *.split]
AMD1212 has quit [*.net *.split]
amfl has quit [*.net *.split]
Athas has quit [*.net *.split]
xeu has quit [*.net *.split]
raoul has quit [*.net *.split]
mzan has quit [*.net *.split]
rixed_ has quit [*.net *.split]
gordon1 has quit [*.net *.split]
dkibi has quit [*.net *.split]
agb has quit [*.net *.split]
asymmetric has quit [*.net *.split]
AluisioASG has quit [*.net *.split]
genevino has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
numkem has quit [*.net *.split]
craige has quit [*.net *.split]
mbrgm has quit [*.net *.split]
simukis_ has quit [*.net *.split]
leotaku has quit [*.net *.split]
lpsmith has quit [*.net *.split]
ddellacosta has quit [*.net *.split]
Mrmaxmeier has quit [*.net *.split]
typetetris has quit [*.net *.split]
jeregrine has quit [*.net *.split]
m1cr0man has quit [*.net *.split]
cyraxjoe has quit [*.net *.split]
shiver has quit [*.net *.split]
eta has quit [*.net *.split]
nate48423 has quit [*.net *.split]
dongcarl has quit [*.net *.split]
lord| has quit [*.net *.split]
ericsagnes has quit [*.net *.split]
stiell has quit [*.net *.split]
energizer has quit [*.net *.split]
mla has quit [*.net *.split]
georges has quit [*.net *.split]
anders^ has quit [*.net *.split]
marek has quit [*.net *.split]
Graypup_ has quit [*.net *.split]
m4ts has quit [*.net *.split]
wavirc22 has quit [*.net *.split]
naominitel has quit [*.net *.split]
nckx has quit [*.net *.split]
zemm_ has quit [*.net *.split]
chiiba has quit [*.net *.split]
cruxeternus has quit [*.net *.split]
xe4 has quit [*.net *.split]
Twey has quit [*.net *.split]
goodwill has quit [*.net *.split]
greymalkin has quit [*.net *.split]
jaeckel has quit [*.net *.split]
mfernandez has quit [*.net *.split]
eyJhb has quit [*.net *.split]
DerGuteMoritz has quit [*.net *.split]
ben has quit [*.net *.split]
andersk has quit [*.net *.split]
heath has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
jkarni has quit [*.net *.split]
erhandsome has quit [*.net *.split]
tomaw has quit [*.net *.split]
orivej_ has quit [*.net *.split]
aw has quit [*.net *.split]
Luker has quit [*.net *.split]
proofofkeags has quit [*.net *.split]
evanjs has quit [*.net *.split]
Cicucci has quit [*.net *.split]
buffet has quit [*.net *.split]
Rusty1 has quit [*.net *.split]
robodojo has quit [*.net *.split]
icey_ has quit [*.net *.split]
cyris212 has quit [*.net *.split]
n3t has quit [*.net *.split]
eoli3n has quit [*.net *.split]
reanimus has quit [*.net *.split]
MasseR has quit [*.net *.split]
otulp has quit [*.net *.split]
virus_dave has quit [*.net *.split]
ocharles has quit [*.net *.split]
srhb has quit [*.net *.split]
mvnetbiz_ has quit [*.net *.split]
cyphase has quit [*.net *.split]
emilsp has quit [*.net *.split]
Guest49640 has quit [*.net *.split]
hke has quit [*.net *.split]
lovesegfault has quit [*.net *.split]
cybertron has quit [*.net *.split]
mightybyte has quit [*.net *.split]
grw1 has quit [*.net *.split]
lukegb has quit [*.net *.split]
jtobin has quit [*.net *.split]
infinisil has quit [*.net *.split]
duairc has quit [*.net *.split]
efriend has quit [*.net *.split]
sigtrm has quit [*.net *.split]
makefu has quit [*.net *.split]
acertain has quit [*.net *.split]
reactormonk has quit [*.net *.split]
jared-w has quit [*.net *.split]
h0m1 has quit [*.net *.split]
drakonis has quit [*.net *.split]
jasom has quit [*.net *.split]
marsh has quit [*.net *.split]
simba2 has quit [*.net *.split]
whald has quit [*.net *.split]
plutes has quit [*.net *.split]
blackriversoftwa has quit [*.net *.split]
wildsebastian has quit [*.net *.split]
patrickod_ has quit [*.net *.split]
raboof has quit [*.net *.split]
_ris has quit [*.net *.split]
zimbatm has quit [*.net *.split]
bwe_ has quit [*.net *.split]
pittma has quit [*.net *.split]
hoek has quit [*.net *.split]
carter has quit [*.net *.split]
angerman has quit [*.net *.split]
teozkr_ has quit [*.net *.split]
grfn has quit [*.net *.split]
NemesisD has quit [*.net *.split]
cvlad- has quit [*.net *.split]
sgraf has quit [*.net *.split]
scoates has quit [*.net *.split]
prusnak has quit [*.net *.split]
eacameron has quit [*.net *.split]
philipcristiano has quit [*.net *.split]
etrepum has quit [*.net *.split]
kitemikaze_ has quit [*.net *.split]
orcus has quit [*.net *.split]
armin has quit [*.net *.split]
tazjin has quit [*.net *.split]
rizary has quit [*.net *.split]
diamondman has quit [*.net *.split]
alanz_ has quit [*.net *.split]
LeshaInc has quit [*.net *.split]
af1cs has quit [*.net *.split]
delan has quit [*.net *.split]
pbb has quit [*.net *.split]
ardumont has quit [*.net *.split]
Miyu-saki has quit [*.net *.split]
heinrich5991 has quit [*.net *.split]
endocrimes has quit [*.net *.split]
gerschtli has quit [*.net *.split]
simpson has quit [*.net *.split]
LnL has quit [*.net *.split]
`slikts has quit [*.net *.split]
ehmry has quit [*.net *.split]
wucke13 has quit [*.net *.split]
lucus16 has quit [*.net *.split]
PyroLagus has quit [*.net *.split]
Hedgework has quit [*.net *.split]
elibrokeit has quit [*.net *.split]
ggp0647 has quit [*.net *.split]
pikajude has quit [*.net *.split]
Ashy has quit [*.net *.split]
spacekookie has quit [*.net *.split]
mystfox has quit [*.net *.split]
ky0ko has quit [*.net *.split]
bgamari has quit [*.net *.split]
skorpy has quit [*.net *.split]
marcinja has quit [*.net *.split]
f0x2 has quit [*.net *.split]
tdeo has quit [*.net *.split]
skomorokh has quit [*.net *.split]
hexa- has quit [*.net *.split]
komasa has quit [*.net *.split]
lux1 has quit [*.net *.split]
f0x has quit [*.net *.split]
kkd has quit [*.net *.split]
njd has quit [*.net *.split]
GlennS has quit [*.net *.split]
gchristensen has quit [*.net *.split]
hexo has quit [*.net *.split]
Adluc has quit [*.net *.split]
step21 has quit [*.net *.split]
samueldr has quit [*.net *.split]
sheeldotme has quit [*.net *.split]
myme has quit [*.net *.split]
Neo-- has quit [*.net *.split]
dvim has quit [*.net *.split]
sevanspowell has quit [*.net *.split]
boegel has quit [*.net *.split]
adamCS has quit [*.net *.split]
exarkun has quit [*.net *.split]
tarruda1 has quit [*.net *.split]
Enzime has quit [*.net *.split]
tno has quit [*.net *.split]
kahiru has quit [*.net *.split]
Puck` has quit [*.net *.split]
kandinski has quit [*.net *.split]
bob_twinkles has quit [*.net *.split]
choward has quit [*.net *.split]
benny has quit [*.net *.split]
zfnmxt has quit [*.net *.split]
niksnut has quit [*.net *.split]
_rvl has quit [*.net *.split]
mlen has quit [*.net *.split]
fps has quit [*.net *.split]
WilliButz has quit [*.net *.split]
Siyo has quit [*.net *.split]
awaz has quit [*.net *.split]
kumikumi has quit [*.net *.split]
iMatejC has quit [*.net *.split]
euank has quit [*.net *.split]
hplar has quit [*.net *.split]
klys has quit [*.net *.split]
martyet-o has quit [*.net *.split]
at_mart_ has quit [*.net *.split]
n1x_ has quit [*.net *.split]
commander has quit [*.net *.split]
rprosper- has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
ambroiseur has quit [*.net *.split]
deraffe[m] has quit [*.net *.split]
p_m[m] has quit [*.net *.split]
sebass[m] has quit [*.net *.split]
kueckieben[m] has quit [*.net *.split]
rascencio[m] has quit [*.net *.split]
faya01[m] has quit [*.net *.split]
pinion[m] has quit [*.net *.split]
neonfuz2 has quit [*.net *.split]
movsxd[m] has quit [*.net *.split]
mlvzk[m] has quit [*.net *.split]
un-cons-cionable has quit [*.net *.split]
mlatus[m] has quit [*.net *.split]
kuramashinobi13[ has quit [*.net *.split]
icetan has quit [*.net *.split]
haaksmash[m] has quit [*.net *.split]
JameySharp[m] has quit [*.net *.split]
grahamc[m] has quit [*.net *.split]
chmod222[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
mathyouguy has quit [*.net *.split]
rgamma[m] has quit [*.net *.split]
mbick[m] has quit [*.net *.split]
Mateon1 has quit [*.net *.split]
nolan_d has quit [*.net *.split]
lpetoroot[m] has quit [*.net *.split]
interro[m] has quit [*.net *.split]
hsiktas[m] has quit [*.net *.split]
xfix has quit [*.net *.split]
kriteus[m] has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
mica[m] has quit [*.net *.split]
DamienCassou has quit [*.net *.split]
goibhniu has quit [*.net *.split]
Dandellion has quit [*.net *.split]
kaychaks_riot has quit [*.net *.split]
keithy[m] has quit [*.net *.split]
ilya-fedin has quit [*.net *.split]
NobbZ[m] has quit [*.net *.split]
contrun has quit [*.net *.split]
hpfr[m] has quit [*.net *.split]
musicmatze[m] has quit [*.net *.split]
pepesza has quit [*.net *.split]
MinceR has quit [*.net *.split]
dsx has quit [*.net *.split]
puck has quit [*.net *.split]
fgaz has quit [*.net *.split]
greizgh has quit [*.net *.split]
luelista has quit [*.net *.split]
edef has quit [*.net *.split]
shad has quit [*.net *.split]
cap has quit [*.net *.split]
liff has quit [*.net *.split]
andi- has quit [*.net *.split]
akaWolf has quit [*.net *.split]
hodapp has quit [*.net *.split]
yorick has quit [*.net *.split]
megfault has quit [*.net *.split]
citadelcore has quit [*.net *.split]
xacktm has quit [*.net *.split]
njha has quit [*.net *.split]
misuzu has quit [*.net *.split]
hexagoxel has quit [*.net *.split]
U-armin has quit [*.net *.split]
palo has quit [*.net *.split]
detran has quit [*.net *.split]
ivegotasthma has quit [*.net *.split]
medvid_ has quit [*.net *.split]
Rurd2di has quit [*.net *.split]
mdlayher has quit [*.net *.split]
englishm has quit [*.net *.split]
Jackneill has quit [*.net *.split]
dani- has quit [*.net *.split]
johnny101 has quit [*.net *.split]
ynotperez has quit [*.net *.split]
bigvalen has quit [*.net *.split]
craftyguy has quit [*.net *.split]
dirkx_ has quit [*.net *.split]
magbo has quit [*.net *.split]
Yaniel has quit [*.net *.split]
mg_ has quit [*.net *.split]
das_j has quit [*.net *.split]
timemage has quit [*.net *.split]
jboy has quit [*.net *.split]
inkOne_ has quit [*.net *.split]
sshow has quit [*.net *.split]
stigo has quit [*.net *.split]
kini has quit [*.net *.split]
edcragg has quit [*.net *.split]
octe has quit [*.net *.split]
bvdw has quit [*.net *.split]
locallycompact has quit [*.net *.split]
trulsa has quit [*.net *.split]
garbas has quit [*.net *.split]
callahad87074 has quit [*.net *.split]
tobiasBora2 has quit [*.net *.split]
wrunt has quit [*.net *.split]
Nazral has quit [*.net *.split]
mjrosenb has quit [*.net *.split]
mkaito- has quit [*.net *.split]
lvmond__ has quit [*.net *.split]
wolfshappen has quit [*.net *.split]
jeschli1 has quit [*.net *.split]
jtcs has quit [*.net *.split]
barrucadu has quit [*.net *.split]
VulNix has quit [*.net *.split]
iwq has quit [*.net *.split]
epta has quit [*.net *.split]
tetdim_ has quit [*.net *.split]
kharon has quit [*.net *.split]
_cyril__ has quit [*.net *.split]
hanetzer has quit [*.net *.split]
ottidmes_ has quit [*.net *.split]
ekleog has quit [*.net *.split]
wrl has quit [*.net *.split]
hl has quit [*.net *.split]
helpusobi has quit [*.net *.split]
luigy has quit [*.net *.split]
fionera has quit [*.net *.split]
shlevy has quit [*.net *.split]
doublej472 has quit [*.net *.split]
Streetwalrus has quit [*.net *.split]
tsrt^ has quit [*.net *.split]
Cale has quit [*.net *.split]
whatisRT has quit [*.net *.split]
xwvvvvwx has quit [*.net *.split]
CMCDragonkai has quit [*.net *.split]
sneakweb has quit [*.net *.split]
gueorgui has quit [*.net *.split]
fling has quit [*.net *.split]
dadada_ has quit [*.net *.split]
robogoat has quit [*.net *.split]
justache has quit [*.net *.split]
chin-tastic has quit [*.net *.split]
evils has quit [*.net *.split]
primeos has quit [*.net *.split]
Pidgeotto has quit [*.net *.split]
daGrevis has quit [*.net *.split]
Bunogi has quit [*.net *.split]
jjakob has quit [*.net *.split]
delroth has quit [*.net *.split]
silver_hook has quit [*.net *.split]
BlessJah has quit [*.net *.split]
adisbladis has quit [*.net *.split]
qz has quit [*.net *.split]
avn has quit [*.net *.split]
abrar has quit [*.net *.split]
stoile has quit [*.net *.split]
liori has quit [*.net *.split]
dfordvm has quit [*.net *.split]
davidcl has quit [*.net *.split]
trfl has quit [*.net *.split]
pbogdan has quit [*.net *.split]
wolke has quit [*.net *.split]
nixy37179 has quit [*.net *.split]
tru_tru has quit [*.net *.split]
unacceptable has quit [*.net *.split]
clever has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
ml| has quit [*.net *.split]
heatm1s3r has quit [*.net *.split]
stree has quit [*.net *.split]
stephank has quit [*.net *.split]
Czen1 has quit [*.net *.split]
lorimer has quit [*.net *.split]
danderson has quit [*.net *.split]
itorres has quit [*.net *.split]
neobit has quit [*.net *.split]
statusfailed has quit [*.net *.split]
lzmartinico has quit [*.net *.split]
rail_ has quit [*.net *.split]
Quick_Wango has quit [*.net *.split]
cYmen has quit [*.net *.split]
tv has quit [*.net *.split]
kmein has quit [*.net *.split]
johnnyfive has quit [*.net *.split]
xAndy has quit [*.net *.split]
Guest7988 has quit [*.net *.split]
realrokka has quit [*.net *.split]
nil has quit [*.net *.split]
jhuizy has quit [*.net *.split]
chipb has quit [*.net *.split]
devalot has quit [*.net *.split]
c_wraith has quit [*.net *.split]
thommey has quit [*.net *.split]
cmk_zzz has quit [*.net *.split]
mac10688 has quit [*.net *.split]
kraem has quit [*.net *.split]
turq has quit [*.net *.split]
tpw_rules has quit [*.net *.split]
HedgeMage has quit [*.net *.split]
orbekk has quit [*.net *.split]
jperras has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
mxco86 has quit [*.net *.split]
yourfate has quit [*.net *.split]
jeaye has quit [*.net *.split]
enteee has quit [*.net *.split]
thomassgn has quit [*.net *.split]
ajp has quit [*.net *.split]
Sigma has quit [*.net *.split]
nahamu has quit [*.net *.split]
gambpang has quit [*.net *.split]
tobiasBora has quit [*.net *.split]
turlando has quit [*.net *.split]
Arahael has quit [*.net *.split]
drewc has quit [*.net *.split]
janneke has quit [*.net *.split]
konobi has quit [*.net *.split]
captn3m0 has quit [*.net *.split]
sjourdoi- has quit [*.net *.split]
lunik1 has quit [*.net *.split]
troydm has quit [*.net *.split]
statusbot has quit [*.net *.split]
ToxicFrog has quit [*.net *.split]
andrewrk has quit [*.net *.split]
dustinm- has quit [*.net *.split]
amanjeev- has quit [*.net *.split]
meck has quit [*.net *.split]
multun has quit [*.net *.split]
HackerFoo has quit [*.net *.split]
kmplsv has quit [*.net *.split]
mniip has quit [*.net *.split]
ArdaXi has quit [*.net *.split]
otti0815 has quit [*.net *.split]
vuko has quit [*.net *.split]
phI||Ip_Alternat has quit [*.net *.split]
runciter has quit [*.net *.split]
Philonous has quit [*.net *.split]
ornxka_ has quit [*.net *.split]
dminuoso has quit [*.net *.split]
ent has quit [*.net *.split]
nixy has quit [*.net *.split]
lewo has quit [*.net *.split]
tpanum has quit [*.net *.split]
kapil_ has quit [*.net *.split]
betaboon has quit [*.net *.split]
Gohla has quit [*.net *.split]
switchy has quit [*.net *.split]
woffs has quit [*.net *.split]
fyuuri has quit [*.net *.split]
pie_ has quit [*.net *.split]
oleks has quit [*.net *.split]
electrocat has quit [*.net *.split]
djanatyn has quit [*.net *.split]
deni has quit [*.net *.split]
Unode has quit [*.net *.split]
dfgg has quit [*.net *.split]
Ankhers has quit [*.net *.split]
nbathum has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
sab7iryudpgf6[m] has quit [*.net *.split]
Stphan[m] has quit [*.net *.split]
tbenst[m] has quit [*.net *.split]
Vykook[m] has quit [*.net *.split]
regivanx[m] has quit [*.net *.split]
vegai1 has quit [*.net *.split]
quidome[m] has quit [*.net *.split]
michael[m]4 has quit [*.net *.split]
logan12358[m] has quit [*.net *.split]
Wouter[m]1 has quit [*.net *.split]
lalala56756[m] has quit [*.net *.split]
delroth[m] has quit [*.net *.split]
guiber[m] has quit [*.net *.split]
ibinzari[m] has quit [*.net *.split]
Fuzen has quit [*.net *.split]
yoctocell[m] has quit [*.net *.split]
aquarial has quit [*.net *.split]
koschitzky[m] has quit [*.net *.split]
M|[m]1 has quit [*.net *.split]
alexfmpe has quit [*.net *.split]
zannzen[m] has quit [*.net *.split]
TheSirC[m] has quit [*.net *.split]
alexherbo2[m] has quit [*.net *.split]
l-as has quit [*.net *.split]
theotherjimmy[m] has quit [*.net *.split]
cyberwolf[m] has quit [*.net *.split]
slby[m] has quit [*.net *.split]
yurb has quit [*.net *.split]
ongy[m] has quit [*.net *.split]
das-g[m] has quit [*.net *.split]
zrsk[m] has quit [*.net *.split]
Ke has quit [*.net *.split]
sasyctu[m] has quit [*.net *.split]
azazel has quit [*.net *.split]
unclechu has quit [*.net *.split]
MilkManzJourDadd has quit [*.net *.split]
dngray has quit [*.net *.split]
colemickens has quit [*.net *.split]
mumuluxi has quit [*.net *.split]
globin has quit [*.net *.split]
Gaelan_ has quit [*.net *.split]
bqv has quit [*.net *.split]
emacsomancer has quit [*.net *.split]
vesper11 has quit [*.net *.split]
cross has quit [*.net *.split]
DerHorst has quit [*.net *.split]
zgrep has quit [*.net *.split]
rot13_ has quit [*.net *.split]
dxtr has quit [*.net *.split]
fpletz has quit [*.net *.split]
mingc has quit [*.net *.split]
flokli has quit [*.net *.split]
nikola2 has quit [*.net *.split]
etu has quit [*.net *.split]
hellrazor has quit [*.net *.split]
Forkk has quit [*.net *.split]
cjay has quit [*.net *.split]
ilmu has quit [*.net *.split]
benley has quit [*.net *.split]
drvirgilio has quit [*.net *.split]
hauleth has quit [*.net *.split]
gnxlxnxx[m] has quit [*.net *.split]
mounty1 has quit [*.net *.split]
Supersonic has quit [*.net *.split]
yangm has quit [*.net *.split]
dpc has quit [*.net *.split]
alienpirate5 has quit [*.net *.split]
leonardp has quit [*.net *.split]
joshmeredith has quit [*.net *.split]
siers has quit [*.net *.split]
nlofaro has quit [*.net *.split]
yrashk has quit [*.net *.split]
christiaanb has quit [*.net *.split]
dmj` has quit [*.net *.split]
c00w has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
terrorjack has quit [*.net *.split]
steveeJ has quit [*.net *.split]
jlpeters has quit [*.net *.split]
r0bby has quit [*.net *.split]
Tritlo has quit [*.net *.split]
mudri has quit [*.net *.split]
mitchellh has quit [*.net *.split]
teehemkay has quit [*.net *.split]
NekomimiScience has quit [*.net *.split]
omnigoat has quit [*.net *.split]
nh2 has quit [*.net *.split]
TheNumb has quit [*.net *.split]
claudiii_ has quit [*.net *.split]
sethetter has quit [*.net *.split]
dgpratt has quit [*.net *.split]
eddyb[legacy] has quit [*.net *.split]
chriscoffee has quit [*.net *.split]
aristid has quit [*.net *.split]
ProofTechnique has quit [*.net *.split]
D_ has quit [*.net *.split]
nikivi has quit [*.net *.split]
Orbstheorem has quit [*.net *.split]
dweller has quit [*.net *.split]
symphorien has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
azdle has quit [*.net *.split]
emmanuel` has quit [*.net *.split]
kriztw has quit [*.net *.split]
fnords has quit [*.net *.split]
litschi has quit [*.net *.split]
tilcreator has quit [*.net *.split]
rooke has quit [*.net *.split]
benschza has quit [*.net *.split]
packer has quit [*.net *.split]
nek0 has quit [*.net *.split]
mjsir911 has quit [*.net *.split]
ShaRose has quit [*.net *.split]
eri451 has quit [*.net *.split]
Taneb has quit [*.net *.split]
b42 has quit [*.net *.split]
{^_^} has quit [*.net *.split]
q3k has quit [*.net *.split]
develCuy_ has quit [*.net *.split]
mauli has quit [*.net *.split]
Fulgen has quit [*.net *.split]
Shados has quit [*.net *.split]
hax404 has quit [*.net *.split]
sterni has quit [*.net *.split]
aranea has quit [*.net *.split]
ashkitten has quit [*.net *.split]
cocreature has quit [*.net *.split]
p01ar has quit [*.net *.split]
stevenroose has quit [*.net *.split]
Khetzal has quit [*.net *.split]
joepie91 has quit [*.net *.split]
datakurre has quit [*.net *.split]
wirew0rm has quit [*.net *.split]
zie has quit [*.net *.split]
nextloop has quit [*.net *.split]
immae has quit [*.net *.split]
glines has quit [*.net *.split]
vancz has quit [*.net *.split]
drgbr has quit [*.net *.split]
mkaito has quit [*.net *.split]
Ultrasauce has quit [*.net *.split]
davidv7 has quit [*.net *.split]
signaryk has quit [*.net *.split]
peelz has quit [*.net *.split]
pointfree has quit [*.net *.split]
eyenx|m has quit [*.net *.split]
jackdk has quit [*.net *.split]
catern has quit [*.net *.split]
agander_m has quit [*.net *.split]
ghuntley has quit [*.net *.split]
julm has quit [*.net *.split]
pinkieval has quit [*.net *.split]
EsperLily has quit [*.net *.split]
OmnipotentEntity has quit [*.net *.split]
notgne2 has quit [*.net *.split]
mananamenos has quit [*.net *.split]
andymandias has quit [*.net *.split]
dev3 has quit [*.net *.split]
nisstyre has quit [*.net *.split]
kgz has quit [*.net *.split]
Pwnna has quit [*.net *.split]
puffnfresh has quit [*.net *.split]
aszlig has quit [*.net *.split]
eeva has quit [*.net *.split]
dsg has quit [*.net *.split]
Baughn has quit [*.net *.split]
sveitser has quit [*.net *.split]
alexbakker has quit [*.net *.split]
zaeph has quit [*.net *.split]
dominikh has quit [*.net *.split]
arianvp has quit [*.net *.split]
xqsl has quit [*.net *.split]
anderslu1dstedt has quit [*.net *.split]
m_hackerfoo has quit [*.net *.split]
benedikt93 has quit [*.net *.split]
marble_visions has quit [*.net *.split]
mupf has quit [*.net *.split]
evhan has quit [*.net *.split]
superbaloo has quit [*.net *.split]
radvendii has quit [*.net *.split]
lejonet has quit [*.net *.split]
hspak has quit [*.net *.split]
gthm has quit [*.net *.split]
AstroBadger has quit [*.net *.split]
is_null has quit [*.net *.split]
evhan has joined #nixos
dominikh has joined #nixos
xqsl has joined #nixos
hspak has joined #nixos
dev3 has joined #nixos
ghuntley has joined #nixos
catern has joined #nixos
Baughn has joined #nixos
eyenx|m has joined #nixos
superbaloo has joined #nixos
pointfree has joined #nixos
OmnipotentEntity has joined #nixos
Pwnna has joined #nixos
sveitser has joined #nixos
signaryk has joined #nixos
AstroBadger has joined #nixos
aszlig has joined #nixos
eeva has joined #nixos
pinkieval has joined #nixos
dsg has joined #nixos
mananamenos has joined #nixos
notgne2 has joined #nixos
zaeph has joined #nixos
nisstyre has joined #nixos
agander_m has joined #nixos
arianvp has joined #nixos
anderslu1dstedt has joined #nixos
marble_visions has joined #nixos
jackdk has joined #nixos
m_hackerfoo has joined #nixos
benedikt93 has joined #nixos
peelz has joined #nixos
EsperLily has joined #nixos
lejonet has joined #nixos
julm has joined #nixos
mupf has joined #nixos
radvendii has joined #nixos
is_null has joined #nixos
alexbakker has joined #nixos
davidv7 has joined #nixos
puffnfresh has joined #nixos
kgz has joined #nixos
andymandias has joined #nixos
gthm has joined #nixos
genevino has joined #nixos
lord| has joined #nixos
palo has joined #nixos
englishm has joined #nixos
medvid_ has joined #nixos
detran has joined #nixos
Rurd2di has joined #nixos
hanetzer has joined #nixos
stigo has joined #nixos
johnny101 has joined #nixos
craftyguy has joined #nixos
dani- has joined #nixos
edcragg has joined #nixos
garbas has joined #nixos
timemage has joined #nixos
mkaito- has joined #nixos
shlevy has joined #nixos
kharon has joined #nixos
bvdw has joined #nixos
octe has joined #nixos
Yaniel has joined #nixos
mdlayher has joined #nixos
lvmond__ has joined #nixos
das_j has joined #nixos
dirkx_ has joined #nixos
magbo has joined #nixos
sshow has joined #nixos
mjrosenb has joined #nixos
inkOne_ has joined #nixos
callahad87074 has joined #nixos
mg_ has joined #nixos
ynotperez has joined #nixos
bigvalen has joined #nixos
iwq has joined #nixos
ottidmes_ has joined #nixos
tetdim_ has joined #nixos
wrunt has joined #nixos
fionera has joined #nixos
locallycompact has joined #nixos
doublej472 has joined #nixos
trulsa has joined #nixos
epta has joined #nixos
wolfshappen has joined #nixos
VulNix has joined #nixos
jtcs has joined #nixos
kini has joined #nixos
Nazral has joined #nixos
tobiasBora2 has joined #nixos
_cyril__ has joined #nixos
Jackneill has joined #nixos
jeschli1 has joined #nixos
jboy has joined #nixos
barrucadu has joined #nixos
hl has joined #nixos
wrl has joined #nixos
ekleog has joined #nixos
helpusobi has joined #nixos
luigy has joined #nixos
kreyren has quit [Remote host closed the connection]
jfhbrook has quit [Ping timeout: 252 seconds]
faya01[m] has joined #nixos
kuramashinobi13[ has joined #nixos
kueckieben[m] has joined #nixos
un-cons-cionable has joined #nixos
deraffe[m] has joined #nixos
justanotheruser has joined #nixos
rascencio[m] has joined #nixos
pinion[m] has joined #nixos
neonfuz2 has joined #nixos
lpetoroot[m] has joined #nixos
chmod222[m] has joined #nixos
interro[m] has joined #nixos
grahamc[m] has joined #nixos
hsiktas[m] has joined #nixos
JameySharp[m] has joined #nixos
nolan_d has joined #nixos
mlvzk[m] has joined #nixos
mica[m] has joined #nixos
movsxd[m] has joined #nixos
haaksmash[m] has joined #nixos
Dandellion has joined #nixos
hpfr[m] has joined #nixos
kriteus[m] has joined #nixos
p_m[m] has joined #nixos
ilya-fedin has joined #nixos
goibhniu has joined #nixos
contrun has joined #nixos
mathyouguy has joined #nixos
keithy[m] has joined #nixos
mlatus[m] has joined #nixos
sebass[m] has joined #nixos
musicmatze[m] has joined #nixos
xfix has joined #nixos
jonreeve[m] has joined #nixos
kaychaks_riot has joined #nixos
mbick[m] has joined #nixos
megfault has joined #nixos
xacktm has joined #nixos
danielrf[m] has joined #nixos
rgamma[m] has joined #nixos
MinceR has joined #nixos
andi- has joined #nixos
Mateon1 has joined #nixos
DamienCassou has joined #nixos
edef has joined #nixos
shad has joined #nixos
citadelcore has joined #nixos
icetan has joined #nixos
fgaz has joined #nixos
NobbZ[m] has joined #nixos
hodapp has joined #nixos
luelista has joined #nixos
akaWolf has joined #nixos
pepesza has joined #nixos
liff has joined #nixos
greizgh has joined #nixos
cap has joined #nixos
njha has joined #nixos
ivegotasthma has joined #nixos
U-armin has joined #nixos
hexagoxel has joined #nixos
misuzu has joined #nixos
yorick has joined #nixos
cstrahan has quit [Ping timeout: 244 seconds]
gregf has quit [Ping timeout: 270 seconds]
feepo has quit [Ping timeout: 270 seconds]
d1rewolf has quit [Ping timeout: 244 seconds]
nh2[m] has quit [Ping timeout: 240 seconds]
mattock[m] has quit [Ping timeout: 244 seconds]
cab404[m] has quit [Ping timeout: 244 seconds]
cmcaine[m] has quit [Ping timeout: 244 seconds]
MawKKe[m] has quit [Ping timeout: 244 seconds]
apple_at_cha[m] has quit [Ping timeout: 244 seconds]
Ericson2314 has quit [Ping timeout: 244 seconds]
maralorn has quit [Ping timeout: 244 seconds]
grin[m] has quit [Ping timeout: 244 seconds]
eadwu[m] has quit [Ping timeout: 244 seconds]
init_6 has quit [Ping timeout: 244 seconds]
jjwatt[m] has quit [Ping timeout: 244 seconds]
pucilpet[m] has quit [Ping timeout: 244 seconds]
porphyrogenetos has quit [Ping timeout: 244 seconds]
efra[m] has quit [Ping timeout: 244 seconds]
flip[m] has quit [Ping timeout: 244 seconds]
dbirks[m] has quit [Ping timeout: 244 seconds]
atgo[m] has quit [Ping timeout: 244 seconds]
frobenius[m] has quit [Ping timeout: 244 seconds]
atemu12[m] has quit [Ping timeout: 244 seconds]
Houtworm[m] has quit [Ping timeout: 244 seconds]
GerdFlaig[m] has quit [Ping timeout: 244 seconds]
ZerataX has quit [Ping timeout: 244 seconds]
JJJollyjim has quit [Ping timeout: 244 seconds]
murmr has quit [Ping timeout: 244 seconds]
qbit[m] has quit [Ping timeout: 244 seconds]
kraem[m] has quit [Ping timeout: 246 seconds]
mdlayher1 has quit [Ping timeout: 246 seconds]
jlv[m] has quit [Ping timeout: 246 seconds]
chrismatheson has quit [Ping timeout: 246 seconds]
atopuzov[m] has quit [Ping timeout: 246 seconds]
aleph9[m] has quit [Ping timeout: 246 seconds]
michaelpj has quit [Ping timeout: 246 seconds]
jschievink has quit [Ping timeout: 246 seconds]
roberth has quit [Ping timeout: 246 seconds]
echel0n[m] has quit [Ping timeout: 246 seconds]
regnat has quit [Ping timeout: 246 seconds]
bohan[m] has quit [Ping timeout: 246 seconds]
timokau[m] has quit [Ping timeout: 246 seconds]
davidak[m] has quit [Ping timeout: 246 seconds]
jgart[m] has quit [Ping timeout: 240 seconds]
ptol3my[m] has quit [Ping timeout: 240 seconds]
rawas[m] has quit [Ping timeout: 240 seconds]
koozz[m] has quit [Ping timeout: 240 seconds]
tyrion-mx has quit [Ping timeout: 240 seconds]
felschr[m] has quit [Ping timeout: 240 seconds]
vojta001[m] has quit [Ping timeout: 240 seconds]
evanjs[m] has quit [Ping timeout: 240 seconds]
Luigi[m] has quit [Ping timeout: 240 seconds]
yusdacra[m] has quit [Ping timeout: 240 seconds]
kenzie[m] has quit [Ping timeout: 240 seconds]
basilbunting[m] has quit [Ping timeout: 240 seconds]
utdemir[m] has quit [Ping timeout: 240 seconds]
srxl has quit [Ping timeout: 240 seconds]
ryantm has quit [Ping timeout: 240 seconds]
sneakweb has joined #nixos
wangoe[m] has quit [Ping timeout: 256 seconds]
terrymunro[m] has quit [Ping timeout: 256 seconds]
michaelstrogoff[ has quit [Ping timeout: 256 seconds]
mkfart[m] has quit [Ping timeout: 256 seconds]
daraul[m] has quit [Ping timeout: 256 seconds]
exel[m] has quit [Ping timeout: 256 seconds]
acys[m] has quit [Ping timeout: 256 seconds]
gildedlink[m] has quit [Ping timeout: 256 seconds]
Elorm[m] has quit [Ping timeout: 256 seconds]
infinisil-m has quit [Ping timeout: 256 seconds]
jojosch[m] has quit [Ping timeout: 256 seconds]
toraritte has quit [Ping timeout: 256 seconds]
vaibhavsagar has quit [Ping timeout: 256 seconds]
cryptix has quit [Ping timeout: 256 seconds]
dxu[m] has quit [Ping timeout: 256 seconds]
rellen[m] has quit [Ping timeout: 256 seconds]
bbigras has quit [Ping timeout: 256 seconds]
david-sawatzke[m has quit [Ping timeout: 256 seconds]
Poscat[m] has quit [Ping timeout: 256 seconds]
icetan has quit [Ping timeout: 244 seconds]
contrun has quit [Ping timeout: 244 seconds]
zebrag has joined #nixos
boogiewoogie[m] has quit [Ping timeout: 244 seconds]
l33[m] has quit [Ping timeout: 244 seconds]
nanashi0x74[m] has quit [Ping timeout: 244 seconds]
redcedar[m] has quit [Ping timeout: 244 seconds]
rk04[m] has quit [Ping timeout: 244 seconds]
sputny[m] has quit [Ping timeout: 244 seconds]
tlater[m] has quit [Ping timeout: 244 seconds]
printfn[m] has quit [Ping timeout: 244 seconds]
pablo1107[m] has quit [Ping timeout: 244 seconds]
qryptic[m] has quit [Ping timeout: 244 seconds]
nlgila[m] has quit [Ping timeout: 244 seconds]
Caleb[m]1 has quit [Ping timeout: 244 seconds]
wedens[m] has quit [Ping timeout: 244 seconds]
kuznero[m] has quit [Ping timeout: 244 seconds]
gs93 has quit [Ping timeout: 244 seconds]
quiet_laika[m] has quit [Ping timeout: 244 seconds]
iwvt[m] has quit [Ping timeout: 244 seconds]
hazel[m] has quit [Ping timeout: 244 seconds]
chvp has quit [Ping timeout: 244 seconds]
d10n-work has quit [Ping timeout: 244 seconds]
HackerFoo[m] has quit [Ping timeout: 246 seconds]
tristan[m] has quit [Ping timeout: 246 seconds]
observer_alpha[m has quit [Ping timeout: 246 seconds]
zarathustra[m] has quit [Ping timeout: 246 seconds]
hiroshi[m] has quit [Ping timeout: 246 seconds]
bricewge has quit [Ping timeout: 246 seconds]
Valodim[m] has quit [Ping timeout: 246 seconds]
eddyb has quit [Ping timeout: 246 seconds]
billsun has quit [Ping timeout: 246 seconds]
ptotter[m] has quit [Ping timeout: 246 seconds]
jneplokh has quit [Ping timeout: 240 seconds]
rnhmjoj has quit [Ping timeout: 240 seconds]
mt[m] has quit [Ping timeout: 240 seconds]
Irenes[m] has quit [Ping timeout: 240 seconds]
chreekat[m] has quit [Ping timeout: 240 seconds]
xavierm02 has quit [Ping timeout: 240 seconds]
lstanley has quit [Ping timeout: 240 seconds]
vtest[m] has quit [Ping timeout: 244 seconds]
Xamino[m] has quit [Ping timeout: 244 seconds]
likivik[m] has quit [Ping timeout: 244 seconds]
jaewest304[m] has quit [Ping timeout: 244 seconds]
sabry97[m] has quit [Ping timeout: 244 seconds]
Nacho[m]1 has quit [Ping timeout: 244 seconds]
sty86[m] has quit [Ping timeout: 244 seconds]
sparogy has quit [Ping timeout: 244 seconds]
philipp[m] has quit [Ping timeout: 244 seconds]
siraben has quit [Ping timeout: 244 seconds]
axx has quit [Ping timeout: 244 seconds]
ma27[m] has quit [Ping timeout: 244 seconds]
phirsch has quit [Ping timeout: 244 seconds]
rednaZ[m] has quit [Ping timeout: 244 seconds]
jtojnar has quit [Ping timeout: 244 seconds]
bitonic has quit [Ping timeout: 244 seconds]
emily has quit [Ping timeout: 244 seconds]
dsx has joined #nixos
jlv has quit [Ping timeout: 240 seconds]
Hayden[m] has quit [Ping timeout: 240 seconds]
chris[m]6 has quit [Ping timeout: 240 seconds]
balsoft has quit [Ping timeout: 240 seconds]
easamuilov[m] has quit [Ping timeout: 240 seconds]
aloiscochard[m] has quit [Ping timeout: 240 seconds]
freeman42x[m] has quit [Ping timeout: 240 seconds]
worldofpeace has quit [Ping timeout: 240 seconds]
tokudan[m] has quit [Ping timeout: 240 seconds]
aanderse has quit [Ping timeout: 240 seconds]
bachp has quit [Ping timeout: 246 seconds]
jluttine[m] has quit [Ping timeout: 246 seconds]
bennofs[m] has quit [Ping timeout: 246 seconds]
nilsirl[m] has quit [Ping timeout: 246 seconds]
mkg20001 has quit [Ping timeout: 246 seconds]
arcnmx has quit [Ping timeout: 246 seconds]
mbick[m] has quit [Ping timeout: 244 seconds]
neonfuz2 has quit [Ping timeout: 244 seconds]
p_m[m] has quit [Ping timeout: 244 seconds]
deraffe[m] has quit [Ping timeout: 244 seconds]
hsiktas[m] has quit [Ping timeout: 244 seconds]
Dandellion has quit [Ping timeout: 244 seconds]
vpfeiffer[m] has quit [Ping timeout: 256 seconds]
Smith[m]1 has quit [Ping timeout: 256 seconds]
Jake[m] has quit [Ping timeout: 256 seconds]
nicolas[m]1 has quit [Ping timeout: 256 seconds]
d3c[m] has quit [Ping timeout: 256 seconds]
adit[m] has quit [Ping timeout: 256 seconds]
pauricthelodger[ has quit [Ping timeout: 256 seconds]
denbrahe[m] has quit [Ping timeout: 256 seconds]
gsals[m] has quit [Ping timeout: 256 seconds]
Minijackson[m] has quit [Ping timeout: 256 seconds]
domenkozar[m] has quit [Ping timeout: 256 seconds]
watzon has quit [Ping timeout: 256 seconds]
Notkea[m] has quit [Ping timeout: 256 seconds]
leons has quit [Ping timeout: 256 seconds]
dammndot[m] has quit [Ping timeout: 244 seconds]
sshow[m] has quit [Ping timeout: 244 seconds]
user51[m] has quit [Ping timeout: 244 seconds]
Superleaf1995 has quit [Ping timeout: 244 seconds]
M0-[m] has quit [Ping timeout: 244 seconds]
Ox4A6F has quit [Ping timeout: 244 seconds]
timclassic has quit [Ping timeout: 244 seconds]
alexarice[m] has quit [Ping timeout: 244 seconds]
comrandroxaos[m] has quit [Ping timeout: 244 seconds]
jameshjacksonjr4 has quit [Ping timeout: 244 seconds]
Yakulu[m] has quit [Ping timeout: 244 seconds]
Enzime has joined #nixos
tno has joined #nixos
dvim has joined #nixos
Neo-- has joined #nixos
tarruda1 has joined #nixos
sevanspowell has joined #nixos
exarkun has joined #nixos
boegel has joined #nixos
adamCS has joined #nixos
sheeldotme has joined #nixos
choward has joined #nixos
benny has joined #nixos
kahiru has joined #nixos
awaz has joined #nixos
Puck` has joined #nixos
kandinski has joined #nixos
bob_twinkles has joined #nixos
mlen has joined #nixos
WilliButz has joined #nixos
_rvl has joined #nixos
Siyo has joined #nixos
niksnut has joined #nixos
zfnmxt has joined #nixos
kumikumi has joined #nixos
euank has joined #nixos
ambroiseur has joined #nixos
fps has joined #nixos
at_mart_ has joined #nixos
klys has joined #nixos
iMatejC has joined #nixos
rprosper- has joined #nixos
hplar has joined #nixos
commander has joined #nixos
n1x_ has joined #nixos
martyet-o has joined #nixos
CRTified[m] has quit [Ping timeout: 244 seconds]
rycee has quit [Ping timeout: 244 seconds]
d4rkshad0w has quit [Ping timeout: 244 seconds]
faewenys[m] has quit [Ping timeout: 244 seconds]
tbenst[m] has joined #nixos
sab7iryudpgf6[m] has joined #nixos
Stphan[m] has joined #nixos
Vykook[m] has joined #nixos
Ke has joined #nixos
quidome[m] has joined #nixos
vegai1 has joined #nixos
michael[m]4 has joined #nixos
yurb has joined #nixos
regivanx[m] has joined #nixos
Wouter[m]1 has joined #nixos
zannzen[m] has joined #nixos
Raito_Bezarius has joined #nixos
theotherjimmy[m] has joined #nixos
lalala56756[m] has joined #nixos
sasyctu[m] has joined #nixos
aquarial has joined #nixos
zrsk[m] has joined #nixos
logan12358[m] has joined #nixos
l-as has joined #nixos
Fuzen has joined #nixos
yoctocell[m] has joined #nixos
guiber[m] has joined #nixos
delroth[m] has joined #nixos
slby[m] has joined #nixos
ibinzari[m] has joined #nixos
M|[m]1 has joined #nixos
ongy[m] has joined #nixos
alexfmpe has joined #nixos
alexherbo2[m] has joined #nixos
azazel has joined #nixos
das-g[m] has joined #nixos
cross has joined #nixos
DerHorst has joined #nixos
TheSirC[m] has joined #nixos
MilkManzJourDadd has joined #nixos
vesper11 has joined #nixos
globin has joined #nixos
bqv has joined #nixos
Gaelan_ has joined #nixos
rot13_ has joined #nixos
dxtr has joined #nixos
zgrep has joined #nixos
emacsomancer has joined #nixos
mumuluxi has joined #nixos
flokli has joined #nixos
hauleth has joined #nixos
nikola2 has joined #nixos
mingc has joined #nixos
fpletz has joined #nixos
etu has joined #nixos
hellrazor has joined #nixos
ilmu has joined #nixos
cjay has joined #nixos
Forkk has joined #nixos
benley has joined #nixos
drvirgilio has joined #nixos
yutyo[m] has quit [Ping timeout: 244 seconds]
puck has joined #nixos
joshmeredith has joined #nixos
siers has joined #nixos
gnxlxnxx[m] has joined #nixos
dpc has joined #nixos
terrorjack has joined #nixos
joepie91 has joined #nixos
datakurre has joined #nixos
aranea has joined #nixos
drgbr has joined #nixos
nh2 has joined #nixos
claudiii_ has joined #nixos
lvrp16 has joined #nixos
mjsir911 has joined #nixos
mkaito has joined #nixos
r0bby has joined #nixos
Khetzal has joined #nixos
sethetter has joined #nixos
zie has joined #nixos
Orbstheorem has joined #nixos
Ultrasauce has joined #nixos
D_ has joined #nixos
hax404 has joined #nixos
develCuy_ has joined #nixos
nlofaro has joined #nixos
stevenroose has joined #nixos
benschza has joined #nixos
azdle has joined #nixos
teehemkay has joined #nixos
christiaanb has joined #nixos
dgpratt has joined #nixos
eri451 has joined #nixos
cocreature has joined #nixos
symphorien has joined #nixos
Supersonic has joined #nixos
tilcreator has joined #nixos
vancz has joined #nixos
mauli has joined #nixos
Tritlo has joined #nixos
kriztw has joined #nixos
mitchellh has joined #nixos
p01ar has joined #nixos
glines has joined #nixos
{^_^} has joined #nixos
leonardp has joined #nixos
jlpeters has joined #nixos
mudri has joined #nixos
nextloop has joined #nixos
dweller has joined #nixos
lopsided98 has joined #nixos
aristid has joined #nixos
q3k has joined #nixos
nikivi has joined #nixos
nek0 has joined #nixos
ShaRose has joined #nixos
NekomimiScience has joined #nixos
sterni has joined #nixos
Shados has joined #nixos
emmanuel` has joined #nixos
ProofTechnique has joined #nixos
packer has joined #nixos
b42 has joined #nixos
c00w has joined #nixos
Fulgen has joined #nixos
rooke has joined #nixos
litschi has joined #nixos
ashkitten has joined #nixos
fnords has joined #nixos
TheNumb has joined #nixos
Taneb has joined #nixos
immae has joined #nixos
yrashk has joined #nixos
chriscoffee has joined #nixos
wirew0rm has joined #nixos
mounty1 has joined #nixos
inkbottle has quit [Max SendQ exceeded]
mounty has quit [Write error: Broken pipe]
marius851000[m] has quit [Ping timeout: 246 seconds]
NickHu has quit [Ping timeout: 246 seconds]
barm has quit [Write error: Connection reset by peer]
alexfmpe has quit [Ping timeout: 260 seconds]
Ke has quit [Ping timeout: 260 seconds]
theotherjimmy[m] has quit [Ping timeout: 260 seconds]
MilkManzJourDadd has quit [Ping timeout: 260 seconds]
sneakweb has joined #nixos
sneakweb has quit [Changing host]
kaychaks_riot has quit [Ping timeout: 244 seconds]
Serus has quit [Ping timeout: 240 seconds]
betawaffle has quit [Ping timeout: 244 seconds]
leonardp has quit [Ping timeout: 260 seconds]
markus1189 has joined #nixos
eddyb[legacy] has joined #nixos
gregf has joined #nixos
andreas303 has quit [Ping timeout: 240 seconds]
johs has joined #nixos
steveeJ has joined #nixos
jfhbrook has joined #nixos
captn3m0 has joined #nixos
sjourdoi- has joined #nixos
nate48423 has joined #nixos
Arahael has joined #nixos
lunik1 has joined #nixos
drewc has joined #nixos
andrewrk has joined #nixos
electrocat has joined #nixos
HackerFoo has joined #nixos
kmplsv has joined #nixos
mniip has joined #nixos
Ankhers has joined #nixos
ent has joined #nixos
troydm has joined #nixos
ArdaXi has joined #nixos
dminuoso has joined #nixos
konobi has joined #nixos
nixy has joined #nixos
otti0815 has joined #nixos
Philonous has joined #nixos
switchy has joined #nixos
ToxicFrog has joined #nixos
Gohla has joined #nixos
vuko has joined #nixos
dustinm- has joined #nixos
meck has joined #nixos
ornxka_ has joined #nixos
multun has joined #nixos
runciter has joined #nixos
phI||Ip_Alternat has joined #nixos
dfgg has joined #nixos
janneke has joined #nixos
amanjeev- has joined #nixos
tobiasBora has joined #nixos
turlando has joined #nixos
statusbot has joined #nixos
tpanum has joined #nixos
lewo has joined #nixos
pie_ has joined #nixos
woffs has joined #nixos
betaboon has joined #nixos
kapil_ has joined #nixos
djanatyn has joined #nixos
deni has joined #nixos
fyuuri has joined #nixos
oleks has joined #nixos
Unode has joined #nixos
nbathum has joined #nixos
mounty has joined #nixos
nate48423 has quit [Max SendQ exceeded]
li_matrix has joined #nixos
rschulman has joined #nixos
Markus[m]2 has joined #nixos
mcds[m] has joined #nixos
thefloweringash has joined #nixos
wak-work has joined #nixos
puzzlewolf has joined #nixos
therivercass[m] has joined #nixos
nanashi0x74Old[m has joined #nixos
thequux[m] has joined #nixos
LeBronse[m] has joined #nixos
matthewbauer has joined #nixos
antpic01[m] has joined #nixos
mindtree[m] has joined #nixos
ohhaimark[m] has joined #nixos
notmatthew[m] has joined #nixos
etrigan63[m] has joined #nixos
heijligen has joined #nixos
Cadey has joined #nixos
SOO7 has joined #nixos
alunduil has joined #nixos
lally has joined #nixos
ctp has joined #nixos
rummik has joined #nixos
johanot has joined #nixos
adamse has joined #nixos
ryzokuken has joined #nixos
ajmcmiddlin has joined #nixos
ldlework has joined #nixos
digitalgrease has joined #nixos
lukego has joined #nixos
catharsis_[m] has joined #nixos
gcoakes[m] has joined #nixos
murmr has joined #nixos
eddyb[legacy] has joined #nixos
eddyb[legacy] has quit [Changing host]
steveeJ has joined #nixos
johs has joined #nixos
gregf has joined #nixos
jfhbrook has joined #nixos
steveeJ has quit [Changing host]
johs has quit [Changing host]
jfhbrook has quit [Changing host]
gregf has quit [Changing host]
terrorjack has quit [Ping timeout: 261 seconds]
r0bby has quit [Ping timeout: 261 seconds]
asymmetric has joined #nixos
mbrgm has joined #nixos
craige has joined #nixos
numkem has joined #nixos
cyraxjoe has joined #nixos
dongcarl has joined #nixos
simukis_ has joined #nixos
anders^ has joined #nixos
shiver has joined #nixos
wavirc22 has joined #nixos
jeregrine has joined #nixos
typetetris has joined #nixos
AluisioASG has joined #nixos
energizer has joined #nixos
lpsmith has joined #nixos
stiell has joined #nixos
cptchaos83 has joined #nixos
mla has joined #nixos
mzan has joined #nixos
marek has joined #nixos
eta has joined #nixos
Mrmaxmeier has joined #nixos
ddellacosta has joined #nixos
ericsagnes has joined #nixos
nckx has joined #nixos
xe4 has joined #nixos
chiiba has joined #nixos
georges has joined #nixos
tomaw has joined #nixos
Graypup_ has joined #nixos
naominitel has joined #nixos
cruxeternus has joined #nixos
m4ts has joined #nixos
DerGuteMoritz has joined #nixos
mfernandez has joined #nixos
eyJhb has joined #nixos
jaeckel has joined #nixos
ben has joined #nixos
zemm_ has joined #nixos
jkarni has joined #nixos
erhandsome has joined #nixos
fiddlerwoaroof has joined #nixos
greymalkin has joined #nixos
Twey has joined #nixos
heath has joined #nixos
buffet has joined #nixos
goodwill has joined #nixos
Luker has joined #nixos
andersk has joined #nixos
leotaku has joined #nixos
mystfox has joined #nixos
hoek has joined #nixos
skomorokh has joined #nixos
hexa- has joined #nixos
Hedgework has joined #nixos
marsh has joined #nixos
pittma has joined #nixos
alanz_ has joined #nixos
drakonis has joined #nixos
etrepum has joined #nixos
Ashy has joined #nixos
Miyu-saki has joined #nixos
af1cs has joined #nixos
njd has joined #nixos
step21 has joined #nixos
myme has joined #nixos
sgraf has joined #nixos
wucke13 has joined #nixos
gchristensen has joined #nixos
Adluc has joined #nixos
blackriversoftwa has joined #nixos
endocrimes has joined #nixos
ky0ko has joined #nixos
tdeo has joined #nixos
jared-w has joined #nixos
f0x2 has joined #nixos
angerman has joined #nixos
pikajude has joined #nixos
carter has joined #nixos
elibrokeit has joined #nixos
_ris has joined #nixos
spacekookie has joined #nixos
scoates has joined #nixos
patrickod_ has joined #nixos
NemesisD has joined #nixos
`slikts has joined #nixos
bwe_ has joined #nixos
samueldr has joined #nixos
kkd has joined #nixos
simba2 has joined #nixos
pbb has joined #nixos
tazjin has joined #nixos
bgamari has joined #nixos
lux1 has joined #nixos
LnL has joined #nixos
teozkr_ has joined #nixos
diamondman has joined #nixos
h0m1 has joined #nixos
armin has joined #nixos
ehmry has joined #nixos
zimbatm has joined #nixos
whald has joined #nixos
philipcristiano has joined #nixos
ggp0647 has joined #nixos
simpson has joined #nixos
jasom has joined #nixos
wildsebastian has joined #nixos
LeshaInc has joined #nixos
kitemikaze_ has joined #nixos
lucus16 has joined #nixos
plutes has joined #nixos
hexo has joined #nixos
gerschtli has joined #nixos
rizary has joined #nixos
ardumont has joined #nixos
marcinja has joined #nixos
raboof has joined #nixos
PyroLagus has joined #nixos
grfn has joined #nixos
skorpy has joined #nixos
komasa has joined #nixos
GlennS has joined #nixos
heinrich5991 has joined #nixos
delan has joined #nixos
eacameron has joined #nixos
cvlad- has joined #nixos
prusnak has joined #nixos
orcus has joined #nixos
f0x has joined #nixos
capt_zap_ has joined #nixos
nate48423 has joined #nixos
feepo has joined #nixos
evanjs has joined #nixos
aw has joined #nixos
eoli3n has joined #nixos
proofofkeags has joined #nixos
reanimus has joined #nixos
icey_ has joined #nixos
orivej_ has joined #nixos
robodojo has joined #nixos
Cicucci has joined #nixos
n3t has joined #nixos
otulp has joined #nixos
cyris212 has joined #nixos
Rusty1 has joined #nixos
virus_dave has joined #nixos
MasseR has joined #nixos
srhb has joined #nixos
ocharles has joined #nixos
emilsp has joined #nixos
mvnetbiz_ has joined #nixos
Guest49640 has joined #nixos
grw1 has joined #nixos
cyphase has joined #nixos
mightybyte has joined #nixos
reactormonk has joined #nixos
infinisil has joined #nixos
cybertron has joined #nixos
lovesegfault has joined #nixos
lukegb has joined #nixos
makefu has joined #nixos
hke has joined #nixos
jtobin has joined #nixos
sigtrm has joined #nixos
duairc has joined #nixos
acertain has joined #nixos
efriend has joined #nixos
heatm1s3r has joined #nixos
CustosLimen has joined #nixos
ml| has joined #nixos
clever has joined #nixos
lorimer has joined #nixos
itorres has joined #nixos
xAndy has joined #nixos
rail_ has joined #nixos
neobit has joined #nixos
Quick_Wango has joined #nixos
cmk_zzz has joined #nixos
statusfailed has joined #nixos
c_wraith has joined #nixos
mac10688 has joined #nixos
devalot has joined #nixos
lzmartinico has joined #nixos
tpw_rules has joined #nixos
Guest7988 has joined #nixos
tv has joined #nixos
danderson has joined #nixos
johnnyfive has joined #nixos
cYmen has joined #nixos
stree has joined #nixos
stephank has joined #nixos
realrokka has joined #nixos
chipb has joined #nixos
kraem has joined #nixos
jhuizy has joined #nixos
Czen1 has joined #nixos
kmein has joined #nixos
nil has joined #nixos
thommey has joined #nixos
thomassgn has joined #nixos
jeaye has joined #nixos
kcalvinalvin has joined #nixos
gambpang has joined #nixos
mxco86 has joined #nixos
yourfate has joined #nixos
orbekk has joined #nixos
turq has joined #nixos
ajp has joined #nixos
jperras has joined #nixos
nahamu has joined #nixos
HedgeMage has joined #nixos
Sigma has joined #nixos
enteee has joined #nixos
tsrt^ has joined #nixos
feepo has joined #nixos
murmr has joined #nixos
feepo has quit [Changing host]
murmr has quit [Changing host]
Streetwalrus has joined #nixos
Cale has joined #nixos
daGrevis has joined #nixos
Bunogi has joined #nixos
dadada_ has joined #nixos
robogoat has joined #nixos
xwvvvvwx has joined #nixos
primeos has joined #nixos
gueorgui has joined #nixos
justache has joined #nixos
whatisRT has joined #nixos
fling has joined #nixos
Pidgeotto has joined #nixos
evils has joined #nixos
chin-tastic has joined #nixos
jjakob has joined #nixos
CMCDragonkai has joined #nixos
delroth has joined #nixos
silver_hook has joined #nixos
BlessJah has joined #nixos
abrar has joined #nixos
stoile has joined #nixos
liori has joined #nixos
adisbladis has joined #nixos
avn has joined #nixos
qz has joined #nixos
pbogdan has joined #nixos
dfordvm has joined #nixos
trfl has joined #nixos
tru_tru has joined #nixos
wolke has joined #nixos
nixy37179 has joined #nixos
davidcl has joined #nixos
unacceptable has joined #nixos
un-cons-cionable has quit [Ping timeout: 244 seconds]
kuramashinobi13[ has quit [Ping timeout: 244 seconds]
mlatus[m] has quit [Ping timeout: 244 seconds]
kueckieben[m] has quit [Ping timeout: 244 seconds]
movsxd[m] has quit [Ping timeout: 244 seconds]
rascencio[m] has quit [Ping timeout: 244 seconds]
faya01[m] has quit [Ping timeout: 244 seconds]
chmod222[m] has quit [Ping timeout: 244 seconds]
grahamc[m] has quit [Ping timeout: 244 seconds]
lpetoroot[m] has quit [Ping timeout: 244 seconds]
JameySharp[m] has quit [Ping timeout: 244 seconds]
bennofs has joined #nixos
copy has joined #nixos
rardiol has joined #nixos
kozowu has joined #nixos
growpotkin has joined #nixos
kalbasit has joined #nixos
gentauro has joined #nixos
W1lkins has joined #nixos
tghume has joined #nixos
voidcontext has joined #nixos
szicari has joined #nixos
nDuff has joined #nixos
bdju has joined #nixos
grumble has joined #nixos
never_released has joined #nixos
coderobe has joined #nixos
bridge[evilred] has joined #nixos
eyenx has joined #nixos
plp has joined #nixos
himmAllRight17 has joined #nixos
abathur has joined #nixos
xeu has joined #nixos
amfl has joined #nixos
codezero has joined #nixos
steell has joined #nixos
AMD1212 has joined #nixos
agb has joined #nixos
laerling has joined #nixos
gordon1 has joined #nixos
page has joined #nixos
Athas has joined #nixos
dkibi has joined #nixos
rixed_ has joined #nixos
raoul has joined #nixos
hoek has quit [Ping timeout: 299 seconds]
mlvzk[m] has quit [Ping timeout: 244 seconds]
sebass[m] has quit [Ping timeout: 244 seconds]
rgamma[m] has quit [Ping timeout: 244 seconds]
mathyouguy has quit [Ping timeout: 244 seconds]
haaksmash[m] has quit [Ping timeout: 244 seconds]
jonreeve[m] has quit [Ping timeout: 244 seconds]
DamienCassou has quit [Ping timeout: 244 seconds]
interro[m] has quit [Ping timeout: 244 seconds]
xfix has quit [Ping timeout: 244 seconds]
kriteus[m] has quit [Ping timeout: 244 seconds]
nolan_d has quit [Ping timeout: 244 seconds]
mica[m] has quit [Ping timeout: 244 seconds]
NobbZ[m] has quit [Ping timeout: 244 seconds]
hpfr[m] has quit [Ping timeout: 244 seconds]
ilya-fedin has quit [Ping timeout: 244 seconds]
fgaz has quit [Ping timeout: 244 seconds]
musicmatze[m] has quit [Ping timeout: 244 seconds]
goibhniu has quit [Ping timeout: 244 seconds]
CustosLimen has quit [Max SendQ exceeded]
dmj` has joined #nixos
etrigan63[m] has quit [Ping timeout: 246 seconds]
li_matrix has quit [Ping timeout: 246 seconds]
therivercass[m] has quit [Ping timeout: 246 seconds]
notmatthew[m] has quit [Ping timeout: 246 seconds]
puzzlewolf has quit [Ping timeout: 246 seconds]
matthewbauer has quit [Ping timeout: 246 seconds]
thequux[m] has quit [Ping timeout: 246 seconds]
catharsis_[m] has quit [Ping timeout: 246 seconds]
gcoakes[m] has quit [Ping timeout: 246 seconds]
mindtree[m] has quit [Ping timeout: 246 seconds]
LeBronse[m] has quit [Ping timeout: 246 seconds]
antpic01[m] has quit [Ping timeout: 246 seconds]
rschulman has quit [Ping timeout: 246 seconds]
cstrahan has joined #nixos
elvishjerricco has joined #nixos
gnxlxnxx[m] has quit [Ping timeout: 260 seconds]
dpc has quit [Ping timeout: 260 seconds]
bitonic has joined #nixos
Markus[m]2 has quit [Ping timeout: 246 seconds]
mcds[m] has quit [Ping timeout: 246 seconds]
nanashi0x74Old[m has quit [Ping timeout: 246 seconds]
thefloweringash has quit [Ping timeout: 246 seconds]
ohhaimark[m] has quit [Ping timeout: 246 seconds]
wak-work has quit [Ping timeout: 246 seconds]
capt_zap_ has quit [Max SendQ exceeded]
lvrp16 has quit [Ping timeout: 259 seconds]
fnords has quit [Ping timeout: 259 seconds]
teehemkay has quit [Ping timeout: 259 seconds]
bitonic has joined #nixos
bitonic has quit [Changing host]
ajmcmiddlin has quit [Ping timeout: 246 seconds]
omnigoat has joined #nixos
parsnip has quit [Ping timeout: 240 seconds]
capt_zap_ has joined #nixos
ctp has quit [Ping timeout: 246 seconds]
nh2 has quit [Ping timeout: 260 seconds]
jared-w has quit [Ping timeout: 245 seconds]
raboof has quit [Ping timeout: 245 seconds]
eacameron has quit [Ping timeout: 245 seconds]
kitemikaze_ has quit [Ping timeout: 245 seconds]
carter has quit [Ping timeout: 245 seconds]
pittma has quit [Ping timeout: 245 seconds]
rizary has quit [Ping timeout: 245 seconds]
lukego has quit [Ping timeout: 246 seconds]
Serus has joined #nixos
betawaffle has joined #nixos
andreas303 has joined #nixos
r0bby has joined #nixos
parsnip has joined #nixos
hsngrmpf[m] has quit [Remote host closed the connection]
Strubbl[m] has quit [Remote host closed the connection]
edrex has quit [Remote host closed the connection]
pitch has quit [Remote host closed the connection]
AberDerBart[m] has quit [Remote host closed the connection]
kai_w has quit [Remote host closed the connection]
pinion[m] has quit [Remote host closed the connection]
keithy[m] has quit [Remote host closed the connection]
danielrf[m] has quit [Remote host closed the connection]
aquarial has quit [Remote host closed the connection]
Vykook[m] has quit [Remote host closed the connection]
l-as has quit [Remote host closed the connection]
M|[m]1 has quit [Remote host closed the connection]
regivanx[m] has quit [Remote host closed the connection]
pasukon has quit [Ping timeout: 244 seconds]
Wouter[m]1 has quit [Remote host closed the connection]
coot has quit [Ping timeout: 244 seconds]
zannzen[m] has quit [Remote host closed the connection]
TheSirC[m] has quit [Remote host closed the connection]
Stphan[m] has quit [Remote host closed the connection]
Fuzen has quit [Remote host closed the connection]
sab7iryudpgf6[m] has quit [Remote host closed the connection]
logan12358[m] has quit [Remote host closed the connection]
lalala56756[m] has quit [Remote host closed the connection]
delroth[m] has quit [Remote host closed the connection]
yoctocell[m] has quit [Remote host closed the connection]
quidome[m] has quit [Remote host closed the connection]
guiber[m] has quit [Remote host closed the connection]
michael[m]4 has quit [Remote host closed the connection]
ibinzari[m] has quit [Remote host closed the connection]
vegai1 has quit [Remote host closed the connection]
tbenst[m] has quit [Remote host closed the connection]
alexherbo2[m] has quit [Read error: Connection reset by peer]
azazel has quit [Remote host closed the connection]
slby[m] has quit [Remote host closed the connection]
ongy[m] has quit [Remote host closed the connection]
zrsk[m] has quit [Remote host closed the connection]
das-g[m] has quit [Remote host closed the connection]
sasyctu[m] has quit [Remote host closed the connection]
yurb has quit [Remote host closed the connection]
alunduil has quit [Ping timeout: 246 seconds]
lally has quit [Ping timeout: 246 seconds]
ctp has joined #nixos
davetapley has quit [Ping timeout: 256 seconds]
lally has joined #nixos
adamse has quit [Ping timeout: 246 seconds]
d1rewolf has joined #nixos
sethetter has quit [Ping timeout: 260 seconds]
fnords has joined #nixos
dsal has quit [Ping timeout: 240 seconds]
eacameron has joined #nixos
CustosLimen has joined #nixos
jared-w has joined #nixos
prusnak has quit [Ping timeout: 272 seconds]
diamondman has quit [Ping timeout: 272 seconds]
pittma has joined #nixos
carter has joined #nixos
davetapley has joined #nixos
nlofaro has quit [Ping timeout: 260 seconds]
ajmcmiddlin has joined #nixos
pasukon has joined #nixos
cross has quit [Ping timeout: 260 seconds]
NemesisD has quit [Ping timeout: 272 seconds]
prusnak has joined #nixos
sethetter has joined #nixos
nh2 has joined #nixos
teehemkay has joined #nixos
raboof has joined #nixos
coot has joined #nixos
kitemikaze_ has joined #nixos
lukego has joined #nixos
lvrp16 has joined #nixos
dsal has joined #nixos
cross has joined #nixos
adamse has joined #nixos
NemesisD has joined #nixos
alunduil has joined #nixos
diamondman has joined #nixos
nlofaro has joined #nixos
terrorjack has joined #nixos
lstanley has joined #nixos
d10n-work has joined #nixos
rizary has joined #nixos
kreyren has joined #nixos
orivej_ has quit [Ping timeout: 272 seconds]
hoek has joined #nixos
emmanuel_erc has quit [Ping timeout: 244 seconds]
emmanuel` has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
simba2 has quit [Ping timeout: 272 seconds]
edk_ has joined #nixos
orivej has quit [Ping timeout: 244 seconds]
orivej_ has joined #nixos
<kmplsv> oof.
Ox4A6F has joined #nixos
DamienCassou has joined #nixos
Ericson2314 has joined #nixos
Elorm[m] has joined #nixos
MilkManzJourDadd has joined #nixos
NobbZ[m] has joined #nixos
Minijackson[m] has joined #nixos
Strubbl[m] has joined #nixos
TheSirC[m] has joined #nixos
alexarice[m] has joined #nixos
alexfmpe has joined #nixos
aloiscochard[m] has joined #nixos
alexherbo2[m] has joined #nixos
alienpirate5 has joined #nixos
atopuzov[m] has joined #nixos
aterius has joined #nixos
bachp has joined #nixos
basilbunting[m] has joined #nixos
azazel has joined #nixos
bbigras has joined #nixos
bohan[m] has joined #nixos
bennofs[m] has joined #nixos
catharsis_[m] has joined #nixos
colemickens has joined #nixos
cmcaine[m] has joined #nixos
M|[m]1 has joined #nixos
cryptix has joined #nixos
danielrf[m] has joined #nixos
das-g[m] has joined #nixos
chreekat[m] has joined #nixos
david-sawatzke[m has joined #nixos
davidak[m] has joined #nixos
denbrahe[m] has joined #nixos
domenkozar[m] has joined #nixos
drozdziak1 has joined #nixos
dpc has joined #nixos
dxu[m] has joined #nixos
echel0n[m] has joined #nixos
eadwu[m] has joined #nixos
edrex has joined #nixos
eddyb has joined #nixos
emily has joined #nixos
fgaz has joined #nixos
freeman42x[m] has joined #nixos
gcoakes[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
goibhniu has joined #nixos
gsals[m] has joined #nixos
gs93 has joined #nixos
hiroshi[m] has joined #nixos
hsiktas[m] has joined #nixos
hpfr[m] has joined #nixos
ilya-fedin has joined #nixos
interro[m] has joined #nixos
Irenes[m] has joined #nixos
iwvt[m] has joined #nixos
LeBronse[m] has joined #nixos
MawKKe[m] has joined #nixos
jgart[m] has joined #nixos
jluttine[m] has joined #nixos
jameshjacksonjr4 has joined #nixos
jschievink has joined #nixos
jtojnar has joined #nixos
kaychaks_riot has joined #nixos
keithy[m] has joined #nixos
antpic01[m] has joined #nixos
acys[m] has joined #nixos
aleph9[m] has joined #nixos
aquarial has joined #nixos
kriteus[m] has joined #nixos
atemu12[m] has joined #nixos
yoctocell[m] has joined #nixos
bricewge has joined #nixos
Luigi[m] has joined #nixos
apple_at_cha[m] has joined #nixos
atgo[m] has joined #nixos
marius851000[m] has joined #nixos
mathyouguy has joined #nixos
matthewbauer has joined #nixos
d3c[m] has joined #nixos
mindtree[m] has joined #nixos
mkg20001 has joined #nixos
cab404[m] has joined #nixos
nh2[m] has joined #nixos
daraul[m] has joined #nixos
NickHu has joined #nixos
nilsirl[m] has joined #nixos
chmod222[m] has joined #nixos
chrismatheson has joined #nixos
nikola[m] has joined #nixos
ohhaimark[m] has joined #nixos
observer_alpha[m has joined #nixos
ongy[m] has joined #nixos
efra[m] has joined #nixos
mica[m] has joined #nixos
dammndot[m] has joined #nixos
phirsch has joined #nixos
Poscat[m] has joined #nixos
porphyrogenetos has joined #nixos
emmanuelrosa[m] has joined #nixos
evanjs[m] has joined #nixos
quiet_laika[m] has joined #nixos
rednaZ[m] has joined #nixos
etrigan63[m] has joined #nixos
dbirks[m] has joined #nixos
mattock[m] has joined #nixos
easamuilov[m] has joined #nixos
rellen[m] has joined #nixos
fresheyeball[m] has joined #nixos
felschr[m] has joined #nixos
rgamma[m] has joined #nixos
regnat has joined #nixos
sabry97[m] has joined #nixos
sab7iryudpgf6[m] has joined #nixos
roberth has joined #nixos
siraben has joined #nixos
gildedlink[m] has joined #nixos
exel[m] has joined #nixos
Fuzen has joined #nixos
slby[m] has joined #nixos
slabity has joined #nixos
srid has joined #nixos
sonerhalis[m] has joined #nixos
frobenius[m] has joined #nixos
guiber[m] has joined #nixos
icetan has joined #nixos
Superleaf1995 has joined #nixos
ibinzari[m] has joined #nixos
sasyctu[m] has joined #nixos
theduke has joined #nixos
grahamc[m] has joined #nixos
thefloweringash has joined #nixos
timokau[m] has joined #nixos
thequux[m] has joined #nixos
theotherjimmy[m] has joined #nixos
toraritte has joined #nixos
unclechu has joined #nixos
idontgetoutmuch[ has joined #nixos
vaibhavsagar has joined #nixos
contrun has joined #nixos
haaksmash[m] has joined #nixos
utdemir[m] has joined #nixos
hsngrmpf[m] has joined #nixos
worldofpeace has joined #nixos
wak-work has joined #nixos
GerdFlaig[m] has joined #nixos
infinisil-m has joined #nixos
hleb[m] has joined #nixos
Caleb[m]1 has joined #nixos
Hayden[m] has joined #nixos
wedens[m] has joined #nixos
watzon has joined #nixos
flip[m] has joined #nixos
yutyo[m] has joined #nixos
Yakulu[m] has joined #nixos
xavierm02 has joined #nixos
faewenys[m] has joined #nixos
zrsk[m] has joined #nixos
zarathustra[m] has joined #nixos
zannzen[m] has joined #nixos
sparogy has joined #nixos
haslersn has joined #nixos
Dandellion has joined #nixos
init_6 has joined #nixos
Jake[m] has joined #nixos
chvp has joined #nixos
srxl has joined #nixos
Valodim[m] has joined #nixos
jojosch[m] has joined #nixos
jonreeve[m] has joined #nixos
jjwatt[m] has joined #nixos
arcnmx has joined #nixos
jaewest304[m] has joined #nixos
koozz[m] has joined #nixos
koschitzky[m] has joined #nixos
Nacho[m]1 has joined #nixos
leonardp has joined #nixos
Ke has joined #nixos
kuznero[m] has joined #nixos
jlv[m] has joined #nixos
puzzlewolf has joined #nixos
rschulman has joined #nixos
mt[m] has joined #nixos
kai_w has joined #nixos
rnhmjoj has joined #nixos
Notkea[m] has joined #nixos
kraem[m] has joined #nixos
logan12358[m] has joined #nixos
michaelpj has joined #nixos
maralorn has joined #nixos
mullein[m] has joined #nixos
M0-[m] has joined #nixos
michaelstrogoff[ has joined #nixos
mkfart[m] has joined #nixos
michael[m]4 has joined #nixos
lalala56756[m] has joined #nixos
JameySharp[m] has joined #nixos
mdlayher1 has joined #nixos
jneplokh has joined #nixos
mlvzk[m] has joined #nixos
nanashi0x74Old[m has joined #nixos
adit[m] has joined #nixos
ryantm has joined #nixos
hazel[m] has joined #nixos
cyberwolf[m] has joined #nixos
blindidiotgod has joined #nixos
pitch has joined #nixos
mbick[m] has joined #nixos
mlatus[m] has joined #nixos
comrandroxaos[m] has joined #nixos
movsxd[m] has joined #nixos
bqy has joined #nixos
timclassic has joined #nixos
tskc[m]1 has joined #nixos
d4rkshad0w has joined #nixos
pablo1107[m] has joined #nixos
nlgila[m] has joined #nixos
pinion[m] has joined #nixos
pucilpet[m] has joined #nixos
nolan_d has joined #nixos
musicmatze[m] has joined #nixos
dngray has joined #nixos
ptol3my[m] has joined #nixos
quidome[m] has joined #nixos
qbit[m] has joined #nixos
ZerataX has joined #nixos
Houtworm[m] has joined #nixos
yangm has joined #nixos
neonfuz2 has joined #nixos
printfn[m] has joined #nixos
l-as has joined #nixos
leons has joined #nixos
balsoft has joined #nixos
aanderse has joined #nixos
grin[m] has joined #nixos
tokudan[m] has joined #nixos
ptotter[m]1 has joined #nixos
sebass[m] has joined #nixos
xfix has joined #nixos
kenzie[m] has joined #nixos
solomon[m] has joined #nixos
lpetoroot[m] has joined #nixos
rascencio[m] has joined #nixos
rk04[m] has joined #nixos
rawas[m] has joined #nixos
sayanarijit[m] has joined #nixos
billsun has joined #nixos
axx has joined #nixos
ma27[m] has joined #nixos
redcedar[m] has joined #nixos
rycee has joined #nixos
JJJollyjim has joined #nixos
Stphan[m] has joined #nixos
sputny[m] has joined #nixos
regivanx[m] has joined #nixos
sshow[m] has joined #nixos
tbenst[m] has joined #nixos
philipp[m] has joined #nixos
terrymunro[m] has joined #nixos
tlater[m] has joined #nixos
ptotter[m] has joined #nixos
yurb has joined #nixos
sty86[m] has joined #nixos
tyrion-mx has joined #nixos
therivercass[m] has joined #nixos
Vykook[m] has joined #nixos
Xamino[m] has joined #nixos
Smith[m]1 has joined #nixos
nicolas[m]1 has joined #nixos
vtest[m] has joined #nixos
wangoe[m] has joined #nixos
mcds[m] has joined #nixos
Markus[m]2 has joined #nixos
kueckieben[m] has joined #nixos
kuramashinobi13[ has joined #nixos
likivik[m] has joined #nixos
vpfeiffer[m] has joined #nixos
p_m[m] has joined #nixos
Wouter[m]1 has joined #nixos
vojta001[m] has joined #nixos
nanashi0x74[m] has joined #nixos
qryptic[m] has joined #nixos
notmatthew[m] has joined #nixos
user51[m] has joined #nixos
pauricthelodger[ has joined #nixos
l33[m] has joined #nixos
HackerFoo[m] has joined #nixos
boogiewoogie[m] has joined #nixos
CRTified[m] has joined #nixos
AberDerBart[m] has joined #nixos
tristan[m] has joined #nixos
delroth[m] has joined #nixos
faya01[m] has joined #nixos
vegai1 has joined #nixos
jlv has joined #nixos
deraffe[m] has joined #nixos
un-cons-cionable has joined #nixos
chris[m]6 has joined #nixos
yusdacra[m] has joined #nixos
kleisli has joined #nixos
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
sangoma has joined #nixos
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<bqv> was there just a load of joinspam?
<bqv> my scrollback's missing
<samueldr> yes
Rusty1 has quit [Quit: WeeChat 2.3]
<bqv> heh
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ar> bqv: that was a netsplit
<bqv> ah ok
<clever> 2020-07-10 01:15:17 -!- sebass[m] [sebassmatr@gateway/shell/matrix.org/x-lcgzvwsbiwowdyey] has quit [Ping timeout: 244 seconds]
<clever> not all of it was a plain netsplit though
<bqv> -PfEd-DejaVu Sans Mono for Powerline -normal-normal-normal-*-10-*-*-*-m-0-iso10646-1
<bqv> * i mean "heh"
<Graypup_> so I have a haskell build that's using an unexpected version of Cabal and I kind of want to know where it's getting it from. https://gist.github.com/lf-/456cd5a9d0c3f2894cac2318806eef7a
<Graypup_> it's complaining about a Cabal-2.2.0.1 when IN THEORY the environment should be giving it a Cabal-2.2.0.0
<Graypup_> how do I debug this?
<Graypup_> `a` is nixpkgs with https://stackage.serokell.io/ on top of it
<{^_^}> [nixpkgs] @marsam merged pull request #92692 → dockerTools.buildLayeredImage: fix created=now → https://git.io/JJqsy
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJm1q
<Graypup_> trying to build the problem package with a slightly newer stackage snapshot to see if it is reproducible
palo1 has joined #nixos
<Graypup_> yup I just reproduced it
<Graypup_> what the heck
orivej_ has quit [Ping timeout: 246 seconds]
<bqv> I really can't win. Ever since I quit exwm, if emacs isn't crashing every few minutes, it's locking up
<bqv> Is this my punishment for leaving the church's inner sanctum
marusich has joined #nixos
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
<Graypup_> well by the end of this I am going to have a lot of nix experience, but this is pretty terrible not gonna lie
<Graypup_> going to try migrating the entire project to the IOHK nix infrastructure
marusich has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #92718 → spaceship-prompt: enable on darwin → https://git.io/JJqaS
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJm10
zupo has joined #nixos
sangoma has quit [Ping timeout: 244 seconds]
sangoma has joined #nixos
ktosiek has joined #nixos
<ktosiek> Hi! The install instructions mentions "curl https://nixos.org/nix/install", but that URL is just a redirect, which curl won't follow by default - should the instructions be changed to "curl -L https://nixos.org/nix/install"
<l-as> I don't see why it wouldn't
<l-as> ktosiek: -L is already specified: https://nixos.org/download.html
hoijui has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #91077 → defaultGemConfig.mathematical: fix cross compilation → https://git.io/JfFXl
<{^_^}> [nixpkgs] @FRidh pushed commit from @expipiplus1 to master « defaultGemConfig.mathematical: fix cross compilation »: https://git.io/JJmMU
pjt_tmp has joined #nixos
rajivr has joined #nixos
<clever> yeah, the instructions got changed recently
proofofkeags has quit [Remote host closed the connection]
<rajivr> Is there a way to expand variables inside a file using `builtins.readFile`?
proofofkeags has joined #nixos
<rajivr> I would like the string to be "var = abcd"
alp has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92826 → postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1 → https://git.io/JJmM8
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
alp has quit [Remote host closed the connection]
drakonis has quit [Quit: WeeChat 2.8]
alp has joined #nixos
proofofkeags has quit [Ping timeout: 264 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
maier has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
medvid has joined #nixos
alp has joined #nixos
mounty1 has quit [Ping timeout: 260 seconds]
alp has quit [Remote host closed the connection]
alp has joined #nixos
azure1 is now known as zangi
alp has quit [Remote host closed the connection]
medvid_ has quit [Ping timeout: 260 seconds]
alp has joined #nixos
m0rphism has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
greymalkin has quit [Ping timeout: 256 seconds]
<virus_dave> any guidance on using nginx from nixpkgs NOT on nixos? Say, from an alpine docker container w/ nix installed? (nixos/nix image)
<virus_dave> should i expect this to work / be reasonably easy? Or unlikely / rather difficult?
alp has joined #nixos
kvda has quit [Quit: Textual IRC Client: www.textualapp.com]
<ktosiek> l-as: oh, good! I'll add it in the wiki then.
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
<ashkitten> virus_dave: you can run binaries just fine in theory (except for like, opengl stuff which is screwy)
alp has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92827 → python37Packages.aiohttp-socks: 0.3.9 -> 0.4.0 → https://git.io/JJmDk
<ashkitten> virus_dave: you'll have to write your own service files though
<ashkitten> or other way to actually run the program
<virus_dave> ok, this sounds reasonable enough i suppose. i’ll give it a shot tomorrow, thanks
alp has quit [Remote host closed the connection]
<ashkitten> np
greymalkin has joined #nixos
alp has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #92794 → fix pkgsCross.*.texinfoInteractive → https://git.io/JJmWa
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JJmD3
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
bqv has quit [Ping timeout: 260 seconds]
alp has quit [Remote host closed the connection]
bqv has joined #nixos
alp has joined #nixos
alp has quit [Remote host closed the connection]
alp has joined #nixos
alp has quit [Remote host closed the connection]
alexherbo2 has joined #nixos
seku has joined #nixos
fresheyeball has joined #nixos
Diagon has joined #nixos
<fresheyeball> can I build for osx on nixos?
<fresheyeball> I have osx users
<craige> You can have a darwin build target.
<fresheyeball> how would I do that?
zupo has joined #nixos
amosbird_ is now known as amosbird
cfricke has joined #nixos
kalbasit has quit [Ping timeout: 264 seconds]
mallox has joined #nixos
orivej has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92829 → poppler: 0.89.0 -> 0.90.0 → https://git.io/JJmyk
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #92830 → mastodon-bot: init at 1.0.2 → https://git.io/JJmyI
sangoma has joined #nixos
<{^_^}> [nixpkgs] @fuwa0529 opened pull request #92831 → wownero: 0.8.0.0 -> 0.8.0.1 → https://git.io/JJmyO
lord| has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @danieldk opened pull request #92832 → cm-rgb: init at 0.3.4 → https://git.io/JJmyZ
pjt_tmp has quit [Quit: WeeChat 2.8]
dermetfan has joined #nixos
turion has joined #nixos
<{^_^}> [nixpkgs] @dasj19 opened pull request #92833 → fslint: init at 2.46 → https://git.io/JJmyV
<Graypup_> fresheyeball, see cross compiling in the nixpkgs manual
NeoCron has joined #nixos
wfranzini has joined #nixos
<bqv> I need dirty hacks. I want to make an impure derivation, because the only alternative is just having random impure binaries lying around
ryzokuken has quit [Ping timeout: 246 seconds]
<bqv> I can use outputhash to get network access, but it isn't deterministic so I can't get the hash
<bqv> oh hang on, can I just use --option sandbox false?
awdDDD has joined #nixos
<awdDDD> Hi guys!
lsix has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to search-order « Allow to show results alphabetically »: https://git.io/JJmST
<{^_^}> [nixos-search] @garbas opened pull request #133 → Allow to show results alphabetically → https://git.io/JJmSk
awdDDD has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92834 → python27Packages.awkward: 0.12.21 -> 0.12.22 → https://git.io/JJmSt
<{^_^}> [nixos-search] @garbas pushed to search-order « elm-format gardening »: https://git.io/JJmSY
andrewrk has left #nixos ["Leaving"]
fendor has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #133 → Allow to show results alphabetically → https://git.io/JJmSk
<{^_^}> [nixos-search] @garbas pushed to master « Allow to show results alphabetically (#133) »: https://git.io/JJmSB
<{^_^}> [nixos-search] @garbas pushed 0 commits to search-order: https://git.io/JJmSR
<{^_^}> [nixpkgs] @Ma27 merged pull request #92804 → searx: 0.16.0 -> 0.17.0 → https://git.io/JJm0m
ryzokuken has joined #nixos
ryzokuken has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJmSz
ryzokuken has joined #nixos
civodul has joined #nixos
rtjure has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #92803 → swaylock-effects: v1.6-0 -> v1.6-1 → https://git.io/JJm0q
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJmSV
mallox has quit [Quit: WeeChat 2.8]
cr4y1 has quit [Remote host closed the connection]
cr4y1 has joined #nixos
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
wfranzini has quit [Quit: wfranzini]
ryzokuken has joined #nixos
mounty1 has joined #nixos
codygman has joined #nixos
sangoma has quit [Quit: WeeChat 2.8]
cr4y1 has quit [Quit: Leaving]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/33b5621ef66 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92835 → powerstat: 0.02.23 -> 0.02.24 → https://git.io/JJmSh
lord| has joined #nixos
codygman has quit [Ping timeout: 264 seconds]
codygman has joined #nixos
FRidh has joined #nixos
ptotter[m]1 has left #nixos ["User left"]
alp has joined #nixos
sangoma has joined #nixos
o1lo01ol1o has joined #nixos
dermetfan has quit [Ping timeout: 260 seconds]
o1lo01ol1o has quit [Ping timeout: 240 seconds]
MidHotaru has joined #nixos
<zangi> is there a way to prevent `nix-store --gc` from deleting packages used for building?
<bqv> So, all of them?
<dutchie> you could make a temporary root to preserve them
<dutchie> (or even a permananent one, depending on your needs)
<zangi> let's say I'm building emacs, and while building it fetches build dependencies. I want `nix-store --gc` to ignore the emacs build dependencies
<FRidh> I'm surprised, I have a swap on my system yet have not configured any swapDevices
nikita` has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed commit from @Lassulus to master « nixos make-disk-image: fix permissions of /build »: https://git.io/JJm91
<lassulus> wuhuu
<FRidh> free -m and cat /proc/swaps show the swap
asymptotically has joined #nixos
<FRidh> oh so separate swap partition is considered
ryzokuken has quit [Read error: Connection reset by peer]
codygman has quit [Ping timeout: 264 seconds]
codygman has joined #nixos
thc202 has joined #nixos
ryzokuken has joined #nixos
cosimone has joined #nixos
andreas303 has quit [Remote host closed the connection]
_ris has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @fadenb opened pull request #92836 → parsedmarc: init at 6.10.0 → https://git.io/JJmHE
edk_ is now known as e
henri has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to master « nextcloud-client: 2.6.4 -> 2.6.5 »: https://git.io/JJmHM
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
capt_zap_ has quit [Read error: Connection reset by peer]
capt_zap has joined #nixos
o1lo01ol1o has joined #nixos
<patagonicus> zangi: I asked that yesterday and got pointed to keep-outputs = true for nix.conf (nix.extraOptions = "keep-outputs = true"; for NixOS).
<{^_^}> [nixpkgs] @liff opened pull request #92837 → jetbrains.jdk: 11.0.6-b774 -> 11.0.7-b64 → https://git.io/JJmHd
nixuser has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
reanimus has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @dguibert opened pull request #92838 → network manager plugins (iodine/vpnc) without gnome → https://git.io/JJmQq
<{^_^}> [nixpkgs] @dguibert opened pull request #92839 → ffmpeg: set explicit --enable-libass → https://git.io/JJmQY
rtjure has quit [Ping timeout: 246 seconds]
sigmundv has joined #nixos
dermetfan has joined #nixos
Raito_Bezarius has joined #nixos
Raito_Bezarius has quit [Changing host]
Raito_Bezarius has quit [Quit: quit()]
Raito_Bezarius has joined #nixos
Raito_Bezarius has joined #nixos
Raito_Bezarius has quit [Changing host]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92840 → python27Packages.bitarray: 1.2.2 -> 1.3.0 → https://git.io/JJmQh
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JJm7U
<{^_^}> [nixpkgs] @vbgl merged pull request #92139 → coqPackages.coq-extensible-records: remove at 1.2.0 → https://git.io/JJTgK
<{^_^}> [nixpkgs] @vbgl pushed 2 commits to master: https://git.io/JJm7Y
<{^_^}> [nixpkgs] @adisbladis opened pull request #92841 → podman: 2.0.1 -> 2.0.2 → https://git.io/JJm7W
andreas303 has joined #nixos
kleisli has quit [Remote host closed the connection]
kleisli has joined #nixos
meh` has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @fgaz opened pull request #92842 → castor: 0.8.15 -> 0.8.16 → https://git.io/JJm7w
meh` has quit [Read error: Connection reset by peer]
sangoma has quit [Read error: Connection reset by peer]
henri has quit [Quit: ERC (IRC client for Emacs 26.3)]
werner291 has joined #nixos
nixbitcoin has joined #nixos
nixbitcoin_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @adisbladis merged pull request #92841 → podman: 2.0.1 -> 2.0.2 → https://git.io/JJm7W
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JJm5f
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #92788 → colorls: 1.3.3 -> 1.4.2 → https://git.io/JJmOR
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJm5C
bennofs has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
barm has joined #nixos
<{^_^}> [nixops] @adisbladis merged pull request #1383 → Define plugins hooks as classes → https://git.io/JJLWr
<{^_^}> [nixops] @adisbladis pushed 17 commits to master: https://git.io/JJm5h
D_ has quit [Quit: No Ping reply in 180 seconds.]
D_ has joined #nixos
lunik19 has joined #nixos
lunik1 has quit [Ping timeout: 256 seconds]
lunik19 is now known as lunik1
<{^_^}> [nixops-aws] @adisbladis pushed to plugin-class « re-lock dependencies »: https://git.io/JJmdG
eoli3n_ has joined #nixos
cfricke has quit [Quit: WeeChat 2.8]
wavirc22 has quit [Ping timeout: 256 seconds]
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @MP2E merged pull request #92248 → [20.03] chocolateDoom: 2.3.0 -> 3.0.1 (CVE-2020-14983) → https://git.io/JJklu
<{^_^}> [nixpkgs] @MP2E pushed 2 commits to release-20.03: https://git.io/JJmdc
<{^_^}> [nixpkgs] @mmilata opened pull request #92843 → ngircd: 25 -> 26 → https://git.io/JJmdW
<{^_^}> [nixops-aws] @adisbladis merged pull request #106 → Use the NixOps class interface from https://github.com/NixOS/nixops/pull/1383https://git.io/JJqRr
<{^_^}> [nixops-aws] @adisbladis pushed 3 commits to master: https://git.io/JJmdB
Diagon has quit [Ping timeout: 256 seconds]
eoli3n_ has quit [Ping timeout: 265 seconds]
meh` has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
alp has quit [Remote host closed the connection]
alp has joined #nixos
<{^_^}> [nixpkgs] @mmilata opened pull request #92844 → [20.03] samba: 4.11.9 -> 4.11.11 → https://git.io/JJmdx
<{^_^}> [nixpkgs] @ehmry merged pull request #92842 → castor: 0.8.15 -> 0.8.16 → https://git.io/JJm7w
<{^_^}> [nixpkgs] @ehmry pushed commit from @fgaz to master « castor: 0.8.15 -> 0.8.16 »: https://git.io/JJmFf
erik53 has joined #nixos
erik53 has quit [Remote host closed the connection]
hoijui has quit [Ping timeout: 260 seconds]
philr_ has quit [Ping timeout: 258 seconds]
maier has quit [Ping timeout: 258 seconds]
cfricke has joined #nixos
maier has joined #nixos
Ashy has quit [Read error: Connection reset by peer]
<{^_^}> [nixops] @adisbladis merged pull request #1369 → network: Add nixpkgs attribute for passing custom nixpkgs → https://git.io/JfHXc
<{^_^}> [nixops] @adisbladis pushed 3 commits to master: https://git.io/JJmF9
philr has joined #nixos
MmeQuignon has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @zimbatm pushed to master « terraform_0_13: init at 0.13.0-beta3 »: https://git.io/JJmFj
zangi has quit [Read error: Connection reset by peer]
markus1189 has quit [Ping timeout: 256 seconds]
zangi has joined #nixos
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JJmbI
zangi has quit [Read error: Connection reset by peer]
lunik1 has quit [*.net *.split]
barm has quit [*.net *.split]
codygman has quit [*.net *.split]
ryzokuken has quit [*.net *.split]
medvid has quit [*.net *.split]
Cicucci has quit [*.net *.split]
robodojo has quit [*.net *.split]
evanjs has quit [*.net *.split]
aw has quit [*.net *.split]
seku has quit [*.net *.split]
n3t has quit [*.net *.split]
cyris212 has quit [*.net *.split]
icey_ has quit [*.net *.split]
eoli3n has quit [*.net *.split]
otulp has quit [*.net *.split]
MasseR has quit [*.net *.split]
virus_dave has quit [*.net *.split]
hke has quit [*.net *.split]
cyphase has quit [*.net *.split]
srhb has quit [*.net *.split]
ocharles has quit [*.net *.split]
mvnetbiz_ has quit [*.net *.split]
Guest49640 has quit [*.net *.split]
emilsp has quit [*.net *.split]
lovesegfault has quit [*.net *.split]
cybertron has quit [*.net *.split]
mightybyte has quit [*.net *.split]
grw1 has quit [*.net *.split]
infinisil has quit [*.net *.split]
jtobin has quit [*.net *.split]
reactormonk has quit [*.net *.split]
acertain has quit [*.net *.split]
sigtrm has quit [*.net *.split]
duairc has quit [*.net *.split]
efriend has quit [*.net *.split]
makefu has quit [*.net *.split]
lukegb has quit [*.net *.split]
zangi has joined #nixos
kleisli has quit [Ping timeout: 260 seconds]
zupo has quit [Ping timeout: 246 seconds]
codygman has joined #nixos
ryzokuken has joined #nixos
barm has joined #nixos
evanjs has joined #nixos
lunik1 has joined #nixos
aw has joined #nixos
medvid has joined #nixos
eoli3n has joined #nixos
markus1199 has joined #nixos
virus_dave has joined #nixos
hke has joined #nixos
icey_ has joined #nixos
acertain has joined #nixos
Cicucci has joined #nixos
cyphase has joined #nixos
sigtrm has joined #nixos
mightybyte has joined #nixos
srhb has joined #nixos
efriend has joined #nixos
MasseR has joined #nixos
otulp has joined #nixos
lukegb has joined #nixos
grw1 has joined #nixos
n3t has joined #nixos
Guest49640 has joined #nixos
lovesegfault has joined #nixos
emilsp has joined #nixos
cyris212 has joined #nixos
duairc has joined #nixos
cybertron has joined #nixos
ocharles has joined #nixos
infinisil has joined #nixos
reactormonk has joined #nixos
makefu has joined #nixos
robodojo has joined #nixos
seku has joined #nixos
mvnetbiz_ has joined #nixos
jtobin has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @bendlas pushed to master « webtorrent_desktop: 0.20.0 -> 0.21.0 »: https://git.io/JJmbr
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @knl opened pull request #92845 → ruamel: moved from bitbucket to sourceforge → https://git.io/JJmby
<{^_^}> [nixpkgs] @bendlas pushed to master « Revert "webtorrent_desktop: 0.20.0 -> 0.21.0" »: https://git.io/JJmbH
zangi has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #84562 → perlPackages.AuthenKrb5Admin and dep → https://git.io/JvAlX
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to master: https://git.io/JJmb7
<{^_^}> [nixops] @adisbladis opened pull request #1385 → Convert the remaining docbook docs → https://git.io/JJmb5
philr has quit [Quit: WeeChat 2.7.1]
<edcragg> is this even possible...
<edcragg> $ cat /proc/sys/fs/file-max
philr has joined #nixos
<edcragg> 9223372036854775807
zangi has joined #nixos
<Raito_Bezarius> i have the same :D
taylskid has joined #nixos
<taylskid> .
<lejonet> edcragg: what, a file that is 8 exabyte big isn't enough? :P
<lejonet> Even on an arch linux system, 9223372036854775807 is set as file-max
<ar> one old debian box i have around:
<ar> % cat /proc/sys/fs/file-max
<ar> 202078
<lejonet> That isn't all too big :)
<lejonet> But there aren't many filesystems that can handle a single file being 8 exabyte anyway
<edcragg> it's number of files, is it not? rather than size, but still :p
civodul has joined #nixos
<edcragg> anyway, apparently this is -1
<edcragg> i.e. ulimit unlimited
<NobbZ[m]> Em, filemax isn't about sizes, it's about the max count of file descriptors in the system.
<lejonet> Ah, my mistake :)
<lejonet> Try and do a for loop to generate that many empty files and see what happens? :)
<NobbZ[m]> Nothing if you close them correctly, dying much earlier if not, as per process limit is usually much less
<adisbladis> It's the number of open files, not inodes
<lejonet> and that number is 2^63, which makes sense, as iirc fd is a 64-bit unsigned int
<NobbZ[m]> And it's not open files, it's file descriptors in general, meaning network connections as well and potentially much more stuff that is internally done through FDs
<lejonet> Mhm
<lejonet> So any socket, open file, etc etc counts
o1lo01ol1o has quit [Remote host closed the connection]
<edcragg> this is the unix way :p
<edcragg> most things are, right?
<lejonet> It would be interesting to see if there is any system that has ever gotten close to that number, even if there are numerous sources that "eat into" that pool
<lejonet> it is afterall 9.2234 * 10^18 fds that it can represent
o1lo01ol1o has joined #nixos
__monty__ has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/d2891652c55 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
waleee-cl has quit [Quit: Connection closed for inactivity]
<lejonet> in another question tho, is there anyway to make a nix-store path rw as default, or is it better to move that out of the nix-store? (The openldap service module creates the configDir in the nix-store, however, openldap expect its configDir to be rw, to persist the settings through restarts, which isn't possible currently)
o1lo01ol1o has quit [Ping timeout: 272 seconds]
<Ke> lejonet: man 2 open will quickly tell you it's 2^31, wherever int is 32-bit
Jackneill has quit [Ping timeout: 260 seconds]
<Ke> my understanding is that you absolutely do not want to make /nix/store read write
<gchristensen> correct, and there isn't a way to do that :)
<lejonet> Yeah, that is my impression and gut feeling too
<Ke> if symlinking is not acceptable for the service, maybe copying is better, not sure if that is acceptable in nixpkgs integration
<lejonet> Just wanted to double check that before I go and do a PR to the openldap service module to create an actual rw location for the configDir, that then copies over the stuff from nix-store
hoijui has joined #nixos
captn3m0 has quit [Ping timeout: 256 seconds]
captn3m0 has joined #nixos
kreyren has quit [Ping timeout: 240 seconds]
ixxie has joined #nixos
cfricke has quit [Quit: WeeChat 2.8]
<lejonet> Ke: whatcha mean with symlinking? You mean like symlinking the contents of the store path somewhere rw:able?
Rusty1 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f0fb57a0791 (from 60 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Jackneill has joined #nixos
<Ke> like many services are just fine with having nix store paths symlinked as configs or whatever or passed as parameters at runtime and have their writable data separately from configs
MidHotaru has quit [Quit: Connection closed for inactivity]
sheeldotme has joined #nixos
noudle has joined #nixos
<{^_^}> [nixops] @adisbladis merged pull request #1385 → Convert the remaining docbook docs → https://git.io/JJmb5
<{^_^}> [nixops] @adisbladis pushed 11 commits to master: https://git.io/JJmAl
<{^_^}> [nixpkgs] @danieldk merged pull request #92824 → pcsctools: 1.5.6 -> 1.5.7 → https://git.io/JJmPF
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJmAE
disasm has joined #nixos
Criena[m] has joined #nixos
gustavderdrache has joined #nixos
<das_j> is there a simple way to delete a broken path? nix-store --verify-path shows it as broken, --repair-path cannot download it, so I want to get rid of it
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92846 → python27Packages.google-auth-httplib2: 0.0.3 -> 0.0.4 → https://git.io/JJmxI
<das_j> I know I could --gc, but I'd rather keep my build artifacts
stteevveen has joined #nixos
jmeredith has joined #nixos
<clever> das_j: what does `nix-store --delete` say?
kreyren has joined #nixos
<das_j> clever: cannot delete because it's still alive
<clever> das_j: nix-store --query --roots
<das_j> no output
<clever> did you use sudo on either?
<das_j> oh
<das_j> /proc/1309/environ -> /nix/store/qg2q2h9kvz0zijchhfdanpwlz93nshvf-nixos.iso.drv
<das_j> what the…
<clever> what is process 1309?
<clever> dont use sudo on either
<das_j> I don't have process 1309…
<clever> thats what happens when you use sudo
<clever> that was the pid for sudo
Neo-- has quit [Ping timeout: 265 seconds]
<das_j> oohhhhh
<das_j> now it works
<das_j> I see why
<das_j> thanks, as always you are a big help clever++
<{^_^}> clever's karma got increased to 470
<das_j> oof, that's a lot of karma
bahamas has joined #nixos
<das_j> btw, why is --delete not in the manual?
cole-h has joined #nixos
<clever> nix-store --gc [--print-roots | --print-live | --print-dead | --delete] [--max-freed bytes]
<clever> i see it in `man nix-store`
<das_j> well, I see it as well when I turn on the wrapped search :/
<das_j> is there a way to add arguments to the `nix-store` process that is launched on the remote side by `nix-copy-closure`?
<clever> which args?
<das_j> I want to copy directly to `/mnt/nix` for installing new systems instead of copying to `/nix` and then from there to the other store
<das_j> So probably --store
beaky has joined #nixos
<clever> there is a dedicated thing for that
<clever> nix copy --to ssh://root@target?remote-store=local?root=/mnt /nix/store/hash-nixos
<das_j> oh wow
<clever> an ssh based URI, can take a remote-store= which is another URI
werner291 has quit [Ping timeout: 265 seconds]
<clever> https://github.com/NixOS/nixops/issues/1189 has more info on how i plan for nixops to use that
<{^_^}> nixops#1189 (by cleverca22, 47 weeks ago, open): plan for supporting custom partition layouts and custom FS's on any backend
<das_j> but that doesn't work with nix-copy-closure, odes it?
<clever> correct
<das_j> well so this is blocked by nix#3762 :/
<{^_^}> https://github.com/NixOS/nix/pull/3762 (by Ma27, 1 week ago, open): nix/copy: Add `--build` option
<das_j> but once it's usable again, I can finally install hosts without the ramdisk overflowing 🥳 clever++
<{^_^}> clever's karma got increased to 471
<stteevveen> Hi! is there a builtin function in nix that would load any text file and transform it into a string, so as to put it into a nix variable ?
<das_j> stteevveen: builtins.readFile maybe?
<stteevveen> das_j that's seems to be a really good function name :-) Did you know the function, or do you have a method for searching through builtin functions ?
<{^_^}> [nixops] @adisbladis merged pull request #1359 → docs: Add custom rst directive to include plugin documentation → https://git.io/Jf106
<{^_^}> [nixops] @adisbladis pushed 2 commits to master: https://git.io/JJmxS
<das_j> stteevveen: well I just happen to know that one. But the nix manual has them all: https://nixos.org/nix/manual/#ssec-builtins
<das_j> stteevveen: Or if you need a quick pocket reference, just open `nix repl` and type `builtins.<tab>` to get a completion for all of them
zangi has quit [Read error: Connection reset by peer]
<Ke> > builtins.attrNames builtins
<{^_^}> [ "abort" "add" "addErrorContext" "all" "any" "appendContext" "attrNames" "attrValues" "baseNameOf" "bitAnd" "bitOr" "bitXor" "builtins" "catAttrs" "compareVersions" "concatLists" "concatMap" "concatS...
<Ke> > 1+1
<{^_^}> 2
zangi has joined #nixos
<makefu> > builtins.currentTime
<{^_^}> 1594386286
<Ke> there are things that you expect to find in builtins and lib after a while
cap_sensitive has joined #nixos
<stteevveen> thx for those tips I still don't use nix repl frequetnly enough, hopefully this will make me do it
<cap_sensitive> Hi. How to build a NixOS docker image that can be used for C++ development? I think nix doesn't make headers available globally if I put C++ packages in /etc/nixos/configuration.nix?
<init_6> wazzzzaaap?
<stteevveen> cap_sensitive for c++ headers, I often need to use propagateBuildInputs IIRC, so as headers used for the build be accessible
<simpson> cap_sensitive: NixOS with systemd doesn't work in Docker; what you'll have available instead, say working `FROM nixos/nix`, is nix-env and nix-channel. Installing stuff with nix-env in the Dockerfile will cause that stuff to be available for your entrypoint later.
fendor has quit [Remote host closed the connection]
<cap_sensitive> stteevveen: I see!
<notgne2> I also made this https://github.com/notgne2/continix - that might help
<cap_sensitive> simpson: But what about LnL7's image? https://github.com/LnL7/nix-docker
<gustavderdrache> you can put, e.g., pkgs.zlib.dev in dockerTools.buildLayeredImage's contents list and its headers are symlinked to /include/zlib.h
<infinisil> cap_sensitive: Oh I have something for you: https://github.com/NixOS/nixpkgs/pull/78967
<{^_^}> #78967 (by Infinisil, 22 weeks ago, open): dockerTools: Add `buildNixShellImage`
<notgne2> you can use a standard nixos configuration to generate a docker image using it, though you cannot currently run more than 1 systemd service in it
<cole-h> ,libraries cap_sensitive
<{^_^}> cap_sensitive: Don't install libraries through nix-env or systemPackages, use nix-shell instead. See https://nixos.wiki/wiki/FAQ/Libraries for details.
<notgne2> it supports oneshot services, so you can have any number of those enabled and it will execute them in the correct order (I hope), and 1 SystemD ongoing service
<cap_sensitive> many thanks! I'll try these out during the weekend
<infinisil> cap_sensitive: That PR allows you to declare a nix-shell environment, for which a C++ env is as simple as `stdenv.mkDerivation { ... }`. You can then build a docker image for exactly that environment
kreyren_ has joined #nixos
kreyren has quit [Remote host closed the connection]
<notgne2> for a simple environment infinisil (chat.freenode.net) 's solution definitely sounds the best, I only really made Continix so I can configure things like Apache for use in Docker image's using NixOS module configs rather than the old fashioned way
<cap_sensitive> Also for the nix-shell: I use nix-shell fine on my computers, with NixOS installed, but I also want to share this env with my team, that's why I need a docker image
<cap_sensitive> infinisil: So I'll just clone your branch and rebuild the dockerTools?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92847 → python37Packages.jupyterlab_server: 1.1.5 -> 1.2.0 → https://git.io/JJmpR
hoijui has quit [Ping timeout: 246 seconds]
<infinisil> cap_sensitive: That would work yeah, I should probably update and merge the PR though
<cap_sensitive> That would be even better!
<notgne2> `(import (builtins.fetchGit { [details for the fork] }) {}).dockerTools.buildNixShellImage` is a lazy way of making it work
<infinisil> ^^
<cap_sensitive> So before the merge happens, I can either try to use continix or try to put pkgs.zlib.dev in dockerTools.buildLayeredImage and have the headers avaliable and .so linkable?
<infinisil> Oh and it would be something like `buildNixShellImage { name = "env"; drv = pkgs.stdenv.mkDerivation { ... }; }` or `drv = import ./shell.nix {}`
<cap_sensitive> THANK you all!
<infinisil> cap_sensitive: You can use the PR now without it being merged too, that's what I'd suggest doing
<cap_sensitive> yeah, with the "import" helper
<notgne2> in continix it's just a NixOS config under `cfg`, so you install things with `environment.systemPackages` I guess but I wouldn't know how to do libraries (I don't think those get used that way?)
<notgne2> probably do whatever the sane module is doing, as my scanner drivers are always in my $LD_LIBRARY_PATH
o1lo01ol1o has joined #nixos
<cap_sensitive> notgne2: Define my own package, and put the required libs in propagatedBuildIputs?
shabius_ has joined #nixos
hoijui has joined #nixos
ryjm_ has joined #nixos
<notgne2> `continix.mkDocker { cont = continix.mkSystem { entrypoint = "tail -f /dev/null"; cfg.environment.LD_LIBRARY_PATH = with pkgs; [ whatever libraries here ]; }; }`
domogled has joined #nixos
sethetter_ has joined #nixos
<notgne2> something like that might work
gregf_ has joined #nixos
kaychaks_riot1 has joined #nixos
<notgne2> or with buildNixShellImage, in infinisil (chat.freenode.net) 's example just put your libraries under `buildInputs` and whatnot of the `mkDerivation` expression
exel[m]1 has joined #nixos
pamplemousse has joined #nixos
lvrp16 has quit [Ping timeout: 256 seconds]
ryjm has quit [Ping timeout: 256 seconds]
kaychaks_riot has quit [Ping timeout: 256 seconds]
sethetter has quit [Ping timeout: 256 seconds]
gregf has quit [Ping timeout: 256 seconds]
d1rewolf has quit [Ping timeout: 256 seconds]
shabius has quit [Ping timeout: 256 seconds]
exel[m] has quit [Ping timeout: 256 seconds]
ryjm_ is now known as ryjm
omnigoat has joined #nixos
gregf_ is now known as gregf
omnigoat has quit [Ping timeout: 256 seconds]
terrorjack has quit [Ping timeout: 256 seconds]
cbarrett has quit [Ping timeout: 256 seconds]
parsnip has quit [Ping timeout: 256 seconds]
plutes has quit [Quit: If you judge me now, you have judge me prematurely.]
lvrp16 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<notgne2> (tbh I still don't ever remember the difference between all the buildInputs types)
zot has quit [Ping timeout: 256 seconds]
aria has quit [Ping timeout: 256 seconds]
kitemikaze_ has quit [Ping timeout: 256 seconds]
Ericson2314 has quit [Ping timeout: 256 seconds]
zot has joined #nixos
d1rewolf has joined #nixos
mankyKitty_ has joined #nixos
terrorjack has joined #nixos
lightandlight has quit [Ping timeout: 256 seconds]
mankyKitty has quit [Ping timeout: 256 seconds]
lally has quit [Ping timeout: 256 seconds]
cbarrett has joined #nixos
parsnip has joined #nixos
BellRooks has quit [Ping timeout: 256 seconds]
parseval has quit [Ping timeout: 256 seconds]
werner291 has joined #nixos
kitemikaze_ has joined #nixos
aria has joined #nixos
BellRooks has joined #nixos
lightandlight has joined #nixos
AlpineLlama has quit [Ping timeout: 256 seconds]
MilkManzJourDadd has quit [Ping timeout: 256 seconds]
AlpineLlama has joined #nixos
parseval has joined #nixos
MilkManzJourDadd has joined #nixos
lally has joined #nixos
Ericson2314 has joined #nixos
eddyb[legacy] has joined #nixos
tnks has quit [Ping timeout: 256 seconds]
<notgne2> I guess replace the tail command (used to do nothing for a long time) with bash too, I'm not too familiar with using docker as a shell, I'm more used to doing the exec thingy
<cap_sensitive> Yeah
tnks has joined #nixos
<cap_sensitive> Was wondering why that entrypoint
justsomeguy has joined #nixos
<infinisil> notgne2: I'd expect the LD_LIBRARY_PATH thing to not work, because a standard nix-shell does a lot of things to make C/C++ dev nice, like adding header flags, linker flags, which are obtained from .dev/.lib outputs from dependencies in buildInputs and co.
<{^_^}> [nixpkgs] @Ma27 pushed to master « mautrix-whatsapp: 0.1.2 -> 0.1.3 »: https://git.io/JJmhT
sangoma has quit [Read error: Connection reset by peer]
<infinisil> The cool thing about buildNixShellImage is that it pretty much exactly mirrors what `nix-shell` does
domogled has quit [Quit: domogled]
domogled has joined #nixos
<infinisil> So you can set up a working `nix-shell` environment, but then export it to Docker for people who don't have Nix
domogled has quit [Client Quit]
domogled has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 5 commits to master: https://git.io/JJmht
<stteevveen> infinisil said likes this, it feels like "wow"
<cap_sensitive> Hmmm, so adding libraries with dockerTools.buildLayeredImage won't work either?
<cap_sensitive> Which means the only solution is the infinisil's fork
<cap_sensitive> infinisil: Yeah, I really like the idea of turning my shell.nix into a docker image
drewr has quit [Ping timeout: 244 seconds]
<notgne2> you could also in theory use the real nix-shell inside docker but I feel like that would be a lot more messy
<justsomeguy> Would someone do me the favor of checking that "B541 D553 0127 0E0B CF15 CA5D 8170 B472 6D71 98DE" matches edolstra@gmail.com's signing key. You can run "gpg --fingerprint edolstra@gmail.com" to check, assuming you already have it in your keychain.
<simpson> notgne2: It's not at all messy, but since there's two incantations of nix-shell, one at Dockerfile time and one at exec time, it's possible for the second invocation to have to build stuff.
* justsomeguy is checking the signature against multiple peoples keychains, to make sure that the link to the signing key hasn't been modified, and that he's importing the right one.
<cap_sensitive> notgne2: The problem with that is each time the docker image is loaded (I typically use the --rm flag for dev-related images), the derivation needs to be rebuilt
<cap_sensitive> And that could be slow
meh` has quit [Remote host closed the connection]
<manveru> hm, is there some way to make a wildcard cert using the acme module?
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d2891652c55 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<cap_sensitive> infinisil: Another question, I use project-based overlays in shell.nix. Does your fork handle that?
bahamas has quit [Ping timeout: 256 seconds]
fendor has joined #nixos
cosimone has quit [Ping timeout: 260 seconds]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @lsix opened pull request #92848 → pythonPackages.django_3_0: init at 3.0.8 → https://git.io/JJmhS
cosimone has quit [Client Quit]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @RaghavSood opened pull request #92849 → go-ethereum: 1.9.15 -> 1.9.16 → https://git.io/JJmhN
<infinisil> justsomeguy: Can confirm, got the same fingerprint
<{^_^}> [nix] @edolstra pushed to master « Avoid a redundant hash »: https://git.io/JJmhx
<justsomeguy> Much appreciated. Thanks, infinisil
<infinisil> cap_sensitive: It handles everything, it doesn't matter how the shell.nix looks
<{^_^}> [nixpkgs] @Mic92 opened pull request #92850 → zfs: 0.8.3 -> 0.8.4 → https://git.io/JJmhj
pamplemousse has quit [Ping timeout: 258 seconds]
<atemu12[m]> Is there a reason to use `wrapQtApp` over `wrapProgram` when both work?
fendor has quit [Read error: Connection reset by peer]
meh` has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #92845 → ruamel: moved from bitbucket to sourceforge → https://git.io/JJmby
<{^_^}> [nixpkgs] @basvandijk pushed 3 commits to release-20.03: https://git.io/JJmjw
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
iyzsong has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « mautrix-whatsapp: 0.1.2 -> 0.1.3 »: https://git.io/JJmjP
<atemu12[m]> Ah nvm, the QT app was being wrapped as QT app
<{^_^}> [nixpkgs] @Atemu opened pull request #92851 → matrix-mirage: init at 0.5.1 → https://git.io/JJmjA
andi- has quit [Remote host closed the connection]
bqv has quit [Read error: Connection reset by peer]
bqv has joined #nixos
pamplemousse has joined #nixos
<{^_^}> [nixpkgs] @Atemu closed pull request #92851 → matrix-mirage: init at 0.5.1 → https://git.io/JJmjA
<{^_^}> [nixpkgs] @Atemu opened pull request #92852 → spotifyd: make option link clickable → https://git.io/JJYes
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « linux: 5.8-rc2 -> 5.8-rc4 »: https://git.io/JJYeG
cap_sensitive has quit [Quit: WeeChat 2.7.1]
andi- has joined #nixos
<{^_^}> [nixpkgs] @andir merged pull request #92850 → [20.03] zfs: 0.8.3 -> 0.8.4 → https://git.io/JJmhj
<{^_^}> [nixpkgs] @andir pushed 2 commits to release-20.03: https://git.io/JJYeQ
lawr3nce has joined #nixos
o1lo01ol1o has joined #nixos
justache has quit [Read error: Connection reset by peer]
justache has joined #nixos
domogled has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ejpcmac opened pull request #92853 → mixxx: 2.2.3 -> 2.2.4 → https://git.io/JJYvW
nixuser has quit [Ping timeout: 265 seconds]
raghavsood has joined #nixos
<raghavsood> Is there a typical way of dealing with an upstream package name change?
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
maier_ has joined #nixos
<qyliss> raghavsood: you can add an alias with the old name in pkgs/top-level/aliases.nix
<simpson> If it's in a package registry, then I think we just treat it as a new package. If it's standalone, then probably add an alias from the old name to the new name.
<simpson> qyliss++ speedy
<{^_^}> qyliss's karma got increased to 0o107
maier has quit [Ping timeout: 264 seconds]
<KarlJoad> Is there a way to manually override a config file that NixOS generates? I either don't want the file to exist, or be empty.
<zangi> does nixos provide all binary packages?
<gchristensen> nixos is a source/binary hybrid distro
pamplemousse has quit [Ping timeout: 272 seconds]
FRidh has quit [Quit: Konversation terminated!]
<qyliss> KarlJoad: an environment.etc file?
<Mic92> Mostly binary distro
kalbasit has joined #nixos
<KarlJoad> qyliss: Sort of. It's a file that is NOT in /etc, but is used to configure the X11 server. It's essentially a hidden equivalent of the xorg.conf file.
maier_ has quit [Ping timeout: 256 seconds]
<qyliss> Where is it? In a package output?
<KarlJoad> Also, is there any reason the X11 server directs its log output to /dev/null? Why not write a log file?
maier has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<KarlJoad> qyliss: It's an output of building NixOS with the services.xserver.enable option set to true. It only exists in the nix store. /nix/store/<hash>-xserver.conf
<qyliss> KarlJoad: isn't that /etc/X11/xorg.conf?
<qyliss> Oh, only with exportConfiguration = true;
<qyliss> This doesn't look easy to override
<qyliss> I think you would have to override services.xserver.displayManager.xserverArgs
<qyliss> Which should also let you log if you want to
<qyliss> But if you look at the definition of that option, there's an explanation for the logging to /dev/null.
<{^_^}> [nixpkgs] @ejpcmac opened pull request #92854 → mixxx: install udev rules for HID controllers → https://git.io/JJYfe
<KarlJoad> qyliss: You can symlink that xserver.conf file to be present as /etc/X11/xorg.conf, but by default that symlink isn't made.
maier has quit [Ping timeout: 260 seconds]
<qyliss> Yeah I realised
<KarlJoad> I'm not seeing that explanation. Mind linking it?
<qyliss> # Log at the default verbosity level to stderr rather than /var/log/X.*.log.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92855 → python27Packages.pytest-isort: 1.0.0 -> 1.1.0 → https://git.io/JJYfI
turion has quit [Ping timeout: 246 seconds]
noudle has quit []
sheeldotme has joined #nixos
lawr3nce has quit [Remote host closed the connection]
ambroiseur has quit [Remote host closed the connection]
ambroisie has joined #nixos
<{^_^}> [nixpkgs] @Infinisil opened pull request #92856 → yarn2nix: Don't pass yarnNix to mkDerivation → https://git.io/JJYfo
kalbasit has quit [Ping timeout: 258 seconds]
noudle has joined #nixos
pamplemousse has joined #nixos
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer1 has joined #nixos
proofofkeags has joined #nixos
<zangi> how many binary packages are there in cache.nixos.org? what packages that have no binaries?
knupfer1 is now known as knupfer
<clever> zangi: binary only packages typically dont get into cache.nixos.org, only the result of compiling things that have source available
<cole-h> Anything unfree will not be available. Anything broken will not be available.
meh` has quit [Ping timeout: 240 seconds]
<Mic92> And packages marked as insecure.
<Baughn> The mpv developers are having a meltdown again.
<Baughn> I'm keeping an eye on it, but there was talk of pushing gnome-targeting malware to master.
<Baughn> So, y'know.
<Baughn> In the "rm -rf $HOME" sense.
<clever> Baughn: wut???
<Baughn> Quite.
<Mic92> Baughn: a bug or on purpose?
<Baughn> On purpose. Hasn't *happened* yet, but people in #-devel even talking about it is bad enough.
<clever> Mic92: also read the diff i linked
<Baughn> Personally, I've torn it out of config.nix
<Baughn> VLC works fine, and the devs are a hell of a lot more professional.
<clever> i dont use gnome, it was ruined years ago
<Mic92> Well. I suppose we patch likes this out.
<Baughn> I don't either, but that's not the point, is it?
<Baughn> clever: That commit was reverted, but--
<Mic92> Yeah its quite toxic
<clever> yeah, mpv doing that is just outright hostile
<infinisil> mpv fork incoming (I hope)
<Baughn> This wasn't.
<Baughn> I'm getting this directly from one of the mpv developers. He's considering a fork, but also really tired of this shit.
<Baughn> This is the third time.
<Baughn> In the meantime, I'm not sure it's safe to update mpv without reading the commit log so...
<clever> i also dont use vlc, because it has compatability issues with syncplay
<infinisil> Let's go to #nixos-chat for this discussion
<Baughn> I use syncplay a lot. :/
<Baughn> What sort of issues?
orivej has quit [Ping timeout: 258 seconds]
<clever> any time a vlc user begins playback, they forcibly rewind everybody to the start of the file
orivej has joined #nixos
<Baughn> Augh. Ok. I'll just have to not do that, then.
<clever> that also happens if they reconnect to the syncplay server, due to network problems
<Baughn> I didn't notice any such issues while I was using it on Windows. Hmm.
chloekek has joined #nixos
<clever> vlc also breaks every time you upgrade, because it uninstalls the scripts syncplay needs
<clever> while mpv has better rpc stuff, and doesnt rely on a script within the player
<Baughn> Maybe I'll just lock to the current mpv version, for now...
<simpson> Baughn: This is hilarious. Noted, thanks. Yet another example of why the everyday user needs fine-grained capabilities in order to safely run other peoples' code.
<Baughn> Yeah. I occasionally look around for options in that vein.
<Baughn> Anything in the Nix space I should know about?
<Mic92> Baughn: you can use nixos-shell for some stuff
<Mic92> It still has access to your $HOME, but it is up to you what HOME points to
<Baughn> Yes, but a media player? :)
<Baughn> mpv should be fine with read-only $HOME access.
<simpson> Depends on if you need mpv to invoke youtube-dl.
<Mic92> Yeah media player might be not perfect for that.
<Baughn> For youtube-dl it wouldn't need $HOME (outside of .mpv) at all, would it?
<clever> i also have $HOME on zfs, so i could rollback such nasty things
<Mic92> systemd-run might work. I think it can bind mount the system read-only
<Baughn> So do I, of course, but that's not really the point.
<Baughn> systemd-run is an idea.
<clever> yeah, its still a bad thing
<chloekek> Does Nixpkgs have infrastructure for building QtCreator projects? The software I want to build does not have any other build files, just a QtCreator project file.
<clever> chloekek: i think thats just normal qmake, which works similarly to cmake and configure
<Baughn> So another thing. VLC fails to play any h.264 files by default, because it detects VDPAU present.
<Baughn> Yay.
<Mic92> mhm systemd-run does not have the hardening of systemd yet
<Baughn> I'm not using an nvidia gpu.
<clever> Baughn: i have heard that vlc on rpi has full hw accel now
<Mic92> Oh, wwait
<clever> i think its in ffmpeg
<chloekek> clever: Thanks, I will give qmake a try.
<Mic92> -p should do it
<{^_^}> [nixpkgs] @dasj19 opened pull request #92857 → gtk-sharp3: fixed build and removed broken flag. → https://git.io/JJYJD
<Baughn> I think this might be vdpau-on-vaapi, but vaapi is broken by default
<Baughn> And I'm not sure which of these four inconsistently named vaapi packages is the right one. :XD
<Baughn> Suppose that's my job to fix now.
<chloekek> clever: Thanks. I added qmake to buildInputs and it works perfectly.
<cole-h> (should be nativeBuildInputs)
<chloekek> I never bothered with the difference.
red[evilred] has joined #nixos
<red[evilred]> "mpv should be fine with read-only $HOME access." - that's a helluvva statement.
<cole-h> If you want to support cross compiling, you should bother.
<red[evilred]> if one has to consider malicious developers, one has a problem.
<chloekek> I don’t want to support cross compiling, so no problem. :)
<cole-h> s/support/allow/
alexherbo2 has quit [Ping timeout: 256 seconds]
<cole-h> (If you ever PR it to nixpkgs, it will most likely be a suggested change from whoever reviews it, just FYI.)
<lejonet> erh, I think I'm getting an overzealous error when trying to use openvswitch vswitches: http://dpaste.com/3JWKS0B
<lejonet> I'm just trying to assign a list of strings to the interfaces option of a vswitch...
<lejonet> I'm completely stumped at what it wants me to do instead lol
knupfer has quit [Quit: knupfer]
<lejonet> like, the "Do <blah> instead of <blah>" config example its spitting out is making no sense, that is not what is set in the config
knupfer has joined #nixos
<lejonet> This is the relevant config snippet: http://dpaste.com/0HAQDAT
<Ke> networking.vswitches.vs0.interfaces = ["eth0" "eth1"...]; is how I read it
raghavsood has quit [Remote host closed the connection]
<lejonet> well that is functionally what I've set, is it complaining about my nestling of {} or?
<lejonet> Because I might aswell write it as you did
<Ke> {} thing is called a set and not a list
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/692c7b3690e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<Ke> [] is list
<lejonet> Yeah, and the assignment I have is a list
<Ke> well the latter is list of sets, but I see documentation tellin list of strings
<Ke> I have seen that error message, I don't know how it gets spawned though, module is not a language object I know of, might be higher level semantic checker, since your syntax is valid as nix syntax
<lejonet> so is it mainly complaining that I essentially have networking = { vswitches = { vs0.interfaces = [ "enp5s0" ]; }; }; and it wants me to do networking.vswitches.vs0.interfaces = [ "enp5s0" ]; instead or something else?
sangoma has joined #nixos
<clever> lejonet: those should be identical
<lejonet> The github issue it references seems to be about battling usage of loaOf, and I can't find loaOf anywhere in the code that is supposed to create the vswitches
<Ke> those are identical, but the on on pastebin is not
<lejonet> clever: yeah I know, that is what vexes me
<lejonet> Ke: yeah, how the hell it got the extra { unnamed = {...}; } I have nooo frikin clue
<Ke> ah sos neither of those is your config?
<lejonet> I have neither unnamed nor 1.1 anywhere in my configuration.nix...
<Ke> so
<lejonet> Yeah
<lejonet> I'll pastebin the entirety of the networking snippet I have in my configuration.nix, so you guys can see it in its context
<lejonet> ke, clever: http://dpaste.com/2RFWWWW
<clever> lejonet: and what is the exact error/warning?
<{^_^}> [nixpkgs] @zimbatm merged pull request #92856 → yarn2nix: Don't pass yarnNix to mkDerivation → https://git.io/JJYfo
<{^_^}> [nixpkgs] @zimbatm pushed commit from @Infinisil to master « yarn2nix: Don't pass yarnNix to mkDerivation (#92856) »: https://git.io/JJYUg
<lejonet> clever: http://dpaste.com/3JWKS0B
sheeldotme has quit [Read error: Connection reset by peer]
<lejonet> Like, the only part that makes sense in the error message, is the first sentence "A list is being assigned to the option config.networking.vswitches.vs0.interfaces" xD
FRidh has joined #nixos
<clever> lejonet: i think it wants line 41 to be vs0.interfaces.enp5s0 = {something};
<clever> possibly just {};
<lejonet> clever: worth a shot
<lejonet> well it seems to have shut up about that now, now its whining that attribute 'extend' is missing at line 40 in /home/lejonet/sources/builddirs/desktop-nixpkgs/nixos/modules/system/boot/kernel.nix (which is in a git clone of nixpkg, that has nixos-unstable branch checked out)
<lejonet> sigh... all I wanted was to go from 20.03 to nixos-unstable xD
<clever> lejonet: did you modify boot.kernelPackages?
waleee-cl has joined #nixos
<lejonet> clever: yes, I've gotten pkgs.linux_hardened there, so perhaps I've just forgotten the real naming? (I've used my custom kernel package in an overlay too long perhaps xD )
<lejonet> so maybe I've mistakenly pointed only to the kernel, not the kernelPackage set
<clever> lejonet: it must point to a linuxPackages, not a raw linux
<lejonet> clever: yeah, makes sense
andreas303 has quit [Remote host closed the connection]
<lejonet> this about picking stuff from your brain, when you haven't dealt with that stuff for some while, it messes things up :P
<Ke> nixos unstable is quite broken for me too, not sure if my builds are obsolete or, if it's buggy
<lejonet> Well, its called unstable for a reason :P
<Ke> same things obviously work on 20.03
<{^_^}> [nixops] @adisbladis opened pull request #1386 → resources: Improve error messages when no `config` annotation exists or type is wrong → https://git.io/JJYUH
andreas303 has joined #nixos
<lejonet> The delta between a stable release and unstable can be quite large, is my past experience, so could be a myriad of things, both in packages and modules, that have changed
kalbasit has joined #nixos
<lejonet> clever, Ke: Thanks for the brainfart brainstorming :P
turlando has quit [Ping timeout: 256 seconds]
drakonis has joined #nixos
alexherbo2 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0416089dc69 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @Oro opened pull request #92858 → rofi-blocks: init at 2020-07-09 → https://git.io/JJYTO
<{^_^}> [nixpkgs] @bhipple merged pull request #92651 → python3Packages.nmigen: from unstable-2020-02-08 to unstable-2020-04-02 → https://git.io/JJtQs
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JJYTs
<{^_^}> [nixops] @adisbladis merged pull request #1386 → resources: Improve error messages when no `config` annotation exists or type is wrong → https://git.io/JJYUH
<{^_^}> [nixops] @adisbladis pushed 3 commits to master: https://git.io/JJYT8
zupo has joined #nixos
proofofkeags has quit [Remote host closed the connection]
alexherbo2 has quit [Ping timeout: 272 seconds]
proofofkeags has joined #nixos
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
_ris has joined #nixos
zupo has quit [Client Quit]
rail_ is now known as rail
cosimone has quit [Quit: Quit.]
o1lo01ol_ has joined #nixos
alp has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
alexherbo2 has joined #nixos
zalaare has joined #nixos
shibboleth has joined #nixos
<Unode> Hi all, I'm trying to gsimplecal (a GTK3 app) using "nix-shell -p gsimplecal gnome3.gtk gnome3.gdk_pixbuf" and "GTK_DEBUG=interactive gsimplecal" but it fails to start with: "Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg" and "This may indicate that pixbuf loaders or the mime database could not be found."
<Unode> does anyone know what I might be missing to be able to use this?
o1lo01ol1o has quit [Ping timeout: 256 seconds]
turlando has joined #nixos
NeoCron has quit [Ping timeout: 260 seconds]
justsomeguy has quit []
<Baughn> Unode: Do you have the Gnome desktop environment enabled?
<Unode> not really
<Baughn> Or in short, set `services.xserver.desktopManager.gnome3.enable = true;`
<Unode> using i3
<Baughn> You don't have to run it, but enabling it also installs all the supporting software to make gnome apps work.
<Unode> any way around it without enabling the whole of gnome3 ?
<Baughn> Like themes.
<Baughn> Not really.
<Baughn> (I mean, yes, but that'll be more fragile and I can't help you.)
<Unode> I'm just trying to debug a theme issue.
<Baughn> Enabling gnome3 doesn't install every app, just the 'core', but that's already a couple of GB
<Unode> theme as in css issue
<qyliss> You definitely should not have to install GNOME to run a GTK application
<Baughn> If it actually is a pure GTK application, no.
<Unode> To be specific
<{^_^}> [nixpkgs] @Infinisil pushed to release-20.03 « yarn2nix: Don't pass yarnNix to mkDerivation (#92856) »: https://git.io/JJYTb
<Baughn> Hm~
<qyliss> gsimplecal works for me
<Baughn> And me, but I'm on unstable
<qyliss> On Sway, with no GNOME installed
<Unode> I'm trying to figure out what is the CSS selector I should use to customize the font in gsimplecal, specifically of the timezone section
<Baughn> KDE, gnome *not* installed. :P
<qyliss> I'm also on unstable
<qyliss> Unode: what Nixpkgs channel are you using?
<Unode> stable 20.03
<Baughn> Ok, try...
<qyliss> Does gsimplecal from unstable work for you?
<qyliss> nix-shell https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable -A gsimplecal --run 'gsimplecal'
<Unode> qyliss: to be clear gsimplecal works but not if I add the GTK_DEBUG=interactive variable
<qyliss> Oh, I see
<qyliss> That's also works for me on unstable
<Baughn> ^ that.
<Unode> it's mostly that I can't figure out from the code what CSS tag I should use in gtk.css.
<Unode> qyliss: do you get any inspector with it?
<qyliss> Yeah
<Unode> would you mind checking what elements are right after the calendar tag?
alexherbo2 has quit [Ping timeout: 260 seconds]
<qyliss> I don't know how to do that I'm afraid
<qyliss> But if it works for me on unstable, it'll probably work for you as well
<Unode> ok, I'll see if I can get it to work from unstable
<Unode> you wouldn't happen to have gnome3 enabled would you?
<Unode> cause that was Baughn suggestion
<qyliss> No I do not
<Baughn> I think it might just be "Any desktop environment".
<Unode> ok, thanks I'll give it a go
<qyliss> I don't have any desktop environment
<Baughn> It doesn't work in a barebones nixos-shell, but I don't in fact have gnome enabled.
<Baughn> (I'm on KDE)
<Unode> oh
<Unode> but I did nix-env -iA before and got the same error
<Unode> so maybe it's an issue with stable
<Baughn> nix-env -iA what?
<Unode> nix-env -iA gsimplecal ... was trying to say that I did try installing gsimplecal. Besides running it through nix-shell
<Unode> but I must be missing something else cause it fails with the same error from unstable
orivej_ has joined #nixos
<Unode> in fact a window appears very quickly and is gone the next fraction of a second
<qyliss> FWIW I'm using sway, and not even the sway module, so it's unlikely to be that something is just missing for you but not for me
<Unode> trying with a clean config
orivej has quit [Ping timeout: 265 seconds]
<Unode> ah great without a config it launches
<Unode> and so the fun begins :)
<qyliss> :)
<Unode> Now I almost bet that the thing I'm tring to figure out is what is causing the crash xD
turion has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #92878 → picmi: init at 19.12.3 → https://git.io/JJYkc
<drozdziak1> What's the status of self-signed bootloader Secure Boot under NixOS?
<{^_^}> #53901 (by grahamc, 1 year ago, open): WIP: Sign systemd boot EFI images for secure booting.
<{^_^}> [nixpkgs] @matthuszagh opened pull request #92879 → Glasgow → https://git.io/JJYkW
<cole-h> Slowwwwwwwwwly progressing.
<{^_^}> [nixpkgs] @freezeboy opened pull request #92880 → snap7: init at 1.4.0 → https://git.io/JJYkl
<drozdziak1> Does it sign GRUB?
<{^_^}> [nixpkgs] @freezeboy opened pull request #92881 → demoit: unstable-2019-05-10 -> unstable-2020-06-11 → https://git.io/JJYk8
<drozdziak1> I'm going for a LUKSed `/boot` setup
<drozdziak1> and GRUB is the missing piece for me
fresheyeball has quit [Ping timeout: 256 seconds]
IsoLinCHiP has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #92882 → bomber: init at 19.12.3 → https://git.io/JJYkR
<{^_^}> [nixpkgs] @freezeboy opened pull request #92883 → granatier: init at 19.12.3 → https://git.io/JJYk0
<KarlJoad> Can someone help me with overriding the contents of a file? I found something similar to what I want here: https://github.com/NixOS/nixpkgs/issues/16884#issuecomment-435027993
<KarlJoad> But, I cannot seem to get it to type check.
fresheyeball has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #92884 → molotov: init at 4.2.2 → https://git.io/JJYkE
<IsoLinCHiP> Hi, I am trying to do a user only install using nix-user-chroot. I am following the instructions from https://nixos.wiki/wiki/Nix_Installation_Guide and have user name spaces enabled. However nix-user-chroot fails with an error stating the unshare failed.
turlando has quit [Read error: Connection reset by peer]
<IsoLinCHiP> Can I try to reproduce the steps nix-user-chroot does with unshare, mount and nsenter manually to debug the problem?
turlando has joined #nixos
<drakonis> unshare failed means you dont have permissions?
<drakonis> you might have to elevate?
<drakonis> IsoLinCHiP: need more details
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
<IsoLinCHiP> oh, dang it, silly me I seemed to have checked the unshare command locally where it succeded, but I am actually trying to install it on a remote server.... derp *facepalm*
<drakonis> well, there ya go
<drakonis> the remote server likely does not have user namespaces named
<drakonis> enabled then
stteevveen has quit [Ping timeout: 245 seconds]
<IsoLinCHiP> clearly yes, ok, one sysctl later it now does. lets see if that helps :)
<KarlJoad> Namely, how can I get an empty string of type `strings concatenated with "\n"`?
<clever> KarlJoad: ""
<IsoLinCHiP> awesome, that fixed it. install is under way, really curious to see how well I get along with nix :)
<KarlJoad> That's why I thought. I seem to be doing something very wrong then. Because I can't get the similar thing in the example link to work on my system.
<drakonis> cool beans
meh` has joined #nixos
orivej_ has quit [Read error: Connection reset by peer]
sigmundv has quit [Read error: Connection reset by peer]
orivej has joined #nixos
<Unode> Thanks qyliss and Baughn , managed to find what I needed. A bit of a hack but got a solution. Cheers
sigmundv has joined #nixos
<Ke> https://discourse.nixos.org/t/install-nixos-from-existing-linux/6856 why does this say preferably multi-user?
justanotheruser has quit [Read error: Connection reset by peer]
<KarlJoad> Does anyone have any idea of how to override `services.xserver.config`? I'm struggling to see this one.
<clever> Ke: because root should be owning /nix/store/ when on nixos
<Ke> but you can just chown, couldn't you also have single user root install?
shibboleth has quit [Quit: shibboleth]
<clever> Ke: the install script refuses to run as root
<Ke> how about chowning the installed system?
alexherbo2 has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/692c7b3690e (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<clever> Ke: that can be done, its just an extra step
<clever> Ke: the kexec route is also an option
<clever> you can use nix on any machine to build a tarball, that you scp to the target (which can lack nix), unpack, and run 1 cmd to kexec into nixos
hoijui has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92885 → python27Packages.wasabi: 0.6.0 -> 0.7.0 → https://git.io/JJYIt
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.pytest-isort: 1.0.0 -> 1.1.0 »: https://git.io/JJYIY
<{^_^}> [nixpkgs] @jonringer merged pull request #92855 → python27Packages.pytest-isort: 1.0.0 -> 1.1.0 → https://git.io/JJYfI
wolfshappen has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #92885 → python27Packages.wasabi: 0.6.0 -> 0.7.0 → https://git.io/JJYIt
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.wasabi: 0.6.0 -> 0.7.0 »: https://git.io/JJYIn
justanotheruser has joined #nixos
o1lo01ol_ has quit [Remote host closed the connection]
nikita` has quit [Quit: leaving]
fresheyeball has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @bhipple merged pull request #86809 → capnproto: 0.7.0 -> 0.8.0 → https://git.io/JfGOD
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JJYI0
fresheyeball has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed to master « trojita: 0.7.20190618 -> 0.7.20200706 »: https://git.io/JJYIw
<eacameron> When using nix-build --keep-failed, how do I see where the build dir of the failed build is?
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/68c599acd58 (from 61 minutes ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
wolfshappen has joined #nixos
<clever> eacameron: it tells you at the end of the output
<eacameron> clever: oh I'm using remote builder.
turlando has quit [Ping timeout: 240 seconds]
<clever> eacameron: keep-failed doesnt work on remote machines
<eacameron> That explains it. Thanks.
<clever> either --option builders '' to not, or nix-copy-closure the drv over, and run nix-build on the drv, on the remote box
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #92886 → gnomeExtensions.system-monitor: unbreak with newer GNOME Shell → https://git.io/JJYI1
o1lo01ol1o has quit [Remote host closed the connection]
codygman has quit [Read error: Connection reset by peer]
<eacameron> clever: ah yep now it tells me. thank you!
codygman has joined #nixos
<Ke> clever: mostly this is for aarch64 so bootstrapping is moderately harder
<clever> Ke: ahh, yeah, you can still build a kexec image with single-user, but ive not tried kexec on aarch64 yet
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #92887 → liburing: fix cross compilation → https://git.io/JJYIS
jakobrs has joined #nixos
<jakobrs> Is there a way to use programs which use polkit from the command line without an X server running?
<{^_^}> [nixpkgs] @JustinLovinger opened pull request #92888 → caps2esc: 0.1.0 -> 0.1.3 → https://git.io/JJYIN
<jakobrs> `virsh --connect qemu:///system` errors with "No such program: /usr/bin/pkttyagent"
<jakobrs> `sudo ln -s $(which pkttyagent) /usr/bin/` works but feels bad
maier has joined #nixos
<Ke> clever: why kexec anyway, I can boot whatever I want either way?
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
detran has joined #nixos
<clever> Ke: kexec gives you a trivial way to run nixos from ram, and then you can just follow the normal install directions
<{^_^}> [nixpkgs] @jtojnar merged pull request #92886 → gnomeExtensions.system-monitor: unbreak with newer GNOME Shell → https://git.io/JJYI1
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/JJYLY
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92889 → python27Packages.Wand: 0.6.1 -> 0.6.2 → https://git.io/JJYLO
<slabity> jakobrs: Sounds like virsh (or something it calls) seems to doing a #badthing and looking for absolute paths
<jakobrs> Yeah
<jakobrs> it works with certain other programs like pkexec
<jakobrs> it's somewhat hard to track down, I'll try to look in the source code of pkexec and virsh
dermetfan has quit [Ping timeout: 260 seconds]
<jakobrs> More importantly, it seems to cause errors when using the ssh transport with libvirt (virsh -c qemu+ssh://host/system)
o1lo01ol1o has joined #nixos
<jakobrs> ... there's goto ...
<jakobrs> ... in the source code of pkexec ...
<slabity> jakobrs: Just ignore it and suppress that memory
<slabity> It's not worth it
<jakobrs> It's not worth the trying to read code that uses goto?
<jakobrs> I'll admit I have no idea what's going on in the code, although that might be because I don't know how polkit really works
<{^_^}> [nixpkgs] @ehmry opened pull request #92890 → trojita: apply patch for CVE-2020-15047 → https://git.io/JJYL0
<{^_^}> [nixpkgs] @bhipple merged pull request #92840 → python27Packages.bitarray: 1.2.2 -> 1.3.0 → https://git.io/JJmQh
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JJYLu
hoijui has joined #nixos
<jakobrs> It does seem like libvirt hard-codes the path of pkttyagent, on line 27 of src/util/virpolkit.h, I'll try to compile with that string altered and see what happens
<{^_^}> [nixpkgs] @ryantm merged pull request #92826 → postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1 → https://git.io/JJmM8
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJYLV
reanimus has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
<jakobrs> ls
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @danieldk opened pull request #92892 → Amd → https://git.io/JJYLP
<{^_^}> [nix] @edolstra pushed 2 commits to nix-copy: https://git.io/JJYLX
iyzsong has quit [Read error: Connection reset by peer]
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
iyzsong has joined #nixos
confus has joined #nixos
FRidh has quit [Quit: Konversation terminated!]
<confus> hi, just a quick question: what is an accepted way to define a meta-package, i.e. a package that when installed just installs a bunch of other packages (its dependencies and theirs recursively)?
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<Yaniel> for what purpose?
<confus> basically just shorthand and clean organization
<confus> but all I've come up with feels hacky
<jakobrs> confus: I guess you could use buildEnv
<Yaniel> for your user environment you can just put stuff in packageOverrides
<jakobrs> `buildEnv { name = "metapackage-name"; paths = with pkgs; [ package1 package2 package3 ]; }`
proofofkeags has quit [Ping timeout: 258 seconds]
<zangi> why does emacs-nox get installed as `/nix/store/q9c9azh8...-emacs-26.3` instead of `/nix/store/q9c9azh8...-emacs-nox-26.3`?
<jakobrs> is a package that "merges" (via symlinks) the contents of pkgs.package1, pkgs.package2, and pkgs.package3
<Ke> as you can put packages in lists, you can just import a file with all you lists and apply from that
<Ke> if you just want to put them in systemPackages
<slabity> confus: It feels hacky because 'meta-packages' aren't really a 'thing' in Nix
<jakobrs> Yes, that too, but then you can't uninstall them all at once
<jakobrs> buildEnv *is* basically Nix's metapackage equivalent
proofofkeags has joined #nixos
<confus> > as you can put packages in lists, you can just import a file with all you lists and apply from that
<{^_^}> error: syntax error, unexpected IN, expecting ')', at (string):318:25
<confus> it's for a Nur repo were one should be able to install a bunch of packages in one command
<confus> and I know it's hacky but it will be only temporary
<confus> thanks for the help
tazjin has quit [Quit: Byeee]
orivej has quit [Ping timeout: 264 seconds]
tazjin has joined #nixos
jakobrs has left #nixos ["WeeChat 2.7.1"]
alter2000_ has joined #nixos
tazjin has quit [Client Quit]
tazjin has joined #nixos
fresheyeball has quit [Ping timeout: 264 seconds]
afreak has joined #nixos
fresheyeball has joined #nixos
<afreak> ive just installed nixos, for the first time, and it seems im missing something https://kopy.io/smS9L#knmWwW3H0aaG0l this error comes when i run `stack build` also
philr has quit [Ping timeout: 264 seconds]
<slabity> afreak: What does `env | grep NIX_PATH` result in?
<afreak> NIX_PATH=nixpkgs=/home/afreak/.nix-defexpr/channels/nixpkgs
<afreak> but that file does not exist
<slabity> afreak: Do you have any channels? What does `nix-channel --list` result in?
<afreak> not sure how nix_path got set in the first place,
<afreak> it gives nothing when i run it as user
<slabity> Also `sudo nix-channel --list`
<slabity> Just incase it's system-wide
<fresheyeball> I have never done cross compilation before
alter2000_ has quit [Quit: WeeChat 2.7.1]
<fresheyeball> if I want to compile for osx, from my nixos machine, do I need to run an osx vm?
pamplemousse has quit [Ping timeout: 258 seconds]
MichaelRaskin has joined #nixos
alter2000_ has joined #nixos
<afreak> slabity: i defined my user like this https://kopy.io/d7GIk#zwB65DLKoAnfLm
<clever> afreak: is there anything about nix in ~/.bashrc ?
<afreak> hmm not that i can see
<afreak> i might have overwritten if there was something, i copied in my normal dotfiles
<clever> afreak: i'm guessing that one of your dotfiles is overwriting the default $NIX_PATH
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
<afreak> yeah, seems thats the reason
<afreak> set -gx NIX_PATH "nixpkgs=$HOME/.nix-defexpr/channels/nixpkgs" (from fish config)
<afreak> thanks :)
<afreak> what should NIX_PATH be ?
<afreak> by default
<afreak> and who sets it?
<clever> its set by something in /etc/ i believe
<clever> via /etc/bashrc for me
knupfer has quit [Remote host closed the connection]
<afreak> aha
<clever> you may need programs.fish.enable = true; to create /etc/fishrc
knupfer has joined #nixos
cyphase has quit [Ping timeout: 272 seconds]
ATuin has joined #nixos
<afreak> yay it works now :)
chloekek has quit [Read error: Connection reset by peer]
CrunchyChewie has joined #nixos
<CrunchyChewie> so I've been scouring docs a bit, and can't seem to find anything about where to get X dev libs
<CrunchyChewie> (context; trying to build emacs from src)
ardumont has quit [Ping timeout: 272 seconds]
fresheyeball has quit [Ping timeout: 258 seconds]
cyphase has joined #nixos
<cole-h> You might be interested in checking out the pre-existing emacs derivation, and just pointing the `src` to wherever your source is :^)
<CrunchyChewie> that's a neat trick
ardumont has joined #nixos
fresheyeball has joined #nixos
themihas[m] has joined #nixos
<CrunchyChewie> lol that's awesome, so you're referring to making changes in L31-39 correct? I guess you have to manually derive the version from the source, which will be immutable from that hash eh
<CrunchyChewie> nvm
<CrunchyChewie> I understand, cole-h: thank you
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92893 → python37Packages.telethon: 1.14.0 -> 1.15.0 → https://git.io/JJYqm
lsix has quit [Ping timeout: 246 seconds]
proofofkeags has quit [Remote host closed the connection]
pamplemousse has joined #nixos
ATuin has quit [Quit: WeeChat 2.8]
proofofkeags has joined #nixos
KarlJoad has quit [Ping timeout: 258 seconds]
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
dermetfan has joined #nixos
KarlJoad has joined #nixos
proofofkeags has quit [Ping timeout: 258 seconds]
<energizer> what kinds of changes happen between different versions of 20.03?
<infinisil> energizer: security updates and bug fixes
<infinisil> Mostly
<energizer> is there a patch version number like 20.03.XX
<energizer> ah yes 20.03.2304.9c42eb70cfd (Markhor)
<energizer> not sure what 9c42eb70cfd refers to
<pie_> commit
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/d2891652c55 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<jared-w> dumb question: I'm mildly nerd sniping myself on building docker images in nix. For the kinds of images I end up building, it's very convenient if I could just directly translate RUN cmds in a dockerfile into nix somehow, but dockerTools.buildImage's runAsRoot doesn't seem to be doing what I want (namely things like 'apt-get install' don't fire)
eoli3n_ has joined #nixos
<jared-w> Is there a way to actually run those commands and get that (admittedly non-deterministic) behavior? Or is that just entirely beside the point and I should give up
zalaare has quit [Remote host closed the connection]
<infinisil> jared-w: Can't do that because it's impure for one
<{^_^}> [nixpkgs] @kuznero opened pull request #92894 → vscode, vscodium: 1.46.1 -> 1.47.0 → https://git.io/JJYqA
<infinisil> Everything you download with Nix needs to be gotten with a fixed hash
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJYqx
o1lo01ol1o has quit [Remote host closed the connection]
<jared-w> yeah, that's what I was thinking. I suppose I was just mildly confused on what runAsRoot was doing because all the rest of the commands were working just fine, just not the network stuff. Ofc reading the source makes it immediately obvious...
<KarlJoad> I am trying to override services.xserver.config so that only MY configuration is used. I'm not sure how to do it.
o1lo01ol1o has joined #nixos
<KarlJoad> I'm using lib.mkOption { apply = old: ""; }; right now, but I'm getting type errors.
virus_dave_ has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has joined #nixos
<jared-w> infinisil: I mostly went down the rabbit hole because I keep running into a problem of having huge containers that, as a last step, run a nix-shell to populate a nix store with the environment needed to run certain things. It'd be nice if I didn't have a 2GB bloated blob at the end of a docker image that got 100% invalidated any time something in a shell.nix changed, though
knupfer has quit [Client Quit]
knupfer1 has joined #nixos
knupfer1 has quit [Client Quit]
knupfer has joined #nixos
knupfer has joined #nixos
virus_dave has quit [Ping timeout: 272 seconds]
virus_dave_ is now known as virus_dave
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
<pbogdan> KarlJoad: maybe assign your configuration with lib.mkForce? not sure if that would work for that option tho
o1lo01ol1o has quit [Ping timeout: 258 seconds]
justache has quit [Remote host closed the connection]
<pie_> KarlJoad: i dont rememebr my way arond that code, you might want to poke around in the source code and ee whats going on, until someone gives you better advice
<pie_> neither can i remember offhand how to find the code but hte relevant files end up in /etc/X11 or somesuch i think
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92895 → python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0 → https://git.io/JJYms
<jtojnar> anyone with aarch64 community builder access who could try to reproduce https://github.com/NixOS/nix/issues/3799?
<{^_^}> nix#3799 (by jtojnar, 1 hour ago, open): hash '' has wrong length for hash type 'md5'
<KarlJoad> pbogdan: mkForce compiled, so I think it may have worked. Need to reboot the machine to check.
justache has joined #nixos
ATuin has joined #nixos
<KarlJoad> pie_: I know what's going on. NixOS generates a config file that doesn't behave the way I want X11 to behave, so I want to have an "empty" config to ensure defaults are used.
<KarlJoad> pie_: The actual config doesn't end up in /etc/X11. It ends up in the store and the X binary uses a flag to that config file in the store.
<pie_> *nod*
<KarlJoad> pbogdan: The mkForce didn't do it either. I still end up with a config file with stuff in it.
<notgne2> KarlJoad (chat.freenode.net): reading the module it looks like it is writing to /etc/X11/xorg.config, which means you could override it that way
<notgne2> `environment.etc."X11/xorg.conf".source = "custom config here";`
<notgne2> oh no actually, looks like thats an optional thing
<notgne2> it looks like it's actually applied to `services.xserver.displayManager.xserverArgs` which I think is equally as pain in the ass to remove entries from
<KarlJoad> And gets built together with this:https://github.com/NixOS/nixpkgs/blob/b1d87641a1586ec59fb77b6ba7d354e9a31f2539/nixos/modules/services/x11/xserver.nix#L713
<notgne2> so I guess your best option is overriding it at the displaymanager config, so for instance on gdm so for instance `services.xserver.displayManager.job.environme.GDM_X_SERVER_EXTRA_ARGS`
<notgne2> https://github.com/NixOS/nixpkgs/blob/692c7b3690e190973c2c5d174cb9c981bd7f6d09/nixos/modules/services/x11/xserver.nix#L684 and just manually re-apply everything applied here, but with the config being yours instead
knupfer has quit [Ping timeout: 256 seconds]
<pbogdan> > let configuration = { services.xserver.enable = true; }; in (import <nixpkgs/nixos> { inherit configuration; }).config.services.xserver.config
<{^_^}> "Section \"ServerFlags\"\n Option \"AllowMouseOpenFail\" \"on\"\n Option \"DontZap\" \"on\"\n \nEndSection\n\nSection \"Module\"\n \nEndSection\n\nSection \"Monitor\"\n Identifier \"Monitor[0]\"\...
zupo has joined #nixos
<KarlJoad> pbogdan: That should allow me to tinker with the config directly?
<pbogdan> let configuration = { services.xserver.enable = true; services.xserver.config = (import <nixpkgs/lib>).mkForce ""; }; in (import <nixpkgs/nixos> { inherit configuration; }).config.services.xserver.config
<pbogdan> > > let configuration = { services.xserver.enable = true; }; in (import <nixpkgs/nixos> { inherit configuration; }).config.services.xserver.config
<{^_^}> error: syntax error, unexpected '>', at (string):318:1
<pbogdan> > let configuration = { services.xserver.enable = true; }; in (import <nixpkgs/nixos> { inherit configuration; }).config.services.xserver.config
<{^_^}> "Section \"ServerFlags\"\n Option \"AllowMouseOpenFail\" \"on\"\n Option \"DontZap\" \"on\"\n \nEndSection\n\nSection \"Module\"\n \nEndSection\n\nSection \"Monitor\"\n Identifier \"Monitor[0]\"\...
lsix has joined #nixos
<pbogdan> > let configuration = { services.xserver.enable = true; services.xserver.config = (import <nixpkgs/lib>).mkForce ""; }; in (import <nixpkgs/nixos> { inherit configuration; }).config.services.xserver.config
<{^_^}> ""
<pbogdan> hrm, not sure mkForce is not working for you then, sorry..
kalbasit has quit [Ping timeout: 272 seconds]
<KarlJoad> That last one seems to have returned the thing I want.
<pbogdan> (sorry for the spam)
hoijui has quit [Ping timeout: 256 seconds]
<cole-h> If package A requires package B for both its provided library and binaries, should package B go in package A's nativeBuildInputs AND buildInputs?
dermetfan has quit [Remote host closed the connection]
dermetfan has joined #nixos
pamplemousse has quit [Ping timeout: 256 seconds]
rajivr has quit [Quit: Connection closed for inactivity]
<KarlJoad> Man... You think it would be easier to override inputs to a file. Jeez.
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/8d05772134f (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
pamplemousse has joined #nixos
alp has joined #nixos
jgeerds has joined #nixos
jgeerds has quit [Client Quit]
ixxie has quit [Quit: Lost terminal]
<KarlJoad> In the overriding of options with mkDefault, mkForce, etc. How are priorities handled? Higher priority number is higher priority, or the other way around?
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92896 → qwt6_qt4: 6.1.4 -> 6.1.5 → https://git.io/JJYYU
<clever> KarlJoad: smaller numbers have priority
<clever> KarlJoad: but also, if you `mkForce` in 2 different modules, it will merge them according to the usual rules
o1lo01ol1o has joined #nixos
<KarlJoad> clever: Yeah, those were the ones I was talking about.
<KarlJoad> As far as I know, this is the only mkForce present for this configuration, but the my specified changes are not taking effect.
<clever> what did you set?
<KarlJoad> `services.xserver.config = lib.mkForce "";`
<clever> KarlJoad: and then look at what the module does with that value
<clever> KarlJoad: that mkForce causes the $config on line 141 to be an empty string
eoli3n_ has quit [Ping timeout: 246 seconds]
<clever> KarlJoad: but, what else is this code doing? stuff that ignores the config key
<KarlJoad> That's exactly what I want to happen. I ran a `nixos-rebuild build` and that was the output.
<clever> `nixos-rebuild build` wont apply changes to the running system
<clever> it only builds them
<KarlJoad> I just want the portion of the xorg.conf file that configures monitors/screens/devices to be empty.
<KarlJoad> I am aware, but just checking that the configuration is done correctly is what I was checking for.
turion has quit [Ping timeout: 272 seconds]
proofofkeags has quit [Ping timeout: 256 seconds]
<clever> what are the contents you got after doing build? how did you find the path to xserver.conf ?
<KarlJoad> clever: If you use `services.xserver.exportConfiguration = true` then /etc/X11/xorg.conf is a symlink to that xserver.conf file.
<clever> that symlink only updates when you `nixos-rebuild switch`
<clever> build wont change the symlink
<KarlJoad> After the build, I only get the fonts "Files" section and nothing below it.
<KarlJoad> clever: I went into the result symlink to check that file. After a switch, the system is used this newly generated "empty" file.
<virus_dave> What’s the right way to pre-populate the local nix cache with a derivation, but NOT add it to the profile? This is meant as an optimization for later purposes. Basically, i want something like “nix-env -i -b -A pkgs.FOO” for some set of FOO, but not adding it to the user’s profile
Rusty1 has quit [Remote host closed the connection]
<clever> KarlJoad: where is the problem then?
<clever> virus_dave: nix-build '<nixpkgs>' -A foo`
<virus_dave> clever++
<{^_^}> clever's karma got increased to 472
<virus_dave> thanks!
<KarlJoad> clever: There isn't one now. Previously I was trying to get the config attribute to be an empty string. The system wasn't doing what I wanted, so I wanted to confirm my thoughts on how the priorities worked.
<clever> ah
<KarlJoad> Now that I used mkForce, I got it to generate the config file the way I wanted it to.
domogled has joined #nixos
<KarlJoad> So now, I have a fairly empty xorg.conf/xserver.conf file that does NO setup of devices/monitors/screens.
<clever> yeah, mkForce will clear the value made down here: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L712
<clever> you can then switch over to `mkForce ''your config here'';` and put newlines in it
<KarlJoad> The empty string was exactly what I wanted to have happen. Now I'll see about an arbitrary config.
meh` has quit [Ping timeout: 246 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
bkv has joined #nixos
bqv has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #92829 → poppler: 0.89.0 -> 0.90.0 → https://git.io/JJmyk
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to staging: https://git.io/JJYYg
taylskid has quit [Remote host closed the connection]
johnny101m has quit [Ping timeout: 258 seconds]
grfn is now known as fgnr
fgnr is now known as nfrg
nfrg is now known as grfn
grfn is now known as e`
e` is now known as grfn
dingenskirchen has quit [Read error: Connection reset by peer]
dingenskirchen has joined #nixos
<CrunchyChewie> any reason why installing a package is not picking up overrides in .config/nixpkgs/config.nix ?
bqv has joined #nixos
bkv has quit [Ping timeout: 272 seconds]
camsbury has joined #nixos
ATuin has quit [Quit: WeeChat 2.8]
Ashy has joined #nixos
maier has quit [Ping timeout: 272 seconds]
dermetfan has quit [Ping timeout: 260 seconds]
camsbury has quit [Remote host closed the connection]
<{^_^}> CrunchyChewie: Please expand your question to include more information, this will help us help you :)
camsbury has joined #nixos
<CrunchyChewie> I have defined a pkg override in .config/nixpkgs/config.nix, specifying a new fetchurl, version, and name
<CrunchyChewie> however when I do `nix-env -i <foo>`, I'm still given the unmodified version
maier has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
maier has quit [Ping timeout: 272 seconds]
acarrico has quit [Ping timeout: 258 seconds]
dermetfan has joined #nixos
Henson has joined #nixos
<{^_^}> [nixpkgs] @Moredread opened pull request #92897 → chiaki: 1.1.3 -> 1.2.1 → https://git.io/JJYOq
noudle has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « liburing: 0.6pre600 -> 0.7 »: https://git.io/JJYO3
<symphorien> ,-A CrunchyChewie
<{^_^}> CrunchyChewie: You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<symphorien> (Not directly related to your question but good to know anyway)
<bqv> >>> source tree referenced by "git+file:///home/me/my/flake" does not contain a "/flake.nix" file
<bqv> it does though :(
<bqv> have i broken nix?
<symphorien> Did you commit it ?
<bqv> yes lmao
<bqv> it's the same flake repo i've been using for like 4 months now
<bqv> that's why i think i've broken nix somehow
<CrunchyChewie> symphorien: noted, ty
<symphorien> CrunchyChewie: a first debugging step is to replace your overlay with garbage and check that nix errors out
camsbury has quit [Remote host closed the connection]
<CrunchyChewie> interesting
<CrunchyChewie> when I add -A
<CrunchyChewie> cohabitate in the dungeon with the rest of the broken people
<CrunchyChewie> lol
<CrunchyChewie> mt
<CrunchyChewie> error:attribute 'emacs' in selection path 'emacs' not found
<symphorien> nixpkgs.emacs
<symphorien> Add the channel name
<cole-h> Or `nix-env -f '<nixpkgs>'`
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/68c599acd58 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<cole-h> IIRC
<CrunchyChewie> symphorien: so, `emacs = nixpkgs.emacs.overrideAttrs ...` ?
<cole-h> No
sangoma has quit [Ping timeout: 256 seconds]
<cole-h> What are you doing?
Henson is now known as HensonAway
cr4y1 has joined #nixos
<bqv> yeah legit, what is going on
<bqv> i just cloned it fresh
<bqv> it says there's no flake.nix
<bqv> (there is!)
<cole-h> Time to strace -s256 and see where it accesses flake.nix
<symphorien> CrunchyChewie: no on the nix-env cmd line
<CrunchyChewie> error: attribute 'nixpkgs' in selection path nixpkgs.emacs not found
alp has quit [Ping timeout: 272 seconds]
<bqv> cole-h: ok that wasn't very useful, but it did alert me to the fact that it works with sudo (?!)
<bqv> or not! it works in the fresh clone with sudo
<symphorien> Then try what cole-h suggested
<bqv> oh, i have a store path missing
<bqv> the plot thickens
<symphorien> (And is also suggested by the faq)
<cole-h> >> nix-env -f '<nixpkgs>' -qaP -A emacs
dingenskirchen has quit [Remote host closed the connection]
asymptotically has quit [Quit: Leaving]
<CrunchyChewie> yea it's still grabbing the old version
<virus_dave> anyone know why the nixos/nix docker image does a single-user install of nix only, rather than multi-user? It seems like that locks me in to running stuff as root only if i want to use this as a base container image, without a whole lot of effort
<bqv> the derivation i have missing has "unknown-deriver"
<bqv> knew this was gonna be corruption
alp has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92898 → radarr: 0.2.0.1480 -> 0.2.0.1504 → https://git.io/JJYOa
<clever> bqv: "unknown-deriver" can also happen if you simply garbage-collect
<bqv> `nix-store --verify --repair` fixed it, but there's no nix2 equivalent to that, is there
<clever> bqv: `nix-store --verify --check-contents` will scan for corruption
<bqv> clever: ah, ok
<clever> --verify alone, will just search for a whole dir thats missing
<clever> --repair will auto repair anything found to be wrong
<bqv> iirc --check-contents will take hours though, right?
<clever> depends on disk io and cpu speed
<clever> it just reads every single file in /nix/store and hashes them
<clever> so it also depends on the size of the store
<bqv> (and regardless, i've disabled non nix2 commands so there's little use me learning them for now)
dingenskirchen has joined #nixos
<cole-h> Pretty sure the nix2 analogue is `nix verify`
emmanuel` has joined #nixos
virus_dave has quit [Quit: virus_dave]
<bqv> i thought that was just the verification part, not the repair
<bqv> (my nix store is 47G, heh)
p1xelHer0 has joined #nixos
virus_dave has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
proofofkeags has joined #nixos
<p1xelHer0> hi, (first time using freenode, so excuse me if this is posted in the wrong area) nix noobie here on macOS Mojave. I just did a reinstall after screwing up a bit... I ran the installer for multiusers, followed the instructions to remove my previous installation of nix. install went through fine. `nix-env --version` gives me `2.3.7`. BUT, whenever
<p1xelHer0> I try to install any package, say the `hello` package I get the following: `installing 'hello-2.10'error: unable to download 'https://cache.nixos.org/8zjqdv2kjhz185di3w59f03h6p7b6lwx.narinfo': Problem with the SSL CA cert (path? access rights?) (77)`. What am I missing? Thanks!
<virus_dave> hmm, looking at the installer script, it (multi-user install) seems to require systemd. I wonder if that was the reason. If so, how tight is that requirement, i wonder...
proofofkeags has quit [Ping timeout: 272 seconds]
<p1xelHer0> the dumb thing is that I had it working 1 hour ago. The even stupider thing is that I don't remember if that was a multi-user install... perhaps I should try installing with the single user again to see what happens. Because I didn't have this problem on my first install.
<CrunchyChewie> cole-h | symphorien here is my nixpkgs config.nix: https://hastebin.com/wovuxakito.bash
__monty__ has quit [Quit: leaving]
<cole-h> config.nix is only for configuration. If you override a package in there, nothing will happen AFAIK.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92899 → randomx: 1.1.7 -> 1.1.8 → https://git.io/JJYOd
kleisli has joined #nixos
acarrico has joined #nixos
<CrunchyChewie> whoops, so ~/.config/nixpkgs/config.nix is config only... where should that stanza be
p1xelHer0 has quit [Remote host closed the connection]
<bqv> oh god
<bqv> i opened emacsclient inside vterm inside emacs
<bqv> nothing has blown up yet but i'm scared to type
<CrunchyChewie> cole-h: so the override docs should be ignored in favor of overlays for this kind of config?
<cole-h> ?
<cole-h> Why should the override docs be ignored? You overlay using `overrideAttrs` and friends.
p1xelHer0 has joined #nixos
<CrunchyChewie> ty
<CrunchyChewie> so an override is an overlay?
acarrico has quit [Ping timeout: 246 seconds]
<immae> CrunchyChewie: an override is only scoped to where you define it while an overlay will "modify" the pkgs and everything that depends on it
<cole-h> AFAIU, an override is changing a package. An overlay is replacing that package in your system's nixpkgs.
<CrunchyChewie> aha, apologies for the confusion, I was told in here earlier I needed to override the default emacs pkg if I wanted a newer version
<cole-h> You do
<cole-h> But you need to apply that override to your nixpkgs
<clever> an override is used to change the package in some way
<bqv> the override is in the overlay :D
<clever> an overlay can change how other packages see that package
<clever> and you often put overrides into an overlay
* bqv . o O ( yo dawg, i heard you like the prefix over- )
<immae> This might be abit confusing but the first example here may help you CrunchyChewie : https://nixos.wiki/wiki/Overlays (you define an overlay that will modify the "google-chrom" package, and you do so by using an override)
lsix has quit [Quit: WeeChat 2.8]
<CrunchyChewie> yea... some of my confusion stems from the docs, it seems to make a distinction between overlays and overrides, but isn't clear about them or when one should be used versus the other
johnny101m2 has joined #nixos
<samueldr> just a note: packageOverrides != override
<bqv> iirc packageOverrides are deprecated but also still work
lord| has quit [Ping timeout: 258 seconds]
<samueldr> just to confuse things a bit more, packageOverrides is like a kind of overlay... override (and overrideAttrs) can be used with either overlays or packageOverrides
<samueldr> (and probably _should_ be used, in case of doubt)
<samueldr> overlays (and packageOverrides) basically change the package set, so it stays coherent
<samueldr> .override returns a new package with the given arguments overriden, it can be used wherever a package may be used, but for best coherency in the system, it's best to do it in an overlay imo
cr4y1 has quit [Ping timeout: 258 seconds]
dermetfan has quit [Ping timeout: 260 seconds]
lord| has joined #nixos
<CrunchyChewie> so if I want to change emacs from 26.3(available from core nixpkgs), to ~27, fetched from a different source url, I should use an overlay
<CrunchyChewie> ?
<bqv> specifically, you should use the emacs overlay
<virus_dave> that’s a good idea, especially if you want other packages to “see” that change
<samueldr> an overlay is the building block to change the "package set" as a whole coherent unit
<samueldr> you can use a pre-made overlay (as bqv linked) or you can do overlays yourself
<samueldr> one way to customize existing packages inside overlays is to use `.override` on a derivation (package)
MmeQuignon has quit [Ping timeout: 244 seconds]
<samueldr> there is also `.overrideAttrs`, which may seem confusing at first... it does a different task than .override does
<samueldr> but both of these are (non-exhaustive) ways you can customize existing packages in an overlay
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<CrunchyChewie> ok so using that pre-made link above, I drop the code block under "usage" into ~/.config/nixpkgs/overlays.nix ?
mniip has quit [Ping timeout: 606 seconds]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
alter2000_ has quit [Ping timeout: 258 seconds]
proofofkeags has joined #nixos
alter2000_ has joined #nixos
cosimone has quit [Read error: Connection reset by peer]
p1xelHer0 has quit [Remote host closed the connection]
cosimone has joined #nixos
<samueldr> the snippet under usage is for `/etc/configuration.nix` for NixOS
proofofkeags has quit [Ping timeout: 258 seconds]
* samueldr checks how overlays acts in user config
<samueldr> you could drop lines 3,4,5 into a file at ~/.config/nixpkgs/overlays/ e.g. ~/.config/nixpkgs/overlays/emacs-overlay.nix AFAIUI
<CrunchyChewie> ah, alright I gotta go eat either ways, thanks for all the help everyone
<samueldr> but if you do so, you can't have a "~/.config/nixpkgs/overlays.nix" file
<samueldr> AFAIUI ~/.config/nixpkgs/overlays.nix could be moved into ~/.config/nixpkgs/overlays/some-name.nix
<samueldr> (I'm not used to the user-level configuration of Nixpkgs)
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<{^_^}> [nixpkgs] @ktf closed pull request #62662 → mpssh: init at 1.3.3 → https://git.io/fjunO
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #92900 → python3Packages.mac_alias: init at 2.0.7 → https://git.io/JJYsV
knerten has joined #nixos
justan0theruser has quit [Ping timeout: 246 seconds]
alter2000_ has quit [Ping timeout: 260 seconds]
HensonAway is now known as Henson
alter2000_ has joined #nixos
fendor has quit [Read error: Connection reset by peer]
fendor has joined #nixos
<lejonet> What is the proper way to step-by-step go through a package that is built by buildGoPackage? There seems to clearly be some magic tha the buildGoPackage that simply isn't replicated by a nix-shell '<nixpkgs>' -A <pkg> and going through the phases
<{^_^}> [nixpkgs] @maralorn merged pull request #92820 → [20.03] wallabag: apply patches to add missing migrations in initial setup → https://git.io/JJmoM
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to release-20.03: https://git.io/JJYsA
simba2 has joined #nixos
seku has quit [Quit: Connection closed]
lorimer has quit [Ping timeout: 256 seconds]
justan0theruser has joined #nixos
alter2000_ has quit [Ping timeout: 240 seconds]
alter2000_ has joined #nixos
o1lo01ol1o has joined #nixos
<bbigras> I know I can use `nix-env -if https://github.com/me/my-thing/tarball/master` to install stuff from one of my git repo. Can I have more than 1 derivations with the same url?
<cole-h> If your default.nix has `{ asdf = ....; jkl = ...; }`, you can add `-A asdf`, no?
<bbigras> Probably. I wasn't sure if I could put them in the same file or separated.
<bbigras> I'll give it a try
o1lo01ol1o has quit [Ping timeout: 264 seconds]
maier has joined #nixos
maier has quit [Ping timeout: 240 seconds]
werner291 has quit [Remote host closed the connection]
thc202 has quit [Ping timeout: 260 seconds]
mbrgm_ has joined #nixos
moet has joined #nixos
fendor has quit [Remote host closed the connection]
mbrgm has quit [Ping timeout: 256 seconds]
mbrgm_ is now known as mbrgm
maier has joined #nixos
Rusty1 has joined #nixos