qknight has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bgamari opened pull request #30882: [RFC] A large batch of cross-compilation fixes (master...ben-cross) https://git.io/vFk9o
NixOS_GitHub has left #nixos []
ylwghst has quit [(Remote host closed the connection)]
nh2 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #29954: buildLuaPackage: set makeFlags directly instead of through preBuild (master...fix/buildluapackage) https://git.io/vdZLS
NixOS_GitHub has left #nixos []
acarrico has quit [(Ping timeout: 240 seconds)]
<qknight> hello. my konsole does not accept cursor keys for navigation in 'bash' (i actually use fish shell but it works in neither)
<qknight> anyone else seen this also?
jgertm has quit [(Ping timeout: 258 seconds)]
<xelxebar> qknight: What do you mean by "navigation"?
<xelxebar> Pressing up and down to acces previous commands and such?
<xelxebar> If so, that might be a readline issue
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bgamari opened pull request #30883: Don't run tests when cross-compiling (master...ben-cross-no-check) https://git.io/vFkQE
NixOS_GitHub has left #nixos []
srdqty has quit [(Quit: WeeChat 1.9.1)]
<xelxebar> hrm. Somehow I screwed up my profile and now nix is putting profile symlinks in my home directory
<xelxebar> ~/.nix-profile-<num>-link
srdqty has joined #nixos
kkini has quit [(Quit: ERC (IRC client for Emacs 25.1.1))]
<michaelpj> qknight: I also observed that using konsole/yakuake on not-Plasma. I never tracked it down, and I've since switched to Plasma which seems fine
<michaelpj> it's a weird issue - they didn't even seem to produce terminal escape codes
<qknight> xelxebar: yes previous commands and such
<qknight> michaelpj: i'm using xfce and IIRC plasma would be a WM, right?
<michaelpj> yeah, it's the KDE one, so it's the "native" environment for konsole and friends, if there is one
<michaelpj> I was using XFCE when I had the problem
<xelxebar> Do other terminal emulators work fine?
<joepie91> it might be relying on KDE's keyboard shortcut handling?
<joepie91> I've noticed that being generally broken and/or unreliable outside of Plasma
<joepie91> also for other KDE apps, also on other distros
<qknight> do you guys think this is nixos related or a general kde problem?
<joepie91> qknight: aside, using `xfce-terminal` isn't an option?
<samueldr> I'm using konsole with awesomewm, no issue, though I'm always using a tmux session
<joepie91> qknight: my *bet*, but this is very poorly informed, would be on a KDE problem
<joepie91> or at least a KDE setup problem
<qknight> joepie91: for the time being i use whatever works but the 'konsole' regular expression search feature is quite important for my daily work
<qknight> joepie91: so i'm going to track that issue down.
<qknight> oh and it used to work until the recent update (i've not updated in a long time though)
<joepie91> ah.
<samueldr> have you tried removing all konsole's configuration files?
<joepie91> qknight: apparently xfce-terminal has regex search :)
<samueldr> .config/konsole* .local/share/konsole/
<qknight> samueldr: i removed some configs but i'm not sure if they were the right ones
<samueldr> if you removed them while using konsole, it might have not been enough, I don't know if it would save settings on exit
<michaelpj> apart from anything else, it certainly *should* work, even if xfce-terminal is an alternative
pxc has joined #nixos
<samueldr> do you have a .inputrc file? are you messing with $TERM?
<qknight> samueldr: i don' thave an .inputrc
<qknight> samueldr: i will try to remove it later
<samueldr> good, then it's probably not a mis-configuration of readline
<samueldr> (inputrc is readline's configuration file)
<qknight> i could try running konsole with 'nix-shell --pure'
jb551 has joined #nixos
<samueldr> I have started a konsole window without tmux, arrow keys seem to work
<samueldr> I do have an inputrc file still
<qknight> This application failed to start because it could not find or load the Qt platform plugin "xcb"
<qknight> with 'nix-shell --pure -p konsole' it won't even start... bummer
<samueldr> are the system's channels and your user's channels at the same revisions/versions?
<samueldr> iirc there's an issue with either kde or qt with graphical applications and mismatched Qt versions
<samueldr> finally, my $TERM is xterm-256color
<samueldr> (without screen)
erictapen has quit [(Ping timeout: 248 seconds)]
<samueldr> not entirely sure if it's the konsole default, but I haven't seen anything making me think I customized it
<samueldr> either in konsole or my profile
kkini has joined #nixos
<michaelpj> from my experiments I recall: launching from a terminal or the DE made no difference, tmux made no difference, setting $TERM to various values made no difference
griff_ has joined #nixos
srdqty1 has joined #nixos
srdqty1 has quit [(Client Quit)]
<samueldr> ideally, you shouldn't mess with TERM, ever
srdqty1 has joined #nixos
<samueldr> oh, and I'm with nixos 17.09, up-to-date to last week
<michaelpj> the thing that made me think that it's not $TERM-related is that all the advice about that talks about getting escape characters - the problem is then that those aren't getting interpreted properly. But in this case I couldn't get it to produce escape characters even when entering the magic "show me the escape codes" sequence
<samueldr> hmm
<samueldr> I know konsole gobbles up a bunch of shortcut keys by default
<samueldr> but not the arrow keys
<samueldr> (I have removed most of them)
griff_ has quit [(Client Quit)]
<samueldr> the show me the keycode might have been CTRL+V, right?
srdqty has quit [(Ping timeout: 240 seconds)]
<samueldr> doing CTRL+V, then an arrow key shows me ^[[A and similar stuff
mbrgm has quit [(Ping timeout: 255 seconds)]
mbrgm has joined #nixos
lambdamu has joined #nixos
lambdamu_ has quit [(Ping timeout: 240 seconds)]
lsyoyom has quit [(Quit: WeeChat 1.8)]
work_ has quit [(Quit: Connection closed for inactivity)]
jb551 has quit [(Ping timeout: 248 seconds)]
thc202 has quit [(Ping timeout: 255 seconds)]
drakonis has quit [(Read error: Connection reset by peer)]
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
jgertm has joined #nixos
<michaelpj> samueldr: yeah, the weird thing with this konsole issue was that I *didn't* get that
<michaelpj> no escape codes at all
<michaelpj> so - something else
<michaelpj> who knows
<samueldr> possibly ctrl+v being intercepted by konsole?
[0x4A6F] has joined #nixos
alhariel has quit [(Ping timeout: 248 seconds)]
orivej has quit [(Ping timeout: 260 seconds)]
srdqty has joined #nixos
<michaelpj> no, it works for other things, just not the arrow keys
<samueldr> hm weird then, unless the arrow keys themselves are the ones getting caught?
srdqty1 has quit [(Ping timeout: 240 seconds)]
<samueldr> could they be used to move the cursor on the line?
srdqty has quit [(Client Quit)]
stepcut has quit [(Read error: Connection reset by peer)]
[0x4A6F]1 has joined #nixos
[0x4A6F] has quit [(Ping timeout: 240 seconds)]
[0x4A6F]1 is now known as [0x4A6F]
stepcut has joined #nixos
srdqty has joined #nixos
nh2 has quit [(Ping timeout: 240 seconds)]
jluttine has quit [(Ping timeout: 255 seconds)]
pxc has quit [(Ping timeout: 248 seconds)]
Supersonic112 has quit [(Disconnected by services)]
pxc has joined #nixos
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
orivej has joined #nixos
lambdamu_ has joined #nixos
lambdamu has quit [(Ping timeout: 252 seconds)]
darlan has joined #nixos
darlan has quit [(Client Quit)]
acarrico has joined #nixos
pxc has quit [(Ping timeout: 248 seconds)]
pxc has joined #nixos
orivej has quit [(Ping timeout: 248 seconds)]
[0x4A6F] has quit [(Quit: [0x4A6F])]
orivej has joined #nixos
p4cman has quit [(Quit: Connection closed for inactivity)]
orivej has quit [(Ping timeout: 240 seconds)]
mbrgm has quit [(Ping timeout: 248 seconds)]
mbrgm has joined #nixos
jgertm has quit [(Ping timeout: 240 seconds)]
stepcut has quit [(Remote host closed the connection)]
acarrico has quit [(Ping timeout: 240 seconds)]
stepcut has joined #nixos
slack1256 has joined #nixos
stepcut has quit [(Ping timeout: 240 seconds)]
iqubic has joined #nixos
Mateon3 has joined #nixos
Mateon2 has quit [(Ping timeout: 248 seconds)]
Mateon3 is now known as Mateon1
pxc has quit [(Ping timeout: 260 seconds)]
slack1256 has quit [(Remote host closed the connection)]
slack1256 has joined #nixos
kp__ has quit [(Quit: WeeChat 1.9.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/vFkbA
<NixOS_GitHub> nixpkgs/master 9754285 Peter Hoeg: neomutt: 20171013 -> 20171027
NixOS_GitHub has left #nixos []
ylwghst has joined #nixos
damke_ has joined #nixos
ylwghst has quit [(Ping timeout: 260 seconds)]
justanotheruser has quit [(Quit: WeeChat 1.7.1)]
justanotheruser has joined #nixos
mutagenf1rk has quit [(Ping timeout: 260 seconds)]
justanotheruser has quit [(Client Quit)]
justanotheruser has joined #nixos
mutagenf1rk has joined #nixos
csingley has quit [(Ping timeout: 240 seconds)]
iyzsong has joined #nixos
schell has joined #nixos
* Li[m] sent a long message: Li[m]_2017-10-28_04:41:08.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/plZRZGUnKdKmetVqxxhtHBCO>
jluttine has joined #nixos
<Li[m]> its not getting proper PATH
* Li[m] sent a long message: Li[m]_2017-10-28_04:43:43.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/rfLHeaNRkJgytkXJhEmQagtw>
Arcaelyx_ has joined #nixos
Arcaelyx has quit [(Ping timeout: 240 seconds)]
iqubic has quit [(Remote host closed the connection)]
damke_ has quit [(Ping timeout: 240 seconds)]
damke_ has joined #nixos
<Li[m]> nixos is bash-only
Arcaelyx_ has quit [(Ping timeout: 240 seconds)]
schell has quit [(Quit: schell)]
akaWolf has joined #nixos
<rodarmor> Is it possible to on NixOS to have a user use a different version of nixpkgs than root? I'd like my user account to use github master, so that I can develop nix packages on top of nixpkgs github master, but I'd like to keep the root user on nix-channels/nixos-unstable so I don't bork my system.
<samae> rodarmor: yes, just add a channel as your user with nix-channel --add
<michaelpj> note that that affects things installed with nix-env - everything in the system is using one version (the one that root uses for nixos-rebuild)
<rodarmor> samae: Can I add a git remote? As in `nix-channel --add git@github.com:NixOS/nixpkgs.git`
<rodarmor> Actually, a local checkout of a git repo would be most convenient
<rodarmor> So I can apply the patches I'm working on in that local checkotu
<michaelpj> rodarmor: you can set NIX_PATH, or run using `-I`
<samae> well, it's easier to do what michaelpj said
<michaelpj> I do this a lot: `nixos-rebuild switch -I nixpkgs=/path/to/my/checkout`
<samae> I even do this when I some changes in a module for instance: “sudo nixos-rebuild -I nixpkgs=/home/samae/nixpkgs --fast test”
<samae> here /home/samae/nixpkgs contains a clone of nixpkgs
<rodarmor> Okay, cool, it looks like `-I` will probably be the easiest for my use case
<rodarmor> Thanks!
<michaelpj> you can also set `NIX_PATH` more constantly if you want - have a look at the manuals
<samae> michaelpj: be careful though, if some derivation result is not cached, you could end up building for hours
<samae> (if chromium was updated, or the kernel, …)
<michaelpj> right, be sure to base your repo off the commit your system was at
<rodarmor> Hmm, is there no way to build a single package at a particular commit, without rebuilding the whole system?
ison111 has joined #nixos
damke_ has quit [(Ping timeout: 240 seconds)]
<rodarmor> I'm trying write a derivation for a rust package, and I need some stuff which is in nixpkgs/master but not in nixos-unstable yet.
<fearlessKim[m]> rodarmor with nix-build -A <pkg>
mutagenf1rk has quit [(Read error: Connection reset by peer)]
<fearlessKim[m]> you can cherry pick from master into your own nixos-unstable
JaakkoLuttinen[m is now known as jluttine[m]
damke_ has joined #nixos
riclima has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis closed pull request #30853: pythonPackages.ipython: 6.1.0 -> 6.2.1 (master...ipython-6_2_1) https://git.io/vFUb1
NixOS_GitHub has left #nixos []
damke_ has quit [(Ping timeout: 240 seconds)]
goibhniu has joined #nixos
catch22 has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vFkp1
<NixOS_GitHub> nixpkgs/master e6061d7 Robin Gloster: python.pkgs.nbmerge: init at unstable-2017-10-23
NixOS_GitHub has left #nixos []
goibhniu1 has joined #nixos
riclima has joined #nixos
goibhniu1 has quit [(Ping timeout: 240 seconds)]
goibhniu has quit [(Ping timeout: 264 seconds)]
a6a3uh has joined #nixos
a6a3uh has quit [(Client Quit)]
endformationage has quit [(Quit: WeeChat 1.9.1)]
ma27 has joined #nixos
notdaniel has joined #nixos
riclima has quit [(Ping timeout: 246 seconds)]
p4cman has joined #nixos
dj_goku has quit [(Remote host closed the connection)]
rtjure has joined #nixos
<hyper_ch> makefu: in the linker?
avn_ has quit [(Quit: Lost terminal)]
ma27 has quit [(Ping timeout: 260 seconds)]
Arcaelyx has joined #nixos
goibhniu has joined #nixos
goibhniu1 has joined #nixos
JosW has joined #nixos
ma27 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/vFkhV
<NixOS_GitHub> nixpkgs/master 8f3a2d6 Johannes Frankenau: borgbackup: 1.1.0 -> 1.1.1
<NixOS_GitHub> nixpkgs/master 2d88c36 Frederik Rietdijk: Merge pull request #30829 from jfrankenau/update-borg...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/vFkhw
<NixOS_GitHub> nixpkgs/master 2227d35 Tom Saeger: pythonPackages.ofxclient: 1.3.8 -> 2.0.3
<NixOS_GitHub> nixpkgs/master dcff3cc Frederik Rietdijk: Merge pull request #30264 from tsaeger/tsaeger/ofxclient...
NixOS_GitHub has left #nixos []
simukis has joined #nixos
notdaniel is now known as _notdaniel
_notdaniel has quit [(Quit: Leaving)]
<adisbladis> FRidh: Are you there?
damke_ has joined #nixos
dkh has joined #nixos
dkh is now known as notdaniel
<hyper_ch> how can I have a configureFlag like CXXFLAGS="-I....... -I........" no matter what I try, nix just keeps messing with it and escapting the quotes etc
<FRidh> adisbladis: yep
<adisbladis> FRidh: I plan to do some cleanup in pythonPackages and I'm wondering about what to do with some packages.
<adisbladis> https://github.com/NixOS/nixpkgs/blob/dcff3ccc0cb61c277ff360535d3332396f702ef4/pkgs/top-level/python-packages.nix#L13121 for example is not updated in a long time and only depended upon by one package
<adisbladis> I'm thinking if it's a good idea to move that from pythonPackages to the dependant or if it still belongs in pythonPackages
<FRidh> adisbladis: what is the package attribute name?
<fearlessKim[m]> hyper_ch: there are nix functions to quote in your stead but I don't remember them
<hyper_ch> I tried lists, double single quotes.... but I just can't get it to work
<adisbladis> FRidh: pythonPackages.notify
phg has quit [(Ping timeout: 240 seconds)]
<FRidh> adisbladis: we should indeed a) remove old, unused, unmaintained packages or b) move them to their dependents. In case of notify it is not used at all in the tree so we can just remove it.
ma27 has quit [(Ping timeout: 248 seconds)]
<adisbladis> FRidh: It is used by conman-notify
<adisbladis> connman-notify
<fearlessKim[m]> you might want to change python-libvirt's name too so that it follows the usual naming convention
<adisbladis> So I was thinking to: 1. Move it to connman-notify 2. Update it
tdc has joined #nixos
<FRidh> Interesting, my pre-commit hook did not detect that one...
ma27 has joined #nixos
<adisbladis> FRidh: When it comes to this I run nox-review after every little change to make sure (:
ma27 has quit [(Ping timeout: 240 seconds)]
<FRidh> adisbladis: I have a hook that, just like nox-review, checks with nix-env whether it can still evaluate.
<adisbladis> Sounds pretty useful. You mind sharing?
<FRidh> .git/hooks/pre-commit contains exec nix-env -f . -qaP --meta --json --drv-path --show-trace >/dev/null
<FRidh> oh and #!/bin/sh
<adisbladis> Thanks
Ivanych has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
Arcaelyx has quit [(Ping timeout: 246 seconds)]
damke_ has quit [(Ping timeout: 240 seconds)]
MP2E has quit [(Remote host closed the connection)]
HTTP_____GK1wmSU has joined #nixos
Arcaelyx has joined #nixos
HTTP_____GK1wmSU has left #nixos []
Lisanna has quit [(Ping timeout: 260 seconds)]
slack1256 has quit [(Remote host closed the connection)]
iyzsong has quit [(Ping timeout: 260 seconds)]
goibhniu has quit [(Quit: Leaving.)]
goibhniu1 has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #30877: duckmarines: 1.0b => 1.0c (master...duckmarines) https://git.io/vFk6V
NixOS_GitHub has left #nixos []
Capprentice has quit [(Quit: Leaving)]
HTTP_____GK1wmSU has joined #nixos
HTTP_____GK1wmSU has quit [(Excess Flood)]
pxc has joined #nixos
rogue_koder has quit [(Quit: Konversation terminated!)]
pxc has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/vFIe6
<NixOS_GitHub> nixpkgs/master 0c6afc9 Michiel Leenaars: datefudge: 1.21 => 1.22
<NixOS_GitHub> nixpkgs/master 9016e04 Frederik Rietdijk: Merge pull request #30874 from leenaars/datefudge...
NixOS_GitHub has left #nixos []
erictapen has joined #nixos
erictapen has quit [(Write error: Broken pipe)]
erictapen has joined #nixos
<disasm> infinisil: https://gist.github.com/45deb245dd646cdd25292d9a77c6b728 -- basically in tabbed or fullscreen mode in i3, it shows the background in the active window instead of the window behind it, but if a window is floating, you see the window behind. I can show you later if you want to see.
HTTP_____GK1wmSU has joined #nixos
HTTP_____GK1wmSU has quit [(Excess Flood)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to staging: https://git.io/vFIe9
<NixOS_GitHub> nixpkgs/staging 2da692d adisbladis: unbound: 1.6.6 -> 1.6.7
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #30852: unbound: 1.6.6 -> 1.6.7 (master...unbound_1_6_7) https://git.io/vFUbX
NixOS_GitHub has left #nixos []
goibhniu has joined #nixos
<ArdaXi[m]> Has anyone gotten the `sharenfs` property in ZFS working on NixOS?
<Mic92> greetings from nixcon!
<hyper_ch> Mic92: how is it?
<hyper_ch> Mic92: and why are you surfing irc instead of taking a full dive into the con?
<hyper_ch> ArdaXi[m]: never tried; don't even know what it is :)
<ArdaXi[m]> You can do `zfs set sharenfs=on pool/dataset` and it will share that dataset over NFS automatically
<hyper_ch> ArdaXi[m]: ah... never really use nfs
<hyper_ch> only using cifs over vpn
<ArdaXi[m]> I use NFS locally for my media server
<ArdaXi[m]> If you're on the same network, it's got better performance
<hyper_ch> well, I use cifs over vpn
<hyper_ch> so it works no matter where I am
<hyper_ch> wireguard gives me around 650mbit/s over internet as vpn.... so not too worried about performance
damke_ has joined #nixos
<hyper_ch> ArdaXi[m]: test from yesterday.... line were slow.... direct connection was only around 750mbit... wireguard 570mbit and unoptimized openvpn 210mbit (well, I have to tweak openvpn a bit) https://paste.simplylinux.ch/view/raw/6e8f2bcf
<hyper_ch> so, for my media it works (don't have 4k or anything)
<ArdaXi[m]> It's a matter of preference too, I suppose, but CIFS has a bunch of issues with locking etc
<ArdaXi[m]> I generally share on both but only use CIFS if I have to use a Windows client
<ArdaXi[m]> NFS support in Windows is very much theoretical
<goibhniu> can someone pls check the live stream? https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg/live
<hyper_ch> goibhniu: it streams
<hyper_ch> future features
<hyper_ch> commits
<hyper_ch> notebook with many stickers
<goibhniu> with audio?
<hyper_ch> let me check
<ArdaXi[m]> Audio works fine here
<goibhniu> phew!
<goibhniu> thanks! :D
<hyper_ch> we had a really high rate of change again
<hyper_ch> does anyone know what happened in that year
<hyper_ch> so works
<goibhniu> yay!
<hyper_ch> ArdaXi[m]: well, still have a gaming notebook that also wants to access media stuff :) so cifs but over openvpn there
<hyper_ch> because no wg for windows yet
<notdaniel> zfs -> cifs performs worse than nfs for sure but on the same network its fine. remotely, could not say
<hyper_ch> remotely - wouldn't that just depend on the internet speeds?
<hyper_ch> anyway, gotta go to the office... gotta work on something :(
<FRidh> stream, yay!
<hyper_ch> FRidh: you're in the graph
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vFIvK
<NixOS_GitHub> nixpkgs/master 51babe0 mimadrid: shotwell: 0.27.0 -> 0.27.1
<NixOS_GitHub> nixpkgs/master a00ce5c Jörg Thalheim: Merge pull request #30878 from mimadrid/update/shotwell-0.27.1...
NixOS_GitHub has left #nixos []
<gleber_> Where is nixcon2017 livestream supposed to be available?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30869: kanboard: 1.0.46 -> 1.0.48 (master...update-kanboard) https://git.io/vFkff
NixOS_GitHub has left #nixos []
<gleber_> hyper_ch: thanks!
<hyper_ch> maybe add it to channel topic?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/vFIv9
<NixOS_GitHub> nixpkgs/release-17.09 f4d589f Piotr Bogdan: kanboard: 1.0.46 -> 1.0.48...
NixOS_GitHub has left #nixos []
ssmike has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30854: dpkg: 1.18.24 -> 1.19.0.4 (master...dpkg-1_19_0_4) https://git.io/vFUbM
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIfU
<NixOS_GitHub> nixpkgs/master 436c8fd mimadrid: 389-ds-base: fix homepage url
NixOS_GitHub has left #nixos []
erictapen has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30845: 389-ds-base: fix homepage url (master...fix/389_ds_base-homepage) https://git.io/vFUu2
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIfL
<NixOS_GitHub> nixpkgs/master 817d51a mimadrid: a2ps: fix homepage url
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30843: a2ps: fix homepage url (master...fix/a2ps-homepage) https://git.io/vFUuG
NixOS_GitHub has left #nixos []
Itkovian has joined #nixos
Itkovian has quit [(Remote host closed the connection)]
Itkovian has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIfG
<NixOS_GitHub> nixpkgs/master 6fc47b0 mimadrid: amdapp-sdk: fix homepage url
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30842: amdapp-sdk: fix homepage url (master...fix/amdapp-sdk) https://git.io/vFUEX
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #30879: sshlatex: init at 0.7 (master...sshlatex) https://git.io/vFkMT
NixOS_GitHub has left #nixos []
griff_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 6 new commits to master: https://git.io/vFIfE
<NixOS_GitHub> nixpkgs/master c62686f Peter Hoeg: kde-frameworks: 5.38 -> 5.39
<NixOS_GitHub> nixpkgs/master 6aeaadf Peter Hoeg: kwindowsystem: add missing dependencies
<NixOS_GitHub> nixpkgs/master 70b3fbd Peter Hoeg: falkon: broken for now
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIfz
<NixOS_GitHub> nixpkgs/master 19828e8 mimadrid: appstream: fix homepage url
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30841: appstream: fix homepage url (master...fix/appstream-homepage) https://git.io/vFU0L
NixOS_GitHub has left #nixos []
Itkovian has quit [(Read error: Connection reset by peer)]
Itkovian has joined #nixos
griff_ has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIfP
<NixOS_GitHub> nixpkgs/master 01e47d6 mimadrid: arp-scan: fix homepage url
NixOS_GitHub has left #nixos []
Guest98002 has quit [(Ping timeout: 240 seconds)]
glenn has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30844: arp-scan: fix homepage url (master...fix/arp_scan-homepage) https://git.io/vFUul
NixOS_GitHub has left #nixos []
glenn has joined #nixos
<makefu> hyper_ch: you've got the build working with the new configureFlag ?
<FRidh> Regarding merge rights I think we should consider again the following bot: https://github.com/kragniz/nixbot
<kragniz> sounds like a good idea to me :p
<rycee> grahamc: Could try adding a youtube widget with the live stream?
thc202 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/vFIJe
<NixOS_GitHub> nixpkgs/master 06c1543 Tuomas Tynkkynen: claws-mail: Split dev output...
NixOS_GitHub has left #nixos []
<grahamc> rycee: where?
<rycee> In this channel. The rightmost button in the text box I'm writing in now says "Show Apps". In there is a YouTube one which allows embedding a youtube video in the channe,.
nico202 has joined #nixos
goibhniu has quit [(Quit: Leaving.)]
alhariel has joined #nixos
glenn has quit [(Ping timeout: 248 seconds)]
goibhniu has joined #nixos
ahstro has joined #nixos
<JosW> Nixcon looks like real broadcast pro's!
<rycee> grahamc: Nevermind. I just tried it in a private channel and it says "playback on other websites has been disabled by the video owner"
<rycee> So it doesn't seem to work.
<adisbladis> What would that even mean? :S
<adisbladis> It's not like irc has magic video powers
ssmike has joined #nixos
<ArdaXi[m]> This is a Matrix-specific thing
<ArdaXi[m]> Would make more sense in #nix:matrix.org honestly
<FRidh> stream is gone now?
<JosW> yeah no break to stream
<JosW> they have a break now do they?
<JosW> it's back
<adisbladis> No audio though
goibhniu has quit [(Quit: Leaving.)]
<JosW> previous talk is already online i see
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar pushed 4 new commits to master: https://git.io/vFIJ0
<NixOS_GitHub> nixpkgs/master abf222a David Izquierdo: libtbb: init at 2018_U1
<NixOS_GitHub> nixpkgs/master 301fc3a David Izquierdo: maintainers: add dizfer
<NixOS_GitHub> nixpkgs/master 38368c4 David Izquierdo: steam-runtime-wrapped: add libtbb
NixOS_GitHub has left #nixos []
goibhniu has joined #nixos
<JosW> nothing to stream right now?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar closed pull request #30653: steam-chrootenv: change curl to gnutls, add libtbb (master...steam-civ-be-fixes) https://git.io/vdbAN
NixOS_GitHub has left #nixos []
ahstro has quit [(Ping timeout: 260 seconds)]
<adisbladis> JosW: It just came up for a second and went away again
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIJg
<NixOS_GitHub> nixpkgs/master b2f1994 Johannes Frankenau: buku: 3.3.1 -> 3.4
NixOS_GitHub has left #nixos []
<adisbladis> Now its up but no sound
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30830: buku: 3.3.1 -> 3.4 (master...update-buku) https://git.io/vFJiS
NixOS_GitHub has left #nixos []
<JosW> no not on the stream but i do hope on recording
<JosW> and itś gone
<JosW> will wait to become online during the day
<JosW> now its good
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 1 new commit to master: https://git.io/vFIJS
<NixOS_GitHub> nixpkgs/master da3c404 Yuriy Taraday: chromium: 62.0.3202.62 -> 62.0.3202.75...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] romildo opened pull request #30884: e17gtk: 3.22.1 -> 3.22.2 (master...upd.e17gtk) https://git.io/vFIJH
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 1 new commit to release-17.09: https://git.io/vFIJN
<NixOS_GitHub> nixpkgs/release-17.09 8945fb1 Yuriy Taraday: chromium: 62.0.3202.62 -> 62.0.3202.75...
NixOS_GitHub has left #nixos []
glenn has joined #nixos
<goibhniu> sorry about the stream issues ... the audio is very flakey :/
* goibhniu won't touch the setup again until peti is done
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas closed pull request #30863: chromium: 62.0.3202.62 -> 62.0.3202.75 (master...chromium-update) https://git.io/vFTPX
NixOS_GitHub has left #nixos []
<hyper_ch> makefu: yes, it works
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vFIUJ
<NixOS_GitHub> nixpkgs/master e730815 Mathias Schreck: nodejs: 8.8.0 -> 8.8.1
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to release-17.09: https://git.io/vFIUT
<NixOS_GitHub> nixpkgs/release-17.09 a42270d Mathias Schreck: nodejs: 8.8.0 -> 8.8.1...
NixOS_GitHub has left #nixos []
<hyper_ch> goibhniu: what audio issues?
<goibhniu> sometimes the audio input just disappears from obs :/
<goibhniu> I've been rebooting to fix it
<hyper_ch> aah... I just think the general level is just a bit low
<goibhniu> oh, thanks!
<joko> Hello, I'm trying to update my user environment via "nix-env -u" and I'm getting "error: syntax error, unexpected $undefined, expecting IND_STR or DOLLAR_CURLY or IND_STRING_CLOSE, at /nix/store/gklpdjwd7693jp7cb311d9fskqnxik46-nixos/nixos/pkgs/os-specific/linux/bcc/default.nix:29:27"
<hyper_ch> but maybe others can also say
<goibhniu> I bumped it up a little, it's a bit noisy too, right?
<hyper_ch> goibhniu: it got a bit louder :) was that you?
<hyper_ch> there's static nose
<goibhniu> yep
<hyper_ch> I don't care about that
<goibhniu> the input needs to be higher
<FRidh> indeed
<hyper_ch> I had to set audio levels to 150% to hear it good on my headphones... (before you bumped up volume)
<goibhniu> oh god
<goibhniu> sorry
<hyper_ch> it's ok
<goibhniu> thanks for mentioning it!
<goibhniu> if you notice anything else, please say
<hyper_ch> IMHO volume could use another notch up... but that's me
<goibhniu> yeah, we need to change it at the mixer, will try to sort it out at lunch, thanks!
<hyper_ch> well, set back volume to 100% here
<goibhniu> that's good
<goibhniu> how about the volume for the first talk, was that better?
<adisbladis> Will talks be updated later?
<hyper_ch> no idea
<adisbladis> goibhniu: I think it was better but not great
<goibhniu> I'm afraid we lost a bit of audio at the start of this talk :/
<makefu> hyper_ch: ah you exported the CXX flags at the top, i think i tested with configureFlags = [ CXXFLAGS ] which also worked
<makefu> make sure to push it upstream :D maybe i just switch to rtorrent-ps
<hyper_ch> makefu: couldn't get it to work in configure flags because I needed to pass another path later
csingley has joined #nixos
<hyper_ch> makefu: and it just didn't let me do CXXFLAGS='-Ixxxxx -Ixxxxx'
<hyper_ch> it would escape the quotes
<hyper_ch> when I omit them it would consider it as a seperate flag
<makefu> i'd say your way is good, as it works :)
<hyper_ch> :)
ylwghst has joined #nixos
hellrazor has joined #nixos
<hyper_ch> and need to figure out where rtorrent.1 is located :)
<hyper_ch> btw, what package contains gdisk?=
ssmike has quit [(Ping timeout: 246 seconds)]
<goibhniu> adisbladis, thanks ... just low, or other issues?
<woffs> hyper_ch: nixos.gptfdisk, says command-not-found
<makefu> hyper_ch: gptfdisk.out
<makefu> ( nix-locate bin/gdisk)
<hyper_ch> thx
<hyper_ch> nox gdisk didn't find aynthing
<hyper_ch> but it was automagically available on the live image that I built....
<makefu> i am in love with nix-locate :D
<makefu> (nix-index package)
<hyper_ch> nix-locate doesn't work for me
<hyper_ch> tried it yesterday
<hyper_ch> cloned nixpkgs
<hyper_ch> set it to use that path
<hyper_ch> errors
<adisbladis> goibhniu: Just a bit low :)
<adisbladis> I just apply a bit extra gain and it's fine
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/vFIU9
<NixOS_GitHub> nixpkgs/master 632b071 Daniel Ehlers: nullmailer: 2.0 -> 2.1
NixOS_GitHub has left #nixos []
orivej has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #30816: nullmailer: 2.0 -> 2.1 (master...nullmailer) https://git.io/vFf5K
NixOS_GitHub has left #nixos []
<adisbladis> Now it's dropping out a bit but I guess thats known?
<hyper_ch> I hear the crowd
<hyper_ch> a bit
Itkovian has quit [(Ping timeout: 248 seconds)]
<hyper_ch> volume is too low for the announcer
zarelit has joined #nixos
glenn has quit [(Ping timeout: 240 seconds)]
<obadz> is the conf livestreamed?
ylwghst has quit [(Quit: Lost terminal)]
* hyper_ch still thinks the URL should be in channel topic
ylwghst has joined #nixos
nico202 has quit [(Quit: Leaving)]
<goibhniu> adisbladis thanks!
<hyper_ch> oh, kitty wants food
<obadz> who is this handsome young man
orivej has quit [(Ping timeout: 248 seconds)]
<hyper_ch> obadz: it's grahamc
<obadz> grahamc then
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Moredread opened pull request #30886: udiskie: build for python 3 by default (master...udiskie-python3) https://git.io/vFIUj
NixOS_GitHub has left #nixos []
<obadz> for some reason I envisioned him bold
<obadz> bald
<hyper_ch> pulling out all his hair becuase of security issues?
<joko> obadz: because of his github avatar? :D
<obadz> joko: well yes
<FRidh> goibhniu: i think S/N-ratio has gone down
<joko> it got improved, yeah
<goibhniu> thanks, we're working on it
<hyper_ch> keep up the good work :)
<goibhniu> thanks :D
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #30886: udiskie: build for python 3 by default (master...udiskie-python3) https://git.io/vFIUj
NixOS_GitHub has left #nixos []
glenn has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30884: e17gtk: 3.22.1 -> 3.22.2 (master...upd.e17gtk) https://git.io/vFIJH
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 3 new commits to master: https://git.io/vFITW
<NixOS_GitHub> nixpkgs/master 0ddc8a3 Linus Heckemann: nixos manual: suggest nixos-help as well...
<NixOS_GitHub> nixpkgs/master b2c5075 Linus Heckemann: nixos-manual service: show nixos-help option...
<NixOS_GitHub> nixpkgs/master 9ab20a4 Joachim F: Merge pull request #30787 from lheckemann/nixos-help-doc...
NixOS_GitHub has left #nixos []
<Mic92> hyper_ch: I can finally meet all the people, I only used to communicate via github/irc.
<hyper_ch> Mic92: you'll also have a talk?
<Mic92> hyper_ch: no.
<hyper_ch> why not?
ylwghst has quit [(Remote host closed the connection)]
zarelit has quit [(Ping timeout: 240 seconds)]
<Mic92> hyper_ch: when I decided the go there, call for papers where already past.
<hyper_ch> ah...
erictapen has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30868: gitlab-runner: 10.0.2 -> 10.1.0 (master...gitlab-runner-10.1.0) https://git.io/vFkeM
NixOS_GitHub has left #nixos []
HTTP_____GK1wmSU has joined #nixos
HTTP_____GK1wmSU has quit [(Excess Flood)]
ison111 has quit [(Ping timeout: 240 seconds)]
<obadz> is it really the case that we can't push an embargoe'd binary to the cache? (cc grahamc for when you come out :-))
<srhb> That was exactly what he said, wasn't it?
<obadz> yes but I'm questioning why
<srhb> (Ruins the embargo?)
<obadz> Well don't you need the hash of the inputs to observe the new binary?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30848: fastlane: 2.61.0 -> 2.62.1 (master...fastlane) https://git.io/vFU5S
NixOS_GitHub has left #nixos []
chrishill has joined #nixos
<MichaelRaskin> Maybe there are S3 enumeration timing-based attacks?
<obadz> MichaelRaskin: could you elaborate?
<MichaelRaskin> You need the hash only if the cache cannot be enumerated in a few hours.
HTTP_____GK1wmSU has joined #nixos
<obadz> can it be enumerated? that's like having directory listing permission…
<MichaelRaskin> That's why I ask about timing sidechannel.
<hyper_ch> why would binaries be embargoed?
HTTP_____GK1wmSU has left #nixos []
<obadz> hyper_ch: they can be reverse engineered to find vulns
<hyper_ch> <-- no CS background
<MichaelRaskin> hyper_ch: binary diffs have previously been used to reconstruct exploits.
<hyper_ch> ah ok
<hyper_ch> no a long break
<hyper_ch> s/no/now/
<MichaelRaskin> obadz: Amazon doesn't give any guarantees about answer delay distribution, so I would not be surprised if a set of wrong hashes will take a different time to reject depending on how many true entries share a name prefix with them.
damke has joined #nixos
* hyper_ch is migrating an 8TB ext4 drive to an 8TB zfs pool
<joko> hyper_ch: good luck!
damke_ has quit [(Ping timeout: 240 seconds)]
<hyper_ch> joko: actually, since I don't have spare 8TB drives
<hyper_ch> I just crated a zfs pool with 2x 4TB... rsyncing stuff now onto that
<hyper_ch> once done, reformating ext4 and to zfs
<joko> hyper_ch: duh, thought it would be more dangerous :P
<hyper_ch> well, uinsg zfs native encryption already sets the risk high enough IMHO :)
<hyper_ch> but slow disks - it takes forever to copy 8TB
mutagenf1rk has joined #nixos
<hyper_ch> why can't you buy like 100TB nvme ssds for like $100....
<srhb> Yeah, that sucks. :P
sary has quit [(Ping timeout: 246 seconds)]
ylwghst has joined #nixos
<MichaelRaskin> hyper_ch: I think at such a price point it is more like «why ius it impossible to produce…»
<hyper_ch> MichaelRaskin: I remember a 4MB ramstick costing like $ 300
<hyper_ch> now you get 1000x as much for 1/3 of the price
p4cman has quit [(Quit: Connection closed for inactivity)]
<hyper_ch> (ok, it's like 20 something years that it took for this developement but still)
orivej has joined #nixos
<srhb> grahamc: What would you like grahamcofborg to be written in?
<MichaelRaskin> Well, try buying a 4MiB RAM module and report back what it will cost.
<hyper_ch> I did upgrade my 486 dx6 mhz from 4mb to 8mb ram :)
<srhb> (And thanks for the talk!)
<hyper_ch> s/dx6/dx2/
<MichaelRaskin> I mean, buying it today.
<hyper_ch> :)
<MichaelRaskin> 100TiB nvme SSDs will never be cheap.
<MichaelRaskin> By the time 100TiB will be cheap, nvme will not be the technology of choice.
<chrishill> Hey guys, anyone have som experience with setting up a Java development environment with Eclipse and whatnot using Eclipse?
<chrishill> I am trying to make a Nix expression to set up Eclipse, Maven, etc. and to use these things in a nix-shell
glenn has quit [(Ping timeout: 240 seconds)]
<hyper_ch> the samsung 960 pro 1TB costs now as much as I paid for the samsung 840 pro 512gb
<MichaelRaskin> 2× size difference is small enough to be same-tech.
<MichaelRaskin> 10×, too.
<MichaelRaskin> 100× — I don't believe it.
<MichaelRaskin> At the very least, the marketers will not allow it to be called nvme.
<hyper_ch> seagate has 60tb ssd
jacob has joined #nixos
<hyper_ch> but that was a year ago
<rycee> chrishill: I haven't used Eclipse from a nix-shell but in principle I guess it should work.
<MichaelRaskin> Well, OK, you can have a 100× with same thecnology, but in the superlinear price region
glenn has joined #nixos
Wizek has joined #nixos
<hyper_ch> are ssds so expensive to make?
<MichaelRaskin> I think there is approximately one storage technology now, that can store terabytes and has ironed out fault rate and predictable reliability.
<MichaelRaskin> This technology is called magnetic tape.
<hyper_ch> are they as fast as ssds? :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 3 new commits to master: https://git.io/vFIkR
<NixOS_GitHub> nixpkgs/master 306a0d3 xd1le: CONTRIBUTING.md: mention that the meta.license and meta.maintainers...
<NixOS_GitHub> nixpkgs/master 4b25ecc xd1le: CONTRIBUTING.md: license should default to unfree if there is no...
<NixOS_GitHub> nixpkgs/master 37acc1a Joachim F: Merge pull request #29668 from vyp/doc/contributing.md...
NixOS_GitHub has left #nixos []
<hyper_ch> I only know magnetic tapes from movies like War Games
<MichaelRaskin> Nope. They definitely take much much much longer time to trash the same amount of data.
<hyper_ch> never seen them in /usr/bin/reallife
<MichaelRaskin> They require initial investment.
<MichaelRaskin> (The tapes are cheap, because the tapes per se have no active components.)
<hyper_ch> so, time to make something to eat
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #29343: nixos/fileSystems: Better example path for encrypted.keyFile option (master...fix/encrypted-devices-example) https://git.io/v593d
NixOS_GitHub has left #nixos []
<hyper_ch> tortellini heated up in alted water... then added arrabiata sauce with some tabasco to spice it up.... add pieces of mozarella and put it all into the oven
<hyper_ch> preparations are quick, just in the oven it takes a little while
<chrishill> rycee: Here is my Nix expression so far:
<chrishill> My current problem is that the junit part doesn’t work.
notdaniel has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #30776: robo3t: change .desktop name (master...robo3t-desktop-name) https://git.io/vdjg7
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #30778: skktools: init at 1.3.3 (master...pr-skktools-init) https://git.io/vdjKO
NixOS_GitHub has left #nixos []
ncrashed has joined #nixos
sigmundv has quit [(Ping timeout: 240 seconds)]
<rycee> chrishill: Hmm, `nix-shell --pure` runs OK for me. Which Nixpkgs are you using?
Thra11 has joined #nixos
ma27 has joined #nixos
<rycee> chrishill: Does it work if you comment out the `pkgs.maven` build input?
<rycee> chrishill: Also, I think you don't need the jdt plugin if you are using eclipse-sdk as it should already be included.
<tokudan[m]> hydra seems to be acting up: there is some check for 17.09 that's failing but no build log
ssmike has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vFIIs
<NixOS_GitHub> nixpkgs/master 30c739f Florent Becker: pptp: correct reference to ${iproute}/bin/ip...
<NixOS_GitHub> nixpkgs/master 1f966e9 Joachim F: Merge pull request #30759 from FlorentBecker/pptp_route...
NixOS_GitHub has left #nixos []
ma27 has quit [(Ping timeout: 255 seconds)]
ahstro has joined #nixos
<srhb> tokudan[m]: Where?
<srhb> tokudan[m]: The build log doesn't show for you?
ma27 has joined #nixos
<tokudan[m]> no
<srhb> It does here.
<tokudan[m]> Below is the build log of derivation /nix/store/rkfx7ayc7bx9kd7whradv3dsfy1cqsmr-vm-test-run-vlan-Networking-Scripted.drv. It was built on root@packet-t2-4.
<tokudan[m]> (Unavailable)
<srhb> tokudan[m]: Weird. Works fine here.
<musicmatze> Has someone got hydra running behind a nginx proxy?
<srhb> tokudan[m]: Tried the raw low?
<tokudan[m]> hmm... that link works
<musicmatze> Hydra does not load the css files and links do not work (link to "localhost")
<srhb> tokudan[m]: s3 shenanigans I guess.
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a42270d25c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
sigmundv has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 1 new commit to master: https://git.io/vFIIw
<NixOS_GitHub> nixpkgs/master 288740a Herwig Hochleitner: webkitgtk: 2.16.6 -> 2.18.2...
NixOS_GitHub has left #nixos []
glenn has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/vFII6
<NixOS_GitHub> nixpkgs/master 43e020a Tuomas Tynkkynen: giblib: Split into multiple outputs...
NixOS_GitHub has left #nixos []
iyzsong has joined #nixos
<ahstro> What's the use case of home-manager? Do I need it if I'm the only user of a system, or is it for managing multiple users on a single system?
ma27 has quit [(Ping timeout: 240 seconds)]
HTTP_____GK1wmSU has joined #nixos
HTTP_____GK1wmSU has left #nixos []
<rycee> ahstro: It's useful in both those cases.
<rycee> For the single user case you could achieve some of the things directly from the system configuration but it's not particularly convenient to, e.g., get dotfiles into your home directory.
<ahstro> rycee: But do I need it to configure my ~? What sets it apart from just the regular nix config?
glenn has joined #nixos
HTTP_____GK1wmSU has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 1 new commit to master: https://git.io/vFIIA
<NixOS_GitHub> nixpkgs/master 0d6822b Herwig Hochleitner: Revert "webkitgtk: 2.16.6 -> 2.18.2"...
NixOS_GitHub has left #nixos []
<rycee> ahstro: No, home manager is not mandatory. It is just a convenience thing that allows you to configure parts of your user environment in a way similar to your system environment.
HTTP_____GK1wmSU has quit [(Excess Flood)]
ssmike has quit [(Ping timeout: 260 seconds)]
<rycee> nahamu: I'm not sure what you mean by "regular nix config". If you mean `~/.config/nixpkgs/config.nix` then that only configures how Nixpkgs behaves while Home Manager is more about your user environment as a whole. For example, assisting you in installing and configuring programs.
slyfox_ has quit [(Ping timeout: 255 seconds)]
zarelit has joined #nixos
<ahstro> rycee: I haven't really dug that deep into the Nix ecosystem yet, but I'm trying out NixOS on my new machine and, so far, the only nix-related tool I've used has been `nixos-rebuild` to read `/etc/nixos/configuration.nix` and build my environment from that. I'm sort of hitting a brick wall with some user env configs now though, and it looks like I might have to resort to plain old dotfiles, and was hoping to not do so.
<ahstro> I really want to just be able to clone my nixos-config from git, symlink configuration.nix to /etc/nixos/configuration.nix, run `nixos-rebuild switch` and be done with it
<chrishill> rycee: Sorry I was not clear. Yes the expression works, but if you uncomment the line with junit it won’t work anymore. You get the error `undefined variable ‘nixpkgs’ at …`
slyfox has joined #nixos
<chrishill> So the problem seems that I can’t use the attribute path of the JUnit thing. Which is weird since this works: `nix-env -i nixpkgs.javaPackages.junit_4_12`. I.e., I can install the JUnit thing with `nix-env`, but the attribute path does not work in the Nix expression in the pastebin.
ylwghst_ has joined #nixos
<rycee> chrishill: Ah, right. Try changing `nixpkgs` to `pkgs`, i.e.,`pkgs.javaPackages.junit_4_12 instead`
<chrishill> That doesn’t work; then it says that `javaPackages` doesn’t exist
ma27 has joined #nixos
ylwghst has quit [(Ping timeout: 240 seconds)]
<chrishill> It’s weird. It seems that Java stuff is under `nixpkgs`, not under `pkgs` for some reason.
<rycee> chrishill: With `pkgs` it works ok for me.
<rycee> chrishill: Which version of Nixpkgs are you having?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg opened pull request #30888: xorg.xf86inputlibinput: Split dev output (master...pr-split-xf86libinput) https://git.io/vFILX
NixOS_GitHub has left #nixos []
<chrishill> rycee: Oh? With `pkgs.javaPackages.junit_4_12`? I’ll try to check the version
qknight has quit [(Quit: leaving)]
<joko> niksnut: thanks for the help on the NixOS tests (https://github.com/NixOS/nixpkgs/pull/30192)
<rycee> chrishill: `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`
ssmike has joined #nixos
<chrishill> rycee: "16.09.1943.25f4906da6"
<chrishill> So yeah, I’m on an old OS
<rycee> ahstro: Unfortunately it's not completely straight forward to do both system and user configuration at the same time at the moment. There is a branch of Home Manager that let's it act as a NixOS module. It is still experimental, though.
<rycee> chrishill: Yeah, you definitely need to update to a later version of Nixpkgs.
<chrishill> rycee: How do I do that? ☺ Do I just need to update some channel, or something else?
<rycee> Are you using NixOS?
<ahstro> rycee: Okay, thanks
<rycee> Or just Nix installed on some other system?
<chrishill> NixOS 16.09
<goibhniu> the NixCon stream is back BTW
<rycee> chrishill: Basically, as root you'll need to do `nix-channel --add https://nixos.org/channels/nixos-17.09 nixos` to replace the old 16.09 channel.
<chrishill> I guess I’ll have to finally bite the bullet. ☺ Thanks a lot for your help!
<rycee> chrishill: You may need to be reading the change logs, I don't remember if there are any major breaking changes since 16.09.
<hyper_ch> goibhniu: why are some listed with real names and others with irc/github nicknames?
<sphalerite> hyper_ch: those with irc/github names didn't give their given names, I think
hugod has joined #nixos
<adisbladis> Stream back on :)
obadz has quit [(Quit: WeeChat 1.9.1)]
<goibhniu> I changed some setting on the stream encoding ... is it okay?
<goibhniu> hyper_ch: I think they come from the listing on the conf website
<hyper_ch> don't notice a difference
<hyper_ch> in the audio
ma27 has quit [(Ping timeout: 240 seconds)]
<goibhniu> thanks, yeah, we didn't make much progress with the audio
jensens has joined #nixos
orivej has quit [(Ping timeout: 240 seconds)]
<adisbladis> goibhniu: It's good enough now
<adisbladis> It's not audiophile grade but it doesn't have to be :P
<adisbladis> goibhniu: I can try to apply some filters to the video files later to apply some more gain and do some noise reduction
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vFItE
<NixOS_GitHub> nixpkgs/master 9812bab Tuomas Tynkkynen: xorg.xf86inputlibinput: Split dev output...
<NixOS_GitHub> nixpkgs/master bf33b4f Jörg Thalheim: Merge pull request #30888 from dezgeg/pr-split-xf86libinput...
NixOS_GitHub has left #nixos []
obadz has joined #nixos
<pstn> Is there a nixcon stream? Didn't see anything on the site.
tgunb has joined #nixos
* hyper_ch still thinks that live stream url should be in the topic
<hyper_ch> goibhniu: audio is good... still, git more gain for me :)
<pstn> Cool! Thanks
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30840: fd: 4.0.0 -> 5.0.0 (master...fd) https://git.io/vFU48
NixOS_GitHub has left #nixos []
<hyper_ch> pstn: you missed out on some good talks
<goibhniu> thanks adisbladis!
<pstn> They will be archived, right?
<MichaelRaskin> hyper_ch: doesn't youtube livestream get archived by default?
<goibhniu> sorry hyper_ch, we've got no moar powah
<hyper_ch> makefu: rt-ps now properly running
<hyper_ch> MichaelRaskin: no idea
<makefu> hyper_ch: nice!
<MichaelRaskin> And I mean by Youtube default.
<goibhniu> yep, we're recording and YouTube has them
<makefu> hyper_ch: do you have this running as a systemd service?because last time i checked you still have to run rtorrent in a screen session started by systemd
<hyper_ch> screen? iieeks
<hyper_ch> no, it's in tmux
<hyper_ch> and for full pyrocore support you need a few more things
<makefu> tmux is actually what i meant :)
<makefu> for the live stream, could you bump up the volume a bit?
zarel_ has joined #nixos
zarelit has quit [(Ping timeout: 248 seconds)]
<hyper_ch> we've been pestering goibhniu with volume a few times :)
snikkers has joined #nixos
<goibhniu> I'm afraid not, will try again this evening
a6a3uh has joined #nixos
<adisbladis> It's working fine now, don't touch it ;)
ma27 has joined #nixos
griff_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Lassulus opened pull request #30890: display-managers: make lightdm the default (master...slim-lightdm) https://git.io/vFIqG
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #30838: python-trezor: Move mnemonic dependency to propagatedBuildInputs (release-17.09...python-trezor-fix) https://git.io/vFUlu
NixOS_GitHub has left #nixos []
zarel_ has quit [(Quit: IRC for Sailfish 0.9)]
<goibhniu> thanks again for the feedback on the stream ... it's greatly appreciated!
<adisbladis> goibhniu: Thank you for fixing it <3
<makefu> thanks for providing a stream in first place :D
* hyper_ch thinks goibhniu makes those audio issues on purpose to encourage us to actually attend the conf ;)
<adisbladis> I wish I could.. Too far away.
<hyper_ch> yeah, it's like a 2h drive from my place
<adisbladis> hyper_ch: You have no excuse then :P I have to sit on a ~12h flight
<goibhniu> lol
<hyper_ch> it's a 2h drive..... that's a good excuse :)
<goibhniu> NixCon 2018 ... don't miss it!
ylwghst_ has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 3 new commits to master: https://git.io/vFIqP
<NixOS_GitHub> nixpkgs/master ea8a4a2 Herwig Hochleitner: dropbox: comment update commands
<NixOS_GitHub> nixpkgs/master 5eccf40 Herwig Hochleitner: i2p: 0.9.30 -> 0.9.31
<NixOS_GitHub> nixpkgs/master 59b3501 Herwig Hochleitner: imlib2: enable libid3tag support
NixOS_GitHub has left #nixos []
<hyper_ch> so, on the next talk I'm actually getting to learn what overlays are...
<hyper_ch> although I tend to think it's not the basics of overlays....
<hyper_ch> (and why does everyone put like 100 stickers on their notebooks?)
<adisbladis> hyper_ch: Because you go to conferences and keep getting new ones
<adisbladis> It's like scout badges or something
ylwghst has joined #nixos
<JosW> whooaa i thougth the borg where comming to earth...
<JosW> now a nice nix icon
<hyper_ch> I'd also love to have a view to the crowd
<adisbladis> hyper_ch: Spoiler: They are all nerds
<JosW> :)
<hyper_ch> adisbladis: see... another reason... I'd be the only non-nerd there.... not good to be different
<adisbladis> =)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 3 new commits to master: https://git.io/vFIqp
<NixOS_GitHub> nixpkgs/master d6ee81e Herwig Hochleitner: dwarf-fortress-packages.dwarf-therapist: update for df 43.05...
<NixOS_GitHub> nixpkgs/master 24ea093 Herwig Hochleitner: dwarf-fortress-packages.soundSense: init 2016-1_196
<NixOS_GitHub> nixpkgs/master 85056ee Herwig Hochleitner: dwarf-fortress-packages.dfhack: add stoneSense support
NixOS_GitHub has left #nixos []
pxc has joined #nixos
<goibhniu> all credit to samueldr for the graphics!
<goibhniu> ah, the nixos icon ... hehe ... it's the classic one
glenn has quit [(Ping timeout: 240 seconds)]
ma27 has quit [(Ping timeout: 255 seconds)]
damke_ has joined #nixos
damke has quit [(Ping timeout: 240 seconds)]
ma27 has joined #nixos
glenn has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 2 new commits to release-17.09: https://git.io/vFImG
<NixOS_GitHub> nixpkgs/release-17.09 4cb0f3a Herwig Hochleitner: i2p: 0.9.30 -> 0.9.31
<NixOS_GitHub> nixpkgs/release-17.09 c9eb23b Herwig Hochleitner: dwarf-fortress-packages.dwarf-therapist: update for df 43.05...
NixOS_GitHub has left #nixos []
chrishill has quit [(Quit: Leaving)]
xelxebar has quit [(Ping timeout: 240 seconds)]
seppellll has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 2 new commits to master: https://git.io/vFImr
<NixOS_GitHub> nixpkgs/master c7bd01c Herwig Hochleitner: stumpwm-git: 20160617 -> 20170203
<NixOS_GitHub> nixpkgs/master e05135d Herwig Hochleitner: virtualbox: expose extensionPack in meta...
NixOS_GitHub has left #nixos []
<tgunb> hey, can someone explain me, how i am supposed to install clementinefree? it gives me (clementine:2152): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed
<tgunb> Segmentation fault
<tgunb> even though i have gst-plugins-base-0.10.36
<tgunb> gst-plugins-good-0.10.31
<tgunb> im on nixos.
ma27 has quit [(Ping timeout: 240 seconds)]
ylwghst has quit [(Remote host closed the connection)]
ahstro has quit [(Ping timeout: 260 seconds)]
<tgunb> also im kinda disappointed that it doesn't install some base dependencies on its own.
ma27 has joined #nixos
LexLeoGryfon has joined #nixos
damke_ has quit [(Ping timeout: 240 seconds)]
damke has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas pushed 1 new commit to master: https://git.io/vFIYf
<NixOS_GitHub> nixpkgs/master eb3f736 Herwig Hochleitner: emacsPackages.gn: init 2017-09-21
NixOS_GitHub has left #nixos []
p4cman has joined #nixos
<srhb> tgunb: nix-env -iA nixpkgs.clementineFree ?
<hyper_ch> tgunb: clementine has a lot of plugins and stuff
<hyper_ch> clementine-1.3.1 (nixos.clementine)
<hyper_ch> A multiplatform music player (with gstreamer plugins: gst-plugins-base-1.10.4, gst-plugins-good-1.10.4, gst-plugins-ugly-1.10.4)
ma27 has quit [(Ping timeout: 246 seconds)]
damke_ has joined #nixos
damke has quit [(Ping timeout: 240 seconds)]
<hyper_ch> tgunb: any reason why you went with clementinefree?
<tgunb> srhb: yes, did that. but the result segfaults when i want to play something.
<tgunb> hyper_ch: just a moral decision.
<hyper_ch> you could always use smplayer ;)
<srhb> tgunb: Sounds like a bug. Might want to report it. :)
<tgunb> normal(with unfree stuff) clementine works, though.
<hyper_ch> (my preferred player)
<srhb> tgunb: Especially if you can descrie how to reproduce it.
ylwghst has joined #nixos
<tgunb> will report. i wonder who reads all the 2k issues, though...
<srhb> tgunb: A lot of them do not get attention. I mean, it's all about volunteer work. That doesn't mean tracking them isn't worth it though. :)
ylwghst has quit [(Client Quit)]
ylwghst has joined #nixos
sigmundv has quit [(Ping timeout: 240 seconds)]
<adamt> i just tried running "nix-env -iA nixos.clementineFree" for the heck of it, and noticed that it (of course) doesn't work here, since i don't subscribe to any nixos channels (i got a git clone instead) -- so, how do I get nix-env -iA blargh to work?
<adamt> ("error: attribute ‘nixos’ in selection path ‘nixos.clementineFree’ not found")
damke_ has quit [(Ping timeout: 240 seconds)]
glenn has quit [(Ping timeout: 248 seconds)]
<hyper_ch> (add a nixos channel)
ma27 has joined #nixos
<srhb> adamt: Whats on your nixPath?
<hyper_ch> goibhniu: can't you put the camera towards the audience?
<srhb> adamt: If you have eg nixpkgs=/path/to/checkout, it's nix-env -iA nixpkgs.clementineFree
<hyper_ch> just to see the huge crowd listening to the talks
<adamt> srhb: NIX_PATH=nixos-config=/etc/nixos/configuration.nix:nixpkgs=/etc/nixos/nixpkgs
<srhb> adamt: Then it's nixpkgs, not nixos :)
<adamt> srhb: already tried that as well :P -> "error: attribute ‘nixpkgs’ in selection path ‘nixpkgs.clementineFree’ not found"
<srhb> adamt: What's in ~/.nix-defexpr/ ?
<srhb> You probably want to place a symlink there like nixpkgs -> /etc/nixos/nixpkgs
<goibhniu> hyper_ch: I'd need to get permission from everyone in advance ... and the tripod is a bit wobbly ... but I can assure you the audience is massive
<srhb> adamt: At least if you only have channels there and you don't use channels :)
<hyper_ch> :)
seppellll has quit [(Ping timeout: 246 seconds)]
damke_ has joined #nixos
<adamt> srhb: right now I got this: ~/.nix-defexpr/channels/manifest.nix (empty list) and ~/.nix-defexpr/channels_root/manifest.nix (also an empty list)
<rycee> FWIW `nix-env -f '<nixpkgs>' -iA whatever` should work whether or not you're on NixOS.
glenn has joined #nixos
<srhb> adamt: Yeah, make a symlink called nixpkgs in ~/.nix-defexpr/ that points to your checkout
<srhb> I actually forgot how that worked.
<adamt> srhb: Thanks, it works. :P
<rycee> Something like `ln -s /nix/var/nix/profiles/per-user/root/channels $HOME/.nix-defexpr/channels_root` perhaps
<hyper_ch> 1 TB rsynced.... 6.5TB to go
<srhb> adamt: Great! For reference: https://nixos.org/nix/manual/#files
<adamt> rycee / srhb: What's the difference between channels and channels_root?
ma27 has quit [(Ping timeout: 252 seconds)]
<srhb> adamt: I'm actually a little surprised you have channels_root there. Some sudo nix-env stuff?
orivej has joined #nixos
<adamt> srhb: Maybe.
<srhb> adamt: Yeah, sorry, not sure. I don't have it. :)
damke has joined #nixos
<adamt> Thanks guys.
typeggzero has joined #nixos
damke_ has quit [(Ping timeout: 240 seconds)]
<typeggzero> how can I have fonts like arial in libre office? corefonts is not enough
sigmundv has joined #nixos
<srhb> typeggzero: Pretty sure it is. How did you add corefonts?
<rycee> adamt: Yeah, sorry. I think you'd not need the channels_root one.
<rycee> (unless you are running NixOS)
<adamt> rycee: I am running nixos
<srhb> Even then you do not _need_ it (in your user ~/.nix-defexpr)
damke has quit [(Ping timeout: 240 seconds)]
<srhb> typeggzero: (fonts.fonts = [ corefonts ]; ?)
<typeggzero> srhb: I added 'corefonts' to the environment systemPackages and nixos-rebuild switch worked
snikkers has quit [(Remote host closed the connection)]
<srhb> typeggzero: I'd use fonts.fonts instead.
damke has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jnugh opened pull request #30893: gdm: remove "getty@tty1.service" conflict definition (master...gdm-getty-conflict) https://git.io/vFIOE
NixOS_GitHub has left #nixos []
damke_ has joined #nixos
<typeggzero> srhb: I try fonts.fonts ty. And I also like line 11 in the pkgs script "# TODO: find another name for it."
damke has quit [(Ping timeout: 240 seconds)]
damke has joined #nixos
<srhb> typeggzero: Hah! I hadn't noticed that. :)
damke_ has quit [(Ping timeout: 240 seconds)]
a6a3uh has quit [(Quit: Bye)]
seppellll has joined #nixos
adamt_ has joined #nixos
adamt_ has quit [(Changing host)]
adamt_ has joined #nixos
<adisbladis> PSA: Talks are soon on, stream just started going again
damke_ has joined #nixos
<hyper_ch> goibhniu: on the nixcon site there's another title for the talk
<srhb> adisbladis: \o/
adamt has quit [(Ping timeout: 255 seconds)]
damke has quit [(Ping timeout: 252 seconds)]
<goibhniu> woops, thanks!
MoreTea has joined #nixos
damke has joined #nixos
dieggsy has joined #nixos
damke_ has quit [(Ping timeout: 240 seconds)]
<dieggsy> Is there no way to explicitly show the attribute path that will be used when using "nix-env -i some-package" ?
orivej has quit [(Ping timeout: 240 seconds)]
<srhb> dieggsy: nix-env -qaP some-package should do it, I think
<srhb> (And if you just don't use -i, you don't have the problem! :-))
<dieggsy> srhb: that lists multiple, can i be _sure_ that the first in that list is the one being used?
<srhb> dieggsy: I think so.
<srhb> dieggsy: But really, use -iA and the attribute path.
<dieggsy> srhb: that's not the point
<srhb> OK.
<dieggsy> srhb: it's not about how i install them, i'm trying ot come up with some automated way to populate some list of installed packages
<dieggsy> srhb: i was referred to home-manager, but i'm exploring my options
<dieggsy> or seeing if i can come up with somewhing myself
adamt_ is now known as adamt
<srhb> dieggsy: NOt sure I perfectly understand, so bear with me, but how would you know that the first one in the list was installed even if you get a name from the currently installed ones?
<srhb> I mean, some other attribute with the same name could have been selected.
<dieggsy> srhb: that was basically exactly my question?
<srhb> Ah! OK. Then the answer is, you cannot.
<dieggsy> srhb: so then nix -qaP does _not_ list by priority
<dieggsy> er, the first in that list will not _necessarily_ be the path used?
<srhb> Yes, I'm just saying the reverse is not true. Once you have an installed name, you can't get back to the attribute path.
<srhb> When you're install*ing* it is the first.
<dieggsy> srhb: i'm confused.
<dieggsy> srhb: is the answer to the question
<dieggsy> "Does nix-env -qaP list by priority" yes or no?
<dieggsy> If it is yes, then you _can_ get back to the attribute path
ma27 has joined #nixos
<srhb> Only under the assumption that you always installed with -i
<dieggsy> if it is no, then the order is determened in another way (or arbitrary) and you can't get back
<srhb> (And the attributes didn't change since then, of course)
<srhb> Say I install something with nix-env -iA foopath.bar
<srhb> Then I query installed packages
<srhb> I get back a name.
<dieggsy> srhb: Oh, I see your point.
<srhb> Ah good :)
<dieggsy> Darn.
<dieggsy> I usually _do_ use 'nix-env -i' but i don't suppose i _always_ do
<dieggsy> That's unfortunate.
<dieggsy> srhb: so then, there's no way to "back up" installed packages automatically short of home-manager (which i don't really think i ilke atm)
<srhb> dieggsy: Sure, grab their store paths.
<dieggsy> srhb: how is that?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] xzfc opened pull request #30895: ahoviewer: 1.4.8 -> 1.4.9 (master...ahoviewer) https://git.io/vFI3i
NixOS_GitHub has left #nixos []
<dieggsy> srhb: i suppose i don't mean "back up". I mean, get a list of installed packages by attribute path such that i can install those same packages on another computer in the future
<dieggsy> automatically
<srhb> dieggsy: I was thinking that you just need the path in /nix/store as long as that is still available from somewhere. Of course, that doesn't help you if it isn't.
<dieggsy> srhb: but the path in /nix/store doesn't give you attribute names
<srhb> No, indeed.
<dieggsy> srhb: hmm. welp. Thanks for entertaining my (perhaps ignorant) conversation
<srhb> dieggsy: How about just making a metapackage bunding your things?
<srhb> dieggsy: It's more light-weight than home-manager (which I assume is your complaint?) but still gives you the *list*
<dieggsy> srhb: sure, but that has to be updated manually
<srhb> Yeah..
<dieggsy> which is fine, i'm just exploring the automatic option
zarel_ has joined #nixos
* srhb nods
<srhb> Sorry, I have no good suggestions.
zarel_ is now known as zarelit
<dieggsy> which i guess there is no deterministic one anyway
<srhb> Not that I know of.
<hyper_ch> is it just me or does edolstra's avatar really suit him?
<dieggsy> srhb: that's a shame, since nix is all about reproducibility
<MichaelRaskin> You can just write a buildEnv expression and nix-env --set it.
<MichaelRaskin> Or just nix-build it.
<dieggsy> MichaelRaskin: explain?
<MichaelRaskin> nix-env -i is far from the only way of using Nix packages.
<srhb> inb4 wrapping some command that adds or removes from a list in a file. :-)
<dieggsy> MichaelRaskin: sure. But that doesn't get at automatically updating a list of what's installed
<dieggsy> MichaelRaskin: or are you suggesting doing installs _from_ the list
<dieggsy> Ah. I suppose that makes sense.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #30896: xen: 4.8.1 -> 4.8.2; apply XSAs (master...xen_xsa) https://git.io/vFI3d
NixOS_GitHub has left #nixos []
glenn has quit [(Ping timeout: 240 seconds)]
<MichaelRaskin> The correct reproducible way is that the list is in a VCS, and then used for installation.
<pxc> idk whose stream I'm watching from the conference today because the YouTube videos are currently unlabeled, but I love that we're looking to the Open Build Service as a source of inspiration for how customizing Nixpkgs and NixOS could be more user-friendly
<dieggsy> MichaelRaskin: and that list is the source of truth then, so i'd never nix-env -i 'package-name' i'd just update the list and refer to it
<MichaelRaskin> Yes.
<dieggsy> MichaelRaskin: i feel dumb now. thank you, that helps.
<dieggsy> srhb: I thought about it lol
<MichaelRaskin> Erm. That was not an intention.
<dieggsy> MichaelRaskin: is there a way to use such a list/custom package without renistalling everything every time?
<dieggsy> MichaelRaskin: that is, when i update it, will i have to reinstall every _other_ package in it too
<MichaelRaskin> Well, if it wasn't updated, it doesn't get reinstalled.
<dieggsy> MichaelRaskin: right now i use this: https://github.com/dieggsy/dotfiles/blob/master/nix-local/packages.nix and nix-env -f packages.nix -i
<dieggsy> sorta
<MichaelRaskin> I prefer to have a single-Nixpkgs-state build of all my environments
<dieggsy> MichaelRaskin: could you describe in more detail
<MichaelRaskin> but at some point I have written a moderately buggy tool that allows you to have a partially out of date package set
<MichaelRaskin> Well, reinstalling a package that has not been changed in Nixpkgs is cheap.
<dieggsy> MichaelRaskin: nix-env does seem to be rebuilding things though.
<MichaelRaskin> Maybe they _were_ updated.
<dieggsy> MichaelRaskin: i'm fairly certain some werent
<dieggsy> hmm, i'll try it twice. If it doesn't rebuild the second time around, you must be right
<MichaelRaskin> Maybe their dependencies were/
<dieggsy> MichaelRaskin: good point
<MichaelRaskin> But I generally prefer a consistent view, so I put up with that, or build a small environment for a single use if I want something Right Now™
<MichaelRaskin> There is a way to have something that allows adding without updating.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] flokli opened pull request #30897: borgbackup: fix ssh binary location (master...borgbackup-ssh) https://git.io/vFIsn
NixOS_GitHub has left #nixos []
<dieggsy> MichaelRaskin: so to be clear, if i nix-env -f some-list.nix -i twice, presumably the second time eerything is updated and it won't just go reinstalling everything
shymega has quit [(Quit: So long, and thanks for all the talking doors.)]
<MichaelRaskin> I would actually use --set instead of -i
<MichaelRaskin> Write an expression that calls buildEnv itself, --set it, so you know no old leftovers are there.
<sphalerite> any difiference between --set and -ir?
<sphalerite> oh right --set needs to get a single derivation I'm guessing
a6a3uh has joined #nixos
<MichaelRaskin> This approach is basically nix-build '<nixpkgs>' -A "$something" -o "$something"
<dieggsy> MichaelRaskin: could you point me to an example of such an expression?
<MichaelRaskin> And then build an environment out of all the result symlinks collected over time.
shymega has joined #nixos
<MichaelRaskin> This is one of the environment expressions I use.
<MichaelRaskin> This is a slightly more complicated one
zarelit has quit [(Ping timeout: 252 seconds)]
ma27 has quit [(Quit: WeeChat 1.9.1)]
a6a3uh has quit [(Client Quit)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c9eb23b527 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<MichaelRaskin> dieggsy: well, as I don't use that part of NixOS, I do not rely on its configuration.
<dieggsy> MichaelRaskin: ah, i see
<MichaelRaskin> But of course there are only so many ways to call buildEnv
<hyper_ch> makefu: watching the live stream?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar pushed 1 new commit to master: https://git.io/vFIs9
<NixOS_GitHub> nixpkgs/master 77046be Nikolay Amiantov: cudnn7: 7.0 -> 7.0.3
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar closed pull request #30819: cudnn: cudnn_cudatoolkit9 update sha256 (master...channels-nixos-unstable) https://git.io/vFfp5
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] iblech opened pull request #30898: nat-traverse: init at 0.7 (master...nat-traverse) https://git.io/vFIs5
NixOS_GitHub has left #nixos []
glenn has joined #nixos
damke_ has joined #nixos
tgunb has quit [(Ping timeout: 260 seconds)]
damke has quit [(Ping timeout: 246 seconds)]
ylwghst has quit [(Ping timeout: 240 seconds)]
ylwghst has joined #nixos
a6a3uh has joined #nixos
damke has joined #nixos
damke_ has quit [(Ping timeout: 240 seconds)]
zarelit has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar opened pull request #30900: installation-cd-base profile: add mkpasswd to system packages (master...mkpasswd-iso) https://git.io/vFIGS
NixOS_GitHub has left #nixos []
zarelit has quit [(Client Quit)]
a6a3uh has quit [(Quit: Bye)]
damke_ has joined #nixos
a6a3uh has joined #nixos
damke has quit [(Ping timeout: 240 seconds)]
damke has joined #nixos
damke_ has quit [(Ping timeout: 240 seconds)]
Thra11 has quit [(Quit: IRC for Sailfish 0.9)]
damke has quit [(Ping timeout: 240 seconds)]
tgunb has joined #nixos
damke has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin closed pull request #30895: ahoviewer: 1.4.8 -> 1.4.9 (master...ahoviewer) https://git.io/vFI3i
NixOS_GitHub has left #nixos []
glenn has quit [(Ping timeout: 264 seconds)]
damke has quit [(Ping timeout: 240 seconds)]
damke has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
typeggzero has quit [(Quit: leaving)]
civodul has joined #nixos
schell has joined #nixos
damke has quit [(Ping timeout: 240 seconds)]
glenn has joined #nixos
seppellll has quit [(Remote host closed the connection)]
shymega has quit [(Quit: So long, and thanks for all the talking doors.)]
damke_ has joined #nixos
NightTrain has quit [(Remote host closed the connection)]
ylwghst has quit [(Ping timeout: 248 seconds)]
shymega has joined #nixos
iyzsong has quit [(Ping timeout: 240 seconds)]
griff_ has quit [(Quit: griff_)]
damke_ has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] andir opened pull request #30901: ecdsautils: init 0.4.0 (master...add-ecdsautils) https://git.io/vFIcl
NixOS_GitHub has left #nixos []
kp__ has joined #nixos
<imagio> I would like to package ksnapshot so I can take screenshots but am unsure of how to package kde apps. Ksnapshot is in neither pkgs/applications/kde/srcs.nix or pkgs/desktops/plasma-5/srcs.nix. Any tips on how to proceed?
orivej has joined #nixos
lambdamu_ has quit [(Remote host closed the connection)]
lambdamu has joined #nixos
pxc has joined #nixos
simukis_ has joined #nixos
goibhniu has quit [(Ping timeout: 246 seconds)]
schell has quit [(Quit: schell)]
simukis has quit [(Ping timeout: 260 seconds)]
simukis_ is now known as simukis
stepcut has joined #nixos
ylwghst has joined #nixos
pie_ has quit [(Read error: Connection reset by peer)]
pie_ has joined #nixos
schell has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
stepcut has quit [(Remote host closed the connection)]
<hyper_ch> imagio: I switched to spectacle as snapshot tool in kde
<imagio> Ah, thank you, I didn't know that existed
<hyper_ch> imagio: it's pretty much the same
Ridout has joined #nixos
<hyper_ch> only thing I have to complain about is if I export to gimp
<hyper_ch> take another screen shot and export to gimp again
<hyper_ch> it opens a whole new gimp instead of just "attaching" a second tab to the existing gimp
glenn has quit [(Ping timeout: 248 seconds)]
<imagio> Just for my curiosity do you know how I would go about adding a new kde app like ksnapshot? I added pkgs/applications/kde/ksnapshot.nix then ran ./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde/ but it did not fetch ksnapshot to srcs.nix
glenn has joined #nixos
<FRidh> imagio: ksnapshot has long ago been replaced by spectacle
<FRidh> in any case, that approach you took is good in case the application is distributed as part of the KDE Applications
<imagio> I didn't know that, thanks
<Orbstheorem> Hi, I'm starting to work woth nixos. I tryed added a new package to my configuration.nix and then ran nixos-rebuild switch. My graphical session crashed and now I see a blinking cursor but no tty. Changing the tty (C-M-{1-7}) won't give a login prompt, am I supposed not to run nixos-switch from a graphical session?
<Orbstheorem> Sysrq works though
<ylwghst> Orbstheorem: you could run nixos-switch from anywhere
<ylwghst> Orbstheorem: which dekstop you've declared?
<FRidh> Orbstheorem: if you reboot you will see a list with your previous configurations. You could boot into an older config and then do a rollback
<Yaniel> most of the time rebuilding from a graphical session is perfectly fine
<Yaniel> if you change stuff like your desktop environments or graphics drivers, however...
<ylwghst> Orbstheorem: and which GPU you have? which driver do you use?
ison111 has joined #nixos
<Orbstheorem> ylwghst: gnome3
<Orbstheorem> I did sysrq+e and got a login console
<Orbstheorem> Restarting display-manager got me back a graphical session
endformationage has joined #nixos
<Orbstheorem> ylwghst: i915(intel) + nouveau (as sink provider source)
<ylwghst> Orbstheorem: actually thats a bug
JosW has quit [(Quit: Konversation terminated!)]
<ylwghst> Orbstheorem: leave a comment here
<ylwghst> Orbstheorem: you have to wait for fix
<ylwghst> Orbstheorem: you can build with: nixos-rebuild boot
<ylwghst> this will not activate your a new generation (changes you have made to configuration.nix) until you reboot so reboot is necessary to activate new build
ylwghst has quit [(Remote host closed the connection)]
<Orbstheorem> ylwghst: just did
<Orbstheorem> Thabks
glenn has quit [(Ping timeout: 240 seconds)]
hellrazo1 has joined #nixos
hellrazor has quit [(Ping timeout: 258 seconds)]
feepo has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
schell has quit [(Quit: schell)]
asdfoiawe has joined #nixos
<tgunb> i want to install xfce.terminal 0.8.3 but nixos provides only 0.6.3. so i put xfce.terminal = pkgs.xfce.terminal.overrideAttrs (oldAttrs: rec {
<tgunb> ver_maj = "0.8"; }); in .config/nixpkgs/config.nix and expected to get a wrong hash warning. but instead nix-env -iA nixos.xfce.terminal fetched 0.6.3 sources and built it. how can i get nix to reevaluate src.url?
asdfoiawe has quit [(Ping timeout: 255 seconds)]
ylwghst has joined #nixos
ssmike has quit [(Ping timeout: 240 seconds)]
glenn has joined #nixos
drakonis has joined #nixos
glenn has quit [(Remote host closed the connection)]
glenn has joined #nixos
griff_ has joined #nixos
jensens has quit [(Ping timeout: 264 seconds)]
orivej has quit [(Ping timeout: 258 seconds)]
orivej has joined #nixos
symplectico has joined #nixos
ssmike has joined #nixos
<symplectico> When I run 'nix-env -f "<nixpkgs>" -qaP -A emacsPackagesNg.melpaPackages' I get the error 'error: attribute ‘ess-R-object-popup’ missing, at /nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/applications/editors/emacs-modes/melpa-packages.nix:76:28'. Any suggestions what I can do about that?
<CrazedProgrammer> tgunb: nix thinks the source is the same because the sha256 hash is the same. you need to override the src attribute too. https://github.com/NixOS/nixpkgs/blob/a982b20c3601e5376aa6508b8cadc809b05542b8/pkgs/desktops/xfce/applications/terminal.nix#L10
<tgunb> CrazedProgrammer: thanks. how do i override it? src = fetchurl {url..; sha256..;}; ? this throws an error because fetchurl is not known. how do i imort it?
symplectico_ has joined #nixos
griff_ has quit [(Quit: griff_)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
symplectico has quit [(Ping timeout: 248 seconds)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vFIEE
<NixOS_GitHub> nixpkgs/master e76d8af Tim Steinbach: linux-copperhead: 4.13.9.a -> 4.13.10.a
NixOS_GitHub has left #nixos []
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
Itkovian has joined #nixos
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
Itkovian has quit [(Ping timeout: 264 seconds)]
pxc has joined #nixos
noobly has joined #nixos
<noobly> I'm trying to run a simple bash script. Shebang is "#!/bin/bash", but I'm getting an interpreter error. Does the path need to be different in NixOS?
<ylwghst> noobly: use #!/bin/sh
<hyper_ch> noobly: no, use #!/usr/bin/env bash
<tgunb> noobly: try ls /bin. do you see bash there?
<hyper_ch> ylwghst: sh and bash are not the same
<noobly> ok one sec, I'll try those
<hyper_ch> noobly: because of atomic updates things are not at default location but all in /nix/store/[hash ...]/.....
<noobly> after ls /bin I get sh
<hyper_ch> so when you boot into a generation, it will symlink all the stuff to /run/current-system/....
<noobly> hyper_ch: ty, got it!
<ylwghst> hyper_ch: you're right but runs everywhere
<hyper_ch> however you can still access bash by the env variabel, so use #!/usr/bin/env bash
<hyper_ch> ylwghst: debian by default is dash
pxc has quit [(Ping timeout: 248 seconds)]
<CrazedProgrammer> tgunb: try pkgs.fetchurl , your config.nix file should have pkgs in the argument list
<hyper_ch> so /bin/sh on debian is dash and not bash
hugod has quit [(Ping timeout: 240 seconds)]
<hyper_ch> and I'm pretty sure there are distros out there that use zsh or ksh as /bin/sh
<tgunb> thanks
<tgunb> dang, now the build fails because of gtk+-3 missing. im giving up. ill just wait(tm) until nix-stable updates it...
<hyper_ch> tgunb: do you happen to live nearby-Munich?
<tgunb> nope
<hyper_ch> too bad... you could have gone to nixconf tomorrow and tell them nobody leaves before your problem isn't solved ;)
drakonis has quit [(Quit: Leaving)]
noobly has quit [(Quit: Page closed)]
LexLeoGryfon has quit [(Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)]
firas has joined #nixos
<tgunb> :-D
firas has quit [(Changing host)]
firas has joined #nixos
<firas> Hey there, I'm interested in NixOS a lot! How's bumblebee/bbswitch/primus here for users with optimus laptops?
drakonis has joined #nixos
<tilpner> It works (now)
<firas> awesome!
<MichaelRaskin> All Optimus laptops are messed up to a different degree.
<firas> how can I configure it because I haven't found a single working guide online xD
<firas> MichaelRaskin: couldn't agree more!
<tilpner> Well, for my setup. You'll probably still run into problems, depending on your card
erictapen has quit [(Remote host closed the connection)]
<hyper_ch> probably best to balcklist the nvidia driver on optimus if you don't need it
<MichaelRaskin> For old enough laptops — even messed up ones — you can get lucky. Up to «no effort needed»
<tilpner> firas - Have you looked hardware.bumblebee?
<tilpner> *looked at
<firas> I'm still making a bootable usb out of the img xD
<hyper_ch> firas: you need nvidia support?
<MichaelRaskin> On a Thinkpad with nouveau bumblebee is worse than just asking xrandr to set up offloading.
<firas> I'm actually on a freebsd install atm
<firas> yes
<firas> it's a late 2013 laptop
<firas> hd 4600, gt740m
<ArdaXi[m]> I used to have a working primusrun laptop but that died to water about a year back
<firas> btw how do I create a bootable usb from the ISO? is it like intended for CDs or what?
<hyper_ch> firas: entry in my hardware.nix
<hyper_ch> # Deactivate discreet optimus/nvidia card
<hyper_ch> boot.blacklistedKernelModules = [ "nouveau" ];
<firas> hyper_ch: nice, thanks
<tilpner> firas - Just "cat /path/to/iso > /dev/sdx"
<hyper_ch> firas: dd if=/path/to/iso of=/dev/sdx
erictapen has joined #nixos
<tilpner> (Or "pv </path/to/iso >/dev/sdx" if you want a progress bar and have pv)
<firas> hyper_ch: ah ok,
<ArdaXi[m]> I'd recommend dd over bash, but cat might work
<hyper_ch> firas: well, my config does disable nvidia
<firas> hyper_ch: disable the module or turns off the card?
<hyper_ch> progress can also be shown with dd: dd if=/... of=/... status=progress
<firas> I'm in freebsd so no bash for me xD
<hyper_ch> firas: pretty much so
<firas> and no status=progress xD
<firas> hyper_ch: nice
<ArdaXi[m]> pkill -USR1 dd should still work though
<tilpner> You shouldn't need bash
<hyper_ch> I have no need for the nvidia card
<firas> hyper_ch: likewise
<imagio> I'm trying to package x-plane 11 using buildFHSUserEnv, I have the installer running but when launching x-plane the display changes resolutions then I get the following output https://pastebin.com/DY0PQbpU and here is my derivation https://pastebin.com/vJVkLVCu I'm pretty new to nix, any idea where I might be going wrong?
<firas> ok wish me luck going to try the live usb atm
<firas> thanks so much for the support
firas has left #nixos []
<tilpner> imagio - You could start with the Steam chroot, xplane should work in that. Then remove libraries until it doesn't work anymore
<tilpner> imagio - Running the output of your expression brings up an installer window? Does that show for you too?
pxc has joined #nixos
<imagio> Yes, the installer works fine. Once you have installed the demo you can click "fly x-plane demo", that is when the application fails
<imagio> I tried to add all of the libs from the steam chroot that I thought would be relevant but that does not seem to help
hamishmack has quit [(Quit: hamishmack)]
jb551 has joined #nixos
<tilpner> Try adding the gtk3 related libs too
<imagio> hmm I have added every dep from the steam chroot (except obviously unneeded ones like mono and python) and the behavior remains the same
darlan has joined #nixos
<imagio> x-plane shouldn't depend on gtk, qt, or any other libraries like that, it draws all of its own UI in 3d in the application
darlan has quit [(Client Quit)]
<pstn> Is there a glibc included?
<pstn> That error happens when you use a new mesa with an old c library.
<imagio> I added glibc to the targetPkgs, no change
jb551 has quit [(Ping timeout: 260 seconds)]
<pstn> Does xplane ship it's own libraries? If so, remove stdlibc++.so*
<imagio> i don't think it ships its own libraries
<pstn> Ah, my bad. I thought it was a binary build.
<imagio> here is the output of ldd on the x-plane binary https://pastebin.com/gdJfnPhc
<imagio> looks like the only lib it ships with is fmod
<imagio> sorry, I was in wrong chrootenv, this is the ldd output from the chrootenv for x-plane https://pastebin.com/RPi8jitx
stepcut has joined #nixos
jgertm has joined #nixos
a6a3uh has quit [(Quit: Bye)]
alhariel has quit [(Remote host closed the connection)]
a6a3uh has joined #nixos
schell has joined #nixos
roosemberth has joined #nixos
<roosemberth> Hi, I have a question, how can I add qutebrowser to my configuration.nix and have the webengine backend by default?
<roosemberth> It seems the default backend it's configured to be webkit
Itkovian has joined #nixos
griff_ has joined #nixos
<symphorien> roosemberth: I guess `(qutebrowser.override{withWebEngineDefault=true;})` according to https://github.com/NixOS/nixpkgs/blob/ac2bb5684cc7306cdbedd6fc4fa11c3c9805f9be/pkgs/applications/networking/browsers/qutebrowser/default.nix#L6
<roosemberth> symphorien: I'm quite new to nixos, can you elaborate a little bit more please? :)
<symphorien> in the list of packages, instead of listing `qutebrowser`, list `(qutebrowser.override....)`
nix-gsc-io`bot has joined #nixos
<roosemberth> thanks :)
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/03815a8969 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
schell has quit [(Quit: schell)]
a6a3uh has quit [(Quit: Bye)]
<roosemberth> One last question, what's the best way of adding "session required pam_env.so user_readenv=1" on /etc/pam.d/login ?
griff_ has quit [(Quit: griff_)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
stepcut has quit [(Remote host closed the connection)]
griff_ has quit [(Client Quit)]
stepcut has joined #nixos
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
schell has joined #nixos
ylwghst has quit [(Quit: leaving)]
griff_ has quit [(Client Quit)]
stepcut has quit [(Ping timeout: 248 seconds)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
stepcut has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #30813: gradio: init at 6.0.2 (master...add-gradio) https://git.io/vFfr2
NixOS_GitHub has left #nixos []
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
roosemberth has quit [(Remote host closed the connection)]
stepcut has quit [(Remote host closed the connection)]
Itkovian has quit [(Ping timeout: 255 seconds)]
alhariel has joined #nixos
kp__ has quit [(Quit: WeeChat 1.9.1)]
Itkovian has joined #nixos
ylwghst has joined #nixos
ylwghst has quit [(Client Quit)]
ylwghst_ has joined #nixos
gilligan_ has joined #nixos
<gilligan_> o/
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
notdaniel has joined #nixos
lfish_ has joined #nixos
<rycee> roosemberth: I think `user_readenv=1` is the default so you wouldn't need to change anything.
AndChat146900 has joined #nixos
<AndChat146900> Why is my download speed with nixos-install so low (~30KB/s)?
riclima has joined #nixos
<sphalerite> rycee: "By default this option is off as user supplied environment variables in the PAM environment could affect behavior of subsequent modules in the stack without the consent of the system administrator. "
<rycee> Linus: Hmm. I saw "Turns on or off the reading of the user specific environment file. 0 is off, 1 is on. By default this option is on."
<sphalerite> AndChat146900: probably local issues with cloudfront. Whereabouts are you?
<rycee> roosemberth: In any case, I'm pretty sure it is either on or off by default :-)
<AndChat146900> What?
<sphalerite> rycee: I just looked up the manpage online so yours is probably more reliable :p
<sphalerite> AndChat146900: where in the world are you?
<AndChat146900> Syria
<rycee> Linus: Yeah, I'm pretty sure it is on by default. Home Manager let's you set session variables using `~/.pam_environment` and I don't recall having to do anything special.
mithsv has quit [(Remote host closed the connection)]
orivej has quit [(Ping timeout: 240 seconds)]
mithsv has joined #nixos
schell has quit [(Quit: schell)]
<infinisil> I returned to the hotel in one piece gchristensen :)
jacob has quit [(Quit: Lost terminal)]
schell has joined #nixos
riclima has quit [(Ping timeout: 248 seconds)]
jbgi has joined #nixos
mithsv has quit [(Ping timeout: 240 seconds)]
civodul has quit [(Quit: ERC (IRC client for Emacs 25.3.1))]
Ivanych has quit [(Ping timeout: 255 seconds)]
orivej has joined #nixos
dieggsy has quit [(Remote host closed the connection)]
p4cman has quit [(Quit: Connection closed for inactivity)]
dieggsy has joined #nixos
tdc has quit [(Ping timeout: 248 seconds)]
schell has quit [(Quit: schell)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] iblech opened pull request #30906: treewide: use https addresses where possible (master...https-links-where-possible) https://git.io/vFI6B
NixOS_GitHub has left #nixos []
stepcut has joined #nixos
hellrazor has joined #nixos
<lfish_> hello. In error messages related with nix-* tools I'm getting "â" instead of the offending expression. I think it has to do with this http://lpaste.net/359609 , though I'm not really sure.
<lfish_> E.g $ nix-shell -p not-a-package --pure '> error: undefined variable â at (string)...'
dieggsy has quit [(Ping timeout: 252 seconds)]
hellrazo1 has quit [(Ping timeout: 258 seconds)]
<sphalerite> AndChat146900: yeah then maybe it's just that CloudFront doesn't serve your region very well. I don't really know though, sorry
<sphalerite> rycee: neat, good to know!
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] iblech opened pull request #30907: maintainers.nix: fix tiny typo (master...patch-1) https://git.io/vFI6x
NixOS_GitHub has left #nixos []
iqubic has joined #nixos
tanonym has joined #nixos
Mateon1 has quit [(Ping timeout: 248 seconds)]
riclima has joined #nixos
<tanonym> Hm, running nix-env -q chromium doesn't give me any results.
<tanonym> I have subscribed to nix-channels 17.09 and unstable.
Mateon1 has joined #nixos
<tanonym> 17.09 is set to be the system upgrade.
slack1256 has joined #nixos
<gilligan_> would anyone like to have a quick look at https://github.com/NixOS/nixpkgs/issues/66 ? As mentioned at the very and it looks like this has been resolved via https://github.com/NixOS/nixpkgs/pull/21837
<gilligan_> (#66 is open since 2012 - it's the oldest issue on nixpkgs right now ;)
<disasm> tanonym: nix-env -qa chromium
stepcut has quit [(Remote host closed the connection)]
jbgi has quit [(Ping timeout: 252 seconds)]
roosemberth has joined #nixos
<AndChat146900> Nvm it is fast now ;)
AndChat146900 has quit [(Quit: Bye)]
<sphalerite> lfish_: I can't access lpaste.net because of UK mobile data content blocking bullshit, could you maybe repaste it somewhere else?
<sphalerite> In any case, at the first glance it looks like an issue I had with disk corruption, a stuck bit or something, which was screwing up all the output.
<LnL> gilligan_: seems like that should be closed, no?
<sphalerite> You may want to try running nix-store --verify --check-contents or something like that (can't remember if that's the exact command and I'm on my phone, check the nix-store manpage if that doesn't work
<gilligan_> LnL, yep. that is what I am saying
<disasm> LnL: that's both mine and gilligan_ thoughts
<sphalerite> Hi disasm :p
<gilligan_> we just don't have permissions to close issues ;-)
<sphalerite> You at the social?
<disasm> Hi sphalerite :)
<disasm> sphalerite: we left around 10ish to come back to the hotel and hack :) (was at the original one)
<LnL> disasm: gilligan_: done :)
<gilligan_> LnL, \o/
<disasm> thanks LnL
<gilligan_> off to the next oldest nixpkgs issue ;-)
<gilligan_> "/bin/sh" -> ${stdenv.shell}
<sphalerite> disasm: sounds good, shame I missed it
<tanonym> Okay so it has to be a lower-case a as an option.
<sphalerite> gilligan_: trying to ruin globin 's stats? :p
<gilligan_> sphalerite, ;-)
<lfish_> sphalerite: I was rather lazy at pasting that, after a nixos-rebuild switch with other options the behaviour is the same. I'll look into the nix-store thing, thanks
<disasm> sphalerite: that's the goal :)
<sphalerite> Hehe
<disasm> I remember that issue sphalerite... wasn't there a nix package you removed from the store and ran rebuild again to fix?
<roosemberth> rycee: pam userenv is on by defautl :)
<sphalerite> disasm: no, it was an issue I fixed by snapping the SD card in half and using a different one :D
<roosemberth> But setting XDG variables in my pam_environment prevents gnome3 from starting.
<roosemberth> does anyone of you uses a custom XDG directory location?
<sphalerite> disasm: not sure the snapping the SD card in half part was strictly necessary but I was curious to see how that would go. And maybe it scared the other one into compliance
<sphalerite> roosemberth: do the paths exist?
<roosemberth> yes
<disasm> sphalerite: lol :)
stepcut has joined #nixos
<sphalerite> Oh ok, not sure then.
roosemberth has quit [(Quit: leaving)]
<sphalerite> I do remember having issues with Plasma after moving my user's .cache to a separate zfs dataset, but that was fixed by fixing the ownership on it
<sphalerite> Oh, they left...
<Orbstheorem> roosemberth is my nickname in my computer
<Orbstheorem> I'm still here :) sphalerite
<sphalerite> Oh okOK
ylwghst has joined #nixos
jb551 has joined #nixos
ylwghst_ has quit [(Ping timeout: 255 seconds)]
kmcia has joined #nixos
<kmcia> hello
<kmcia> been a few years since I looked at Nix -- does it have some package signing feature like Debian?
<MichaelRaskin> What is package signing?
<MichaelRaskin> Hydra signs that binary packages correspond to source code.
<sphalerite> kmcia: not source packages, but binary packages can (from 1.12) be signed as originating from a particular derivation
<sphalerite> Independently starting from 1.12 that is. They've been signed in binary caches for ages
<kmcia> ok
slack1256 has quit [(Remote host closed the connection)]
orivej has quit [(Quit: No Ping reply in 180 seconds.)]
orivej has joined #nixos
gilligan has joined #nixos
gilligan_ has quit [(Read error: Connection reset by peer)]
gilligan is now known as gilligan_
MoreTea has quit [(Quit: leaving)]
<disasm> pierron and everyone else: gilligan_ and I were discussing the confusion pointed out in overlays. What we were thinking might fix it would be using the terminology previous and final instead of super and self. That would be because super is nixpkgs state prior to the current (or previous) of nixpkgs and final is really the state of nixpkgs after all overlays have been applied.
jb551 has quit [(Quit: WeeChat 1.9)]
jb55 has joined #nixos
riclima has quit [(Ping timeout: 240 seconds)]
<musicmatze> What Profpatsch is telling right now: We want that in nixpkgs!
<musicmatze> I, as a packager, would love to have that infrastructure for tests!
<sphalerite> disasm: isn't it after the *current* overlay has been applied?
adamt has quit [(Ping timeout: 240 seconds)]
<sphalerite> musicmatze: right now? It was quite a few hours ago :p
<musicmatze> sphalerite: it is in the live stream on youtube right now
<sphalerite> Huh weird :)
<disasm> sphalerite: sphalerite if it is, the documentation is wrong: The first argument (self) corresponds to the final package set.
<sphalerite> disasm: I think that's a matter of interpretation — maybe not *wrong* wrong, but certainly unclear enough that the two of us have interpreted it in different, conflicting ways :p
<sphalerite> I interpreted it as final from just the one overlay's perspective
<sphalerite> So more of a "before/after" thing
notdaniel has quit [(Quit: Leaving)]
<sphalerite> Although actually now that I think about it, we are thinking of the same thing. Just in different ways
<gilligan_> sphalerite, i also thought that it would mean the *final* thing after all overlays have been applied
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kierdavis opened pull request #30908: boinc service: use an FHS environment (master...boinc-fhs) https://git.io/vFIXH
NixOS_GitHub has left #nixos []
<sphalerite> Just that I was considering it as the next overlay then goes back and fiddles with stuff again
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kierdavis closed pull request #21890: boinc service: optionally use a FHS environment (master...boinc-service) https://git.io/vMVhJ
NixOS_GitHub has left #nixos []
<sphalerite> Yeah our interpretations work out to the same thing in the end, I think
lfish_ has quit [(Quit: Page closed)]
<LnL> it's before and final AFAIK
MoreTea has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ylwghst opened pull request #30909: wxwidgets: fix assertion using hide in destroy (master...wxwidgets) https://git.io/vFI1m
NixOS_GitHub has left #nixos []
<sphalerite> pierron: also re your talk - do you have any opinion on the use of rec {...} in all-packages.nix? I think that damages interaction with overlays, doesn't it? Do you think it would make sense to port over the change from triton that fixes this?
<LnL> there's a rec in all-packages?
hiratara has quit [(Ping timeout: 258 seconds)]
<tokudan[m]> release-17.09 seems to be stuck on an error. i cannot reproduce the error on my system, so i guess it's a random one
tgunb has quit [(Quit: Leaving.)]
nix-gsc-io`bot has joined #nixos
<sphalerite> LnL: I think so? Like for linuxPackages = linuxPackagesFor linux; or whatever
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/630dbfe672 (from 2 days ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
<sphalerite> LnL: or maybe it's a with self; which is an entirely different matter
nh2 has joined #nixos
<LnL> ah yes, I think most of the attrsets like that currently have their own fixpoint
<LnL> same with haskellPackages, etc.
<sphalerite> Right
<sphalerite> I'm guessing that plays along fine with overlays?
hiratara has joined #nixos
<gilligan_> issue from 2013 that hasn't seen an update for over a year: https://github.com/NixOS/nixpkgs/issues/1424 - "Purity problems with /bin/sh --- an example in NixPkgs" -- Does anyone have any idea if this is still a problem/what the status is?
hamishmack has joined #nixos
<sphalerite> LnL: you're Daiderd Jordan, right? I think I've seen you briefly at the conference but we haven't talked yet
<LnL> not exactly, ideally everything would go through the same fixpoint
<LnL> yep that's me
notdaniel has joined #nixos
<disasm> yeah, I need to make a list of IRC names of people I haven't met yet and scope them out tomorrow (or during the hack days) before people leave.
<sphalerite> The name tags are really nice but don't lend themselves to being written on
<disasm> lol, yeah :)
thc202 has quit [(Ping timeout: 264 seconds)]
<gilligan_> right - everyone should print out a checklist and make sure to shake everyone's hand at least once ;-D
<sphalerite> (Seriously though really nice. It's a treasured possession of mine and I'm probably going to wear it at other conferences cause it's so awesome)
<sphalerite> gilligan_: hope nobody's ill lol
<disasm> yeah, so much better than hello my name is sticky labels.
ssmike has quit [(Ping timeout: 240 seconds)]
<sphalerite> Might just start wearing it all the time :p
<sphalerite> OK maybe that would be pushing it
<sphalerite> Also magnets are probably the best way ever for fastening name tags
python476 has joined #nixos
<sphalerite> Anyway, I should probably sleep
<sphalerite> Gnight folks, see a bunch of you tomorrow!
<disasm> cya sphalerite
<gilligan_> LnL, mind closing https://github.com/NixOS/nixpkgs/issues/1549 ?
<gilligan_> LnL, because i definitely think this is way too generic/vague and not overly useful
noam has quit [(Read error: Connection reset by peer)]
<LnL> dunno, there's a bunch of stuff that I think of right away
noam has joined #nixos
<disasm> LnL: could you brain dump some things in that issue so there's some action items people could address at the hackathon?
<LnL> there's some basic stuff like use $CC/cc instead gcc etc.
simukis has quit [(Ping timeout: 258 seconds)]
<gilligan_> LnL, but it's a "oh it would be nice if there was some documentation ticket" - nothing has happened in years. Nothing is going to happen for several more years with that ticket just laying around
catch22 has joined #nixos
<LnL> first time I've seen it, I'll write a small section for the manual tomorrow or during the hackathon
<gilligan_> LnL, yes.. because i'm going through issues oldest first.. that's the way to find issues like this one hehe
<disasm> LnL: thanks!
<LnL> exactly! :)
notdaniel has quit [(Quit: Leaving)]
<MichaelRaskin> sphalerite: you ask as if any of the listed changes there is not useful to port.
<disasm> fpletz: loving git worktree for nixpkgs :)
<MoreTea> disasm: yes, I found about worktress only like two weeks ago. They're awesome :3
<disasm> MoreTea: yeah, so much easier to see what I'm PRs I'm working on
<gilligan_> going through all these old issues I really think that ppl should avoid creating "collection tickets" that have a huge list of checkboxes and a way too big scope. There are plenty of those to be discovered going through the oldest nixpkgs issues -- It is painful to even figure out which parts of the big scope of a ticket are still relevant at all
<MoreTea> I actually wrote a script that set up a local origin to have this exact workflow.
catch22 has quit [(Remote host closed the connection)]
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<gilligan_> also ppl are much less likely to touch issues like these because you just get scared off by all the work involved to figure out current status
<gilligan_> One example (from 2014): https://github.com/NixOS/nixpkgs/issues/1819
<gilligan_> IMHO issues should expire at some point and then be "garbage collected" by a bot closing them
catch22 has joined #nixos
<gilligan_> am I being too pragmatic?
<MichaelRaskin> Well, we actually need some tracker separation.
iqubic has quit [(Remote host closed the connection)]
<MichaelRaskin> With a real issue tracker that wouldn't be that much of a problem.
<gilligan_> actually the issue i linked is still a "good one" because almost all of the checkboxes *actually* reference some existing issue. That's not always the case
Vorpal has quit [(Ping timeout: 240 seconds)]
<MichaelRaskin> There are «I also want a pony» issues, there are «subsystem improvement drive» issues, there are «likely to be fixed in code without closing the issue issues», there are «actual long-term issue that requires planning over time and a fix in some future»
<LnL> ugh, cffi tests
<joepie91> strong vote against garbage collection; sometimes issues just take a long time to resolve, and it seriously discourages reporters when their issues are closed without a human ever finalizing it
<joepie91> you probably want a triage queue instead
catch22 has quit [(Remote host closed the connection)]
<joepie91> ie. "this stuff hasn't seen activity for a while, somebody should figure out what its current status is" and then a human inspecting whether it's still relevant or not
<joepie91> (if there's a concrete list of such issues, I'd happily volunteer to triage some amount of them, but I don't have the time to seek them out)
notdaniel has joined #nixos
Arcaelyx has joined #nixos
Vorpal has joined #nixos
kiloreux has joined #nixos
<kiloreux> I am generating binary-caches with nix-push. But the priority is not included in the nix-cache-info file. Would it be okay to add it manually ?
<kiloreux> Or is there a systematic way to add it ?
<joepie91> (for context, I often talk to people who encounter bugs but don't file them to understand why not, because it relates to a project I'm working on, and the top two reasons for people not reporting bugs turn out to be 1) bug tracker is not accessible enough / easy enough to use, and 2) "they'll just get auto-closed anyway")
mkoenig_ has joined #nixos
jgertm has quit [(Ping timeout: 240 seconds)]
mkoenig has quit [(Ping timeout: 252 seconds)]
<catern> no nixcon streams I guess?
<MichaelRaskin> There were some during the day.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #30911: install documentation: document boot.loader.grub.useOSProber (master...nixos-grub-os-probe-docs) https://git.io/vFIMH
NixOS_GitHub has left #nixos []
<MichaelRaskin> Some of them even had sound you could hear!
darlan has joined #nixos
<catern> aw no :(
<catern> i hope the videos are good in the end :(
<sphalerite> catern: I think reruns are on the channel now
darlan has quit [(Client Quit)]
<sphalerite> And... I'm still not asleep... Why
<sphalerite> Gnight, really this time
Arcaelyx has quit [(Ping timeout: 248 seconds)]
<kriztw> catern: they are fine, I've been watching them here: https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg/videos
<tanonym> Hm, I wonder what EPIC5 is like with scripts.
jgertm has joined #nixos
takle has joined #nixos
hiratara has quit [(Quit: ZNC - http://znc.in)]
hiratara has joined #nixos
catch22 has joined #nixos
kiloreux has quit [(Quit: Leaving)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03 advanced to https://github.com/NixOS/nixpkgs/commit/630dbfe672 (from 2 days ago, history: https://channels.nix.gsc.io/nixos-17.03)
nix-gsc-io`bot has quit [(Client Quit)]
andymandias has quit [(Ping timeout: 248 seconds)]
<tanonym> Does anyone know how to get weechat not to screw up links? If it goes beyond a single line weechat breaks it up and mangles it because the colums are faked rather than how you'd expect them to be in LibreOffice for example.
<symphorien> /window bare
<symphorien> press any key to revert to normal display
<symphorien> according to the doc it is bound to Alt-L but it doesn't work for me
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 4 new commits to master: https://git.io/vFID3
<NixOS_GitHub> nixpkgs/master 8ac360e Tuomas Tynkkynen: libid3tag: Split into multiple outputs
<NixOS_GitHub> nixpkgs/master e514447 Tuomas Tynkkynen: geoclue2: Split into multiple outputs
<NixOS_GitHub> nixpkgs/master 90e8e0b Tuomas Tynkkynen: geoclue: Split into multiple outputs
NixOS_GitHub has left #nixos []
firas has joined #nixos
<firas> wow nixos is amazing so far! Kudos to all the devs
<firas> BTW is there any guide on how to setup bumblebee?
<firas> what should I put in my configuration.nix?
<tanonym> It's pretty cool. NixOS got me using Linux on my low-spec notebook regularly again. :)
<tanonym> What's bumblebee?
<MichaelRaskin> firas: do you want nvidia drivers as opposed to nouveau?
<firas> MichaelRaskin, Yes please
<firas> tanonym, roughly an optimus replacement for linux (a rough explanation)
Arcaelyx has joined #nixos
<MichaelRaskin> https://nixos.org/nixos/manual/options.html#opt-hardware.bumblebee.connectDisplay
<MichaelRaskin> (from the anchor down)
<firas> wow thanks a lot
<MichaelRaskin> Basically hardware.bumblebee.enable=true;
<MichaelRaskin> If you are not in wheel, set hardware.bumblebee.group
Acou_Bass has quit [(Read error: Connection reset by peer)]
<firas> I've tried freebsd, openbsd, dragonflybsd, gentoo, funtoo, exherbo... NixOS is by far my favorite of all...
<MichaelRaskin> Actually, just try — without bumblebee — xrandr --listproviders
Acou_Bass has joined #nixos
<MichaelRaskin> Hm, looking at your list…
<firas> thanks MichaelRaskin
<MichaelRaskin> We'll see what happens after you encounter some systemd policy.
<firas> autistic list xD
<MichaelRaskin> (the problem is that they change with each update)
<firas> well I've tried s6, runit, rc, openrc, sysvinit
<firas> ouch xD
<MichaelRaskin> That's the problem, all the systems you list have actual init systems.
<MichaelRaskin> And not this abomination.
<firas> well I've tried archlinux for a while tho as well as archlinux but at the time I favored gentoo over arch so I didn't get to know systemd well xD
<firas> where does the hate come from xD
<MichaelRaskin> Well, some people like it.
<MichaelRaskin> So it got to be the only supported init in NixOS eventually.
<MichaelRaskin> NixOS does quite a good job at not making you do anything with systemd directly.
<firas> ya I noticed that xD
<firas> btw hardware.bumblebee.driver = "nvidia"; ?
<tanonym> I used to use Arch Linux, until I took a break from using the machine for a while, came back and had an update run and break my system completely. Then when I tried to reinstall following their instructions and failed, went for help on the IRC channels and got nothing but "RTFM" and told to stop being a help vampire even after listing everything I tried and consulted... :S
M-gst has left #nixos ["User left"]
<MichaelRaskin> firas: I think this is the default anyway
<firas> MichaelRaskin, ok cool, if I wanted bbswitch/primus should I add another setting?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar pushed 1 new commit to master: https://git.io/vFIDV
<NixOS_GitHub> nixpkgs/master c9ac187 Nikolay Amiantov: tbb: 4.4-u2 -> 2018_U1, merge with libtbb...
NixOS_GitHub has left #nixos []
<MichaelRaskin> Maybe you would need to set pmMethod.
<MichaelRaskin> primus should be included
<firas> alright thanks a lot for the help
<MichaelRaskin> But do run xrandr --listproviders
MawKKe[m] has joined #nixos
<MichaelRaskin> Before changing to Bumblebee
tanonym has quit [(Quit: leaving)]
<MichaelRaskin> It may be that you have access to the easier way
<firas> is there an easier way xD coming from gentoo I don't think it gets easier than that lol
<firas> hang on
<MichaelRaskin> Gentoo? Not even A/B LFS?
<firas> I don't have full day electricity so I can't risk a LFS installation xD
<MichaelRaskin> (but to be honest I have never used much of the BSD side)
<firas> xrandr --listproviders
<firas> MichaelRaskin, I wouldn't recommend the BSDs to any desktop user...
<MichaelRaskin> Well, with ALFS it is not that bad.
<firas> ALFS, BLFS sound good
<MichaelRaskin> A/B LFS — you need both
<MichaelRaskin> (Automated LFS + Beyond LFS while still using Automated)
<firas> welp I can get my gentoo slimmer and up and running before these too xD
<MichaelRaskin> OK, if you do nothing you can already have DRI PRIME
<MichaelRaskin> Do you have nouveau or nvidia loaded now?
<firas> nouveau
<firas> will it be blacklisted automagically? along with nvidia drm kms etc...?
<MichaelRaskin> Ah. Well, you could start with loading only nvidia and checking if you would still have two providers
<MichaelRaskin> Bumblebee blacklists both, yes
<firas> ah ok
<firas> hang on
<MichaelRaskin> Because if you have two providers with the desired drivers, you could configure offloading using xrandr
<MichaelRaskin> And set DRI_PRIME=1 when you want to use nvidia for rendering
<tokudan[m]> just checking out the livestreams from nixcon: the audio is extremely low... I've got vlc set to 125% and everything else too 100% and it's barely audible
nckx has quit [(Quit: Restarting my GuixSD server — https://gnu.org/s/guix)]
<MichaelRaskin> Well, yes.
<firas> alright
nckx has joined #nixos
orivej has quit [(Ping timeout: 240 seconds)]
<disasm> tokudan[m]: I would assume those will get remastered at some point and hopefully broken up my talk instead of all named live stream. Live audio is hard to get right on the fly in a room not setup for it.
<tokudan[m]> well, probably not possible to expect the same as for the chaos communication congress
symplectico_ has quit [(Ping timeout: 264 seconds)]
<firas> will system wide proxies work with nix-env
gilligan_ has quit [(Ping timeout: 240 seconds)]
orivej has joined #nixos
<disasm> firas: networking.proxy. best example is probably the test: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/networking-proxy.nix
<firas> thanks
<disasm> ok, bed :)
riclima has joined #nixos
<firas> I'm receiving (couldn't download NVIDIA-* from any mirror), I need a proxy set to download it, so?
<MichaelRaskin> You can try setting proxy, rebuilding, then trying to reference nvidia again.
<MichaelRaskin> Or you could download it manually, then nix-prefetch-url a file:/// url
<firas> I'd like to download it manually?
<firas> you mean directly from the nvidia site?
<disasm> firas: you can also export http_proxy="yourproxy"
<disasm> that's what that proxy command does
<MichaelRaskin> Well, you could run curl with the URL printed and whatever environment is needed
<firas> that's what I was doing
<firas> k lemme test more proxies
<disasm> firas: can you hit your proxy?
<firas> disasm, you mean ping?
<disasm> firas: yeah, ping, and maybe curl the proxy port
<firas> disasm, ok
<firas> yup I can
<firas> hang on I'm trying again
<MichaelRaskin> If you set environment for the non-root user, nix-daemon want use it for builds
<firas> wait what?
<MichaelRaskin> nix-daemon doesn't see normal user's environment.
<disasm> MichaelRaskin: ah, that's true...
<firas> I think I got it working rn
<firas> so I should use su instead of sudo and continue from there
<disasm> you could comment out changes for nvidia, set proxy, nixos-rebuild switch, uncomment, nixos-rebuild switch
<disasm> firas: it won't see root user either
<firas> then what should i do xD
<firas> ah ok I'll try that
<MichaelRaskin> root user can build without using nix-daemon, though
<disasm> do what I suggested, remove the nvidia stuff it's trying to download, set the proxy, rebuild
<firas> doing that...
<disasm> MichaelRaskin: yeah, you'd also have to set NIX_REMOTE=""
<disasm> but that would work
stepcut has quit [(Remote host closed the connection)]
<disasm> MichaelRaskin: wouldn't you also have to remount /nix/store as rw to build as root user without daemon?
<MichaelRaskin> No.
stepcut has joined #nixos
<disasm> ah, it does work with nix-build and NIX_REMOTE="" as root
markus1189 has joined #nixos
<LnL> thought that was not set for root
<firas> nothing has worked so far ...
<firas> let's try the manual way
markus1199 has quit [(Ping timeout: 240 seconds)]
<LnL> firas: networking.proxy.httpProxy should work, unless that doesn't reload the daemon
pxc has quit [(Ping timeout: 240 seconds)]
<Dezgeg> maybe we are solving a wrong problem? is the link to the nvidia site still valid? ;)
<firas> I'm receiving a 403 error not a 404
<Dezgeg> that is odd then, since it's presumably the server returning that (it's over https) and the links do work for me...
codygman has joined #nixos
<codygman> I'm doing a new install of nixos. In my configuration.nix I have boot.loader.gummiboot = true. After I do nixos-install I would expect efibootmgr to have my boot entry but I do not see it.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kristoff3r opened pull request #30912: python: pwntools 3.7.1 -> 3.10.0 (master...pwntools-update) https://git.io/vFISq
NixOS_GitHub has left #nixos []
notdaniel has quit [(Quit: Leaving)]
<firas> I think curl isn't taking the proxy setting
<firas> which is weird
<disasm> codygman: change gummiboot -> systemd-boot gummiboot is deprecated
<disasm> codygman: also, what system are you using?
<firas> ok so what's the manual way to download the nvidia run file?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 opened pull request #30913: python-cffi: fix clang build (master...darwin-cffi) https://git.io/vFISG
NixOS_GitHub has left #nixos []
<codygman> disasm: I'm currently on the latest nixos live cd 17.09.1880.ac2bb5684c
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 2 new commits to master: https://git.io/vFISn
<NixOS_GitHub> nixpkgs/master 443e7bf Ingo Blechschmidt: maintainers.nix: fix tiny typo
<NixOS_GitHub> nixpkgs/master 443d1f2 Daiderd Jordan: Merge pull request #30907 from iblech/patch-1...
NixOS_GitHub has left #nixos []
<MichaelRaskin> I think the build failure prints the url
<MichaelRaskin> firas: so you just download that url.
<firas> MichaelRaskin, I see, the url that contains cache.nixos?
<codygman> disasm: I'll re-run nixos-install. After it runs I should see a new boot entry in efibootmgr right?
<MichaelRaskin> No
<MichaelRaskin> That should fail for nvidia drivers.
<codygman> the change I made was using systemd-boot
<firas> ah nvm got it
<codygman> eh, I suppose I'll reboot and see. It could have overwrote my other boot manager entry.. I bet i'll land at grub rescue though.
<firas> MichaelRaskin, then I'll run a nix-prefetch-url?
<firas> do I need to tamper with the file's permissions?
<disasm> codygman: what do you see in /boot/EFI
<MichaelRaskin> No, it just should be readable by you
<MichaelRaskin> And you nix-prefetch-url is by file:/// url with a full path.
stepcut has quit [(Remote host closed the connection)]
dj_goku has joined #nixos
<firas> MichaelRaskin, thanks
nh2 has quit [(Ping timeout: 240 seconds)]