Ridout has joined #nixos
pxc has quit [(Ping timeout: 255 seconds)]
mkoenig_ has joined #nixos
thblt has quit [(Ping timeout: 240 seconds)]
mkoenig has quit [(Ping timeout: 240 seconds)]
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
thc202 has quit [(Ping timeout: 240 seconds)]
ladams has joined #nixos
georgiy has joined #nixos
dbmikus has joined #nixos
Mateon3 has joined #nixos
Mateon3 is now known as Mateon1
Fare has joined #nixos
<Fare> Hi. I'm desperately trying to setup dkim with postfix on NixOS. Does anyone here have some working example that I could start working from?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc opened pull request #28772: Enable libinput in the installer and start deprecating synaptics (master...issue-20189-libinput) https://git.io/v5lU5
NixOS_GitHub has left #nixos []
pxc has joined #nixos
<slabity> Does anyone here successfully use steam with an AMD gpu? Were there any tricks needed to get it set up?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] veprbl opened pull request #28773: root: add noSplash option (master...root_disable_splash) https://git.io/v5lTk
NixOS_GitHub has left #nixos []
pxc has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc pushed 4 new commits to master: https://git.io/v5lTs
<NixOS_GitHub> nixpkgs/master af51aa7 Graham Christensen: installer: add a comment hinting about enabling libinput for touchpads
<NixOS_GitHub> nixpkgs/master 1b68193 Graham Christensen: profiles/graphical.nix: enable libinput over synaptics
<NixOS_GitHub> nixpkgs/master 9d2777a Graham Christensen: Mark synaptics as deprecated
NixOS_GitHub has left #nixos []
7JTAB6OH2 has joined #nixos
<7JTAB6OH2> [nixpkgs] grahamc closed pull request #28772: Enable libinput in the installer and start deprecating synaptics (master...issue-20189-libinput) https://git.io/v5lU5
7JTAB6OH2 has left #nixos []
griff_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc pushed 3 new commits to release-17.09: https://git.io/v5lTC
<NixOS_GitHub> nixpkgs/release-17.09 c2e3e22 Graham Christensen: installer: add a comment hinting about enabling libinput for touchpads...
<NixOS_GitHub> nixpkgs/release-17.09 dc3a666 Graham Christensen: profiles/graphical.nix: enable libinput over synaptics...
<NixOS_GitHub> nixpkgs/release-17.09 400b273 Graham Christensen: Mark synaptics as deprecated...
NixOS_GitHub has left #nixos []
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
_ris has quit [(Ping timeout: 252 seconds)]
<CrazedProgrammer> @slabity yes I have with an RX 480. you need to override the steam package with newStdcpp: https://github.com/CrazedProgrammer/nix/blob/master/xenon.nix#L48 and add support for 32-bit graphics and sound libraries: https://github.com/CrazedProgrammer/nix/blob/master/main.nix#L34-L36
endformationage has quit [(Quit: WeeChat 1.9)]
scribbler has quit [(Ping timeout: 240 seconds)]
zeus_ has quit [(Read error: Connection reset by peer)]
zeus_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dpflug opened pull request #28774: milkytracker: 0.90.85 -> 1.01 (master...milkytracker-1.01) https://git.io/v5lkL
NixOS_GitHub has left #nixos []
hamishmack has quit [(Ping timeout: 240 seconds)]
ryantrinkle has joined #nixos
joelpet has quit [(Ping timeout: 246 seconds)]
hamishmack_ has joined #nixos
hamishmack_ is now known as hamishmack
<CrazedProgrammer> if it fails to launch after the first time (not AMD specific, a permissions issue) you need to edit the .desktop file (shortcut) for Steam and replace the `Exec=` line with `Exec=steam`, then delete `.steam` `.steampath` `.steampid` and `.local/share/Steam` in your home directory to reset Steam completely
kimbo_ has joined #nixos
hellrazor has joined #nixos
kimbo has quit [(Ping timeout: 240 seconds)]
hellrazo1 has quit [(Ping timeout: 255 seconds)]
freeman42y[m] has quit [(Quit: Bye)]
freeman42x[m] has joined #nixos
<CrazedProgrammer> slabity: so be sure to test if steam launches on the second time you click the desktop icon (don't forget to exit steam completely), i deleted my downloaded games a couple months ago when i had this problem and tried to fix it.
<slabity> CrazedProgrammer: I'm launching it from the cmdline though, not the desktop file
<CrazedProgrammer> ah, then it's all good
<slabity> It works on my laptop (intel), but not my desktop (amd)
<CrazedProgrammer> huh, have you tried the suggestions i posted above?
hamishmack has quit [(Ping timeout: 248 seconds)]
scribbler has joined #nixos
moaxcp has joined #nixos
<slabity> CrazedProgrammer: Yea, I've tried all that. When I launch steam the EULA window comes up, I hit accept, and then it freezes after printing a bunch of "libGL error: unable to load driver" lines
<slabity> The actual steam window never comes up
joelpet has joined #nixos
freeman42x[m] has quit [(Ping timeout: 252 seconds)]
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
<CrazedProgrammer> hrmm, weird. I remember having this issue before when I didn't use the newStdcpp override
<CrazedProgrammer> what's your configuration.nix?
moaxcp has quit [(Ping timeout: 260 seconds)]
vaibhavsagar has joined #nixos
freeman42x[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc opened pull request #28775: Document the stateVersion more (master...describe-stateVersion) https://git.io/v5lI2
NixOS_GitHub has left #nixos []
<CrazedProgrammer> Hmm, I don't see anything out of the ordinary. Install `glxinfo` and check `glxinfo | grep OpenGL` to see if you have the correct driver running. You could try removing the packages in `hardware.opengl.extraPackages`, see if that fixes it. For now, I gotta go sleep.
jb55 has joined #nixos
jb55 has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] veprbl opened pull request #28776: dia: enable on darwin, 0.97 -> 2017-06-22 (master...dia_update) https://git.io/v5lLW
NixOS_GitHub has left #nixos []
sigmundv__ has quit [(Ping timeout: 252 seconds)]
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
vaibhavsagar has joined #nixos
mbrgm has quit [(Ping timeout: 252 seconds)]
mguex has quit [(Ping timeout: 240 seconds)]
ladams has quit [(Quit: Textual IRC Client: www.textualapp.com)]
hamishmack has joined #nixos
mbrgm has joined #nixos
oida_ has joined #nixos
oida has quit [(Ping timeout: 240 seconds)]
zeus_ has quit [(Remote host closed the connection)]
zeus_ has joined #nixos
takle has quit [(Remote host closed the connection)]
zeus_ has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin opened pull request #28777: nixos-install: re-enable --chroot option (master...installer-chroot) https://git.io/v5lqv
NixOS_GitHub has left #nixos []
catch22_ has joined #nixos
oborot has joined #nixos
catch22__ has quit [(Ping timeout: 240 seconds)]
dbmikus has quit [(Ping timeout: 246 seconds)]
zeus_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mt-caret opened pull request #28778: serve: init at 6.0.6 (master...serve) https://git.io/v5lme
NixOS_GitHub has left #nixos []
Nobabs27 has joined #nixos
dbmikus has joined #nixos
gfixler has joined #nixos
dbmikus has quit [(Ping timeout: 252 seconds)]
griff_ has quit [(Quit: griff_)]
<gfixler> I'm curious how NixOS handles something like Autodesk Maya (I don't know Nix/OS yet)
<gfixler> It's not just some dependencies to install for me on Ubuntu
<gfixler> Because the software is offered as .rpm files, I have to convert them to .deb files with alien
dbmikus has joined #nixos
Filystyn has quit [(Ping timeout: 240 seconds)]
griff_ has joined #nixos
georgiy has quit [(Quit: Leaving)]
catch22__ has joined #nixos
catch22_ has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vyp opened pull request #28779: deer: init at 1.4 (master...deer) https://git.io/v5lOq
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #28780: openjdk: 8u152-04 -> 8u144-01 (master...openjdk_8_144_01) https://git.io/v5lO8
NixOS_GitHub has left #nixos []
pxc has joined #nixos
catch22_ has joined #nixos
pxc has quit [(Ping timeout: 248 seconds)]
catch22__ has quit [(Ping timeout: 240 seconds)]
schoppenhauer has quit [(Ping timeout: 240 seconds)]
dieggsy has joined #nixos
schoppenhauer has joined #nixos
<dieggsy> What can i do to get nixpkgs looking like the latest master? nix-channel --update nixpkgs && nix-env -u '*' didn't seem to do it. (in particular, i need a newer rust-packages.nix)
<dieggsy> alternatively, am i supposed to have write access to that
dieggsy has quit [(Remote host closed the connection)]
dieggsy has joined #nixos
dieggsy` has joined #nixos
elninja44 has quit [(Remote host closed the connection)]
dieggsy has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] romildo opened pull request #28781: mate: add the MATE desktop environment (master...mate) https://git.io/v5l35
NixOS_GitHub has left #nixos []
griff_ has quit [(Quit: griff_)]
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
zeus_ has quit [(Remote host closed the connection)]
Ridout has quit [(Quit: Lost terminal)]
justanotheruser has quit [(Ping timeout: 248 seconds)]
dieggsy` has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 2 new commits to master: https://git.io/v5lsE
<NixOS_GitHub> nixpkgs/master b29c64c Peter Hoeg: ledger: requires an older boost
<NixOS_GitHub> nixpkgs/master a2de9c3 Peter Hoeg: ledger: fixed with older boost
NixOS_GitHub has left #nixos []
vaibhavsagar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 2 new commits to release-17.09: https://git.io/v5ls2
<NixOS_GitHub> nixpkgs/release-17.09 ce15008 Peter Hoeg: ledger: requires an older boost
<NixOS_GitHub> nixpkgs/release-17.09 6bd53c4 Peter Hoeg: ledger: fixed with older boost
NixOS_GitHub has left #nixos []
proteusguy has quit [(Remote host closed the connection)]
justanotheruser has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jraygauthier opened pull request #28782: vscode-extension-ms-vscode-cpptools: Init at 0.12.3 (master...jrg/vscode_cpptools_init) https://git.io/v5lsN
NixOS_GitHub has left #nixos []
dbmikus has quit [(Ping timeout: 246 seconds)]
sellout- has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ryantm opened pull request #28783: nixos/calibre-server: fix ExecStart call (master...calibre-server) https://git.io/v5lGB
NixOS_GitHub has left #nixos []
Nobabs27 has quit [(Quit: Leaving)]
odi has joined #nixos
odi has quit [(Ping timeout: 248 seconds)]
odi has joined #nixos
dbmikus has joined #nixos
dbmikus has quit [(Ping timeout: 255 seconds)]
page_ has joined #nixos
catch22__ has joined #nixos
catch22_ has quit [(Ping timeout: 252 seconds)]
page has quit [(Ping timeout: 255 seconds)]
justanotheruser has quit [(Ping timeout: 240 seconds)]
Fare has quit [(Remote host closed the connection)]
phinxy has quit [(Ping timeout: 252 seconds)]
dbmikus has joined #nixos
Sonarpulse has joined #nixos
dbmikus has quit [(Ping timeout: 246 seconds)]
justanotheruser has joined #nixos
justanotheruser has quit [(Client Quit)]
justanotheruser has joined #nixos
Sonarpulse has quit [(Ping timeout: 246 seconds)]
hamishmack has quit [(Quit: hamishmack)]
phreedom has quit [(Remote host closed the connection)]
dbmikus has joined #nixos
proteusguy has joined #nixos
prototrout has joined #nixos
reinzelmann has joined #nixos
<prototrout> Is cache.nixos.org down for anyone else?
dbmikus has quit [(Ping timeout: 255 seconds)]
<Lisanna> prototrout: seems fine to me
<prototrout> Now it's working :)
<prototrout> curl couldn't connect before
wowi42 has joined #nixos
MercurialAlchemi has joined #nixos
dbmikus has joined #nixos
FRidh has joined #nixos
kiloreux has joined #nixos
Arcaelyx_ has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
dbmikus has quit [(Ping timeout: 240 seconds)]
oborot has quit [(Ping timeout: 252 seconds)]
odi has quit [(Ping timeout: 240 seconds)]
tdc has joined #nixos
dbmikus has joined #nixos
griff_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28779: deer: init at 1.4 (master...deer) https://git.io/v5lOq
NixOS_GitHub has left #nixos []
dbmikus has quit [(Ping timeout: 264 seconds)]
griff_ has quit [(Ping timeout: 248 seconds)]
catch22_ has joined #nixos
catch22__ has quit [(Ping timeout: 240 seconds)]
gfixler has quit [(Quit: WeeChat 1.4)]
stivo has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
tdc has quit [(Read error: Connection reset by peer)]
Wizek has quit [(Quit: Connection closed for inactivity)]
tdc has joined #nixos
odi has joined #nixos
dbmikus has joined #nixos
catch22_ has quit [(Ping timeout: 255 seconds)]
Arcaelyx has joined #nixos
dbmikus has quit [(Ping timeout: 252 seconds)]
catch22__ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5lWy
<NixOS_GitHub> nixpkgs/master 3383f2f Jörg Thalheim: nodePackages.serve: init at 6.0.6...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28778: serve: init at 6.0.6 (master...serve) https://git.io/v5lme
NixOS_GitHub has left #nixos []
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
hamishmack has joined #nixos
dbmikus has joined #nixos
Wizek has joined #nixos
page_ is now known as page
dbmikus has quit [(Ping timeout: 252 seconds)]
Arcaelyx has joined #nixos
thc202 has joined #nixos
vaibhavsagar has quit [(Ping timeout: 246 seconds)]
Neo-- has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/v5l8s
<NixOS_GitHub> nixpkgs/master 43755fc Robert Helgesson: unifont: 10.0.04 -> 10.0.06
NixOS_GitHub has left #nixos []
pxc has joined #nixos
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
pxc has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/v5l8Q
<NixOS_GitHub> nixpkgs/master 8763330 Robert Helgesson: perl-Data-FormValidator: 4.85 -> 4.88
NixOS_GitHub has left #nixos []
aloiscochard has joined #nixos
dbmikus has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28774: milkytracker: 0.90.85 -> 1.01 (master...milkytracker-1.01) https://git.io/v5lkL
NixOS_GitHub has left #nixos []
dbmikus has quit [(Ping timeout: 240 seconds)]
ktf_ has joined #nixos
freeman42y[m] has joined #nixos
freusque has joined #nixos
freeman42z[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 255 seconds)]
freeman42y[m] has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 4 new commits to master: https://git.io/v5lBc
<NixOS_GitHub> nixpkgs/master 9c501a0 Dmitry Kalinkin: dia: mark as working on darwin
<NixOS_GitHub> nixpkgs/master 42a4aa1 Dmitry Kalinkin: dia: undo persistence wrapper...
<NixOS_GitHub> nixpkgs/master 13d628d Dmitry Kalinkin: dia: 0.97.3 -> 0.97.3.20170622
NixOS_GitHub has left #nixos []
isHavvy has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28773: root: add noSplash option (master...root_disable_splash) https://git.io/v5lTk
NixOS_GitHub has left #nixos []
arximboldi has joined #nixos
civodul has joined #nixos
ToxicFrog has quit [(Ping timeout: 248 seconds)]
jellowj has joined #nixos
Ankhers has quit [(Ping timeout: 240 seconds)]
Ankhers has joined #nixos
dbmikus has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg opened pull request #28785: diffoscope: 77 -> 85 (master...fix/diffo) https://git.io/v5l0q
NixOS_GitHub has left #nixos []
dbmikus has quit [(Ping timeout: 246 seconds)]
freeman42x[m] has joined #nixos
JosW has joined #nixos
freeman42z[m] has quit [(Ping timeout: 240 seconds)]
ertes has quit [(Ping timeout: 252 seconds)]
ison111 has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #28786: mysql-workbench: fix build with gcc6 (master...fix-mysql-workbench) https://git.io/v5lEr
NixOS_GitHub has left #nixos []
nixo_ has joined #nixos
goibhniu has joined #nixos
__Sander__ has joined #nixos
[0__0] has quit [(Remote host closed the connection)]
oida has joined #nixos
Neo-- has quit [(Ping timeout: 240 seconds)]
jellowj has quit [(Ping timeout: 248 seconds)]
[0__0] has joined #nixos
oida_ has quit [(Ping timeout: 260 seconds)]
<sphalerite> howoldis is broken…
<hyper_ch> you broke it?
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6b95cf646c (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
nixo_ has quit [(Ping timeout: 240 seconds)]
catch22__ has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28756: pulseview and sigrok updates (master...pulseview-sigrok) https://git.io/v5Wle
NixOS_GitHub has left #nixos []
Neo-- has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ptival opened pull request #28788: nerdfonts: 1.0.0 -> 1.1.0 (master...master) https://git.io/v5lzn
NixOS_GitHub has left #nixos []
dbmikus has joined #nixos
ertes-w has joined #nixos
Neo-- has quit [(Ping timeout: 264 seconds)]
dbmikus has quit [(Ping timeout: 240 seconds)]
<sphalerite> hyper_ch: don't think so :p
<sphalerite> And if I were able to break it that would also mean it's broken
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to release-17.09: https://git.io/v5lgv
<NixOS_GitHub> nixpkgs/release-17.09 bedfed9 Dan Peebles: terraform: manage 0.10 plugins with Nix...
<NixOS_GitHub> nixpkgs/release-17.09 ea5ccf6 Profpatsch: mpvScripts.convert: fix for mpv >0.26.0...
<NixOS_GitHub> nixpkgs/release-17.09 f1e0556 David Pflug: milkytracker: 0.90.85 -> 1.01...
NixOS_GitHub has left #nixos []
nico202 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 4 new commits to release-17.09: https://git.io/v5lgG
<NixOS_GitHub> nixpkgs/release-17.09 e9fc124 Samuel Leathers: libsigrok: 0.4.0 -> 0.5.0...
<NixOS_GitHub> nixpkgs/release-17.09 b0ec7d7 Samuel Leathers: libsigrokdecode: 0.4.1 -> 0.5.0...
<NixOS_GitHub> nixpkgs/release-17.09 7d7e2ab Samuel Leathers: pulseview: 0.3.0 -> 0.4.0...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/v5lg0
<NixOS_GitHub> nixpkgs/master dbba364 Valentin Robert: nerdfonts: 1.0.0 -> 1.1.0
NixOS_GitHub has left #nixos []
nico202 has quit [(Ping timeout: 248 seconds)]
catch22__ has joined #nixos
freusque has quit [(Quit: WeeChat 1.7.1)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
freusque has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/v5l2a
<NixOS_GitHub> nixpkgs/master 90ef218 Symphorien Gibol: grub module: assume /nix/store is a bind mount even if it is not read only...
NixOS_GitHub has left #nixos []
7JTAB6SLK has joined #nixos
<7JTAB6SLK> [nixpkgs] fpletz closed pull request #27367: grub module: assume /nix/store is a bind mount even if it is not read only (master...fix-grub-rw-store) https://git.io/vQQr5
7JTAB6SLK has left #nixos []
Havvy has joined #nixos
<mpickering> I have packaged metaocaml but the interpreter and tests don't work, is this too broken to upstream?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.03: https://git.io/v5l27
<NixOS_GitHub> nixpkgs/release-17.03 7da346a Jörg Thalheim: inetutils: fix service name...
NixOS_GitHub has left #nixos []
slyfox has quit [(Ping timeout: 240 seconds)]
slyfox has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra tagged 1.11.14 at f6b306d: https://git.io/v5lae
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] edolstra pushed 1 new commit to master: https://git.io/v5laU
<NixOS_GitHub> nixpkgs/master 79954b9 Eelco Dolstra: nix: 1.11.13 -> 1.11.14
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] edolstra pushed 1 new commit to release-17.03: https://git.io/v5lam
<NixOS_GitHub> nixpkgs/release-17.03 768b390 Eelco Dolstra: nix: 1.11.13 -> 1.11.14...
NixOS_GitHub has left #nixos []
<sphalerite> mpickering: Maybe set the meta.broken attribute and PR it anyway to avoid a later duplication of effort
<mpickering> It is already set as broken ha but now it is less broken at least
takle has joined #nixos
<sphalerite> mpickering: for the tests, AFAIK the usual course of action is to disable those tests that make assumptions which nix breaks, if the test can't be done without the assumption
<sphalerite> if the test can be done without the assumption, fix it and send it upstream :)
<sphalerite> less broken is always good :D
Neo-- has joined #nixos
takle has quit [(Read error: Connection reset by peer)]
takle has joined #nixos
dbmikus has joined #nixos
dbmikus has quit [(Ping timeout: 252 seconds)]
kimbo has joined #nixos
justanotheruser has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28786: mysql-workbench: fix build with gcc6 (master...fix-mysql-workbench) https://git.io/v5lEr
NixOS_GitHub has left #nixos []
justanotheruser has joined #nixos
kimbo_ has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v5lV3
<NixOS_GitHub> nixpkgs/release-17.09 e22826a Lancelot SIX: mysql-workbench: fix build with gcc6...
NixOS_GitHub has left #nixos []
thblt has joined #nixos
phinxy has joined #nixos
phinxy has quit [(Changing host)]
phinxy has joined #nixos
h30 has joined #nixos
<ertes-w> fcrontab reports this: "2017-08-31 11:23:35 ERROR could not change euid to 273: Operation not permitted", "2017-08-31 11:23:35 ERROR fcron child aborted: this does not affect the main fcron daemon, but this may prevent a job from being run or an email from being sent."
<ertes-w> user 273 is the fcron user
<ertes-w> any ideas?
<ertes-w> i need to become root in order to edit/view my crontab
<ertes-w> probably missing some SetUID bit somewhere
anton_ has quit [(Quit: No Ping reply in 180 seconds.)]
<ertes-w> -r-x--s--x 1 fcron fcron 18K Aug 31 11:27 /run/wrappers/bin/fcrontab
phinxy has quit [(Ping timeout: 240 seconds)]
anton_ has joined #nixos
<ertes-w> it has SGID, but not SUID… is that the way it's supposed to be?
<ertes-w> (BTW, adding myself to the fcron group did not help)
vD2Kap has joined #nixos
<ertes-w> it works, if i add the SUID bit myself
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #25950: mysql service: Make initialDatabases.schema attribute optional (master...mysql-optional-schema) https://git.io/vHU4I
NixOS_GitHub has left #nixos []
<tokudan[m]> ertes-w: that's probably a bug in the package then
<sphalerite> The module, not the package
<tokudan[m]> ertes-w: /run/wrappers is rebuilt on every reboot
<tokudan[m]> true
<sphalerite> Can I get nix-shell to create an indirect GC root for the shell drv to get a sort of "persistent" shell?
<ertes-w> yeah… i'll just go ahead and fix it myself later
<sphalerite> Reason in this case being that I want to use the nightly version from the rust overlay from nixpkgs-mozilla, but not have to wait for rust to redownload every time even if that means I'm using a version that's a couple of days older
<mpickering> Is there any documentation of how the ocaml infrastructure should work/
dbmikus has joined #nixos
<mpickering> seems that really I should make metaocaml work properly like the other ocaml compilers but I doubt anyone (even me) cares.. so I think I will leave it
mudri has joined #nixos
dbmikus has quit [(Ping timeout: 240 seconds)]
mguex has joined #nixos
freeman42y[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to release-17.09: https://git.io/v5lK2
<NixOS_GitHub> nixpkgs/release-17.09 8cb6bfe Florian Jacob: mysql service: Make initialDatabases.schema attribute optional...
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
deltasquared has joined #nixos
<ertes-w> if i update two loosely related packages, should i create two separate PRs?
uwap has quit [(Ping timeout: 240 seconds)]
<ertes-w> (the packages in question are the python packages ldap3 and pymysql)
<LnL> probably, yes
freeman42x[m] has joined #nixos
snikkers has joined #nixos
<sphalerite> ertes-w: if the upgrade of one depends on the other, I'd put them in a single PR (but definitely multiple commits)
<hyper_ch> does thunderbird use GTK for dialogs? Especially file opening/saving dialogs? It's annoying, that it always sorts alphabetically and not folders first.
freeman42z[m] has joined #nixos
freeman42y[m] has quit [(Read error: Connection reset by peer)]
<ertes-w> sphalerite: no dependency, and i have separate commits anyway… doing separate PRs is kinda ugly to work with, because i would have to run separate local branches and cherry-pick between those and my main branch
<ertes-w> that's why i'm asking
<deltasquared> hyper_ch: not to mention no address bar -_-
<deltasquared> then again I don't know if it's gtk2 or 3
<hyper_ch> deltasquared: so it's gtk(x)?
<symphorien> deltasquared: you can press ^L to get the address bar
<hyper_ch> I just wonder how I can set it permanently to "folders first"
simukis has joined #nixos
<deltasquared> hyper_ch: idunno, I don't personally use it. I just couldn't resist the oppurtunity to bash gtk a little :P
<hyper_ch> kde > gtk :)
<deltasquared> symphorien: ... see I would never have been able to figure that out
<deltasquared> unless there's some kind of manual for the GTK save dialog I missed
<deltasquared> also, just a thought, it seems nixos's reproducible system build procedure would be a good match for the kind of thing vagrant does, no? it just came up in a conversation elsewhere and I was wondering what it was for. https://en.wikipedia.org/wiki/Vagrant_(software)
freeman42x[m] has quit [(Ping timeout: 255 seconds)]
arximboldi has quit [(Quit: arximboldi)]
<deltasquared> admittedly it's not a complete match considering the kinds of changes that some packages need to work in nix (so not everything is there), but still. it just seems that nix's declarative config would be useful for mass deployments
jellowj has joined #nixos
dbmikus has joined #nixos
thblt has quit [(Remote host closed the connection)]
dbmikus has quit [(Ping timeout: 252 seconds)]
ShalokShalom_ has joined #nixos
dywedir has quit [(Remote host closed the connection)]
romildo has joined #nixos
<TimePath> nixops?
ShalokShalom has quit [(Ping timeout: 240 seconds)]
<deltasquared> TimePath: ehhh, I hadn't gotten to that yet :P
<romildo> I am adding the MATE desktop environment to nixpkgs and I would like suggestions on how to solve the following issue.
<romildo> In the nix expression for MATE (used by the desktop manager program in the X11 service) mate-icon-theme is put in environment.systemPackages.
ShalokShalom_ is now known as ShalokShalom
<romildo> mate-icon-theme has hicolor_icon_theme in buildInputs.
<romildo> When run, MATE cannot find the hicolor icon theme.
<romildo> Whats is the best way of fixing this? Any clues?
<romildo> 1) Should mate-icon-theme has hicolor_icon_theme in propagatedBuildInputs? Would it work?
jellowj has quit [(Ping timeout: 240 seconds)]
<romildo> 2) Should mate-icon-theme has hicolor_icon_theme in propagatedUserEnvPkgs (some packages on nixpkgs do that)? Would it work:
freeman42x[m] has joined #nixos
<romildo> 3) Should mate.nix (used by X11 to start MATE) has hicolor_icon_theme explicitly listed in environment.systemPackages? As hicolor_icon_theme is a runtime dependency for mate-icon-theme, I think that sould be avoided.
<romildo> What do you think?
jellowj has joined #nixos
freeman42z[m] has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v5l1G
<NixOS_GitHub> nixpkgs/master 4134db3 davidak: linux-testing-bcachefs: init at 4.11.2017.08.23
<NixOS_GitHub> nixpkgs/master bd79b8c davidak: bcachefs-tools: 2016-05-13 -> 2017-08-28
<NixOS_GitHub> nixpkgs/master 8f389f3 davidak: nixos/bcachefs: init module
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #25603: linux-testing-bcachefs: init at 87a9a6e (master...bcachefs) https://git.io/v9rqM
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to release-17.09: https://git.io/v5l1w
<NixOS_GitHub> nixpkgs/release-17.09 910d6c3 davidak: linux-testing-bcachefs: init at 4.11.2017.08.23...
<NixOS_GitHub> nixpkgs/release-17.09 55a59f4 davidak: bcachefs-tools: 2016-05-13 -> 2017-08-28...
<NixOS_GitHub> nixpkgs/release-17.09 7a15de1 davidak: nixos/bcachefs: init module...
NixOS_GitHub has left #nixos []
gnuhurd has joined #nixos
NightTrain has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc closed pull request #28775: Document the stateVersion more (master...describe-stateVersion) https://git.io/v5lI2
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to release-17.09: https://git.io/v5l1j
<NixOS_GitHub> nixpkgs/release-17.09 1664e69 Graham Christensen: configuration.nix: Document the stateVersion more...
NixOS_GitHub has left #nixos []
samtoday has left #nixos ["bye"]
proteusguy has quit [(Remote host closed the connection)]
dbmikus has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 3 new commits to master: https://git.io/v5lMM
<NixOS_GitHub> nix/master 9f47eac Eelco Dolstra: Fix mismatched tag warning...
<NixOS_GitHub> nix/master fabde43 Eelco Dolstra: Fix build failure on non-Linux...
<NixOS_GitHub> nix/master 7d4a713 Eelco Dolstra: More macOS build fixes
NixOS_GitHub has left #nixos []
dbmikus has quit [(Ping timeout: 240 seconds)]
<sphalerite> romildo: as another option, symlink all the icons from hicolor into mate?
<sphalerite> That solves the issue for all cases where mate_icon_theme might be used
ktf_ has quit [(Ping timeout: 246 seconds)]
freeman42y[m] has joined #nixos
pxc has joined #nixos
freeman42x[m] has quit [(Ping timeout: 264 seconds)]
pxc has quit [(Ping timeout: 240 seconds)]
peacememories has joined #nixos
gnuhurd has quit [(Ping timeout: 240 seconds)]
jbgi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] hamishmack closed pull request #27392: pango: temp fix for font size on Retina displays (master...master) https://git.io/vQ55i
NixOS_GitHub has left #nixos []
peacememories has quit [(Quit: Textual IRC Client: www.textualapp.com)]
peacememories has joined #nixos
peacememories has quit [(Client Quit)]
peacememories has joined #nixos
jophish has joined #nixos
ktf_ has joined #nixos
justan0theruser has joined #nixos
justanotheruser has quit [(Ping timeout: 248 seconds)]
betaboon has joined #nixos
betaboon has quit [(Changing host)]
betaboon has joined #nixos
FRidh has joined #nixos
phinxy has joined #nixos
dbmikus has joined #nixos
jbgi has quit [(Ping timeout: 240 seconds)]
brodul has quit [(Remote host closed the connection)]
dbmikus has quit [(Ping timeout: 240 seconds)]
justan0theruser has quit [(Quit: WeeChat 1.7.1)]
justanotheruser has joined #nixos
arximboldi has joined #nixos
deltasquared has left #nixos ["Leaving"]
proteusguy has joined #nixos
uwap has joined #nixos
phdoerfler has joined #nixos
phinxy has quit [(Read error: No route to host)]
phinxy has joined #nixos
vD2Kap has quit [(Quit: leaving)]
NightTrain has quit [(Quit: Lost terminal)]
ToxicFrog has joined #nixos
simukis has quit [(Ping timeout: 255 seconds)]
simukis has joined #nixos
jtojnar has quit [(Quit: jtojnar)]
simukis has quit [(Client Quit)]
grumble has quit [(Quit: told)]
rumble has joined #nixos
rumble is now known as grumble
simukis has joined #nixos
abcrawf has quit [(Remote host closed the connection)]
abcrawf has joined #nixos
betaboon has quit [(Quit: This computer has gone to sleep)]
jellowj has quit [(Ping timeout: 240 seconds)]
betaboon has joined #nixos
betaboon has quit [(Changing host)]
betaboon has joined #nixos
jellowj has joined #nixos
freeman42x[m] has joined #nixos
dbmikus has joined #nixos
freeman42y[m] has quit [(Ping timeout: 255 seconds)]
pie__ has joined #nixos
pie_ has quit [(Ping timeout: 240 seconds)]
dbmikus has quit [(Ping timeout: 255 seconds)]
phinxy has quit [(Read error: No route to host)]
vaibhavsagar has joined #nixos
takle_ has joined #nixos
LnL has quit [(Ping timeout: 255 seconds)]
<sphalerite> So my system is no longer booting — including old generations. Systemd-boot is saying "not supported" with the kernel image name so my guess is that the image is corrupted
takle has quit [(Ping timeout: 240 seconds)]
jtojnar has joined #nixos
<sphalerite> Assuming that the image is in a binary cache and I have the output path, can I construct a URL at which the image is available so I can fix my installation?
<sphalerite> I can't just mount the system from a live USB because I don't seem to have a nixos one lying around, and my live Debian USB doesn't support zfs
<Infinisil> sphalerite: Can you install the iso on another stick from debian?
<Infinisil> the nixos iso?
elurin has quit [(Ping timeout: 240 seconds)]
<sphalerite> Yeah but that's a huge pain
<sphalerite> Largely because that also doesn't support zfs
<gchristensen> sphalerite: someone could make a zfs-supporting stick for you
<sphalerite> Yeah, or I could by installing nix on the Debian. But it's still a royal pain
<gchristensen> no kidding :/
<sphalerite> Can I not just get a URL for the kernel image?
<gchristensen> I can put the image on a server if you'd likee
<gchristensen> but no the image is likely not publicly fetchable from the cache
erictapen has quit [(Ping timeout: 246 seconds)]
<gchristensen> oops ... no I can't, sorry, I have to run
<disasm> sphalerite: you need stable or unstable kernel?
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<phdoerfler> is there an environment.etc for other directories?
erictapen has joined #nixos
<mudri> [repost] Can I use something like this to pin Haskell packages (either individually or all of them)? http://edwtjo.me/posts/2016-04-24-installing-older-pkgs-in-nixos/
<domenkozar> yes
freeman42y[m] has joined #nixos
<Infinisil> sphalerite: You can just rebuild the iso
<Infinisil> with zfs support
<Infinisil> that's what I'm always doing
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gebner pushed 2 new commits to master: https://git.io/v5lAN
<NixOS_GitHub> nixpkgs/master 39a982d Ryan Mulligan: nixos/calibre-server: fix ExecStart call...
<NixOS_GitHub> nixpkgs/master 1dcfcef Gabriel Ebner: Merge pull request #28783 from ryantm/calibre-server...
NixOS_GitHub has left #nixos []
<disasm> sphalerite: util.samleathers.com/59r46g7yahgpym47fgif1ggpjyfr09zf-linux-4.9.44-bzImage.efi
freeman42x[m] has quit [(Ping timeout: 240 seconds)]
<sphalerite> gchristensen: why not? :/
freeman42x[m] has joined #nixos
<sphalerite> disasm: thanks
<Guest7639> sphalerite: I forgot I had to run an errand and am running out of time to do it this morning. I'm sorry.
<Infinisil> Guest7639: Is that you gchristensen ?
<sphalerite> grahamc: No I mean why would it not be available from cache.nixos.org
elurin has joined #nixos
<mudri> domenkozar: was that in response to me?
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
<sphalerite> grahamc: also for your nick, can't you use !storepass to avoid always getting renamed to GuestXYZABC?
dbmikus has joined #nixos
<Infinisil> mudri: This should work on anything in nixpkgs really
<domenkozar> mudri: yes
phinxy has joined #nixos
LnL has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
iyzsong has joined #nixos
jellowj has joined #nixos
jellowj has quit [(Client Quit)]
<mudri> Infinisil: is there an example anywhere? I don't see how to do it, given that Haskell packages rely on using super, but pinnedPkgs is more like self.
phinxy has left #nixos []
<mudri> And ghcWithPackages introduces its own replacement for self.
jellowj has joined #nixos
dbmikus has quit [(Ping timeout: 264 seconds)]
odi has quit [(Ping timeout: 252 seconds)]
bennofs has joined #nixos
nix-gsc-io`bot has joined #nixos
<Infinisil> mudri: What do you need exactly? All packages from an older nixpkgs or combine old packages with newer ones? The former should be simple, just a matter of using `pkgs = import a-specific-nixpkgs {}`, not sure if the latter is possible, because of how the haskell ecosystem works
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/768b390adc (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
<otwieracz> Some time ago I was trying to use NixOS on workstation – the main problem I ran into was when one software needed another. Like, for example, emacs and SBCL - both have nixpkg, but I was unable to start SBCL from emacs - because of obvious reason, the filesystem was separate for those packages. I ended up doing some weird things with „environments”, with `nix-shell` starting bash using specially
<otwieracz> crafted `default.nix`… has been this solved anyhow?
<Infinisil> (I also have no idea about the ghc override thing with super and self)
proteusguy has quit [(Ping timeout: 240 seconds)]
ShalokShalom has quit [(Remote host closed the connection)]
<Infinisil> otwieracz: All system binaries are installed in `/run/current-system/sw/bin`, which is in $PATH by default, but you may need to point emacs to there specifically maybe
<mudri> I'll try the former. I was thinking it might be better anyway.
<Infinisil> otwieracz: Well, not installed in there, just symlinked
<mudri> Aah, okay, I remember where my problem was. I'll post some stuff...
Guest7639 is now known as grahamc
grahamc has quit [(Changing host)]
grahamc has joined #nixos
grahamc has quit [(Changing host)]
grahamc has joined #nixos
sellout- has joined #nixos
<grahamc> sphalerite: thank you :)
<grahamc> sphalerite: cache only serves NARs, not actual files
<sphalerite> Aaah right so I'd need the hash of the drv that the path came from?
<LnL> just the store path is enough to substitute something from the cache
erictapen has quit [(Ping timeout: 246 seconds)]
<mudri> So, I wanted to do this: http://nixpaste.lbr.uno/5_9RVu-E?nix
<mudri> Off-by-one on the indentation, sorry. http://nixpaste.lbr.uno/_V66EWfh?nix
<mudri> But with that, haskellPackages is defined twice.
<mudri> And I don't see how to feed in the pinned haskellPackages.
<mudri> Replacing ⟨super⟩ by ⟨pinned⟩ seems to make Nix loop.
<sphalerite> LnL: had I known that half an hour ago x) how?
<Infinisil> mudri: `inherit (pinned) haskellPackages` is equivalent to `haskellPackages = pinned.haskellPackages`, so that's why it's defined twice
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<mudri> Yes.
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<LnL> sphalerite: nix-store -r /nix/store/...
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<LnL> or even nix-env -i /nix/store/...
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<sphalerite> LnL: oh but I need nix and a store for that :p
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
<mudri> Infinisil: so, what can I do?
erictapen has quit [(Remote host closed the connection)]
<LnL> ah well you can download the nar by looking at https://cache.nixos.org/<hash>.narinfo
<sphalerite> mudri: remove the inherit line
<Infinisil> mudri: Not sure, the `super: let self = super.pkgs; in with self;` at the beginning makes me very confused
<mudri> sphalerite: but then we're back to square one.
<mudri> Infinisil: is that not standard?
<Infinisil> mudri: Yeah could be, haven't used it before thoug
<sphalerite> mudri: and use pinned.Haskell packages rather than super.haskellPackages
<sphalerite> Minus autocorrect
<mudri> sphalerite: that seemed to make Nix loop.
<sphalerite> mudri: sorry for constantly going over stuff you've already said. I'm on my phone so I don't have a good overview
<mudri> Aah, okay, sure.
freeman42y[m] has joined #nixos
<sphalerite> Do you need to have pinned in the packageOverrides?
erictapen has joined #nixos
<mudri> I think so, but I'll try without if needed.
arximboldi has quit [(Remote host closed the connection)]
<mudri> The current nixpkgs I have can't even build text-1.2.2.2, so I might need to pin it for the overrides too, eventually.
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
freeman42x[m] has joined #nixos
<Infinisil> What command are you using to test if it works? nix-env ..?
erictapen has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 2 new commits to release-17.09: https://git.io/v58eV
<NixOS_GitHub> nixpkgs/release-17.09 0f004d0 Ryan Mulligan: nixos/calibre-server: fix ExecStart call...
<NixOS_GitHub> nixpkgs/release-17.09 3e31d25 Eelco Dolstra: nix: 1.11.13 -> 1.11.14...
NixOS_GitHub has left #nixos []
ixxie has joined #nixos
peacememories has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
erictapen has joined #nixos
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
<mudri> Infinisil: so, I have a bunch of packages listed with ghcWithHoogle, and the resulting compiler goes into a buildEnv package containing all my packages (called ⟨everything⟩). Then I run ⟨nix-env -iA g.everything⟩.
<Infinisil> mudri: Currently I have some internet troubles, can't test this myself
<Infinisil> but try doing `import (...) { config = {}; }`
<Infinisil> instead of `import (...) {}`
<mudri> Hmm, okay, sounds reasonable.
<sphalerite> mudri: does this work? http://nixpaste.lbr.uno/YNuvPAsO?nix
<sphalerite> (now on my laptop with a glorious big screen :p )
<disasm> sphalerite: so that kernel worked? :)
proteusguy has joined #nixos
<sphalerite> disasm: I noticed that debian has a convenient zfs-dkms package x)
<sphalerite> thanks though
<disasm> awesome, glad you got it working!
ryantrinkle has quit [(Ping timeout: 248 seconds)]
<mudri> Aah, quite possibly. I'll give it a go.
<sphalerite> disasm: just the kernel wouldn't have helped in fact, unless it was the same one — because all the modules need to be compatible too
<Infinisil> sphalerite: For the future: you can set `boot.supportedFilesystems = [ "zfs" ]` then `sudo nixos-rebuild switch` while in the live iso to get zfs support
<sphalerite> nope, also needs hostId :p
<Infinisil> Ah yes
arximboldi has joined #nixos
odi has joined #nixos
<mudri> sphalerite: no, that does the looping behaviour again (eating memory).
<sphalerite> how long do you leave it running?
<sphalerite> oooh I think I know
<sphalerite> can I get a nix-shell from a .drv file?
<sphalerite> I tried just nix-shell /nix/store/…-shell.drv but it complains about the syntax, presumably trying to parse and evaluate it as nix
dbmikus has joined #nixos
simukis has quit [(Quit: simukis)]
<sphalerite> mudri: does http://nixpaste.lbr.uno/wLQ7SHPP?nix work?
<mudri> sphalerite: I'll try it soon.
<sphalerite> alright. I'm fairly confident that that will solve at least this problem in particular :)
<mudri> About the looping earlier, it was that it ate all my memory in a few seconds, so I couldn't leave it going any longer.
<sphalerite> oh haha fair enough
<disasm> anyone have any ideas how to resolve this? ../../lib/libFreeCADApp.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const'
faffolter has joined #nixos
faffolter has quit [(Changing host)]
faffolter has joined #nixos
<sphalerite> disasm: link against boost-regex would be my guess
<mudri> I need to read what import does. My use of it at the moment is a bit blind.
<sphalerite> given a path, it evaluates as the expression in the file at that path
<globin> cstrahan: could you ping me when you're available for a few minutes?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v58Tf
<NixOS_GitHub> nixpkgs/master f5dd3b7 Maximilian Bosch: luaffi: init at 2013-11-08
<NixOS_GitHub> nixpkgs/master 724a69f Maximilian Bosch: weechat-matrix-bridge: init at 2017-03-28
<NixOS_GitHub> nixpkgs/master feea019 Jörg Thalheim: Merge pull request #28738 from Ma27/init/weechat-matrix-bridge...
NixOS_GitHub has left #nixos []
<sphalerite> mudri: https://nixos.org/nixos/nix-pills/functions-and-imports.html#idm140737316509712 the whole nix pills series is a good read if you want to write nix
<mudri> Aah, right, and fetchFromGithub produces a path. That makes sense.
reinhardt has joined #nixos
goibhniu1 has joined #nixos
goibhniu has quit [(Ping timeout: 252 seconds)]
<mudri> Oh no, I have to compile my own agda-stdlib. This is a bit painful, but okay.
reinzelmann has quit [(Ping timeout: 248 seconds)]
<sphalerite> technically a derivation, but those can be coerced into strings and become paths :)
goibhniu1 is now known as goibhniu
<mudri> Oh, that's how it works? Okay.
<Mic92> mudri: I think agda-stdlib is broken in master
<mudri> Mic92: yeah, that's what I found. It seems really weird, though. Some change far away must have caused it. :-(
<disasm> mudri: if you fix it: https://github.com/NixOS/nixpkgs/issues/28643
<mudri> No idea how to fix it. I'm just pinning it to an old version at the moment.
<mudri> What the hell!? I'm still getting this error with the text package. http://lpaste.net/358104
dieggsy has joined #nixos
canndrew has quit [(Ping timeout: 240 seconds)]
Neo-- has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to release-17.03: https://git.io/v58tY
<NixOS_GitHub> nixpkgs/release-17.03 c121e43 Volth: tinc_pre: avoid infinite loop with EBADFD on network restart...
NixOS_GitHub has left #nixos []
<CustosLimen[m]> hmm
<CustosLimen[m]> is the irc bridge dead ?
CustosLimen[m] has left #nixos ["User left"]
<disasm> mudri: from what I can tell, it seems like it's trying to maybe modify a file in the nix store?
MercurialAlchemi has quit [(Ping timeout: 240 seconds)]
romildo has quit [(Quit: Leaving)]
<mudri> disasm: I mean, has the way Agda builds packages (in Nix) changed at all in the last few months?
LnL has quit [(Read error: Connection reset by peer)]
pie__ has quit [(Read error: Connection reset by peer)]
pie__ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 3 new commits to master: https://git.io/v58qV
<NixOS_GitHub> nix/master c2154d4 Eelco Dolstra: Rename a few configuration options...
<NixOS_GitHub> nix/master fd73c1e Eelco Dolstra: Add an activity for binary cache queries
<NixOS_GitHub> nix/master bbdf08b Eelco Dolstra: Call queryMissing() prior to building...
NixOS_GitHub has left #nixos []
phdoerfler has quit [(Quit: Leaving.)]
LnL has joined #nixos
<disasm> no idea... just trying to fix packages for the release, don't know much about agda or haskell
<mudri> Aah, right.
phdoerfler has joined #nixos
phdoerfler has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v58m9
<NixOS_GitHub> nixpkgs/master d83cadf Jörg Thalheim: photoqt: 1.3 -> 1.5.1...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v58mb
<NixOS_GitHub> nixpkgs/release-17.09 cc557ec Jörg Thalheim: photoqt: 1.3 -> 1.5.1...
NixOS_GitHub has left #nixos []
ryantrinkle has joined #nixos
odi has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #28791: libgrypt: 1.8.0 -> 1.8.1 (master...CVE-2017-0379) https://git.io/v58YF
NixOS_GitHub has left #nixos []
ktf_ has quit [(Ping timeout: 252 seconds)]
bfrog has quit [(Ping timeout: 240 seconds)]
pie__ has quit [(Ping timeout: 248 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
ison111 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #28792: libgcrypt: 1.7.8 -> 1.7.9 (release-17.03) (release-17.03...release-17.03-CVE-2017-0379) https://git.io/v58OA
NixOS_GitHub has left #nixos []
ixxie has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] wizzup opened pull request #28793: Cleanup pkgs/top-level/python-packages.nix (master...cleanup-pythonPackages) https://git.io/v583Y
NixOS_GitHub has left #nixos []
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/1664e69d09 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<gchristensen> ^ woohoo! 17.09's first version!
<disasm> yay!!! :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to staging: https://git.io/v583h
<NixOS_GitHub> nixpkgs/staging 095af3e Lancelot SIX: libgcrypt: 1.8.0 -> 1.8.1...
NixOS_GitHub has left #nixos []
ixxie has joined #nixos
prototrout is now known as Guest94839
prototrout_ has joined #nixos
jellowj has quit [(Ping timeout: 252 seconds)]
<LnL> upgrade time :D
erictapen has quit [(Ping timeout: 248 seconds)]
deltasquared has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] afrepues opened pull request #28794: gmime: updated home and description (master...gmime-update-metadata) https://git.io/v58Zq
NixOS_GitHub has left #nixos []
jellowj has joined #nixos
mudri has quit [(Ping timeout: 248 seconds)]
revtintin has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] florianjacob opened pull request #28795: nixos/piwik: fix nginx submodule's ssl defaults (master...piwik-nginx-submodule-improvements) https://git.io/v58c6
NixOS_GitHub has left #nixos []
Mateon1 has quit [(Remote host closed the connection)]
deltasquared has left #nixos ["CPU0 on fire?"]
<CrazedProgrammer> \o/
snikkers has quit [(Quit: Lost terminal)]
lsix has joined #nixos
grw3 has quit [(Remote host closed the connection)]
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
freeman42y[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] afrepues opened pull request #28796: gmime3: init at 3.0.1 (master...gmime-3-init) https://git.io/v58CD
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Read error: Connection reset by peer)]
freeman42x[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
pxc has joined #nixos
Sonarpulse has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/c121e43c30 (from 86 minutes ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
Mateon1 has joined #nixos
nix-gsc-io`bot has quit [(Client Quit)]
digitus has joined #nixos
reinhardt has quit [(Quit: Leaving)]
<mpickering> Is there an easy way to query hydra to tell me which derivations it was able to build?
dieggsy has quit [(Quit: ERC (IRC client for Emacs 26.0.50))]
<hyper_ch> it all depends on how you define "easy"
<LnL> nix-build --dry-run will show you what's in the cache
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
freusque has quit [(Quit: WeeChat 1.7.1)]
jacob has joined #nixos
jacob is now known as Guest64483
erasmas has joined #nixos
civodul has quit [(Remote host closed the connection)]
Mateon1 has left #nixos []
<mpickering> easy = an API which I can query which tells me the build status of an attribute
ixxie has quit [(Quit: Lost terminal)]
gnuhurd has joined #nixos
ixxie has joined #nixos
<LnL> I know you can get the output path of the last successful build, so probably
<mpickering> I suppose I shouldn't query the API 6000 times to find out information about all the builds I care about
<gchristensen> yikes
<LnL> no, that's why I mentioned --dry-run that queries the cache
faffolter has quit [(Ping timeout: 240 seconds)]
fresheyeball has joined #nixos
<fresheyeball> morning nixers!
<bennofs> mpickering: evaluate attribute to get hash, then check if there is a narinfo in the cache?
<bennofs> mpickering: or better, just check store-paths.xz
<fresheyeball> so I've got xmonad and sddm running on a macbook pro
<fresheyeball> and the resolution is INTENSE
<fresheyeball> anyone have guidence as to how I might make my apps appear larger?
<bennofs> mpickering: channels.nixos.org/channels/nixpkgs-unstable/store-paths.xz is a list of all store paths in nixpkgs-unstable
bfrog has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/cc557ec35e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<tilpner> fresheyeball - Maybe try services.xserver.dpi? (Didn't try myself, only have a FHD display)
<fresheyeball> tilpner: oh! you mean this might be fixable via configuration.nix?
iyzsong has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28794: gmime: updated home and description (master...gmime-update-metadata) https://git.io/v58Zq
NixOS_GitHub has left #nixos []
<tilpner> I'm just guessing in case nobody who solved your problem shows up. It might do *something* along what you want
prototrout_ is now known as prototrout
<fresheyeball> tilpner: fair!
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ironpinguin opened pull request #28797: Update nexus (master...update-nexus) https://git.io/v58Rv
NixOS_GitHub has left #nixos []
<tilpner> FWIW, none of the macbook configs the search results brought up use this option...
<fresheyeball> it's a great jumping off point for sure, which is exactly what I needed
sellout- has quit [(Quit: Leaving.)]
<fresheyeball> tilpner: yeah I saw that one
vaibhavsagar has joined #nixos
<fresheyeball> thats why I did for now, just make a big font on the terminal
<disasm> fresheyeball: I feel your pain... My solution was to run i3 in a gnome session. I know there are xmonad+gnome configs too people use around here.
<ixxie> so.... I imported this derivation - https://github.com/ixxie/fluxstack/blob/master/flux/nix/derivation.nix - into my configuration in order to install a script into my configuration
<ixxie> but now the script only works normally, not under sudo
fresheyeball has quit [(Quit: WeeChat 1.9)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin pushed 1 new commit to master: https://git.io/v580E
<NixOS_GitHub> nixpkgs/master e8b8864 Dan Peebles: terraform: build all known 0.10 plugins in Hydra
NixOS_GitHub has left #nixos []
<lewo> Hi. I'm wondering how hydra build products are currently pushed to aws. Where could I find information/code about this part?
<hyper_ch> anyone using gtk2/3?
<gchristensen> lewo: which part specifically?
zeus_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v580d
<NixOS_GitHub> nixpkgs/master 6fb1856 Jörg Thalheim: pythonPackages.willie: remove...
NixOS_GitHub has left #nixos []
proteusguy has quit [(Ping timeout: 240 seconds)]
eisbaer2 has quit [(Ping timeout: 246 seconds)]
<lewo> gchristensen: I would like to know how hydra could generate nar, narinfo and sent them to AWS
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v58Ee
<NixOS_GitHub> nixpkgs/release-17.09 c6b7eff Jörg Thalheim: pythonPackages.willie: remove...
NixOS_GitHub has left #nixos []
aloiscochard has quit [(Quit: Connection closed for inactivity)]
<gchristensen> upsertFile
<pstn> OK, so I looked into this bug https://github.com/NixOS/nixpkgs/issues/27314 and did some reading and stuff and I've three ways fixing it. I'd like to hear what would be preferred.
bfrog has quit [(Ping timeout: 246 seconds)]
fresheyeball has joined #nixos
<fresheyeball> tilpner: hilariously, the dpi setting only scaled the terminal haha
<tilpner> :/
<pstn> 1. Copy the code from the postgres definition into the hydra function. Ugly and hackish and the same bug will probably need fixing in some other packages.
<pstn> 2. Move the postgres user definition in another nix file (but where would be a good place) and use it in both files. That's a better solution but it's not easy to discover for other devs and might lead to dead code down the way.
<pstn> 3. Rework the postgres User to be a config value with the current function as the default. That would be easier to discover for other devs but users could break stuff by changing it.
<pstn> Did I overlook a method and what would you advise? /cc gchristensen
mudri has joined #nixos
__Sander__ has quit [(Quit: Konversation terminated!)]
<lewo> gchristensen: ok, thanks.
<gchristensen> maybe a stupid question, but does changing root here: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/continuous-integration/hydra/default.nix#L417 to postgres fix it?
<copumpkin> ikwildrpepper: much weirdness and possible full disks on mac builders on hydra :( https://hydra.nixos.org/build/59729841
<gchristensen> lewo: you're welcome :) good luck!
<copumpkin> Iikwildrpepper, niksnut: I repeat my usual offer re: mac infrastructure ;)
ison111 has quit [(Ping timeout: 252 seconds)]
<pstn> gchristensen: Well, at least I had a learning experience with trying the nix way of fixing it :-D
<pstn> Yeah, that should also work, let me try it.
<gchristensen> pstn: :D I have no idea if that is the right solution fwiw :P
phdoerfler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v58Ej
<NixOS_GitHub> nixpkgs/master 0b2f9d1 Jörg Thalheim: pythonPkgs.html5lib_0_9999999: remove...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v58uf
<NixOS_GitHub> nixpkgs/release-17.09 9ba5678 Jörg Thalheim: pythonPkgs.html5lib_0_9999999: remove...
NixOS_GitHub has left #nixos []
<sphalerite> philipp: keep in mind that long messages will not be relayed verbatim to IRC, and that breaks highlights. Add a highlight after a long message to make sure it reaches its destination :)
<sphalerite> hyper_ch: you may want to be more specific about the problem you're having (assuming you have a problem). My guess is 99% of the people here are using gtk one way or another :)
tdc has quit [(Read error: Connection reset by peer)]
tdc has joined #nixos
<hyper_ch> sphalerite: still my thunderbird issue
<hyper_ch> and chromium
<hyper_ch> when it open file select dialog, by default it just sorts alphabetically instead of folder first, files second
<hyper_ch> this is so annyoing
<pstn> sphalerite: Those were multiple messages <200 chars. THat should be OK, shouldn't it?
gnuhurd has quit [(Ping timeout: 240 seconds)]
<sphalerite> philipp: whoops, never mind then haha I thought it was a multiline message
<pstn> sphalerite: I was also pleasently surprised by the nice formatting across multiple messages ;-)
endformationage has joined #nixos
<sphalerite> hyper_ch: anything in the journal or .xsession-errors (depending on your display manager) about dconf or similar?
<ixxie> alright, no apparantly environment.variable doesn't set variable for root?
<sphalerite> ixxie: how are you becoming root? For interactive sessions you should use `sudo -i` or `su -`
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v58zc
<NixOS_GitHub> nixpkgs/master cffb1fa Servilio Afre Puentes: gitlab: 8.17.6 -> 8.17.8...
<NixOS_GitHub> nixpkgs/master fae458c Servilio Afre Puentes: gitlab: fix permission issue in build phase...
<NixOS_GitHub> nixpkgs/master 73d8582 Jörg Thalheim: Merge pull request #28765 from afrepues/gitlab-8.17.8-and-fix-build-phase...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin pushed 1 new commit to master: https://git.io/v58z8
<NixOS_GitHub> nixpkgs/master bcbcbfc Dan Peebles: terraform: add template plugin for 0.10
NixOS_GitHub has left #nixos []
<ixxie> sphalerite: I am running on script with sudo
<ixxie> sphalerite: the script needs to access an environment variable I want to set in my configuration
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to release-17.09: https://git.io/v58zo
<NixOS_GitHub> nixpkgs/release-17.09 53b7848 Servilio Afre Puentes: gitlab: 8.17.6 -> 8.17.8...
<NixOS_GitHub> nixpkgs/release-17.09 c105d14 Servilio Afre Puentes: gitlab: fix permission issue in build phase...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to release-17.03: https://git.io/v58zS
<NixOS_GitHub> nixpkgs/release-17.03 8b8d64a Servilio Afre Puentes: gitlab: 8.17.6 -> 8.17.8...
<NixOS_GitHub> nixpkgs/release-17.03 97ea13c Servilio Afre Puentes: gitlab: fix permission issue in build phase...
NixOS_GitHub has left #nixos []
<sphalerite> the docs for environment.variables say "A set of environment variables used in the global environment. These variables will be set on shell initialisation. The value of each variable can be either a string or a list of strings. The latter is concatenated, interspersed with colon characters. "
<sphalerite> "will be set on shell initialisation"
<sphalerite> in the case of invoking a command via sudo, this doesn't happen
<ixxie> damn
<hyper_ch> sphalerite: why should there be an error?
<hyper_ch> it's default configs and I have no idea where to change that
tdc has quit [(Read error: Connection reset by peer)]
<hyper_ch> since chromium and thunderbird to it, I assume it's some kind of gtk setting somewhere
<sphalerite> You'll either want to do something like `sudo sh -c '. /etc/profile; stuff'` or (better ;) ) build the script in the system configuration to have the variable baked in
goibhniu has quit [(Ping timeout: 248 seconds)]
<ixxie> I think I will go for the latter sphalerite
<ixxie> thanks
fresheyeball has quit [(Ping timeout: 264 seconds)]
<sphalerite> hyper_ch: it might well be that the change, which should be persistent, is getting discarded because it's using the "memory" GSettings backend or something like that
pie_ has joined #nixos
<sphalerite> Jun 21 07:40:15 sudoku soffice.bin[26038]: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
<sphalerite> If you see this error message in either of the aforementioned places, that would confirm my suspicion
<hyper_ch> gsettings.. no idea what that is
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #28798: darwin-stdenv: Don't use `nativeTools` (staging...darwin-no-nativeTools) https://git.io/v58gl
NixOS_GitHub has left #nixos []
freeman42y[m] has joined #nixos
freeman42y[m] has quit [(Max SendQ exceeded)]
<Mic92> sphalerite: https://nixos.wiki/wiki/Packaging_Software#GLib-GIO-Message:_Using_the_.27memory.27_GSettings_backend._Your_settings_will_not_be_saved_or_shared_with
<Mic92> hyper_ch: https://nixos.wiki/wiki/Packaging_Software#GLib-GIO-Message:_Using_the_.27memory.27_GSettings_backend._Your_settings_will_not_be_saved_or_shared_with
<hyper_ch> Mic92: no idea what to do with that
freeman42x[m] has quit [(Ping timeout: 255 seconds)]
jbgi has joined #nixos
<sphalerite> hm no thunderbird already has that wrapping
<sphalerite> so that's not the issue
<sphalerite> hyper_ch: got it!
<sphalerite> Use dconf-editor (nix-shell -p gnome3.dconf-editor --run dconf-editor)
<sphalerite> go to /org/gtk/settings/file-chooser and enable sort-directories-first
pie_ has quit [(Read error: Connection reset by peer)]
pie_ has joined #nixos
<hyper_ch> what does nix-shell -p do? install it?
<sphalerite> no, it will get it but not install it in any profiles
<hyper_ch> good :)
<sphalerite> perfect for one-off uses of software :)
<hyper_ch> but it won't let me change it
<sphalerite> Which desktop environment are you using?
<hyper_ch> kde, what else is there to use?
<hyper_ch> I got that editor
<hyper_ch> I switch teh slider on the "use default value" then I set custom value to "true", I press the "check mark" on the bottom right but it all gets reversed
<sphalerite> You may need to install dconf into your profile and log out/back in
<pstn> gchristensen: It's not quite as simple. Trying a few things.
<hyper_ch> sphalerite: I have no idea how to do that
<hyper_ch> and why do I need to install dconf in my profile?
<sphalerite> nix-env -iA nixos.gnome3.dconf
<sphalerite> I think it should also work if you put it in the system profile (using environment.systemPackages)
<sphalerite> You need it in at least one of those because it provides a DBus service which the DBus session daemon needs to pick up for dconf to work
<hyper_ch> back in the good days, it was all config files
nico202 has joined #nixos
phdoerfler has quit [(Quit: Leaving.)]
<sphalerite> indeed
ixxie has quit [(Ping timeout: 260 seconds)]
<sphalerite> on the bright side, this allows the setting to be shared across all the running gtk applications. How awesome is that.
<sphalerite> (totally worth the complexity, right?)
<hyper_ch> sounds awesom... so installed dconf system-wide
<hyper_ch> now I need to reboot?
<hyper_ch> sphalerite: now that dconf-editor command worked :) yey
<hyper_ch> and are there really weird people out there that do not want directories to be listed first?
<sphalerite> rebooting shouldn't be necessary, just logging out and back in should be enough
<sphalerite> Good question. I don't know of any :p
faffolter has joined #nixos
faffolter has quit [(Changing host)]
faffolter has joined #nixos
<hyper_ch> can't reboot currently
ertes-w has quit [(Ping timeout: 255 seconds)]
ixxie has joined #nixos
pie_ has quit [(Read error: Connection reset by peer)]
pie__ has joined #nixos
elninja44 has joined #nixos
nico202 has quit [(Ping timeout: 240 seconds)]
dieggsy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 15 new commits to master: https://git.io/v58rC
<NixOS_GitHub> nixpkgs/master 43acfe0 wisut hantanong: pythonPackages.tempora : move to separate expression
<NixOS_GitHub> nixpkgs/master 6ba7b4c wisut hantanong: pythonPackages.hypchat : move to separate expression
<NixOS_GitHub> nixpkgs/master c043326 wisut hantanong: pythonPackages.smugpy : move to separate expression
NixOS_GitHub has left #nixos []
<dieggsy> on ubuntu, when i install emacs with nix vs with apt or source build, the cursor changes over the nix-built emacs window - it doesn't seem to be inherited from the DE. this doesn't happen the other ways. Anyone know how i can fix this?
nico202 has joined #nixos
hellrazor has quit [(Quit: WeeChat 1.9)]
<sphalerite> dieggsy: it might be looking in the wrong places. Try `strace -e file -f -o >(grep /cursors/) emacs` to see where it's looking
<sphalerite> setting XCURSOR_PATH to /usr/share/icons for the emacs process might help
<dtzWill> lol went to try 17.09 and for the most part was solid, but then I got "couldn't connect to your authentication agent" (or so), and realized I honestly don't know what's providing that for me now on 17.03 and so restarted to investigate and maybe revisit later hahaha O:)
<dtzWill> (re:running ssh-add)
<dtzWill> (this is not a bug report, lol)
griff_ has joined #nixos
gnuhurd has joined #nixos
phdoerfler has joined #nixos
<dieggsy> sphalerite: 23036 open("/home/diego/.icons/Breeze/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
<dieggsy> 23036 open("/nix/store/99l134bdbpqzwrpn1zs17rzjv37iw18x-libXcursor-1.1.14/share/icons/Breeze/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
<dieggsy> 23036 open("/nix/store/99l134bdbpqzwrpn1zs17rzjv37iw18x-libXcursor-1.1.14/share/pixmaps/Breeze/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory)
<dieggsy>
<dieggsy> er, sorry
<dieggsy> how can i go about installing these though
<sphalerite> dieggsy: setting XCURSOR_PATH to /usr/share/icons so it uses the ones from Ubuntu is probably the better way to go
<dieggsy> sphalerite: wouldn't i have to do that every time i open emacs though?
phdoerfler has quit [(Client Quit)]
<sphalerite> you could wrap it, which is a pretty common thing to do in the nix world
<dieggsy> sphalerite: that didn't seem to work, actually
<disasm> dtzWill: how'd you switch to 17.09? I tried nix-channel --add https://nixos.org/channels/nixos-17.09 nixos and got error: unable to download ‘https://nixos.org/channels/nixos-17.09/nixexprs.tar.bz2’: HTTP response code said error (22)
<gchristensen> disasm: nixos-17.09 hasn't happened yet, but nixos-17.09-small has
<sphalerite> dieggsy: oh, huh. How did you try it?
<disasm> ah, -small
<dieggsy> sphalerite: ah, nevermind. it did, thanks! though - why is that a better option than installing through nix?
<dtzWill> disasm: yeah, -small
<sphalerite> dieggsy: you can also install the cursor theme through nix, but it doesn't integrate as nicely into the rest of your desktop. It's a matter of personal preference really
<sphalerite> personally I wouldn't want one application looking in place A for cursors and another in B
<disasm> gchristensen: so with small, that just means more things are going to build locally than come from the cache, right?
<gchristensen> yeah
<dieggsy> sphalerite: i see. I think i'd rather do that for now - could you tell me how?
<dieggsy> would i need like breeze-icons or breeze-gtk
<sphalerite> dieggsy: you'll still need to wrap emacs setting XCURSOR_PATH in that case
<sphalerite> there are lots of ways to do this
<dieggsy> hmm
<sphalerite> you could install the icon themes and set XCURSOR_PATH to $HOME/.nix-profile/share/icons, or you could set XCURSOR_PATH to the store path of the icon theme package
<sphalerite> again, personally I'd just use the ones from Ubuntu for consistency's sake
mudri has quit [(Ping timeout: 260 seconds)]
ixxie has quit [(Ping timeout: 240 seconds)]
<sphalerite> That also means that if you change the cursor theme from ubuntu, your nix-installed emacs will adjust accordingly
<dieggsy> That's true
<dieggsy> sphalerite: ah, i could also symlink the ubuntu directory to ~/.icons. i'm not opposed to wrappers, i have plenty, i'm just seeing my options. is there a way to build-in the wrapping to the nix package (with an override, maybe?). thanks for the help anyway!
<dieggsy> I override emacs to install from source anyway is why i ask
pie__ has quit [(Ping timeout: 248 seconds)]
djbeau has joined #nixos
Judson1 has joined #nixos
<sphalerite> Hm emacs seems to be wrapped with wrapGAppsHook so I don't know how best to stack that with your own wrapping
<Judson1> If I need extra stuff available to my Vim, I need to do an overlay for it, don't I?
<Judson1> Or is there something easier?
<sphalerite> Judson1: for vim specifically there's an easier way
<Judson1> I'd like to get an lldb plugin to work, but it needs python (and maybe lldb itself)
<sphalerite> Judson1: https://github.com/lheckemann/dotfiles/blob/master/neovim.nix see how I set up racer for instance
<sphalerite> if there's a variable that the plugin uses to find lldb you can just set that in the expression that builds your config
<Judson1> I need to let Nix take over my Vim config for this, though?
erictapen has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej opened pull request #28799: stdenv-setup: fix substituteAll with set -eu (staging...stdenv-setup) https://git.io/v58ii
NixOS_GitHub has left #nixos []
<Judson1> sphalerite, how does your neovim.nix get applied?
<sphalerite> Judson1: by installing default.nix or graphical.nix from the same repo
vaibhavsagar has quit [(Ping timeout: 246 seconds)]
<sphalerite> You can just take neovim.nix and replace the first line with `let pkgs = import <nixpkgs> {}; in` though
<sphalerite> then install with nix-env -f neovim.nix -i
jtojnar has quit [(Quit: jtojnar)]
<sphalerite> But yes, you will probably need to manage your vim config with nix for this. That's a good thing though :p
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/97ea13c1d6 (from 68 minutes ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
vaibhavsagar has joined #nixos
nicoknop[m] has joined #nixos
arximboldi has quit [(Quit: arximboldi)]
jtojnar has joined #nixos
faffolter has quit [(Ping timeout: 246 seconds)]
takle_ has quit [(Remote host closed the connection)]
takle has joined #nixos
mudri has joined #nixos
takle has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28781: mate: add the MATE desktop environment (master...mate) https://git.io/v5l35
NixOS_GitHub has left #nixos []
[0x4A6F] has joined #nixos
faffolter has joined #nixos
faffolter has quit [(Changing host)]
faffolter has joined #nixos
ktf_ has joined #nixos
sellout- has joined #nixos
ktf_ has quit [(Ping timeout: 246 seconds)]
<pxc> hey, symphorien! thanks for fixing the issue with boot badness when nixos-rebuild is run and the store is mounted rw
<pxc> and fpletz, thanks for merging it :-)
arximboldi has joined #nixos
sigmundv__ has joined #nixos
<Judson1> I notice that neovim.nix in nixpkgs has a config for extraPythonPackages, which might be all I need? (Unless I need LLDB as a build input...) I'd like to use ths in /etc/nixos, sphalerite
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/v58MO
<NixOS_GitHub> nixpkgs/master 40cbf90 Simon Lackerbauer: rstudio: 1.1.216 -> 1.1.351
NixOS_GitHub has left #nixos []
<dieggsy> Just for reference, how often does nixpkgs-unstable get updated?
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c105d14032 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
JosW has quit [(Quit: Konversation terminated!)]
JosW has joined #nixos
betaboon has quit [(Quit: This computer has gone to sleep)]
dieggsy has quit [(Quit: ERC (IRC client for Emacs 26.0.50))]
dieggsy has joined #nixos
griff_ has quit [(Quit: griff_)]
<sphalerite> dieggsy: whenever the tests pass on the master branch
<gnuhurd> why doesn't NixOS have /usr/share/words?
<gnuhurd> if it does, how can I access it?
<gnuhurd> I'd wager it's somewhere in /nix
ChongLi has quit [(Read error: Connection reset by peer)]
<pxc> gnuhurd: is that where dictd dictionaries go or something?
<gnuhurd> I'm not sure what that is, it's just a file containing a list of words on most distributions
<dieggsy> gnuhurd: i think the question is what do you need it for maybe
<dieggsy> gnuhurd: i don't have a /usr/share/words in ubuntu
ToxicFrog has quit [(Ping timeout: 260 seconds)]
ChongLi has joined #nixos
<gnuhurd> dieggsy: for words
<dieggsy> gnuhurd: lol can you be more specific
<gnuhurd> dieggsy: I meant /usr/share/dict/words
<dieggsy> oh
aanderse_ has joined #nixos
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
aanderse has quit [(Ping timeout: 240 seconds)]
plll[m] has joined #nixos
<disasm> gonna try and see if I can get dmd to compile with gcc6 using the latest commits from dmd-cxx branch...
tmaekawa has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jensbin opened pull request #28800: netmask: init at 2.4.3 (master...netmask_init) https://git.io/v58SO
NixOS_GitHub has left #nixos []
eacameron has joined #nixos
sigmundv__ has quit [(Ping timeout: 248 seconds)]
<nixy> I didn't even know words was a thing, that is pretty neat
Arcaelyx has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] veprbl opened pull request #28801: sherpa: 2.2.1 -> 2.2.4 (master...sherpa_2_2_4) https://git.io/v589v
NixOS_GitHub has left #nixos []
<disasm> and fail :(
odi has joined #nixos
betaboon has joined #nixos
jtojnar has quit [(Remote host closed the connection)]
jtojnar_ has joined #nixos
_ris has joined #nixos
jtojnar_ has quit [(Remote host closed the connection)]
jtojnar has joined #nixos
sellout- has quit [(Quit: Leaving.)]
HurricaneHarry has quit [(Read error: Connection reset by peer)]
JosW has quit [(Read error: Connection reset by peer)]
JosW has joined #nixos
Lisanna_ has joined #nixos
_ris is now known as ris
threshold has quit [(Quit: leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pbogdan opened pull request #28802: rethinkdb: fix build with gcc6 (master...rethinkdb-fix-build) https://git.io/v58HK
NixOS_GitHub has left #nixos []
proteusguy has joined #nixos
HurricaneHarry has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6a7066eb53 (from 22 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
jellowj has quit [(Ping timeout: 240 seconds)]
Lisanna_ has quit [(Quit: Page closed)]
ToxicFrog has joined #nixos
griff_ has joined #nixos
[0x4A6F] has quit [(Ping timeout: 248 seconds)]
Ivanych has joined #nixos
nil has quit [(Ping timeout: 248 seconds)]
Fannar has joined #nixos
ison111 has joined #nixos
nil has joined #nixos
bpa has joined #nixos
kalebo has quit [(Ping timeout: 246 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d83cadf841 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
eacameron has quit [(Remote host closed the connection)]
Lisanna_ has joined #nixos
<Lisanna_> Is there a derivation / builder in nixpkgs that just extracts an RPM?
<Lisanna_> seems trivial to write one but if one's already written that would be nice ^^
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v585y
<NixOS_GitHub> nixpkgs/master 79bca40 Vladimír Čunát: ghostscript: include X by default...
NixOS_GitHub has left #nixos []
jtojnar has quit [(Remote host closed the connection)]
aanderse_ has quit [(Remote host closed the connection)]
aanderse_ has joined #nixos
jtojnar has joined #nixos
<sphalerite> Lisanna_: not really so trivial because all the path references in the files in the RPM would be wrong]
jellowj has joined #nixos
<Lisanna_> sphalerite: what do you mean "in the RPM"?
ertes has joined #nixos
07IAAYMJ9 has joined #nixos
<07IAAYMJ9> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v58dc
<07IAAYMJ9> nixpkgs/master 1785ac4 Jens Binkert: netmask: init at 2.4.3
<07IAAYMJ9> nixpkgs/master 79527c2 Jörg Thalheim: netmask: use autoreconfHook
<07IAAYMJ9> nixpkgs/master 57c40d0 Jörg Thalheim: Merge pull request #28800 from jensbin/netmask_init...
07IAAYMJ9 has left #nixos []
7GHAAF99V has joined #nixos
<7GHAAF99V> [nixpkgs] Mic92 closed pull request #28800: netmask: init at 2.4.3 (master...netmask_init) https://git.io/v58SO
7GHAAF99V has left #nixos []
jtojnar has quit [(Remote host closed the connection)]
<Lisanna_> the rpm command can take a prefix argument
<Lisanna_> so anything in the RPM that depends on other components being at specific absolute paths are just wrong
jtojnar has joined #nixos
<sphalerite> really? I thought that's only really for setting up chroots, and that absolute paths are a valid assumption to make
<sphalerite> I mean, if that weren't the case nix wouldn't be such a big deal :p
<sphalerite> gchristensen: Still struggling with the nvidia issue… Do you think you could share your entire config with me so I can see if a 1:1 copy works?
<gchristensen> sure
<gchristensen> around in 1.5hrs?
<sphalerite> yeah no rush, not sure I'll manage to try it right away then but just in general
<sphalerite> thanks!
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] unaizalakain opened pull request #28803: agda: fix primitive precompilation path (master...fix-primitive-agda) https://git.io/v58FC
NixOS_GitHub has left #nixos []
<Lisanna_> sphalerite: it could be that people don't do this even most of the time, but I'm not terribly interested in extracting RPMs that are built that way ^^
<Lisanna_> e.g. RPMs containing firmware I just want to get at so I can pass it into the nix firmware setting
<sphalerite> aaah right, yeah fair enough for that use case
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] unaizalakain closed pull request #28803: agda: fix primitive precompilation path (master...fix-primitive-agda) https://git.io/v58FC
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] unaizalakain reopened pull request #28803: agda: fix primitive precompilation path (master...fix-primitive-agda) https://git.io/v58FC
NixOS_GitHub has left #nixos []
<pstn> gchristensen: I tried a bit around and I definitively need that superuser variable from postgres in the hydra file. How should I get it over.
fresheyeball has joined #nixos
bennofs has quit [(Ping timeout: 240 seconds)]
jbgi has quit [(Ping timeout: 255 seconds)]
ris has quit [()]
ris has joined #nixos
<trikl[m]> Is `pkgs/development/haskell-modules/hackage-packages.nix` generated by cabal2nix?
pie_ has joined #nixos
<sphalerite> @trikl:matrix.org: head -n 1 pkgs/development/haskell-modules/hackage-packages.nix
Fannar has quit [(Ping timeout: 240 seconds)]
<trikl[m]> :')
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] unaizalakain closed pull request #28803: agda: fix primitive precompilation path (master...fix-primitive-agda) https://git.io/v58FC
NixOS_GitHub has left #nixos []
arximboldi has quit [(Ping timeout: 252 seconds)]
proteusguy has quit [(Ping timeout: 248 seconds)]
proteusguy has joined #nixos
betaboon has quit [(Quit: This computer has gone to sleep)]
takle has joined #nixos
takle has quit [(Remote host closed the connection)]
odi has quit [(Ping timeout: 255 seconds)]
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 1 new commit to master: https://git.io/v58N9
<NixOS_GitHub> nixpkgs/master 9105433 Peter Simons: multi-ghc-travis: update to latest git head
NixOS_GitHub has left #nixos []
Fannar has joined #nixos
kalebo has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
ison111 has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] frankbo opened pull request #28804: profanity support for unix (master...profanity-support-for-unix) https://git.io/v58AE
NixOS_GitHub has left #nixos []
noctuid[m] has joined #nixos
oida_ has joined #nixos
bpa has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 2 new commits to master: https://git.io/v58xk
<NixOS_GitHub> nixpkgs/master 2eeffa6 Peter Simons: hackage2nix: update list of broken builds
<NixOS_GitHub> nixpkgs/master e21497f Peter Simons: hackage-packages.nix: automatic Haskell package set update...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 2 new commits to master: https://git.io/v58xm
<NixOS_GitHub> nixpkgs/master cb61e27 Frank: profanity support for unix
<NixOS_GitHub> nixpkgs/master fd94a8a Michael Raskin: Merge pull request #28804 from frankbo/profanity-support-for-unix...
NixOS_GitHub has left #nixos []
oida has quit [(Ping timeout: 246 seconds)]
_ris has joined #nixos
<sphalerite> philipp: with import <nixos>; is the problem there. What are you trying to achieve?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 1 new commit to master: https://git.io/v58xE
<NixOS_GitHub> nixpkgs/master aa9bebf Peter Simons: R: update package set
NixOS_GitHub has left #nixos []
<pstn> sphalerite: I need to get lib and config in my scope
<sphalerite> philipp: do you want foo.nix to be part of your system configuration?
<pstn> yes
<pstn> I mean, part of the nixos systemc
<sphalerite> If so, what you want is the function signature like in /etc/nixos/configuration.nix
revtintin has quit [(Ping timeout: 264 seconds)]
<sphalerite> and add it to the imports in there, like imports = [ ./foo.nix ]; if foo.nix is also in /etc/nixos
ris has quit [(Ping timeout: 240 seconds)]
<pstn> No, that's not what I meant. This should be part of the nixos system, not my personal configuration. Hydra needs it.
<pstn> And probably a few other packages that will break down the line with the postgres changes.
noctuid[m] is now known as noctuid
<sphalerite> Same thing applies, just that you'd put the file somewhere in nixpkgs/nixos/modules and add it to the imports in some other module
noctuid is now known as angelic_sedition
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to master: https://git.io/v58p3
<NixOS_GitHub> nixpkgs/master 26ebbac Piotr Bogdan: rethinkdb: fix build with gcc6
<NixOS_GitHub> nixpkgs/master 69dd4f3 Vladimír Čunát: Merge #28802: rethinkdb: fix build with gcc6
NixOS_GitHub has left #nixos []
ison111 has joined #nixos
Filystyn has joined #nixos
Filystyn has quit [(Changing host)]
Filystyn has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #28802: rethinkdb: fix build with gcc6 (master...rethinkdb-fix-build) https://git.io/v58HK
NixOS_GitHub has left #nixos []
erasmas has quit [(Ping timeout: 240 seconds)]
angelic_sedition is now known as noctuid
gnuhurd has quit [(Remote host closed the connection)]
phdoerfler has joined #nixos
erasmas has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v58pM
<NixOS_GitHub> nixpkgs/master 59b525e Dmitry Kalinkin: sherpa: 2.2.1 -> 2.2.4
<NixOS_GitHub> nixpkgs/master 4acdb40 Jörg Thalheim: Merge pull request #28801 from veprbl/sherpa_2_2_4...
NixOS_GitHub has left #nixos []
oida_ has quit [(Ping timeout: 240 seconds)]
kiloreux has quit [(Ping timeout: 248 seconds)]
simukis has joined #nixos
<pstn> OK, I got something but I guess it's not pretty.
<tilpner> Does hardware.nvidiaOptimus.disable work for anyone since 16.09?
bennofs has joined #nixos
<tilpner> (Where "work" != system freeze after "systemd-modules-load[645]: Inserted module 'bbswitch'")
<pstn> This https://gist.github.com/pstn/9cd05e2980846fb89250d014341e9405 called with `postgresSuperUser = (import ../../databases/postgresUser.nix { inherit lib; inherit config; }).postgresSuperUser;`
<pstn> Or is that really the best solution?
alx741_ has quit [(Quit: alx741_)]
alx741 has joined #nixos
oida_ has joined #nixos
Delta_VII has joined #nixos
deltasquared has joined #nixos
<pstn> I could simlify it a little.
sellout- has joined #nixos
<Delta_VII> Hey, I have a problem with my NixOS installation
<Delta_VII> My screen brightness is stuck on max
sellout- has quit [(Client Quit)]
jtojnar has quit [(Remote host closed the connection)]
<sphalerite> philipp: set imports = [ ../../databases/postgresUser.nix ]; in the module where you have what you have there instead
kiloreux has joined #nixos
<deltasquared> Delta_VII: I think there's a program to handle it, I forget which though (if you want your backlight keys to work that is)
jtojnar has joined #nixos
<deltasquared> could have sworn someone on here mentioned which one it was at some point
<sphalerite> Delta_VII: which desktop environment are you using?
<Delta_VII> I am using KDE
<Delta_VII> With the X11 Server
<gchristensen> teozkr: ping
<sphalerite> Delta_VII: Ok, that should handle the brightness keys for you. Do you have an option for brightness in the panel that pops up when you click on the battery icon?
<teozkr> pong
<teozkr> :p
<Delta_VII> sphalerite: Yes, but it has no effect
<Delta_VII> I have a Lenovo Thinkpad X1 Yoga
<gchristensen> teozkr: I'm trying to package https://github.com/scalapb/ScalaPB with sbtix, have a few minutes?
<sphalerite> Delta_VII: Alright… What does `ls /sys/class/backlight` say?
sellout- has joined #nixos
<Delta_VII> It says only "intel_backlight"
fresheyeball has quit [(Ping timeout: 246 seconds)]
<teozkr> gchristensen not at my computer atm, but if you have any questions then I'll try to answer them
<gchristensen> teozkr: the perhaps easier alternative is to just download their precompiled one and put a java in the path
civodul has joined #nixos
<dtzWill> Delta_VII: xbacklight is what I use
<slyfox> nix does not compile on master: http://dpaste.com/0K55VKG : nlohmann/json.hpp: No such file or directory
Delta_VII has quit [(Remote host closed the connection)]
Lisanna_ has quit [(Ping timeout: 260 seconds)]
Delta_VII has joined #nixos
<tilpner> slyfox - 4c6a26539c8c5d1163c1a6a6d22caf818376b36a works
Ivanych has quit [(Ping timeout: 240 seconds)]
<sphalerite> Delta_VII: does the output of cat /sys/class/backlight/intel_backlight/brightness change if you change the brightness using the KDE adjusty thingy?
<teozkr> uhm
<gchristensen> ok teozkr I'm just going to call it a day and try again tomorrow :) I'll ping you if I continue having troubles
<sphalerite> dtzWill: xbacklight uses the same X Backlight extension as KDE AFAIK
<slyfox> local.mk hints it should be a part of distfiles: 'dist-files += configure config.h.in nix.spec perl/configure src/nlohmann/json.hpp'. alas
<teozkr> alright, sounds good gchristensen
<teozkr> good night :p
<gchristensen> you too :)
<dtzWill> oh, i'm sure--at least I'm not claiming it's special it's just a simple utility for setting it if doing so is supported
<dtzWill> i see you were giving better low-level help to investigate, whoops :)
<Delta_VII> sphalerite: Yes, it does
<sphalerite> Delta_VII: do you know if it works on other distros?
<Delta_VII> I had the same problem with Fedora
Guest64483 has quit [(Quit: Lost terminal)]
ktf_ has joined #nixos
matklad has joined #nixos
<matklad> Hi! How can I fix "unpacker produced multiple directories" problem?
<sphalerite> Delta_VII: Not sure I can help you then, sorry. You might have some luck with a newer kernel, but IIRC fedora tends to be on the latest everything so I doubt that'll get you very far
<matklad> I am trying to substitue oraclejdk with jetbrainsjdk
<matklad> but the tar that jetbrains provides does not have a top-level directory
<Delta_VII> sphalerite: Thats unfortunealy to hear
<Delta_VII> But thank you
<matklad> So what I want is `src = somethingsomethingaddTopLevelDirecotry (fetchUrl { ...}) `
deltasquared has left #nixos ["CPU0 on fire?"]
jellowj has quit [(Ping timeout: 252 seconds)]
<dtzWill> best past of nixos-17.09 is compton no longer spamming the logs :P
Delta_VII has quit [(Remote host closed the connection)]
<pstn> I set the imports in my file https://gist.github.com/pstn/7e40e190b46237c4d7e4f8438dca89c4 to https://gist.github.com/pstn/9cd05e2980846fb89250d014341e9405 but my build still fails with `error: undefined variable ‘postgresSuperUser’ at [...]:276.42`
JosW has quit [(Quit: Konversation terminated!)]
<sphalerite> matklad: set the preUnpack in the derivation to something like "mkdir src; pushd src" and postUnpack = "popd";
<sphalerite> I think that should do the trick
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] trofi opened pull request #1545: src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26 (master...glibc-2.26) https://git.io/v54Jo
NixOS_GitHub has left #nixos []
<Sonarpulse> "error: cannot import foo, since foo.drv is not valid"
<Sonarpulse> how do I clean up db from that?
gnuhurd has joined #nixos
simukis has quit [(Ping timeout: 240 seconds)]
sellout- has quit [(Quit: Leaving.)]
<sphalerite> Sonarpulse: shouldn't nix-store --verify --check-contents --repair fix that?
<Sonarpulse> trying it!
<Sonarpulse> I tried --verify and --repair
<Sonarpulse> but not the third
<sphalerite> the underlying operations seem to be --verify-path and --repair-path if you don't want it to go through everything in the db
<matklad> sphalerite: hm, I still get the same error
<matklad> Here's the exact code I am using: https://gist.github.com/matklad/e90b0c17fc79e7be8334695ad3d247fd
<matklad> looks like it doesn't get to `postUnpack` at all (`preUnpack` does work)
<sphalerite> matklad: then maybe just replace the unpackPhase entirely, unpackPhase = "tar xf $src";
<sphalerite> oh, is the jetbrains jdk a drop-in replacement for the oracle jdk though?
<matklad> sphalerite: I'll try it now, thanks! BTW, are there any docs for these things?
<matklad> I it is a drop-in replacement.
<gchristensen> anyone know where http://conf.nixos.org/ is built from on github?
<matklad> At least, it has the same directory structrure, except for the top-level dir
<sphalerite> matklad: https://nixos.org/nixpkgs/manual/#chap-stdenv I suppose
<Sonarpulse> sphalerite: thanks
elurin has quit [(Changing host)]
elurin has joined #nixos
<gchristensen> Profpatsch: do you know where http://conf.nixos.org/ is on github?
<sphalerite> matklad: the nix pills series is also excellent if you want a fairly in-depth understanding of what's going on https://nixos.org/nixos/nix-pills/
<sphalerite> gchristensen: could it be https://github.com/NixConBerlin/NixConBerlin.github.io ?
<gchristensen> it could be!
<gchristensen> it is!
<matklad> Yeah, that seems promising! I've been using nix for more then a year now I think, but it's still poking random things until it works for me :)
<sphalerite> looks to me like it is :)
<sphalerite> gchristensen: found it by searching github for nixcon, it was the 4th result :p
<gchristensen> :o nice
<gchristensen> I've come to expect github search to be worthless :/
<matklad> sphalerite: yeah, the docs talked about `unpackCmd` and it did the trick (at least, I've got a new error now :) ) Thanks a bunch!
<sphalerite> really? I've found it quite useful, at least for finding repos
<sphalerite> not so much for finding stuff inside repos
<sphalerite> matklad: np :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v54TB
<NixOS_GitHub> nixpkgs/master 86e6e80 Jörg Thalheim: nodePackages.multi-file-swagger: init at 2.2.0...
NixOS_GitHub has left #nixos []
<sphalerite> was disappointed to find that https://github.com/nixheads/nixcontrolcenter did not in fact have anything to do with nix
<sphalerite> (not that I'd even use it, probably, but for the shinies!)
<Profpatsch> gchristensen: https://github.com/cko/nixcon2017/
<gchristensen> Profpatsch: wrong one :) I was looking for 2015
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #28737: multi-file-swagger: init at 2.2.0 (master...multi-file-swagger) https://git.io/v5CtB
NixOS_GitHub has left #nixos []
<Profpatsch> Ah, ok.
<Profpatsch> No, I’m afraid not.
<gchristensen> sphalerite pulled up https://github.com/NixConBerlin/NixConBerlin.github.io/ :)
georgiy has joined #nixos
* sphalerite is the searchmaster
philipcristiano has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
matklad has quit [(Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)]
Filystyn has quit [(Quit: Konversation terminated!)]
kiloreux has quit [(Ping timeout: 248 seconds)]
nixo_ has joined #nixos
nixo_ has quit [(Client Quit)]
proteusguy has quit [(Ping timeout: 246 seconds)]
proteusguy has joined #nixos
sellout- has joined #nixos
vandenoever has joined #nixos
<Sonarpulse> sphalerite: that didn't do it, I'm afraid
<sphalerite> aw, that's a shame
<sphalerite> nix-store --delete? :D
alx741_ has joined #nixos
<vandenoever> can nix-env tell me the path of the -dev variant of an installed package?
scribbler has quit [(Remote host closed the connection)]
faffolter has quit [(Ping timeout: 240 seconds)]
<sphalerite> vandenoever: specifically nix-env? I don't think so
scribbler has joined #nixos
<vandenoever> sphalerite: well, any tool, i though perhaps nix-env since it also has --out-path
<sphalerite> vandenoever: but I think you can do nix-store -q --deriver on the package and go from there
alx741 has quit [(Ping timeout: 248 seconds)]
<vandenoever> sphalerite: that's run from the expression dir, i'm thinking of an installed package
<sphalerite> vandenoever: you can find that using nix-store -q --references ~/.nix-profile
<sphalerite> it's all a bit fiddly but I think it should be possible
Infinisi1 has joined #nixos
scribbler has quit [(Ping timeout: 240 seconds)]
<vandenoever> $ nix-store -q --deriver $(nix-store -q --references ~/.nix-profile | grep qtquickcontrols)
<vandenoever> /nix/store/plaz3rz5q28qfghc2g030najvj42i0dj-qtquickcontrols2-5.9.1.drv
<vandenoever> but that does not exist
<sphalerite> aw, then I'm not sure it's possible
<sphalerite> and you need it specifically for the exact one in the profile?
Infinisil has quit [(Ping timeout: 248 seconds)]
<vandenoever> sphalerite: i need the -dev folder because it has a cmake file needed for compilation
<vandenoever> CMAKE_PREFIX_PATH should be extended by the package i think
<sphalerite> vandenoever: just nix-build '<nixpkgs>' -A qt5.qtquickcontrols2.dev then?
<sphalerite> Of course, if you're building software the recommended way is to write a nix expression for it
<sphalerite> if that's highly inconvenient it's best to use a nix-shell
<vandenoever> sphalerite: bingo!
<vandenoever> i'm in the probably bad habit of going into dev environments via nix-shell
faffolter has joined #nixos
faffolter has quit [(Client Quit)]
mizu_no_oto has joined #nixos
<gchristensen> I use nix-shell for all sorts of dev environments, it is great for that :)
faffolter has joined #nixos
faffolter has quit [(Changing host)]
faffolter has joined #nixos
<vandenoever> sphalerite: i had no idea about the .dev suffix to attributes
<sphalerite> yeah, sounds like a good habit
<vandenoever> ok :-)
Infinisi1 has quit [(Quit: leaving)]
<sphalerite> but rather than fiddling about with nix-build what you probably want to do is just add qt5.qtquickcontrols2 to your buildInputs
<vandenoever> sphalerite: oh, i do not have a nix expression for this path, and rarely use nix-build, i use nix-shell ...
<sphalerite> then just add it to the stuff you're passing with -p (assuming you're using -p)
<vandenoever> yes, just did that and that's bingo
<sphalerite> as for the .dev suffix -- it's just another attribute. A derivation has an attribute for each of its outputs, the name of which matches the output name
uralbash has joined #nixos
<sphalerite> as for finding the attribute paths of stuff that you want to use, I find nox to be incredibly useful for that -- at least with the interactive prompting thing removed https://github.com/madjar/nox/pull/76
scribbler has joined #nixos
phinxy has joined #nixos
<Sonarpulse> sphalerite: trying that
takle has joined #nixos
dywedir has joined #nixos
scribbler has quit [(Ping timeout: 240 seconds)]
dieggsy has quit [(Quit: ERC (IRC client for Emacs 26.0.50))]
phinxy has left #nixos ["Leaving"]
tmaekawa has quit [(Quit: tmaekawa)]
scribbler has joined #nixos
uralbash has quit [(Ping timeout: 240 seconds)]
pie__ has joined #nixos
pie_ has quit [(Read error: Connection reset by peer)]
dbmikus has quit [(Quit: WeeChat 1.9)]
faffolter has quit [(Ping timeout: 252 seconds)]
takle has quit [(Read error: No route to host)]
takle has joined #nixos
<sphalerite> philipp: creates a test for each postgresql version
hiratara has quit [(Ping timeout: 240 seconds)]
<pstn> sphalerite: That'? what I thougt, but how? I can't find any docs on that syntax
<moredhel1> It's a little weird, but using a samba to construct a list of set of two attributes, a name and the result of the test
<moredhel1> Lambda
<pstn> Ah, thanks.
<sphalerite> philipp: regular mapAttrs would be sufficient for this really, by the looks of it
<sphalerite> but hey
hiratara has joined #nixos
justbeingglad has joined #nixos
justbeingglad has left #nixos []
<moredhel1> Hehe, it took a bit of parsing, I'm still familiarising myself with some of the syntax.
<moredhel1> It does look like lambda calculus with sets though :p
prototrout has quit [(Ping timeout: 260 seconds)]
<sphalerite> there's not that much to the syntax really
zeus_ has quit [(Read error: Connection reset by peer)]
<sphalerite> it's the library -- builtins, nixpkgs/lib and nixos/lib which take a fair bit more effort to get your head around :D
zeus_ has joined #nixos
jellowj has joined #nixos
<v0|d> assuming you r familiar w/ flex, bison.
<moredhel1> Indeed, figuring out how to include my own custom packages has taken the longest time. I managed today with overlays to augment nixpkgs. I'm not sure this is the correct way, but meh. Seems to work and is fairly easy to extend.
<moredhel1> I'm still trying to figure out how to extend my nix.nixPath without have to completely redefine it :p but then, it's probably not necessary. I'll have to check tomorrow when I get in to work
Infinisil has joined #nixos
faffolter has joined #nixos
faffolter has quit [(Changing host)]
faffolter has joined #nixos
<v0|d> see this one.
scribbler has quit [(Remote host closed the connection)]
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
<Infinisil> Ever since gpg updated the binary name "gpg2" to just "gpg" I haven't been able to sign my commits due to git not finding /nix/store/<hash>-gnupg-2.1.23/bin/gpg2
<Infinisil> I'm gonna have a look at the git package, but if anybody else has had a closer look already please share your info
hamishmack has joined #nixos
faffolter has quit [(Ping timeout: 240 seconds)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
eacameron has joined #nixos
Mateon3 has joined #nixos
hiratara has joined #nixos
scribbler has joined #nixos
Mateon3 is now known as Mateon1
eacameron has quit [(Ping timeout: 246 seconds)]
dywedir has quit [(Remote host closed the connection)]
scribbler has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pstn opened pull request #28805: nixos/hydra: Fix #27314 and add test case (master...hydra) https://git.io/v54GU
NixOS_GitHub has left #nixos []
ShalokShalom has joined #nixos
prototrout has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
jellowj has quit [(Ping timeout: 260 seconds)]
jellowj has joined #nixos
ison111 has quit [(Quit: WeeChat 1.7.1)]
pxc has quit [(Ping timeout: 252 seconds)]
kimbo_ has joined #nixos
kimbo has quit [(Ping timeout: 252 seconds)]
eacameron has joined #nixos
Mateon1 has left #nixos []
sigmundv__ has joined #nixos
eacameron has quit [(Ping timeout: 246 seconds)]
mguex has quit [(Ping timeout: 240 seconds)]
djbeau has quit [(Quit: WeeChat 1.5)]
ktf_ has quit [(Ping timeout: 252 seconds)]
eacameron has joined #nixos
NightTrain has joined #nixos
gnuhurd has quit [(Ping timeout: 246 seconds)]
eacameron has quit [(Remote host closed the connection)]
astsmtl has quit [(Ping timeout: 248 seconds)]
nico202 has quit [(Ping timeout: 240 seconds)]
scribbler has joined #nixos
anthonybrice has joined #nixos
anthonybrice has quit [(Client Quit)]
scribbler has quit [(Ping timeout: 252 seconds)]
markus1189 has joined #nixos
astsmtl has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 3 new commits to staging: https://git.io/v54lf
<NixOS_GitHub> nixpkgs/staging 3b6e7fe John Ericson: darwin-stdenv: Don't use `nativeTools`...
<NixOS_GitHub> nixpkgs/staging 8dbdc5d John Ericson: darwin-stdenv: Hack around impurity with --disable configure flag
<NixOS_GitHub> nixpkgs/staging 29c4294 John Ericson: Merge pull request #28798 from obsidiansystems/darwin-no-nativeTools...
NixOS_GitHub has left #nixos []
markus1199 has quit [(Ping timeout: 248 seconds)]
erasmas has quit [(Ping timeout: 248 seconds)]
astsmtl has quit [(Ping timeout: 240 seconds)]
jellowj has quit [(Ping timeout: 240 seconds)]
griff_ has quit [(Quit: griff_)]
vaibhavsagar has joined #nixos
ison111 has joined #nixos
digitus has quit [(Quit: digitus)]
Fannar has quit [(Ping timeout: 248 seconds)]
hamishmack has quit [(Quit: hamishmack)]
Fannar has joined #nixos
thc202 has quit [(Ping timeout: 240 seconds)]
Fannar has quit [(Ping timeout: 248 seconds)]
Fannar has joined #nixos
bennofs has quit [(Ping timeout: 240 seconds)]
anthony_brice has joined #nixos