nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3bd9bc1fc8 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
goibhniu has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] leenaars opened pull request #31807: ocamlPackages.cohttp: 0.99 => 1.0.0 (master...cohttp) https://git.io/vFHCT
NixOS_GitHub has left #nixos []
<hiroshi> hyper_ch: ping
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] WilliButz opened pull request #31808: grafana: 4.6.1 -> 4.6.2 (master...grafana-update) https://git.io/vFHCm
NixOS_GitHub has left #nixos []
alhariel has quit [(Remote host closed the connection)]
alhariel has joined #nixos
thc202 has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] matthewbauer opened pull request #31809: [wip] Firefox on MacOS (master...firefox-on-macos) https://git.io/vFHCi
NixOS_GitHub has left #nixos []
jsgrant has joined #nixos
yegortimoshenko has quit [(Remote host closed the connection)]
alhariel has quit [(Remote host closed the connection)]
simukis has quit [(Ping timeout: 255 seconds)]
markus1199 has joined #nixos
<slack1256> I remember that nix-shell had a variable that listed the order of the phases available
<slack1256> Does any remember it?
<slack1256> *anybody
<samueldr> no, but I would try `env | grep -i phase` to find it
<slack1256> damn, you're right
<slack1256> I always forget the env builtin
Alling has joined #nixos
<Alling> Trying like a madman to install mitmproxy with Python 3.6 and not 3.5.
markus1189 has quit [(Ping timeout: 255 seconds)]
<Alling> pyflakes fails with this: AttributeError: 'Checker' object has no attribute 'JOINEDSTR'
<Alling> Where can I begin?
<tilpner> You want to use python35 instead of python3?
<Alling> python36 instead of python3[5]
<Alling> tilpner:
<tilpner> Huh, python3 should be 3.6
<Alling> I should probably state the actual problem.
<Alling> I have written a script which I want to run like this: mitmdump -s myscript.py
<Alling> That script works only with P3.6.
<tilpner> On 17.03, python3 is still 3.5, but on 17.09 it's 3.6
<Alling> (I though python3 was 3.5.)
<tilpner> What channel are you on?
<Alling> I don't know; how do I check?
asuryawanshi has joined #nixos
<tilpner> Try running the command from the topic: nix-shell -p nix-info --run nix-info
<tilpner> (Doesn't work for me, but I think it might for you)
<Alling> tilpner: $ nixos-version 17.03.1825.df7e518568 (Gorilla)
<tilpner> You have three good options: 1. upgrade system to 17.09 (not a bad in general, but more work), 2. pick new mitmproxy from a newer channel without upgrading base system, 3. override old mitmproxy to use newer python
<tilpner> *not a bad idea
Arcaelyx has joined #nixos
<Alling> Tried 3 for several hours without luck. Don't understand what 2 means in practice. I guess 1 is the way to go. Does that mean downloading NixOS and reinstalling?
<Alling> I mean, it seems to be pyflakes (and possibly other dependencies) that fails.
asuryawanshi has quit [(Ping timeout: 248 seconds)]
<tilpner> You would do 1. by removing the nixos-17.03 channel, and adding nixos-17.09 under the same name, then rebuilding
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/ac470a67f8 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<tilpner> But you can freely mix channels. If you don't wish to upgrade, you could add a new channel and use one for the base system, and just pick a few applications from the newer channel
<samueldr> tilpner: couldn't you directly --add the channel, using the same name (no need to remove iirc)
<tilpner> samueldr - Maybe, I'm not very familiar with nix-channel
<Shados> samueldr: you can, yes
<Alling> Tbh I don't know what a channel is and I think I may just as well use only 17.09. There should be no obvious reason to "keep" 17.03, right?
<tilpner> Only if you have to do an important thing with your machine tomorrow
<tilpner> *+to do
<Alling> You mean it will take a couple of hours or it might fail badly?
<tilpner> (But you could always rollback, so it's not terrible)
<samueldr> when failing, it probably won't be catastrophic
<Alling> No critical services running so I can basically experiment wildly.
<samueldr> long, it depends on the internet speed and the number of packages
<Alling> But I would absolutely appreciate some further guidance.
<tilpner> It should be smooth, and not take long
<Shados> Alling: It'll download a bunch of stuff, and there's implausibility little chance of anything going really wrong. Real worst case is that you have to reboot back into your previous configuration and set your channel back to 17.03.
<Alling> OK, so how do I do this?
<samueldr> the worst upgrade I had was on a container not having system.stateVersion
<tilpner> nix-channel --add https://nixos.org/channels/nixos-17.09 && sudo nixos-rebuild --upgrade should do it
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3bd9bc1fc8 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
<tilpner> (If samueldr and Shados are correct, and your channel is named nixos)
<Shados> samueldr: Ah, yeah, that could end poorly. I hope you had backups of whatever database got eaten >.>.
<samueldr> (and keeping calm, adding the missing property, I lost nothing)
<tilpner> (Add a switch to that, I forgot it)
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<samueldr> turns out postgresql didn't destroy anything, it basically was disregarding the existing data
<samueldr> tilpner: missing the channel name in nix-channel
<Alling> I guess I should set system.stateVersion to "17.09" as well. (I don't have any databases or anything, only a non-critical web server.)
<samueldr> and possibly sudo for nix-channel, unless I'm mistaken
Arcaelyx has joined #nixos
<tilpner> Oh, right, channels are per-user...
hamishmack has quit [(Quit: hamishmack)]
<Shados> Alling: sudo nix-channel --add https://nixos.org/channels/nixos-17.09 && sudo nix-channel --update && sudo nixos-rebuild switch
<samueldr> keeping an older stateVersion is generally not an issue, but if you're absolutely sure there's nothing that can be lost, it wouldn't be an issue
* tilpner doesn't use channels, should probably not try to help
<Shados> although actually yeah, first one should have the channel name, so sudo nix-channel --add https://nixos.org/channels/nixos-17.09 nixos
<tilpner> Shados - --upgrade for n-r should let you skip the n-c --update
<Shados> tilpner: It does, but then I unintentionally --upgrade whenver I'm lazily using my command history to do a switch...
<samueldr> (also, the fine manual has a section on upgrading nixos : https://nixos.org/nixos/manual/index.html#sec-upgrading )
<tilpner> Get an alias! :c
<Shados> Nah, it's already only a handful of keypresses to begin with
<tilpner> Alling - You're not supposed to touch stateVersion, in general
<Alling> OK, I left it at "17.03" and ran this: sudo nix-channel --add https://nixos.org/channels/nixos-17.09 nixos && sudo nix-channel --update && sudo nixos-rebuild switch
<Shados> Is there a summary of things that change between state versions?
<Alling> I'm perfectly aware I'm such a noob at this. :D
<tilpner> Alling - I always reboot after that, just in case
<samueldr> not sure if it's all the things affected, but release notes generally have stateVersion summaries
<Alling> tilpner: I wanna do that now that it's finished, but I don't trust my motherboard to boot, and I only have ssh access right now ...
<Shados> Alling: It shouldn't be a problem to not reboot, you'll probably just be behind on kernel version more or less.
<Shados> samueldr: Looks like the "Backward Incompatibilities" section has a bit explicitly about stateVersion changes, so that's pretty much what I wanted, thanks
<samueldr> I don't think that's an exhaustive list
<Alling> It says here that python3Packages is python35Packages. https://nixos.org/nixpkgs/manual/
<samueldr> looks like a documentation bug
<Alling> You gotta be kidding me ... Suddenly it just works. And I've been sitting all day trying all kinds of weird Nix tricks. You guys are absolutely fantastic! Shados tilpner samueldr
<tilpner> Alling - FWIW, something like mitmproxy.override { python3 = python36; } should have worked too
<tilpner> (But upgrading is good in general)
<Alling> tilpner: Tried stuff like that; could not get it to build for various reasons (e.g. pyflakes failing).
hellrazor has joined #nixos
<tilpner> I don't see a mention of pyflakes in .nix, and I don't really know what it is. I guess it's not important anymore
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] samueldr opened pull request #31810: documentation: python3Packages is python36Packages (release-17.09...patch-2) https://git.io/vFHl1
NixOS_GitHub has left #nixos []
hellrazo1 has quit [(Ping timeout: 240 seconds)]
<Alling> What usually happens for me is that some dependency fails to build, so I write a Nix expression for that dependency ... and then one of its dependencies fails, so I have to write an expression for THAT ... ^.^'
<Alling> And by "write" I mean "copy and modify".
<samueldr> anyone has experience with building a react app using nix, using *something* to track dependencies through nix?
<samueldr> like, clone project, nix-build, get react app out
<samueldr> Alling: I may seem knowledgeable, but don't ask me to write a derivation for anything more complicated than the usual configure make make install software
<samueldr> I'm mostly still a user, and used to the user-experience
ryantm has joined #nixos
<Alling> samueldr: I've never even built anything in React. Elm and Haskell though. :p
mekeor has joined #nixos
fragamus has joined #nixos
<Alling> Bonus context: This is the script I was trying to get running:
<Alling> Thanks to you guys, it works like a charm now.
sigmundv has joined #nixos
knedlsepp_ has joined #nixos
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
jsgrant__ has quit [(Remote host closed the connection)]
* knedlsepp_ steveej: seems composing overlays is possible after all: https://gist.github.com/knedlsepp/28b945a3aa41d15b694bc766521994b1
phreedom has quit [(Ping timeout: 248 seconds)]
jsgrant has quit [(Remote host closed the connection)]
sigmundv__ has joined #nixos
erictapen has quit [(Ping timeout: 248 seconds)]
proteus-guy has quit [(Ping timeout: 258 seconds)]
lambdamu_ has joined #nixos
fragamus has quit [(Ping timeout: 240 seconds)]
deepfire has quit [(Ping timeout: 268 seconds)]
lambdamu has quit [(Ping timeout: 268 seconds)]
mbrgm has quit [(Ping timeout: 260 seconds)]
mbrgm has joined #nixos
glion has quit [(Ping timeout: 248 seconds)]
hellrazor has quit [(Ping timeout: 268 seconds)]
hellrazor has joined #nixos
<TimePath> samueldr: you might be interested in https://github.com/svanderburg/node2nix
<TimePath> or the more recent yarn2nix
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #31808: grafana: 4.6.1 -> 4.6.2 (master...grafana-update) https://git.io/vFHCm
NixOS_GitHub has left #nixos []
asuryawanshi has joined #nixos
asuryawanshi has quit [(Ping timeout: 255 seconds)]
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
jb55 has joined #nixos
Wizek_ has quit [(Ping timeout: 248 seconds)]
Alling has quit [(Quit: Page closed)]
jb55 has quit [(Ping timeout: 248 seconds)]
<samueldr> node2nix seemed more targetted towards building tools, and not products, I mean, building something using node and using it via CLI
<samueldr> yarn2nix seems clunky as is, since it's not in nixpkgs yet... though looked more promising
noobineer has joined #nixos
Arcaelyx has joined #nixos
noobineer has quit [(Max SendQ exceeded)]
knedlsepp_ has quit [(Quit: knedlsepp_)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to master: https://git.io/vFHRc
<NixOS_GitHub> nixpkgs/master 8d499c2 Markus Mueller: libxl: init at 3.8.1
<NixOS_GitHub> nixpkgs/master 2191b4d Markus Mueller: php_excel: init at 1.0.2
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] eqyiel opened pull request #31811: matrix-synapse: 0.24.1 -> 0.25.1 (master...matrix-synapse-0.25.1) https://git.io/vFHR8
NixOS_GitHub has left #nixos []
noobineer has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] eqyiel opened pull request #31812: nixos/matrix-synapse: make home directory configurable (master...matrix-synapse-configurable-home) https://git.io/vFHRu
NixOS_GitHub has left #nixos []
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
noobineer has quit [(Read error: Connection reset by peer)]
slack1256 has quit [(Remote host closed the connection)]
pie__ has joined #nixos
noobineer has joined #nixos
pie_ has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #31811: matrix-synapse: 0.24.1 -> 0.25.1 (master...matrix-synapse-0.25.1) https://git.io/vFHR8
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vFHRF
<NixOS_GitHub> nixpkgs/master 265f4c5 Franz Pletz: wireguard: 0.0.20171101 -> 0.0.20171111
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to staging: https://git.io/vFH0t
<NixOS_GitHub> nixpkgs/staging c76890f Orivej Desh: binutils: disambiguate ARM targets...
NixOS_GitHub has left #nixos []
phreedom has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jraygauthier opened pull request #31813: bcat: Init at 0.6.2 (master...jrg/bcat_init) https://git.io/vFH04
NixOS_GitHub has left #nixos []
dieggsy has joined #nixos
asuryawanshi has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
dieggsy has quit [(Remote host closed the connection)]
noobineer has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] matthewbauer opened pull request #31814: screenfetch: fix darwin execution (master...screenfetch-darwin) https://git.io/vFH0P
NixOS_GitHub has left #nixos []
garbas has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jraygauthier opened pull request #31815: schemaspy: Init at 6.0.0-rc2 (master...jrg/schemaspy_init) https://git.io/vFH09
NixOS_GitHub has left #nixos []
iyzsong has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jraygauthier opened pull request #31816: sqlite-jdbc: Init at 3.20.0 (master...jrg/sqlite-jdbc_init) https://git.io/vFH07
NixOS_GitHub has left #nixos []
asuryawanshi has joined #nixos
asuryawanshi has quit [(Ping timeout: 268 seconds)]
mekeor has quit [(Ping timeout: 240 seconds)]
pierrechevalier8 has quit [(Remote host closed the connection)]
phreedom has quit [(Remote host closed the connection)]
sigmundv__ has quit [(Ping timeout: 268 seconds)]
dieggsy has joined #nixos
ssmike has quit [(Ping timeout: 250 seconds)]
pie__ has quit [(Ping timeout: 248 seconds)]
p4cman has joined #nixos
proteusguy has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
dieggsy has quit [(Ping timeout: 250 seconds)]
sigmundv has quit [(Ping timeout: 260 seconds)]
astronavt has quit [(Quit: Leaving...)]
hamishmack has joined #nixos
ee1943 has quit [(Quit: Page closed)]
ee1943 has joined #nixos
ssmike has joined #nixos
hellrazor has quit [(Ping timeout: 240 seconds)]
hellrazor has joined #nixos
remexre has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
chreekat has quit [(Ping timeout: 248 seconds)]
endformationage has quit [(Quit: WeeChat 1.9.1)]
timbod7 has joined #nixos
filterfish has quit [(Ping timeout: 240 seconds)]
ryantm has quit [(Quit: Connection closed for inactivity)]
filterfish has joined #nixos
vcunat has joined #nixos
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
remexre has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jonafato opened pull request #31817: corebird: 1.7.1 -> 1.7.2 (master...corebird-1.7.2) https://git.io/vFHzB
NixOS_GitHub has left #nixos []
remexre has quit [(Client Quit)]
remexre has joined #nixos
asuryawanshi has joined #nixos
rogue_koder has quit [(Remote host closed the connection)]
ertes has quit [(Ping timeout: 248 seconds)]
asuryawanshi has quit [(Ping timeout: 260 seconds)]
<hyper_ch> I'm still debugging my zfs issue with tcaputi... he told me to gdp the zfs.ko module... but the problem is that it will look for files on /tmp - I think those files were created during compiling.... how to run gdb when those files have vanished or how can I make them not vanish after compiling? - https://github.com/zfsonlinux/zfs/issues/6821#issuecomment-345466742
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to master: https://git.io/vFHgs
<NixOS_GitHub> nixpkgs/master f8d232e Samuel Dionne-Riel: documentation: python3Packages is python36Packages...
<NixOS_GitHub> nixpkgs/master c1ac125 Vladimír Čunát: documentation: python 2.6 is no more
NixOS_GitHub has left #nixos []
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/265f4c58a1 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to release-17.09: https://git.io/vFHgZ
<NixOS_GitHub> nixpkgs/release-17.09 2caf1dd Samuel Dionne-Riel: documentation: python3Packages is python36Packages...
<NixOS_GitHub> nixpkgs/release-17.09 0ebba6b Vladimír Čunát: documentation: python 2.6 is no more...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #31810: documentation: python3Packages is python36Packages (release-17.09...patch-2) https://git.io/vFHl1
NixOS_GitHub has left #nixos []
erictapen has joined #nixos
ntc has quit [(Quit: ZNC - 1.6.0 - http://znc.in)]
deepfire has joined #nixos
<hyper_ch> hi vcunat
<vcunat> hyper_ch: hi
Itkovian has joined #nixos
<hyper_ch> I wanted to ask you something but I forgot :)
<hyper_ch> anyway, do you happen to be familiar with nixos container and bridged networking setup?
Itkovian has quit [(Remote host closed the connection)]
Itkovian has joined #nixos
<vcunat> no, not at all
<hyper_ch> ok :) well, I have bridge network running with some kvms.... works good but then when I tried to also use nixos container, the container couldn't get internet access and everything I tried didn't help :)
<vcunat> I'll want to look in a way of getting close to running "nixos containers" on Turris Omnia
<hyper_ch> still not having tried your new suggestions on the TO....
<hyper_ch> there this one thing I still need to get to run on my now nixos office server
<vcunat> well as long as your current setup works the way you want it, I understand there's little motivation to change
<hyper_ch> doesn't TO already have LXC or something containers?
<hyper_ch> the problem is, no updates with my current setup
<vcunat> yes, it has LXC support
<vcunat> and people do use it with Debian, Arch, etc. official containers
<vcunat> (official images)
<hyper_ch> also another issue is with not using dns-masq --> how to setup email or tell where the mail server is for a given domain
<vcunat> oh, like /etc/hosts but for MX record?
Itkovian has quit [(Client Quit)]
<hyper_ch> yeah, in dnsmasq.conf I can set mx-host=jus-law.ch,mail.jus-law.ch,10
<vcunat> there's no such direct option ATM
<hyper_ch> well, at the office, the mail server is hosted on the lan
<hyper_ch> (it's a kvm)
<hyper_ch> so, mail programs need to know where to look for it so the mx entry in dnsmasq is the way to get this done
<hyper_ch> so, let's crash zfs again ;)
<vcunat> well if it's a mail server for a public mail domain, it already has a name and I'd expect to just redirect the name (pointed to by MX record in public DNS) to the LAN address
<hyper_ch> that doesn't really work for some reason....
<hyper_ch> not when sending from the lan
<hyper_ch> but it's a good question why.... hmmm....
<hyper_ch> it's been a long time since I tried last
<hyper_ch> it seems vbox builds again :)
erictapen has quit [(Ping timeout: 248 seconds)]
knedlsepp_ has joined #nixos
filterfish has quit [(Ping timeout: 248 seconds)]
deepfire has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vFHam
<NixOS_GitHub> nixpkgs/master a1573bb Orivej Desh: python.pkgs.pybfd: move to python-modules
NixOS_GitHub has left #nixos []
JosW has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to staging: https://git.io/vFHaZ
<NixOS_GitHub> nixpkgs/staging b089c21 Orivej Desh: Merge branch 'master' into staging...
NixOS_GitHub has left #nixos []
houqp has quit [(Quit: ZNC - http://znc.in)]
ansero1234 has joined #nixos
<hyper_ch> vcunat: bookmarked
<vcunat> That stuff isn't too difficult, really, if looking at policy code around and knowing some general stuff about DNS.
<vcunat> but the APIs could still see some improvements
<vcunat> (and the docs)
<hyper_ch> quantum physics isn't too difficult either for physicicsts....
ertes has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej opened pull request #31818: python.pkgs.pybfd: support split libbfd and libopcodes (staging...pybfd) https://git.io/vFHVf
NixOS_GitHub has left #nixos []
asuryawanshi has joined #nixos
goibhniu has joined #nixos
nil has joined #nixos
asuryawanshi has quit [(Ping timeout: 240 seconds)]
hotfuzz_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vFHV8
<NixOS_GitHub> nixpkgs/master 72163a6 Joerg Thalheim: pijul: 0.7.3 -> 0.8.0
NixOS_GitHub has left #nixos []
hotfuzz has quit [(Ping timeout: 248 seconds)]
ixxie has joined #nixos
Mateon3 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vFHVr
<NixOS_GitHub> nixpkgs/master 9ee089a Orivej Desh: lib: delete reference to lib/sandbox.nix...
NixOS_GitHub has left #nixos []
Mateon1 has quit [(Ping timeout: 260 seconds)]
Mateon3 is now known as Mateon1
dywedir has joined #nixos
hotfuzz has joined #nixos
hotfuzz_ has quit [(Ping timeout: 248 seconds)]
Neo-- has joined #nixos
nordkap has joined #nixos
agjacome has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] chris-martin closed pull request #14237: google-app-engine-python-sdk: init at 1.9.35 (master...google-app-engine) https://git.io/vVfL8
NixOS_GitHub has left #nixos []
hotfuzz_ has joined #nixos
hotfuzz has quit [(Ping timeout: 268 seconds)]
pierre__ has joined #nixos
miko__ has joined #nixos
pierre__ is now known as pierrechevalier8
simukis has joined #nixos
<ixxie> can someone with python packaging experience walk me through my first package? At this point I am trying to figure out if there is some helper function to find the pypi sha256 hash
euniarte has joined #nixos
hiroshi- has joined #nixos
hiroshi has quit [(Ping timeout: 248 seconds)]
hiroshi- is now known as hiroshi
hotfuzz has joined #nixos
hotfuzz_ has quit [(Ping timeout: 255 seconds)]
* knedlsepp_ ixxiee: While this is probably not the best way to do it, I usually just write a wrong hash, try to build the thing and copy the sha256 from the error message that says: „output path ´…´ has r:sha256 hash ´...´ when ´...´ was expected
<ixxie> hah
<ixxie> knedlsepp_: nice hack
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/0ebba6b901 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
<vcunat> that's probably the most commonly used way :-)
<vcunat> but in most cases you can also nix-prefetch-url -A pkg.attribute.path.src
ansero1234 has quit [(Quit: Leaving)]
<vcunat> (That has a small advantage that you only download it once, not twice.)
<sphalerite> knedlsepp_ ixxie vcunat: nix 1.12 also has nix-build --hash, which builds any fixed-output derivation and saves it into the store regardless of whether it matches, and outputs the hash
<vcunat> yes, I know that
<vcunat> it should work in all the cases, but most people don't have 1.12 yet
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/0ebba6b901 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
nordkap has quit [(Quit: Leaving)]
<ixxie> sphalerite: I was unsure about the wisdom of making my first package with Nix 1.12 xD
* knedlsepp_ vcunat: Just tried out your „nix-prefetch-url -A“ suggestion, but I actually can’t make it work.
<vcunat> fetchPypi is just a fetchurl wrapper, so I would expect it to work
<vcunat> seems to work for me, with some random packages, e.g.
<vcunat> nix-prefetch-url -A pythonPackages.astropy.src
<vcunat> I still typically use the approach with randomly updated hash and failed build
<vcunat> as it *always* works
zzamboni has joined #nixos
* knedlsepp_ Ah! Now it works. Obviously I’m supposed to call that from the top level of the nixpkgs clone. Duh!
Neo-- has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vFHoJ
<NixOS_GitHub> nixpkgs/master daf8311 Orivej Desh: Revert "lib: delete reference to lib/sandbox.nix"...
NixOS_GitHub has left #nixos []
* knedlsepp_ vcunat: That’s quite the hidden gem. It’s neither in the nixpkgs-manual, nor in the nix-prefetch-url man page!
<vcunat> yes, the old commands that are focused on developing nix expressions (like nix-build and nix-prefetch-url) evaluate ./default.nix by default
<vcunat> nix-env on the other hand evaluates '<nixpkgs>' by default
<vcunat> this is one of the inconsistent aspects that are being fixed in the new "nix" 1.12 command
pierrechevalier8 has quit [(Quit: pierrechevalier8)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to staging: https://git.io/vFHoG
<NixOS_GitHub> nixpkgs/staging 3c81b76 Orivej Desh: lib: delete reference to lib/sandbox.nix...
NixOS_GitHub has left #nixos []
* knedlsepp_ vcunat: I can’t wait until 1.12 is finally out. There’s so much new stuff.
<vcunat> it still has some rough edges AFAIK, which is why it isn't out yet
<vcunat> I think it needs people starting to use it and reporting the experience
<hyper_ch> yeah, the sha sums are an annoyance... it requires 2 git commits usually if you have the .nix file in the same repo
* knedlsepp_ So „nix-env -iA nixpkgs.nixUnstable“ for the greater good?
<sphalerite> yes!
<sphalerite> https://www.youtube.com/watch?v=XVIKScU7Uf4 Eelco's talk where he presented some of the niceties and encouraged everyone to try
thc202 has joined #nixos
<vcunat> well, nix-env is broken in 1.12
* knedlsepp_ I watched the video a couple of days ago and was quite looking forward to it. On my last try to install nixUnstable however it quite messed up my nix install. So I guess I should try again.
<vcunat> (quite hindering my workflow, so I'm using both versions at once)
deepfire has joined #nixos
* knedlsepp_ How is it broken? And how do you use both versions at once?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rittelle opened pull request #31819: pythonPackages.pyqt5: Add optional support for qtconnectivity (master...pyqt-qtconnectivity) https://git.io/vFHoi
NixOS_GitHub has left #nixos []
<vcunat> you can e.g. nix-shell -p nix to bring the old nix-env into scope (temporarily)
<ixxie> so... I added my new python package to pkgs/develepment/python-modules, I added a call to the package in pkgs/top-level/python-packages.nix
* knedlsepp_ vcunat: Ah. Thx.
<vcunat> :-)
<ixxie> now I followed the nixpkgs manual instructions and went to the nixpkgs root and called nix-build -A mypackagename
<ixxie> but it doesn't find my package
<vcunat> ixxie: you want pythonPackages.mypackagename
<vcunat> (or perhaps python3Packages etc.)
<ixxie> thanks vcunat :)
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/b8f7027360 (from 4 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
<ixxie> I'm getting No matching distribution found for python-oauth2>=1.0 (from jupyterhub==0.8.1) │
<ixxie> but oauth2 is at 1.9 in nixpkgs
<srhb> ixxie: What do your dependencies look like?
pierre__ has joined #nixos
jensens has joined #nixos
<hyper_ch> hiroshi: how is it going?
knedlsepp_ has quit [(Quit: knedlsepp_)]
pierre__ has quit [(Quit: pierre__)]
Wizek has joined #nixos
Wizek_ has joined #nixos
deepfire has quit [(Ping timeout: 255 seconds)]
adamt_ has joined #nixos
adamt_ has quit [(Changing host)]
adamt_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pierrechevalier83 opened pull request #31820: gdm: start gdm on tty7 rather than default tty1 (master...master) https://git.io/vFHKd
NixOS_GitHub has left #nixos []
adamt__ has joined #nixos
pierre__ has joined #nixos
pierre__ is now known as pierrechevalier8
<ixxie> srhb: I based the backage on jupyter_core
adamt_ has quit [(Ping timeout: 248 seconds)]
<viric> lall
<hyper_ch> ixxie: got it to run now?
<hyper_ch> hi viric
orivej has quit [(Ping timeout: 255 seconds)]
<ixxie> hyper_ch: not yet; got a weird build error atm, its complaining about oauth2 version but as far as I can tell it shouldnt be an issue
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ma27 opened pull request #31821: stellarium: 0.15.0 -> 0.16.1 (master...update-stellarium-to-0.16.1) https://git.io/vFH6k
NixOS_GitHub has left #nixos []
adamt__ has quit [(Ping timeout: 260 seconds)]
knedlsepp_ has joined #nixos
<viric> hyper_ch: hi :)
<ixxie> okay I think I identified the issue but I am unsure how to proceed
<ixxie> there are two packages called python-oauth2: the one in nixpkgs implements OAuth 1.0 - https://github.com/joestump/python-oauth2
<ixxie> the one I need is in Pypi and is actually OAuth 2.0 : https://pypi.python.org/pypi/python-oauth2
<ixxie> so I would need to package the latter, but then I am at a loss at what to call it that would not be confusing
ma27 has joined #nixos
timbod7 has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
universalpackage has joined #nixos
universalpackage has quit [(Client Quit)]
erictapen has joined #nixos
aloiscochard has joined #nixos
miko__ has quit [(Ping timeout: 258 seconds)]
miko__ has joined #nixos
vcunat has quit [(Ping timeout: 240 seconds)]
Isorkin has quit [(Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)]
rihards has joined #nixos
knedlsepp_ has quit [(Quit: knedlsepp_)]
zzamboni has quit [(Quit: Leaving.)]
ixxie has quit [(Ping timeout: 240 seconds)]
phreedom has joined #nixos
hotfuzz_ has joined #nixos
hotfuzz has quit [(Ping timeout: 268 seconds)]
hotfuzz has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/vFHiF
<NixOS_GitHub> nixpkgs/master 38af8ec Maximilian Bosch: stellarium: 0.15.0 -> 0.16.1...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor closed pull request #31821: stellarium: 0.15.0 -> 0.16.1 (master...update-stellarium-to-0.16.1) https://git.io/vFH6k
NixOS_GitHub has left #nixos []
hotfuzz_ has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/vFHPe
<NixOS_GitHub> nixpkgs/master 5147d8b Michael Weiss: android-studio-preview: 3.1.0.2 -> 3.1.0.3
NixOS_GitHub has left #nixos []
Wizek_ has quit [(Ping timeout: 250 seconds)]
zzamboni has joined #nixos
tgunb has joined #nixos
Thra11 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to release-17.09: https://git.io/vFHPa
<NixOS_GitHub> nixpkgs/release-17.09 ebb7e37 Peter Hoeg: kodi: 17.4 -> 17.6 and move to cmake...
NixOS_GitHub has left #nixos []
Wizek_ has joined #nixos
roberth has joined #nixos
Neo-- has joined #nixos
JosW has quit [(Quit: Konversation terminated!)]
glion has joined #nixos
hydraz has quit [(Remote host closed the connection)]
hydraz has joined #nixos
hydraz has quit [(Changing host)]
hydraz has joined #nixos
eqyiel[m] has left #nixos ["User left"]
<NickHu> Is anyone else having libGL errors on NixOS with steam recently?
Neo-- has quit [(Ping timeout: 248 seconds)]
jensens has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/vFHXL
<NixOS_GitHub> nixpkgs/master 1b594f0 Peter Hoeg: mime-types: init at 9
NixOS_GitHub has left #nixos []
<adisbladis> NickHu: Did you enable 32 bit dri
<jluttine> syncthing service allows one to set up only one syncthing service. i have multiple users on my computer, and they all want to use syncthing..
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vmandela opened pull request #31822: ruby-zoom: 4.1.0 -> 5.0.1 (master...rz-ripgrep) https://git.io/vFHXd
NixOS_GitHub has left #nixos []
<jluttine> this applies to surprisingly many services in nixos: one can enable only one instance. in some cases that makes sense, but i think that in many cases there's no reason to limit the instances to one, because a user may want to set up many instances of the service
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] frlan opened pull request #31824: Update Geany 1.31 -> 1.32 (master...Update/Geany/1.32) https://git.io/vFH12
NixOS_GitHub has left #nixos []
deepfire has joined #nixos
pierrechevalier8 has quit [(Remote host closed the connection)]
zzamboni has quit [(Quit: Leaving.)]
<danbst[m]> jluttine: have you tried declarative containers for service isolation?
asuryawanshi has joined #nixos
pie__ has joined #nixos
asuryawanshi has quit [(Ping timeout: 248 seconds)]
Supersonic112 has quit [(Ping timeout: 255 seconds)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
zzamboni has joined #nixos
Phillemann has joined #nixos
<Phillemann> I'm trying to use the nix Docker image as suggested on docker hub. However, it fails in hubstaff/default.nix because of an unexpected $undefined.
filterfish has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ebb7e37c8e (from 68 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
zzamboni has quit [(Quit: Leaving.)]
<joepie91> jluttine: there's an open issue about this somewhere on the issue tracker I believe
<toppler> Is there a good way to combine sets like { x.y = { z = 1; }; } ++ { x.y = { w = 2; };} to get { x.y = { z = 1; w = 2 }?
hellrazor has quit [(Ping timeout: 240 seconds)]
hellrazor has joined #nixos
rihards has quit [(Quit: rihards)]
Isorkin has joined #nixos
knedlsepp_ has joined #nixos
<clever> toppler: lib.recursiveUpdate
<toppler> Sweet, cheers.
hamishmack has quit [(Quit: hamishmack)]
phreedom has quit [(Read error: Connection reset by peer)]
jensens has joined #nixos
jtojnar has quit [(Quit: jtojnar)]
adamt__ has joined #nixos
jtojnar has joined #nixos
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar has joined #nixos
orivej has joined #nixos
erictapen has quit [(Ping timeout: 248 seconds)]
myrl has joined #nixos
<myrl> Stupid question.
<myrl> Is 4GB enough for Nix on Debian?
Itkovian has joined #nixos
<sphalerite> myrl: nix itseslf, certainly.
<sphalerite> Depends on whaty ou're installing with it though :)
<joepie91> myrl: RAM or disk space?
<myrl> ...
vcunat has joined #nixos
<myrl> sphalerite: Damn, you're right.
<myrl> sphalerite: Just remembered the ghc on ARm process..
<myrl> On ARM, (and other systems with no bincache), ghc has to cascade through a lot of versions, right?
<myrl> joepie91: 4 GB disk space, 1 GB RAM, if that's relevant.
<myrl> I guess ghc is a no go? :C
<joepie91> myrl: right. I don't know specifically about GHC, but keep in mind that for a lot of packages, Nix will be pulling in all the deps recursively, even if an equivalent dep already exists on your system that was installed through apt... so for sufficiently complex applications, I would not be surprised if you hit the 4GB disk limit
<joepie91> (assuming you're using Nix on it for the first time)
<joepie91> for simpler applications you're probably fine
<myrl> joepie91: I went with a clean install of debian, just for the sake of installing Nix.
<myrl> Do you think it's safe to use nixos-in-place on a chroot?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 2 new commits to master: https://git.io/vFHyl
<NixOS_GitHub> nixpkgs/master 1ec13ff Tuomas Tynkkynen: pythonPackages.pyamf: init at 0.8.0
<NixOS_GitHub> nixpkgs/master 7d32169 Tuomas Tynkkynen: yle-dl: 2.20 -> 2.27
NixOS_GitHub has left #nixos []
knedlsepp_ has quit [(Quit: knedlsepp_)]
<myrl> I should test that out on a VM.
<joepie91> frankly I have no idea, but I expect that it will run into trouble for the same reason NixOS runs into trouble on OpenVZ / LXC: it wants to control the kernel, and it can't
<Dezgeg> well, it mostly works on lxc
<sphalerite> myrl: I essentially pivoted my Chromebook from a debian chroot with nix to NixOS
<sphalerite> that worked pretty nicely
<joepie91> Dezgeg: on a non-NixOS host?
<gchristensen> would anyone mind reading the TOS for Github's Gists to see if there are rules / limits on automated useE?
<Dezgeg> yes
<myrl> sphalerite: NixOS chroot?
<sphalerite> myrl: no, actual NixOS :)
<myrl> sphalerite: Aww. :C I want to use Android as a "hypervisor," so it's probably a no-go.
<joepie91> Dezgeg: have any reading materials on how to make this work for me? :)
<joepie91> gchristensen: one sec
* joepie91 ToS scanner mode engage
<Dezgeg> the thing that doesn't work at all is that the build sandbox can't be enabled, and nixos-rebuild switch throws some errors that don't seem to cause problems
<gchristensen> thank you :D
<sphalerite> myrl: well I started with a sort-of-nixos chroot, never tried running systemd in there though
<joepie91> gchristensen: "While using GitHub, you agree that you will not under any circumstances: [...] attempt to disrupt or tamper with GitHub's servers in ways that could harm our Website or Service, to place undue burden on GitHub's servers through automated means [...]"
<Dezgeg> IIRC the LXC setup is something like this: https://github.com/NixOS/nixpkgs/issues/9735#issuecomment-301272113
<gchristensen> hmm vague
<joepie91> gchristensen: scraping not allowed unless within a specific category of usecases, but otherwise doesn't address automation in general
<myrl> sphalerite: Ah. I wonder if those suckless advocates were able to make progress on the alternate init system.
<joepie91> "If we determine your bandwidth usage to be significantly excessive in relation to other GitHub customers, we reserve the right to suspend your account or throttle your file hosting until you can reduce your bandwidth consumption."
<gchristensen> ok I'll try it until they ask me to stop (cc domenkozar)
<joepie91> yadda yadda copyright yadda yadda privacy yadda
<gchristensen> thank you joepie91!
<joepie91> gchristensen: separate API terms btw: https://help.github.com/articles/github-terms-of-service/#h-api-terms
<joepie91> interesting, TIL: there's a scraping exception for archival
<myrl> sphalerite: I guess in this case, I'll just use Nix as a build tool.
<sphalerite> Yeah that probably makes sense
<joepie91> gchristensen: so yeah, as I interpret it, you're good so long as it's not abusive
<gchristensen> gotta go, back in several hours
<gchristensen> cool, thank you a lot!
<sphalerite> I really want to get nix running on my old phone so I can use it as a build slave
<joepie91> Dezgeg: thanks
<domenkozar> :)
<clever> i had a crazy idea for a new slack bot, hoogle, with a custom package set
Phillemann has left #nixos ["WeeChat 1.9.1"]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to staging: https://git.io/vFHyH
<NixOS_GitHub> nixpkgs/staging 50d8720 Orivej Desh: nixos/testing: fix after --set ceased to evaluate the value
NixOS_GitHub has left #nixos []
<myrl> sphalerite: That's exactly what I'm doing, ish.
<sphalerite> myrl: exactly-ish? x)
<myrl> sphalerite: First stage was feasibility. https://www.reddit.com/r/unixporn/comments/7dzv02/phone_my_new_laptop/
<myrl> sphalerite: I nuked the rootfs now, and thinking of what to do with it.
<clever> myrl: i do the same thing with notifications, lol
<myrl> clever: You just like, forget they exist. Lmao.
<clever> myrl: i use the youtube notifications as a "plan to watch" list
<sphalerite> myrl: nice! How did you get debian running on it?
jtojnar has quit [(Remote host closed the connection)]
chris_ has joined #nixos
<myrl> sphalerite: root + linux deploy. It's also possible to use proot.
<myrl> sphalerite: Rather
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/ebb7e37c8e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<clever> builder for ‘/nix/store/wla89i87v87pbwq5kyn5g2qvmr40a4dx-fail-4.9.0.0.drv’ failed with exit code 1
<clever> lol
<myrl> sphalerite: root + linux deploy(chroot) + XSDL(x server). I'm not sure how xsdl works with proot(chroot emulation by syscall tracing, I think).
<sphalerite> clever: myrl : I think there are sort of stages of caring. I have a friend who deletes files obsessively (often to the point of removing data they actually end up needing again later). I think the next step is notifications, then browser tabs
orivej has quit [(Ping timeout: 248 seconds)]
<chris_> Hello! I'm trying to install a haskell package to be available in ghci - could anypoint point me to what I should be looking for? Would the library be installed with cabal maybe?
<sphalerite> myrl: hmm ok. I'd quite like to take out the android part for mine but not sure how feasible that is
rihards has joined #nixos
<clever> sphalerite: ive found old harddrive backups, in old harddrive backups
<sphalerite> myrl: and the screen on the phone I'm planning to use is very broken — touch input works but the output is almost completely gone
<clever> sphalerite: and i have at least a dozen harddrive images from old installs
<sphalerite> clever: :D
<myrl> sphalerite: touch input fully works?
<clever> sphalerite: and yes, i have rescued 4 year old projects from those backups
<sphalerite> myrl: yep, just can't really see what I'm touching xP
<myrl> sphalerite: Did you have USB debugging before it died? Or, well, the easier option: Can anyone repair it?
<myrl> sphalerite: Either way, broken screen means you're probably not taking Android out. :P
<clever> sphalerite: some phones have hdmi output, even if you think its just USB
<sphalerite> myrl: yeah I did, but then I broke the boot xD as for repairing, not really keen on that option. I originally broke it by dropping it in the airport, which broke the touch input (but the display was still working fine). So I got it repaired, and the repair guy did a really shoddy job of it that apparently put a lot of mechanical strain on the screen, and it cracked spontaneously in my pocket
<clever> sphalerite: they got tricky, and made the "micro usb" socket deeper, so special connectors can reach the hdmi pins
<hodapp> hmmm. git bisect has told me that c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f broke pkgs.python35Packages.tensorflowWithCuda
<sphalerite> so I'm not too keen on another repair, plus they're not cheap and the main reason I want to use this phone in particular is that I already own it => no cost
<sphalerite> what I'm hoping to do is build my own OS image that I can fiddle with arbitrarily. I can install it through the USB debugging in the recoviery
<myrl> clever: I don't even have OTG on my phone... feelsbadman. :(
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] phi-gamma opened pull request #31825: man-db: explicitly pass section string (master...man-db_section_0) https://git.io/vFHS4
NixOS_GitHub has left #nixos []
<toppler> myrl: I'm running nix on a VM and I'm currently using 7.2G of disk space. I have 1GB of RAM, and definitely need to go into swap for some installations.
<toppler> (it's also headless)
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<myrl> toppler: What do you have installed?
<myrl> toppler: And are you using a bincache?
<sphalerite> clever: apparently it has slimport, not MHL
jtojnar has joined #nixos
<toppler> myrl: Mostly just a headless emacs, GHC, various haskell stuff and a few simple servers like email.
<toppler> I'm not using a bincache.
<myrl> toppler: How did you bootstrap GHC?
knedlsepp_ has joined #nixos
<toppler> myrl: I didn't need to.
<myrl> toppler: What arch?
<myrl> toppler: unstable or release?
<toppler> Not sure. QEMU Virtual CPU? And unstable.
<toppler> Oh, i686
<myrl> toppler: Tanks.
<myrl> toppler: How long did it take for all those to build?
<toppler> myrl: The one that needs the most time after an update is my main emacs shell, which can take twenty minutes or so, I guess.
<toppler> I'd like to be able to run Nix on a raspberry pi, but had some pain last time. And besides, does GHCi support ARM yet?
__monty__ has joined #nixos
<toppler> Probably not that long, actually. I haven't had any complaints about build times yet, but I'm doing this over SSH and don't need it to be super fast.
<hodapp> toppler: I believe GHCi has supported ARM for at least a year or two now
<toppler> hodapp: Ah sweet. I should have guessed I was out-of-date on that one.
<__monty__> I created an environment for haskell development but I get errors when loading it and I have no idea what they mean: http://ix.io/Cab
<myrl> toppler: How about ghc?
<toppler> myrl: Again, it's nothing too bad. We're talking tens of minutes at most. The compiler needs more than 1GB for my purposes, but it wasn't horrible going to swap.
<toppler> If you only have 4GB of hard disk, that might be a problem.
<myrl> toppler: Oh wait. Single threaded?
<toppler> It's one core.
<myrl> Yeah, that makes sense. Thanks.
<srhb> Which package does nixos-install come from?
<clever> srhb: one min
<srhb> clever: Thanks.
hellrazor has quit [(Ping timeout: 248 seconds)]
Isorkin has quit [(Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)]
hellrazor has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vFH9B
<NixOS_GitHub> nixpkgs/master f8d4e05 Frank Lanitz: Update Geany 1.31 -> 1.32
<NixOS_GitHub> nixpkgs/master 7c24077 Jörg Thalheim: Merge pull request #31824 from frlan/Update/Geany/1.32...
NixOS_GitHub has left #nixos []
<myrl> sh: sorry, there is no binary distribution of Nix for your platform
<myrl> :(
<myrl> I thought I was able to get Nix working on ARM though. Weird.
<myrl> I thought wrong.
<clever> myrl: what is the system tag set to?
<myrl> clever: android@localhost:~$ uname -m
<myrl> armv7l
<myrl> clever: This?
<clever> within nix
<myrl> Oh
<myrl> clever: I haven't installed nix
<clever> oh, you tried the curl script to install nix?
<myrl> Yep
<clever> thats not supported on arm by the official script
<clever> you need to build nix from source, then use that to nix-build -A nix
<clever> or grab a pre-built copy from somewhere
<clever> yeah, that will do it
<joepie91> it's really irritating how github doesn't send notifications for comments to gists...
<chris_> Is there a way to see modified / created files by nix-env -i ?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc reopened pull request #30777: DO NOT MERGE: testing to see if we got assimilated (master...do-not-merge) https://git.io/vdjox
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #31822: ruby-zoom: 4.1.0 -> 5.0.1 (master...rz-ripgrep) https://git.io/vFHXd
NixOS_GitHub has left #nixos []
sigmundv has joined #nixos
asuryawanshi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] KaiHa opened pull request #31827: gmailieer: 0.3 -> 0.4 (master...gmailieer-0.4) https://git.io/vFHHJ
NixOS_GitHub has left #nixos []
<aanderse> i have a laptop running nixos+kde and when i put the laptop into suspend mode the fan never turns off and the keyboard backlight remains on. if i press any keys the laptop does not wake up, even if i press the power button the laptop does not wake up. i have to hard reboot the laptop. after a hard reboot i check journalctl from the prior boot and the last thing the log says is something about the system about to suspend. gone through a bunch of
<aanderse> stuff online but so far no solutions....
<aanderse> anyone have any ideas at all?
ma27 has quit [(Ping timeout: 240 seconds)]
<clever> aanderse: my laptop sometimes locks up as its going into suspend, the difference is if the power light goes out fully
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vFHHt
<NixOS_GitHub> nixpkgs/master 7b86918 Jon Banafato: corebird: 1.7.1 -> 1.7.2
<NixOS_GitHub> nixpkgs/master 2811835 Jörg Thalheim: Merge pull request #31817 from jonafato/corebird-1.7.2...
NixOS_GitHub has left #nixos []
<aanderse> the laptop is pretty new and also runs windows 10. when i first got the laptop the suspend/resume did work on nixos... i'm not sure when it stopped working because i hadn't tried using it in a while. i don't have the full nixos history on my boot screen as i cleaned out old versions (oops)
<aanderse> i'm not even sure how to troubleshoot this
asuryawanshi has quit [(Ping timeout: 240 seconds)]
<aanderse> i've tried isolating different components which could cause the issue
<clever> suspend is fairly tricky to debug, because you cant easily get logs out of it
<aanderse> like kde powerdevil... i completely disabled powermanagement but the issue remained
<aanderse> yeah
<aanderse> the logs haven't given me much
<aanderse> the laptop has 16gb of ram so i never bothered to make a swap so can't test hibernate to see if it works
<aanderse> i'm thinking to load a live cd/usb and create a swap so i can test hibernate
<clever> my laptop has 32gig of ram, and i tried to make 40gig of swap for hibernate
<clever> i got the units wrong, its 40mb
<aanderse> lol
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #31827: gmailieer: 0.3 -> 0.4 (master...gmailieer-0.4) https://git.io/vFHHJ
NixOS_GitHub has left #nixos []
ma27 has joined #nixos
<aanderse> ok, well thanks for comments
<aanderse> will make an issue on github and hopefully someone will have some ideas
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/vFHHi
<NixOS_GitHub> nixpkgs/master 06c7c05 Raymond Gauthier: schemaspy: Init at 6.0.0-rc2
<NixOS_GitHub> nixpkgs/master cca9bb1 Joerg Thalheim: schemaspy: nitpicks
<NixOS_GitHub> nixpkgs/master 528bf1b Jörg Thalheim: Merge pull request #31815 from jraygauthier/jrg/schemaspy_init...
NixOS_GitHub has left #nixos []
<myrl> I never saw something get bottlenecked so badly
<myrl> Until I saw octa core 1 GB.
ma27 has quit [(Client Quit)]
ma27 has joined #nixos
chris_ has quit [(Ping timeout: 264 seconds)]
jb55 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin pushed 1 new commit to master: https://git.io/vFHHh
<NixOS_GitHub> nixpkgs/master a4d7b6a Dan Peebles: minikube: fix build on Darwin...
NixOS_GitHub has left #nixos []
ilyaigpetrov has joined #nixos
<myrl> Oh wow. Nix actually builds pretty fast.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vFHQq
<NixOS_GitHub> nixpkgs/master cfd3e8f jraygauthier: bcat: init at 0.6.2 (#31813)
NixOS_GitHub has left #nixos []
toppler has quit [(Remote host closed the connection)]
<myrl> I have nix now.
<myrl> Do I get <nixpkgs> for free?
sigmundv has quit [(Ping timeout: 255 seconds)]
<clever> myrl: you need to set NIX_PATH and then either use nix-channel or git clone
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] KaiHa opened pull request #31829: notmuch: 0.25 -> 0.25.2 (master...notmuch-0.25.2) https://git.io/vFHQ8
NixOS_GitHub has left #nixos []
<clever> myrl: you can also put a URL to a .tar.gz into NIX_PATH
Isorkin has joined #nixos
<myrl> clever: Thanks.
<myrl> clever: I want to skip the daemon part in https://gist.github.com/joepie91/043a51a7b70be5f50f1d, should be fine, right?
<myrl> And what's the advantage/disadvantage of with/without daemon? Requires root to build?
<clever> myrl: as long as the nix-build can write to /nix/store, it doesnt need a daemon
<clever> chown can eliminate the need for root
<myrl> Not exactly nixos, but what is the `service` command in Debian?
<clever> i think its just a wrapper over systemctl for compat reasons
c0ffee152 has joined #nixos
sigmundv has joined #nixos
<myrl> clever: Right. But I get errors when invoking systemd directly. Weird.
<clever> file $(which service)
<myrl> /usr/sbin/service: POSIX shell script, ASCII text executable, with very long lines
<clever> now just read that bash script
<myrl> Yep. I am.
* trikl[m] sent a long message: trikl[m]_2017-11-19_15:32:17.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/dSSzkxusztSSwjbKiORMlynu>
<myrl> Apparently, I'm not using systemd under chroot, but `service` still works. This is wow.
toppler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] johbo opened pull request #31830: minikube: Add vmnet as buildInput on darwin (master...fix-minikube-darwin) https://git.io/vFHQ1
NixOS_GitHub has left #nixos []
<katona> Why doesn't nixos-rebuild downloads cached binary, even though I have the exact same revision number?
<katona> Download*
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] johbo closed pull request #31830: minikube: Add vmnet as buildInput on darwin (master...fix-minikube-darwin) https://git.io/vFHQ1
NixOS_GitHub has left #nixos []
<vcunat> hyper_ch: a caching layer for a block device
<vcunat> e.g. you have a large rotating drive and a small fast SSD
<vcunat> combined into a single block device
<hyper_ch> vcunat: nothing to worry about for me then :)
<vcunat> frequently accessed blocks get cached onto the SSD
<vcunat> It's not used in default installs
<clever> vcunat: so its like the L2 of zfs?
<hyper_ch> clever: what's l2 of zfs? :)
<vcunat> I'm afraid I'm not familiar with how ZFS works
<clever> zfs has an L2 ARC
<clever> where you can use an SSD as a read-cache for your magnetic drives
<hyper_ch> anyway, that user reported that 4.14's bcache ate his data :)
<vcunat> bcache does write caching as well (optionally)
<joepie91> hmm, is there some sort of cache issue? I've seen a few people mention now that they're not getting prebuild binaries
<clever> zfs has a log device for speeding up writes
ma27 has quit [(Ping timeout: 255 seconds)]
<hyper_ch> how does the log help speeing up writes? I mean on spinning disk you can output it into one stream and alter "assign" it correctly... but on ssds?
<clever> hyper_ch: with the zfs log device, it will write all data to the log, in a circular buffer
<clever> hyper_ch: and once it has been flushed to the log device, the FS considers it saved and the syscall can return
<clever> so it can skip waiting for the magnetic drives to seek
<hyper_ch> ah log device
<clever> under normal operation, the log device is 100% write, and it will never read, and the only seek operation is to return to the start
<clever> and log is only read at recovery, after an improper shutdown
<clever> it will keep a 2nd copy of the pending writes in ram, and send them to the main storage at a later time
jtojnar has quit [(Remote host closed the connection)]
jtojnar has joined #nixos
iyzsong has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
mrkgnao has joined #nixos
iyzsong has joined #nixos
adamt__ has quit [(Ping timeout: 248 seconds)]
iyzsong has quit [(Ping timeout: 248 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/36575de5fc (from 47 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pSub pushed 2 new commits to master: https://git.io/vFH5f
<NixOS_GitHub> nixpkgs/master 5654297 Kai Harries: notmuch: 0.25 -> 0.25.2
<NixOS_GitHub> nixpkgs/master a86d0d6 Pascal Wittmann: Merge pull request #31829 from KaiHa/notmuch-0.25.2...
NixOS_GitHub has left #nixos []
ma27 has joined #nixos
<myrl> Err
<myrl> I don't know how to use a non-local <nixpkgs> anymore...
<katona> myrl: git clone the repository and then use nixos-rebuild -I nixpkgs=location_of_gitrepo switch
<myrl> katona: Using nix.
<clever> myrl: nix-channel only works on directories that contain a nixexprs.tar.gz file
<sphalerite> myrl: -I nixpkgs=https://github.com/nixos/nixpkgs/archive/<hash>.tar.gz
<myrl> sphalerite: Does that work for any hash?
<sphalerite> myrl: any commit hash in the nixpkgs repo, yes
<sphalerite> myrl: also for symbolic refs like branch names and tags
<myrl> Cool. Thanks.
<euniarte> Is there a way to make nix create symlinks in /usr/bin for programs other than env?
<sphalerite> myrl: any URL where you can get a tarball really. Github specifically has those convenient /archive/foo.tar.gz
<euniarte> (on nixos)
<myrl> sphalerite: Can I use nixpkgs-channels instead?
<myrl> They have the same directory structure, right?
<sphalerite> myrl: yeah, although that only has a subset of the nixpkgs commits and is longer to type :p
<myrl> sphalerite: Thanks. :P I needed the fork of nixpkgs-channels, since it has ghc binaries for arm.
<sphalerite> myrl: oh, it won't use any extra binary caches though
<myrl> sphalerite: Yeah. I only need the binaries, since there are no binaries for ARM and I can't even get ghc to work.
<sphalerite> No difference in behaviour
<myrl> (OTOH, I wonder if you can bootstrap the very first ghc from hugs then cascade from that.)
<myrl> That should be fun.
<sphalerite> Oooh only just saw it was dhess/nixpkgs-channels, not nixos/nixpkgs-channels
<myrl> I'm trying to think of a way to make this permanent.
<myrl> Set NIX_PATH to the archive?
<clever> if you point NIX_PATH directly to an archive, then <nixpkgs> will check the archive for a nixpkgs directory (it wont be there)
<clever> and then it just fails
<clever> so you need to do NIX_PATH=nixpkgs=archiveurl
peacememories has joined #nixos
<clever> which maps the nixpkgs path to the root of that archive
<myrl> clever: Thanks so much.
jensens has quit [(Ping timeout: 240 seconds)]
<trikl[m]> Every time I try to build something it fails with `error: getting status of '/nix/store/ijrxfh0bq3ssldkrcgkm8asqffkwqnpn-python3-3.5.3/bin/pip': No such file or directory`
<clever> trikl[m]: are you using nixUnstable?
<myrl> trikl[m]: Did you have to force fsck earlier?
<trikl[m]> myrl: I did not
<trikl[m]> clever: I did install nixUnstable, but I'm using nix-env
endformationage has joined #nixos
<clever> trikl[m]: it might be https://github.com/NixOS/nix/issues/1674
<clever> sphalerite: do you agree?
gchristensen has quit [(Ping timeout: 240 seconds)]
<sphalerite> Idk the error message looks very different but it definitely is another instance of nixUnstable's nix-env being broken
<sphalerite> I wonder if niksnut knows anything about the issue/has seen it yet
RayNbow`TU has quit [(Ping timeout: 260 seconds)]
<myrl> Oh...
<myrl> Wait, what.
<myrl> Why is nix-shell doing "download-from-binary-cache.pl"?
<trikl[m]> The issue with `nix-channels --update` seems related to it too
<sphalerite> @trikl:matrix.org: yeah nix-channel uses nix-env iirx
<sphalerite> Iirc*
<clever> trikl[m]: behind the scenes, nix-channel uses nix-env to install the new channel into your channel profile
<hodapp> "collision between `/nix/store/3ivy4wirbf9xpc93z448gvdv5kxkn106-python3.5-html5lib-0.9999999/lib/python3.5/site-packages/html5lib/__init__.py' and `/nix/store/xm03cfb3w3wpd5h77047x7s6ilnxlxak-python3.5-html5lib-0.999999999/lib/python3.5/site-packages/html5lib/__init__.py'"
erictapen has joined #nixos
* hodapp stabs Python and html5lib in the face
<trikl[m]> Is that version python3.5-html5lib-0.999999999 some kind of joke?
<myrl> Is it normal that my ARM device is doing "download-from-binary-cache.pl"?
<hodapp> I don't know, I just know I've had to deal with this bullshit several times
<sphalerite> myrl: yeah I think it's querying it regardless
<hodapp> it appears that one html5lib version is a transitive dependency of one thing I'm using, and something else pulls a conflicting version - and pip cannot handle this
<myrl> sphalerite: So... disable bincache.
w-spc-gir has joined #nixos
jacob has joined #nixos
<sphalerite> Since you won't find any binaries though you can disable it
<sphalerite> Yeah
<clever> myrl: some font packages are specially written so they can go into the binary cache
<myrl> Sigh. Stupid question. How again?
<hodapp> if I could find a way to make Jupyter run a kernel that is isolated in its own environment (nix-shell or something) it probably wouldn't be a problem
<myrl> I haven't used just nix at all.
<clever> myrl: change the value of binary-caches = in /etc/nix/nix.conf
<sphalerite> If it doest exist, create it
<myrl> clever: Thanks, there's no equivalent to rebuild?
<myrl> I mean
<sphalerite> Nope
<myrl> Is setting it enough to change the behavior?
<clever> myrl: you can override any nix.conf flag with --option
<clever> nix-build --option binary-caches ""
chris_ has joined #nixos
dywedir has quit [(Remote host closed the connection)]
<myrl> Well
<myrl> Time to get ghc.
<myrl> I wonder if my 2.2 GB will fit.
globin has quit [(Ping timeout: 252 seconds)]
<myrl> /nix/store/qfmqm37gnm93qq39bc0jg5klzz111l73-python2.7-html5lib-0.999999999.drv
<myrl> lol
<sphalerite> If it's just the one ghc, I think it should fit
<myrl> sphalerite: Does one ghc mean one ghc source and one ghc binary, or only the binary?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kwohlfahrt opened pull request #31832: Kerberos (master...kerberos) https://git.io/vFHdD
NixOS_GitHub has left #nixos []
__monty__ has left #nixos []
<sphalerite> Source and binary should fit, I think. Not 100% sure though.
<myrl> sphalerite: Thanks.
<myrl> Ugh. show-trace doesn't show-trace sometimes.
<clever> myrl: what error did it give?
<myrl> Couldn't resolve hostname, nixos-arm.dezgeg.me seems down.
<clever> thats not an error from nixexpr, so --show-trace wont help
<myrl> clever: Ah.
<myrl> clever: Is there an equivalent of --show-trace for "runtime" errors?
<myrl> Simply because I want to locate the offending file and patch it.
<sphalerite> No. There's not really any more to the error than that
<clever> it will sometimes show .drv files after that
<clever> but those only name the name, not the attrpath or nix file
<myrl> Yeah, the nix file is the problem. Is there any other option aside from grep?
<Dezgeg> it should be up
<sphalerite> I don't think that's the issue here
<clever> educated guess, based on the drv path and the other drv's that fail
<sphalerite> Can you curl nixos-arm.dezgeg.me ?
<myrl> Weird.
<myrl> It seems to be a DNS error amongst all things.
<clever> myrl: what is in /etc/resolv.conf ?
<myrl> My local and 8.8.8.8 got swapped.
<sphalerite> Yes, that's what cannot resolve hostname typically means :)
astronavt has joined #nixos
<hodapp> this sounds like a systemd issue I ran into once or twice
<hodapp> but it was on Ubuntu, not NixOS
gchristensen has joined #nixos
<myrl> ...
<myrl> i can curl.
astronavt has quit [(Remote host closed the connection)]
astronavt has joined #nixos
<myrl> ;
chris_ has quit [(Quit: Leaving)]
tgunb has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to master: https://git.io/vFHF2
<NixOS_GitHub> nixpkgs/master 71b8437 Franz Pletz: nixos/tests: add couchdb test
<NixOS_GitHub> nixpkgs/master 0426b94 Franz Pletz: couchdb: 1.6.1 -> 1.7.1 for multiple CVEs...
<NixOS_GitHub> nixpkgs/master 3628595 Franz Pletz: couchdb2: 2.0.0 -> 2.1.1 for multiple CVEs...
NixOS_GitHub has left #nixos []
peacememories has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
drakonis has joined #nixos
erictapen has quit [(Ping timeout: 255 seconds)]
<myrl> sphalerite: Good news. 500 unpacked. ^_^
<myrl> 500 MB unpacked
<myrl> You know. This might actually be fun.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to release-17.09: https://git.io/vFHFo
<NixOS_GitHub> nixpkgs/release-17.09 9cd4379 Franz Pletz: nixos/tests: add couchdb test...
<NixOS_GitHub> nixpkgs/release-17.09 507b88f Franz Pletz: couchdb: 1.6.1 -> 1.7.1 for multiple CVEs...
<NixOS_GitHub> nixpkgs/release-17.09 43900fa Franz Pletz: couchdb2: 2.0.0 -> 2.1.1 for multiple CVEs...
NixOS_GitHub has left #nixos []
aminechi1haoui has joined #nixos
aminechi1haoui has quit [(Client Quit)]
astronavt has quit [(Remote host closed the connection)]
knedlsepp_ has quit [(Quit: knedlsepp_)]
astronav_ has joined #nixos
<Isorkin> How to fix boot nixos on vmware? - https://prnt.sc/hchl9b
<hyper_ch> Isorkin: whit driver for the storage is used? I guess virtio?
<Dezgeg> I think vmware has it's own protocol
<Isorkin> used scsi
tgunb has joined #nixos
<Dezgeg> maybe boot.initrd.availableKernelModules = ["vmw_pvscsi"];
<hyper_ch> it's the problem I have with kvm/virt-manager... it also uses virtio and works fine from the ISO... but when I reboot I get the same... so I changed from virtio to sata
<Dezgeg> doesn't nixos-generate-config recognize virtio? (or the vmware one for that matter)?
<hyper_ch> I guess not
astronav_ has quit [(Remote host closed the connection)]
aminechi1haoui has joined #nixos
<myrl> Err... what does ARM use to build gcc?
<Dezgeg> nothing special on ARM
<sphalerite> It's a bootstrap process like any other
<Isorkin> thanks, sata - worked
<Dezgeg> that's probably slower than vmw_pvscsi
myrl has quit [(Quit: WeeChat 1.9.1)]
asuryawanshi has joined #nixos
Thra11 has quit [(Ping timeout: 250 seconds)]
<clever> Dezgeg: that reminds me, nixos-generate-config can find luks devices and register them in the config properly
<clever> Dezgeg: but it cant find the luks under an lvm
kaba has joined #nixos
<clever> because the luks isnt in the output of "mount"
myrl has joined #nixos
<sphalerite> lsblk gets the hierarchy though iirc doesn't it?
hellrazor has quit [(Ping timeout: 248 seconds)]
<Dezgeg> yeah probably it could be made smarter
aminechi1haoui has quit [(Client Quit)]
<kaba> Hi, I've asked it already, sorry if it looks as if I'm spamming the chat, but I would really like to solve this problem.. I'm using this command: nixos-rebuild -I "nixpkgs=https://github.com/jtojnar/nixpkgs/archive/830dc3d34b4583d7e6c1a49681583744f6354ede.tar.gz" switch to change to gnome 3.26
<kaba> According to this: https://hydra.nixos.org/jobset/nixpkgs/gnome it's been built 4 days ago
<clever> sphalerite: ah, that does correctly follow the zfs on lvm on luks
<sphalerite> Actually maybe not since lvm makes the structure not a tree
<sphalerite> Huh ok
<clever> sphalerite: oh wait, i think i see the issue
<clever> sphalerite: lsblk cant connect / to the zfs backing device
aminechikhaoui has quit [(Quit: leaving)]
<sphalerite> Aaah right that makes sense
<clever> tank-root (the lvm LV) has no direct link to tank/root (the zfs device)
hellrazor has joined #nixos
<clever> and nixos-generate looks at the mounts under /mnt
<clever> sphalerite: oh, and it has an impurity involving usb
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vFHbZ
<NixOS_GitHub> nixpkgs/staging e634d53 Vladimír Čunát: Merge branch 'master' into staging
NixOS_GitHub has left #nixos []
<clever> sphalerite: if you have a mass-storage device plugged in when you generate the config, it puts mass-storage support into the initrd
<sphalerite> What does?
<sphalerite> Aaah ok
<clever> nixos-generate-config
<kaba> And I tried building it every way possible, cloning the repo and setting the local copy as nixpkgs' location and so on.
aminechikhaoui has joined #nixos
<clever> and if you remove the usb device and re-generate, it takes away usb support
<sphalerite> But it's inherently impure anyway isn't it?
asuryawanshi has quit [(Ping timeout: 255 seconds)]
<clever> sphalerite: its not checking if /mnt depends on usb, just that you have a usb device
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to staging: https://git.io/vFHbl
<NixOS_GitHub> nixpkgs/staging 9666665 Philipp Gesang: man-db: explicitly pass section string...
<NixOS_GitHub> nixpkgs/staging b22492e Vladimír Čunát: Merge #31825: man-db: explicitly pass section string
NixOS_GitHub has left #nixos []
Thra11 has joined #nixos
<sphalerite> Yeah but does it even make sense to talk about purity in this context?
<clever> its a variable that changes depending on state, that could be improved
nordkap has joined #nixos
<sphalerite> But it's all state
<clever> oh, another more crippling bug, the zram stuff
<clever> zram adds some special block devices as swap, to compress the data and store it back in ram
<kaba> Maybe it uses a different version of nix? But I've also tried commenting out almost every line in configuration.nix building based on the wanted rev (it builds without compilation), and starting the build of the gnome shell after changing into that environment, so it can't possibly be a separate nix version problem. Somehow it forgets about the cache
<clever> nixos-generate-config adds those devices to hardware-configuration.nix, without the compression config, and then adds with zram, and tries to enable the same devices twice
astronavt has joined #nixos
asuryawanshi has joined #nixos
adamt__ has joined #nixos
kaba has quit [(Quit: Page closed)]
astronavt has quit [(Remote host closed the connection)]
Itkovian has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jonafato opened pull request #31834: corebird: 1.7.2 -> 1.7.3 (master...corebird-1.7.3) https://git.io/vFHby
NixOS_GitHub has left #nixos []
aminechikhaoui has quit [(Quit: leaving)]
Arcaelyx has joined #nixos
aminechikhaoui has joined #nixos
myrl has quit [(Ping timeout: 258 seconds)]
asuryawanshi has quit [(Ping timeout: 260 seconds)]
asuryawanshi has joined #nixos
pie__ has quit [(Ping timeout: 240 seconds)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 3 new commits to staging: https://git.io/vFHNT
<NixOS_GitHub> nixpkgs/staging d1f7d79 Tuomas Tynkkynen: devicemapper: 2.02.175 -> 2.02.176
<NixOS_GitHub> nixpkgs/staging dfd2e6f Tuomas Tynkkynen: iproute: 4.13.0 -> 4.14.1
<NixOS_GitHub> nixpkgs/staging 28ea0a5 Tuomas Tynkkynen: pciutils: 3.5.5 -> 3.5.6
NixOS_GitHub has left #nixos []
adamt__ has quit [(Ping timeout: 248 seconds)]
jacob has quit [(Remote host closed the connection)]
asuryawanshi has joined #nixos
dbmikus has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vFHNw
<NixOS_GitHub> nixpkgs/master a6044ad Franz Pletz: audiofile: add patches for multiple CVEs...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to release-17.09: https://git.io/vFHNi
<NixOS_GitHub> nixpkgs/release-17.09 03cc78b Franz Pletz: audiofile: add patches for multiple CVEs...
NixOS_GitHub has left #nixos []
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/43900fa775 (from 50 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
dbmikus has quit [(Client Quit)]
asuryawanshi has quit [(Ping timeout: 264 seconds)]
asuryawanshi has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
asuryawanshi has quit [(Ping timeout: 240 seconds)]
nordkap_ has joined #nixos
Itkovian has joined #nixos
nordkap has quit [(Read error: Connection reset by peer)]
asuryawanshi has joined #nixos
mrkgnao has quit [(Ping timeout: 248 seconds)]
mrkgnao has joined #nixos
noobineer has joined #nixos
noobineer has quit [(Max SendQ exceeded)]
nordkap_ has quit [(Quit: Leaving)]
<Acou_Bass> query - does anyone use the VPN service 'privateinternetaccess' with nixos? ive only ever set it up using their own scripts, so not 100% sure if itll just work with network manager
<drakonis> PIA?
<Acou_Bass> yar
jb55 has quit [(Ping timeout: 240 seconds)]
<Acou_Bass> nevermind, it seems like doing it purely via networkmanager is simple enough :P
asuryawanshi has quit [(Ping timeout: 260 seconds)]
<katona> Acou_Bass: but you will likely have to enable autoloadconntrackhelpers
<Acou_Bass> hmm is there any reason that needs to be enabled? i dont think ive ever enabled that on my fireawll on another distro
<Acou_Bass> i will bear it in mind though, thanks :D
mrkgnao has quit [(Ping timeout: 250 seconds)]
myrl has joined #nixos
jb55 has joined #nixos
asuryawanshi has joined #nixos
noobineer has joined #nixos
<gleber_> What should I do to get attention someones to https://github.com/NixOS/nixpkgs/pull/31569 ? :)
asuryawanshi has quit [(Ping timeout: 248 seconds)]
astronavt has joined #nixos
asuryawanshi has joined #nixos
<obadz> gleber_: you just did it ;-)
Thra11 has quit [(Ping timeout: 255 seconds)]
asuryawanshi has quit [(Remote host closed the connection)]
asuryawanshi has joined #nixos
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
jb55 has quit [(Ping timeout: 248 seconds)]
erictapen has joined #nixos
pie_ has joined #nixos
astronavt has quit [(Remote host closed the connection)]
Thra11 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 4 new commits to master: https://git.io/vFHx2
<NixOS_GitHub> nixpkgs/master 58218d4 Franz Pletz: libsndfile: add patches for multiple CVEs...
<NixOS_GitHub> nixpkgs/master 439fc35 Franz Pletz: owncloud705: remove vulnerable version...
<NixOS_GitHub> nixpkgs/master 1d66d64 Franz Pletz: zabbix20: 2.0.11 -> 2.0.21 for multiple CVEs...
NixOS_GitHub has left #nixos []
<gleber_> obadz: thanks! Should this test be added to `release.nix` (which I did not know existed :) ) ?
orivej has joined #nixos
erictapen has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 4 new commits to release-17.09: https://git.io/vFHxi
<NixOS_GitHub> nixpkgs/release-17.09 c4ff51e Franz Pletz: libsndfile: add patches for multiple CVEs...
<NixOS_GitHub> nixpkgs/release-17.09 e728baf Franz Pletz: owncloud705: remove vulnerable version...
<NixOS_GitHub> nixpkgs/release-17.09 26118d2 Franz Pletz: zabbix20: 2.0.11 -> 2.0.21 for multiple CVEs...
NixOS_GitHub has left #nixos []
<obadz> gleber_: only if it should prevent a nixos commit from being released to a channel…
<fpletz> obadz: no, only if it's a constituent of the tested job
<fpletz> please add it to release.nix to have it built on hydra
<fpletz> the tested job is defined in release-combined.nix
<gleber_> obadz: if it starts to fail, it means that mutableUsers mechanism is somehow broken. Currently it tests only a part of it. I want to extend it to test that an assertion preventing #4990 from happening to users holds
<obadz> fpletz is correct of course :)
<fpletz> gleber_: sounds useful to have channels releases fail if that test fails :)
<obadz> I'm getting rusty on nixos stuff :-/
<fpletz> :)
<gleber_> fpletz: should I add it both to release.nix and add a mention of it to release-combined.nix?
<gleber_> or just release.nix?
<fpletz> gleber_: both please :)
<gleber_> fpletz: ack
myrl has quit [(Ping timeout: 248 seconds)]
alhariel has joined #nixos
<gleber_> fpletz: how do I test that the test is correctly included?
<Isorkin> how to fix boot with hardened mode? error - could not insert 'zfs': Unknown symbol in module, or unknown parameter (see dmesg)
asuryawanshi has quit [(Remote host closed the connection)]
<fpletz> gleber_: for release.nix, you can just do: nix-build nixos/release.nix -A tests.yourtestname
chrishill has joined #nixos
<fpletz> gleber_: doing the same with the tested job from release-combined.nix is not that easy, hydra will parse the constituents option iirc
<toppler> Has anyone reached out to youtubers and asked if they'd be willing to have their content on IPFS?
<Isorkin> added - boot.kernelModules = [ "spl" "zfs" ]; - not work
<toppler> Whoops, wrong channel
<fpletz> Isorkin: unfortunately zfs is not compatible with some of the hardening features iirc
asuryawanshi has joined #nixos
astronavt has joined #nixos
<fpletz> Mic92: do you know that for sure? :)
92AACG0BR has joined #nixos
<92AACG0BR> [nixpkgs] orivej pushed 2 new commits to staging: https://git.io/vFHpv
<92AACG0BR> nixpkgs/staging 130bf93 Orivej Desh: python.pkgs.pybfd: support split libbfd and libopcodes...
<92AACG0BR> nixpkgs/staging 5a53a80 Orivej Desh: Merge pull request #31818 from orivej/pybfd...
92AACG0BR has left #nixos []
07EAAGRBQ has joined #nixos
<07EAAGRBQ> [nixpkgs] orivej closed pull request #31818: python.pkgs.pybfd: support split libbfd and libopcodes (staging...pybfd) https://git.io/vFHVf
07EAAGRBQ has left #nixos []
erictapen has joined #nixos
<Isorkin> fpletz: ok, thanks
asuryawanshi has quit [(Ping timeout: 260 seconds)]
<gleber_> obadz: if you have a minute https://github.com/NixOS/nixpkgs/pull/31805 also is waiting for review :)
zzamboni has joined #nixos
<gleber_> obadz: thanks for the LGTM
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
Oida has quit [(Ping timeout: 240 seconds)]
Isorkin has quit [(Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)]
oida has joined #nixos
acarrico has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel opened pull request #31835: Iosevka: build from source, custom font sets (master...iosevka/source) https://git.io/vFHpP
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vFHp1
<NixOS_GitHub> nixpkgs/master 4e57256 Franz Pletz: openjpeg: 2.1.2 -> 2.3.0 for multiple CVEs...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to release-17.09: https://git.io/vFHpy
<NixOS_GitHub> nixpkgs/release-17.09 4370e93 Franz Pletz: openjpeg: 2.1.2 -> 2.3.0 for multiple CVEs...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 3 new commits to master: https://git.io/vFHpS
<NixOS_GitHub> nixpkgs/master 37875c4 Pierre Chevalier: gdm: start gdm on tty7 rather than default tty1...
<NixOS_GitHub> nixpkgs/master aed114e Pierre Chevalier: Revert "gdm: don't start getty@tty1 if enabled"...
<NixOS_GitHub> nixpkgs/master c46d4da Pierre Chevalier: gdm: remove old workaround for conflicts with getty...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor closed pull request #31820: gdm: start gdm on tty7 rather than default tty1 (master...master) https://git.io/vFHKd
NixOS_GitHub has left #nixos []
nallar has joined #nixos
Ross has quit [(Ping timeout: 240 seconds)]
nallar is now known as Ross
<catern> what's the best language to write simple scripts around Nix? is there a Nix API for Python?
<catern> I guess the best language is Perl isn't it :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to staging: https://git.io/vFHpb
<NixOS_GitHub> nixpkgs/staging fa824e6 Franz Pletz: Merge branch 'master' into staging
NixOS_GitHub has left #nixos []
bgamari has quit [(Ping timeout: 240 seconds)]
knedlsepp_ has joined #nixos
<obadz> catern: I don't think there's a best languange. There are perl, python and shell scripts out there and probably a bunch of other langs too. What are you trying to do?
<catern> no, I say Perl because there is a Perl API for Nix
<catern> and not one for any other language
<toppler> Isn't much of Nix written in perl?
<catern> some of it, yes
<clever> toppler: the perl has been purged
ixxie has joined #nixos
<toppler> clever: Apologies for not just googling my answers, but what's replaced it?
<toppler> Or are you self-hosting :)
<clever> toppler: c++
tmaekawa has joined #nixos
<clever> toppler: within nix itself
jb55 has joined #nixos
<clever> nixpkgs still uses a perl and bash everywhere
<toppler> Were there major performance issues to justify that move?
<obadz> toppler: mostly a dependency purge
<obadz> by shlevy
<toppler> Cheers.
<fpletz> gleber_: in #31805 you also need to add the test to release.nix
<toppler> On funding, I'm contributing a regular payment to the foundation. Is that not going to development stuff like this?
<fpletz> gleber_: in this case, the tested job also makes sense - thanks for all those basic tests :)
<gleber_> fpletz: I am enjoying working on Nix a lot :) I've subscribed to the code triaging things and am trying to improve things here and there as I learn
<gleber_> fpletz: I will add it too
tmaekawa has quit [(Client Quit)]
bgamari has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
andrewrk has joined #nixos
<andrewrk> I get this error when using nox with the newest unstable: https://clbin.com/VzhuB
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vFHhR
<NixOS_GitHub> nixpkgs/master 68d05c0 Franz Pletz: owncloud705: fix evaluation
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to release-17.09: https://git.io/vFHh0
<NixOS_GitHub> nixpkgs/release-17.09 3c51620 Franz Pletz: owncloud705: fix evaluation...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to staging: https://git.io/vFHhz
<NixOS_GitHub> nixpkgs/staging 7faaade Franz Pletz: Merge branch 'master' into staging
NixOS_GitHub has left #nixos []
<catern> obadz: in particular I want to extract information from store derivations
<catern> in particular, the dependencies of those store derivations (as store derivations)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #31569: nixos/tests: add a test for config.users.mutableUsers. (master...add-mutable-users-test) https://git.io/vFrYh
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor opened pull request #31836: Backport nix-bash-completions (release-17.09...backport-nix-bash-completions) https://git.io/vFHhQ
NixOS_GitHub has left #nixos []
<andrewrk> hmm
<andrewrk> when I reboot, I get nixos-version c5badb123a
<andrewrk> but when I nixos-rebuild switch --upgrade, I get b8f7027360
<andrewrk> I wonder if my UEFI partition got full again
<andrewrk> I wish I remembered what fixed that last time
* hyper_ch wonders if there are ever any good news about u/efi
<andrewrk> is there some easy way to clean up old builds on the efi partition?
<hyper_ch> remove everything but the current generation?
myrl has joined #nixos
<andrewrk> ok I'm looking up how to do that
Itkovian has joined #nixos
tgunb has quit [(Quit: Leaving.)]
Thra11 has quit [(Quit: IRC for Sailfish 0.9)]
<andrewrk> is there a setting to only keep N old generations?
<hyper_ch> this will clean out everything but the current generation https://github.com/sjau/nixos/blob/master/clean.sh should help with uefi partition I think... but I don't use uefi
<hyper_ch> so only use that if you're happy with current generation :)
cnu- has quit [(Ping timeout: 255 seconds)]
<andrewrk> I want to keep 2 old generations but no more
<hyper_ch> then don't use that script
<ixxie> I am packaging a python package that requires some database backend; is there a prefered database or databases that I should use?
<ixxie> It supports mongo, mysql, redis and memcached
<hyper_ch> ixxie: depends.... sqlite3 is nice and portable....
<hyper_ch> memcached is a db backend?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] obadz pushed 3 new commits to master: https://git.io/vFHjl
<NixOS_GitHub> nixpkgs/master 2f6148c Gleb Peregud: nixos/system: make switch-to-configuration script pure....
<NixOS_GitHub> nixpkgs/master f8fb6a6 Gleb Peregud: nixos/release: add nixos/tests/switch-test.nix to tested job
<NixOS_GitHub> nixpkgs/master edcf51a obadz: Merge pull request #31805 from gleber/make-switch-to-configuration-pure...
NixOS_GitHub has left #nixos []
<ixxie> hyper_ch: those four are the only ones supported out of the box
<andrewrk> I don't think nix-collect-garbage cleans up efi or /boot
<hyper_ch> well, I like mysql/mariadb... while plenty of others prefer postgres... no idea about mongo or redis - never used though
<ixxie> hyper_ch: I suppose the ideal implementation of this package would give an option to choose, but I am not skilled enough to do that
Wizek__ has joined #nixos
<obadz> andrewrk: no it doesn't, it only gcs the store
<andrewrk> obadz, do you know how to clear up space on efi or /boot or whatever it is
<hyper_ch> ixxie: https://nixos.org/nixos/manual/index.html#sec-writing-modules --> bookmarked it becuase I might need it myself... but haven't attempted to do that either
<obadz> andrewrk: I use grub so don't have to
tgunb has joined #nixos
yegortimoshenko has joined #nixos
kp__ has joined #nixos
Wizek_ has quit [(Ping timeout: 268 seconds)]
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<yegortimoshenko> is there a way to recursively merge two attrsets the same way recursiveUpdate does, but also merge lists (by appending)?
<obadz> yegortimoshenko: sounds like you want the module system :)
<yegortimoshenko> obadz: probably, but inside nixpkgs
<yegortimoshenko> and i need to merge two derivations together
cnu- has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] chris-martin closed pull request #25037: amdadl-sdk: 6.0 -> 10.2 (work in progress) (master...pr/amdadl) https://git.io/vShVL
NixOS_GitHub has left #nixos []
<disasm> I set networking.defaultMailserver in configuration.nix. I verified which sendmail points to ssmtp. But if I run `echo test|mail -s "foo" disasm@gmail.com it says mail: cannot open mailer: no such file or directory mail: cannot send message no such file or directory
<catern> oh, perfect
<catern> nixUnstable has a show-derivation command which turns a derivation into JSON!
<disasm> errr I mean I verified the sendmail wrapper is in the path when I said I verified it points to ssmtp
<ixxie> hyper_ch: not sure if that is relevant; I am packaging a python package
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<imagio> I'm having trouble trying to load module-echo-cancel in pulseaudio. I have in my configuration.nix for pulseaudio extraconfig = '' load-module module-echo-cancel'' but when I try to start pulseaudio I get "Assertion 'PA_SINK_IS_LINKED(s->state)' failed at pulsecore/sink.c:1707, function compute_reference_ratios(). Aborting."
<imagio> Any tips about modules in pulseaudio or the echo-cancel module in particular?
<ixxie> is there a python-version-agnostic way to specify a python package? Can I just write pythonPackages.redis
<andrewrk> ok it wasn't EFI boot space that was the problem. I'm still getting c5badb123a when I boot, but b8f7027360 after I run rebuild-switij
jb55 has quit [(Ping timeout: 240 seconds)]
<clever> andrewrk: is /boot mounted when you do a switch?
<andrewrk> no
<andrewrk> does that mean something is wrong with my /etc/nixos/configuration.nix?
<clever> andrewrk: yeah
<clever> ixxie: i had to do this: configFile = pkgs.runCommand "config.pa" {} "cat ${./default.pa} ${./extra.pa} > $out";
<clever> ixxie: and append the default pulse config with my custom one
<clever> imagio: oops, that was for you
<ixxie> clever: oh that makes more sense xD
<ekleog> hmm, how do you make a service wait for complete network initialization? I've got static network configuration on all interfaces, yet when depending on either the .device's or network-setup.service, opensmtpd refuses to start :/
<clever> ekleog: there is also a network.target and network-online.target
<ekleog> hmm, according to my current opensmtpd.service, network.target is already in the dependance list... will try adding network-online, thanks!
noobineer has quit [(Read error: Connection reset by peer)]
vcunat has quit [(Ping timeout: 246 seconds)]
acarrico has joined #nixos
Wizek__ has quit [(Ping timeout: 240 seconds)]
noobineer has joined #nixos
noobineer has quit [(Max SendQ exceeded)]
<ixxie> Its so weird, I can specify some python package dependencies without any pythonPackages prefix, but others don't work
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #29269: Test opening encrypted filesystem with keyfile (master...test_crypt_with_keyfile) https://git.io/v5MR8
NixOS_GitHub has left #nixos []
<imagio> clever: the content of /etc/pulse/default.pa is as expected. If I try to manually load the module with "pactl load-module module-echo-cancel" pulseaudio crashes with the error I listed above
tv1 is now known as tv
tv has quit [(Changing host)]
tv has joined #nixos
<ekleog> clever: looks like this one worked! thanks :D
<ixxie> maybe its because redis for example is not only a pythonPackage but has other variants
<clever> imagio: ah
knedlsepp_ has quit [(Quit: knedlsepp_)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor closed pull request #31836: Backport nix-bash-completions (release-17.09...backport-nix-bash-completions) https://git.io/vFHhQ
NixOS_GitHub has left #nixos []
myrl has quit [(Ping timeout: 248 seconds)]
myrl has joined #nixos
tgunb has quit [(Quit: Leaving.)]
Wizek_ has joined #nixos
seanparsons has quit [(Ping timeout: 250 seconds)]
euniarte has quit [(Ping timeout: 258 seconds)]
euniarte has joined #nixos
<Mic92> fpletz: I am not so familiar with hardening patches. I am general suspicious with changes not accepted by upstream
goibhniu1 has joined #nixos
goibhniu1 has quit [(Remote host closed the connection)]
goibhniu1 has joined #nixos
<catern> Is there a way to instruct Nix to realize a derivation *only* with substitutes? i.e. don't try to build at all? and if there are no substitutes, then just fail?
goibhniu has quit [(Ping timeout: 240 seconds)]
seanparsons has joined #nixos
<catern> Or to otherwise implement logic like that? I just want to check if substitutes are available for a path (and actually realizing the path in the process is fine)
tgunb has joined #nixos
<Ralith> I recall there being such an option
<catern> I don't see it
<catern> There's --fallback which does the opposite
<symphorien> -j0 maybe
<catern> (er, well, does an opposite in a sense - it enables falling back to local builds. but falling back to local build is the default for any path that doesn't have a substitute. i want to disable that fallback)
<catern> symphorien: hah, that would be amusing if it works :)
tgunb has quit [(Remote host closed the connection)]
<catern> (an option to *disable* substitutes would also be useful, though not for me)
<catern> (unrelatedly, I think I have figured out what mechanism would be really useful for Nix: "untrusted build offload servers", where you can offload builds of fixed-output derivations. and any user can add to this list of servers for their builds!)
jb55 has joined #nixos
drakonis has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vFQf2
<NixOS_GitHub> nixpkgs/master c32cf00 Jon Banafato: corebird: 1.7.2 -> 1.7.3...
<NixOS_GitHub> nixpkgs/master 944f357 Jörg Thalheim: Merge pull request #31834 from jonafato/corebird-1.7.3...
NixOS_GitHub has left #nixos []
Arcaelyx has joined #nixos
jmeredith has joined #nixos
joepie91 has quit [(Ping timeout: 264 seconds)]
joepie91 has joined #nixos
joepie91 has quit [(Changing host)]
joepie91 has joined #nixos
<andrewrk> the GTK package seems to be missing gdkconfig.h
<andrewrk> anyone know information about this?
<andrewrk> -- Some or all of the gtk libraries were not found. (missing: GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GLIBCONFIG_INCLUDE_DIR)
<ixxie> anybody with python packaging experience that can help me with https://gist.github.com/ixxie/b8aec5302429bf8af31bc0fd63a8d75a
nallar has joined #nixos
Ross has quit [(Ping timeout: 250 seconds)]
nallar is now known as Ross
<symphorien> catern: I just checked, -j0 works, unless you use distributed builds
<catern> symphorien: oh neat, thank you!
yegortimoshenko has quit [(Quit: Page closed)]
<doublehp> I was able to build firefox 57 2 months ago, now, I got "FATAL: kernel too old"; how can I Revert to an old package that will build like 2 months ago ?
asuryawanshi has joined #nixos
<rihards> i have a bit of a hard time finding my way around nixpkgs. how do i install haskell packages from hackage using nix-env my first thought was using cabal2nix to get the relevant nix-expressions form hackage, but the i found this https://raw.githubusercontent.com/NixOS/nixpkgs/release-16.09/pkgs/development/haskell-modules/hackage-packages.nix which contains the packages i need. so how do i navigate to hasckage-packages in nixpkgs while using
<rihards> nix-env?
<symphorien> doublehp: this is probably related to nixos-unstable switching to glibc2.26 which require linux >= 3.2
<doublehp> so, can I force an older glibc ?
<symphorien> stick with nixos-17.09 ?
<rihards> damn, I completely missed that. thanks
jensens has joined #nixos
knedlsepp_ has joined #nixos
asuryawanshi has quit [(Ping timeout: 240 seconds)]
<doublehp> symphorien: how ? (not using NIXos, but inside Gentoo)
myrl has quit [(Ping timeout: 240 seconds)]
<symphorien> instead of using nipkgs-unstable as a channel use nixos-17.09
knedlsepp_ has quit [(Read error: Connection reset by peer)]
<symphorien> or update your kernel :)
<doublehp> how do I use nixos-17.09 ?
<symphorien> nix-channel --add https://nixos.org/channels/nixos-17.09 nixpkgs
<symphorien> i guess
knedlsepp_ has joined #nixos
<ixxie> and then nix-channel update
<ixxie> and then nixos-rebuild switch
<ixxie> or you just do nixos-rebuild switch --upgrade, which does both
zzamboni has joined #nixos
<cransom> nixos-rebuild isn't going to do much if you aren't running nixos.
<ixxie> oh
<ixxie> lol
zzamboni has quit [(Client Quit)]
<ixxie> why use the nixos channel though?
<symphorien> because it is still on glibc 2.25 iirc
<doublehp> http://paste.debian.net/996596/ ... that's the start of why I am going to abandon NIX
<symphorien> nix-channel --update
<cransom> doublehp: because gentoo doesn't look at the man directories given by nix packages?
jensens has quit [(Ping timeout: 240 seconds)]
<symphorien> or --upgrade I can't remember
MinceR has quit [(Ping timeout: 248 seconds)]
<doublehp> nixos-rebuild: command not found
acarrico has quit [(Ping timeout: 248 seconds)]
<doublehp> ixxie: because I have not found any other IRC chan
<symphorien> forget about nixos-rebuild that is nixos-specific
<doublehp> so, and then ?
<symphorien> doublehp: by channel ixxie probably meant https://nixos.org/nix/manual/#sec-channels
<symphorien> that's all
<symphorien> you can use nix-env to install packages as on nixos-17.09
<symphorien> and they shouldn't use glibc2.26
MinceR has joined #nixos
<symphorien> so you won't have the FATAL kernel too old pb
<ixxie> what do I make of it when a build failes because several 'requirement[s are] already satisfied'?
liketechnik has joined #nixos
asuryawanshi has joined #nixos
<doublehp> ... I think it worked; it's now grabbing glibc-2.25
<liketechnik> Hello, I have a question concerning package overrides in /etc/nixos/configuration.nix. I want to use a different version of firefox, but I'm always getting errors when running nix-rebuild switch
katyucha has joined #nixos
hariel has joined #nixos
timbod7 has joined #nixos
jensens has joined #nixos
<ixxie> liketechnik: how are you overriding it?
alhariel has quit [(Ping timeout: 268 seconds)]
Itkovian has joined #nixos
<liketechnik> I took the way described in the tutorial: ixpkgs.config.packageOverrides = pkgs: { firefox = pkgs.firefox.override { version = "58.0b4"; src = fetchurl { url = "mirror://mozilla/firefox/releases/58.0b4/source/firefox-58.0b4.source.tar.xz"; sha512 = "ecf4e22781849194df9bf60d66ce57aba7ec8d39ed4a50b2f51d1dbc33242a420adcf0a6301975667deef28af1b9ae5585af7f208814bde613e29dc9ca5c88dd"; }; }; };
<liketechnik> wait, here is a nicer formatted text: https://gist.github.com/liketechnik/77f15aeed9454e5a9e2f44fdfc52e40f
vod has joined #nixos
<liketechnik> the error message is: error: attribute ‘override’ missing
<ixxie> no idea liketechnik :/ good luck with that
<liketechnik> I copied the example from the official documentation and adjusted it to firefox...I really don't know why it shouldn't work :(
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
asuryawanshi has quit [(Remote host closed the connection)]
<tilpner> liketechnik - pkgs.firefox.overrideAttrs (oldAttrs: { version = ...; src = ...; })
<cransom> liketechnik: https://github.com/mozilla/nixpkgs-mozilla may be of interest to you. overlays are slicker compared to doing overrides
<ixxie> liketechnik: maybe a rec like here https://nixos.wiki/wiki/Weechat will help
timbod7 has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<ixxie> anyway
<ixxie> goodnight
ixxie has quit [(Quit: Lost terminal)]
<vod> Hi everyone! any ideas on how to keep ".git" directory in mkDerivation?
<vod> the make process of a pkg depends on parsing some git, while building
<liketechnik> tilpner it still complains about attribute override missing
<tilpner> liketechnik - I don't believe you. Please paste your new attempt
Itkovian has joined #nixos
<tilpner> (You may have forgotten to use overrideAttrs instead of override, like I said)
<tilpner> That is not what I said you should try
<liketechnik> Ooops, sorry my bad, i overlooked the first overrideAttrs part
<liketechnik> Now I get the following error: error: attribute ‘fetchurl’ missing, at /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/lib/modules.nix:163:28
<clever> liketechnik: you need to use pkgs.fetchurl
<tilpner> Is builtins.fetchurl worse?
<clever> tilpner: in the stable nix, it doesnt support a sha256
<liketechnik> this works now, thank you guys
<tilpner> Oh, pkgs.fetchurl does? (I'm using nixUnstable)
<liketechnik> i'm using the latest stable version, it seems to work (although it didn't install anything new)
<liketechnik> and firefox --version still reports version 56
myrl has joined #nixos
<clever> tilpner: pkgs.fetchurl also supports mirrors and a few other options
<tilpner> Do you have firefox in your systemPackages, and did a nixos-rebuild switch?
<liketechnik> yes
<tilpner> clever - Oh, neat
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] andir opened pull request #31838: couchdb CVE-2017-12635 & CVE-2017-12636 (RCE) (master...fix-couchdb) https://git.io/vFQTw
NixOS_GitHub has left #nixos []
hamishmack has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] andir closed pull request #31838: couchdb CVE-2017-12635 & CVE-2017-12636 (RCE) (master...fix-couchdb) https://git.io/vFQTw
NixOS_GitHub has left #nixos []
jmc_fr has joined #nixos
erictapen has quit [(Ping timeout: 260 seconds)]
<jmc_fr> https://nixos.org/nixos/packages.html tells package "gitflow" exists ; but with `environment.systemPackages = with pkgs; [ (...) gitflow ]', the `nixos-rebuild switch' fails
<jmc_fr> any idea ?
<tilpner> Use gitAndTools.gitflow
<doublehp> after manually downloading a file into /nix/store/, how do I make nix-env happy ? http://paste.debian.net/996602/
myrl has quit [(Ping timeout: 248 seconds)]
euniarte has quit [(Remote host closed the connection)]
<clever> doublehp: your supposed to run nix-store --add-fixed sha256 on the file to add it to the store
<doublehp> thanks
<jmc_fr> :tilpner you mean, like this : `environment.systemPackages = with pkgs; [ gitAndTools.gitflow ] ?
erictapen has joined #nixos
<tilpner> jmc_fr - Yes. This attribute path is also displayed in the package search you linked
<jmc_fr> :tilpner - OK, understood, thks.
liketechnik has quit [(Ping timeout: 260 seconds)]
<doublehp> clever: did not help
jensens has quit [(Ping timeout: 248 seconds)]
<clever> doublehp: is it the exact same version that nix is expecting?, the hash must match
bennofs has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c7693037c9 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
jsgrant has joined #nixos
<doublehp> thanks
doublehp has quit [(Quit: Leaving.)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bluescreen303 opened pull request #31839: firewall: fix rpfilter blocking dhcp offers when no ip was bound yet (master...fix-rpfilter) https://git.io/vFQk9
NixOS_GitHub has left #nixos []
jensens has joined #nixos
justanotheruser has quit [(Quit: WeeChat 1.7.1)]
<ekleog> hmm, any way to mark a filesystem as optional? currently nixos tries to mount a fs it doesn't manage to mount and resets in « press ^D to continue » every few minutes :/
erictapen has quit [(Ping timeout: 248 seconds)]
zzamboni has joined #nixos
justanotheruser has joined #nixos
justanotheruser has quit [(Client Quit)]
justanotheruser has joined #nixos
<gchristensen> but nofail in the mount options ekleog
jmc_fr has quit [(Remote host closed the connection)]
erictapen has joined #nixos
<joepie91> gchristensen: do you happen to have any particular ideas on how to approach partial rebuilds, conceptually? I'm thinking of a scenario where eg. a build for a 1GB game is stuck on a really slow download, but everything else can be installed fast, and the user does not want to wait for the 1GB game to finish downloading since it's not a dependency of anything anyway
<joepie91> gchristensen: (assuming a declarative system config, no imperative nix-env)
<gchristensen> no but someone here is doing a phd on it
<gchristensen> or a masters? I forget
<joepie91> promising answer :P
<joepie91> who's the someone?
hiratara has quit [(Ping timeout: 258 seconds)]
<gchristensen> I forget their nick :/
hiratara has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<clever> joepie91: one option, is to build the engine in a single derivation, that has no dependency on the data, then have a second derivation, that depends on a 1gig fetchurl, and throws a bash script around the engine, saying where to find the data
katyucha has quit [(Ping timeout: 240 seconds)]
<clever> joepie91: so you can then use normal -j to build the engine while downloading
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/vFQIr
<NixOS_GitHub> nixpkgs/master bf338ab Bjørn Forsman: nixos: run parted with --script option (2nd)...
NixOS_GitHub has left #nixos []
Itkovian has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/vFQIM
<NixOS_GitHub> nixpkgs/master aedba5c Bjørn Forsman: nixos: run parted with --script option (3rd)...
NixOS_GitHub has left #nixos []
<joepie91> clever: right, but I'm thinking more of a nixos-rebuild; say that I want to rebuild because of a security patch, but a new version of the 1GB game also happens to have been released; now the security patch is 'blocked' by the 1GB game since the environment won't be switched until *all* build jobs complete
<joepie91> clever: even though the security patch doesn't require the new 1GB game (and it can reliably be determined that it doesn't)
<obadz> joepie91: i usually just comment out the 'game' out of the packages
<obadz> can probably do without it for a few minutes/hours..
<ekleog> gchristensen: ok thanks! :D
<joepie91> right, I'm looking for a more generalizable approach that doesn't require the user to comment it out and remove it from their env :)
<ekleog> now, trying figure out why since the latest upgrade LVM VGs seem to no longer be auto-enabled on boot
<joepie91> I guess my real goal is "allow for a temporarily outdated expression if it can be determined that it would be safe to do so"
<obadz> joepie91: create an env with everything, and an env with the game, and then update them in that order?
<joepie91> do you have a concrete example of that?
<joepie91> code-wises
asuryawanshi has joined #nixos
<joepie91> wise *
katyucha has joined #nixos
acarrico has joined #nixos
<catern> aaaaaaaaaaargh
<clever> obadz: also, you can grab the storepath of the game, and run "nix-env -i /nix/store/foo" on that
<obadz> joepie91: mainEnv = self.buildEnv { name = "main-env"; paths = with pkgs; [ all your packages … ]; ignoreCollisions = true; }
* knedlsepp_ liketechnik: I think you’ll need to override: firefox-unwrapped = super.firefox-unwrapped.overrideAttrs
<catern> why is the build output in nix 1.12 horribly wrapped and annoying?!?
<catern> is this because I'm using nix 1.12 with a 1.11 daemon?
<obadz> joepie91: inject that into pkgs via overrides…
<clever> joepie91: obadz: the exact (old) version of the game you already have built, is now in the users profile, and you wont loose it after taking it out of systemPackages
myrl has joined #nixos
<obadz> joepie91: then nix-env -iA mainEnv
<obadz> joepie91: then nix-env -iA yourGame
<joepie91> obadz: I'm looking for something that integrates with nixos-rebuild, though, ie. based on a configuration.nix
<obadz> it's based on configuration.nix but doesn't get upgraded with nixos-rebuild
<ekleog> oh, that was an issue with thin-pools not being enabled in the kernel. wonder how that worked before
<clever> joepie91: the issue there, is that nix makes the updates atomic, you either get no changes, or you get everything changing at once
<obadz> (you probably shouldn't put all your stuff in systemPackages anyway, envs are nicer for that)
asuryawanshi has quit [(Ping timeout: 240 seconds)]
<obadz> clever: yeah but with nix-env you can use the old game anyway
<clever> yeah
<obadz> I put the bare minimum in systemPackages and only update that when I reboot
<obadz> everything else in an env (aka a profile)
<obadz> after all if you have /nix/var/nix/profiles/system, you can also have /nix/var/nix/profiles/whatever-else
<ekleog> there is one issue with envs, that is if I ever upgrade then it's only when trying to access the environment again that I'll notice it needs re-downloads -- which may be an issue if not having internet access
<ekleog> maybe it'd need something like environments referenced from configuration.nix, for which rebuild jobs are executed after the end of the activation scripts
<ekleog> (the alternative solution being having a different channel between the envs and the configuration.nix, but that doesn't really solve the issue unless using a different channel per env, and then upgrades become a pain)
Thra11 has joined #nixos
<obadz> joepie91: essentially just move the game to a profile that gets updated atomically, but separately with everything else
<obadz> and change your update routine to nixos-rebuild switch; nix-env -p /…/whatever-env -u …
<catern> aieeee
<obadz> instead of just nixos-rebuild switch
<catern> symphorien: you lie! -j0 doesn't work to do what I wanted :(
<obadz> I don't know a good way to make nixos-rebuild switch not atomic nor do I think that's really desirable…
<joepie91> obadz: it'll have to do :P would still be interested in a way to work this into nixos-rebuild though
<catern> does anyone know how to get behavior of nix-env --prebuilt-only, with nix-store --realise?
<symphorien> I may have misunderstood, sorry
<catern> it's okay, a good attempt :)
<ekleog> joepie91: maybe adding a systemd.services.upgradeEnv = {enable = true; script="nix-env -p /…/whatever-env -u …"; unitConfig.Type = "oneshot";}; could do it? (not tested)
Thra11_ has joined #nixos
Thra11 has quit [(Ping timeout: 260 seconds)]
<joepie91> ekleog: is upgradeEnv a magical service name or is it just something you came up with as essentially an alias?
simukis has quit [(Quit: simukis)]
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
mekeor has joined #nixos
<Thra11_> If I have a small fast disk (e.g. SSD or eMMC), and lots of slightly slower disk space, is there a good way to configure NixOS so that the current generation is all on the fast disk for speed, but I can take advantage of the larger slower disks to keep several older generations around?
<clever> Thra11_: nix requires that the entire store exist on the same filesystem
<clever> Thra11_: but some filesystems like ZFS can use an SSD as a read-cache for another larger disk
<ekleog> joepie91: just something I came up with
<clever> the only issue with the read-cache part of ZFS, is that the cache doesnt persist across reboots
<catern> I really find it hard to believe that there's no way to check to see whether a derivation is substitutable
p4cman has quit [(Quit: Connection closed for inactivity)]
myrl has quit [(Ping timeout: 240 seconds)]
<joepie91> right, okay :)
<catern> but that seems to be the case
<ekleog> it's basically defining an upgradeEnv.service file in systemd (btw, I should have called it like upgrade-env or similar, camelCase is not really encouraged by systemd)
<joepie91> infinisil: did you ever solve your magnet-links-in-firefox issue?
agjacome has quit [(Quit: leaving)]
globin has joined #nixos
astronavt has quit [(Remote host closed the connection)]
astronavt has joined #nixos
astronavt has quit [(Remote host closed the connection)]
<catern> argh!
<Thra11_> clever: Ok, thanks. Maybe I just need to remember to collect garbage more often.
<catern> is there a Nix store client available in anything other than C++ or Perl?
katyucha has quit [(Ping timeout: 268 seconds)]
Thra11_ has quit [(Quit: IRC for Sailfish 0.9)]
kkini has joined #nixos
<catern> aaaaaaaaaargh
<catern> okay no I guess I have to write a perl script
remexre has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
sigmundv has quit [(Ping timeout: 248 seconds)]
<catern> how does one write a script using the Perl Nix library?
mekeor has quit [(Remote host closed the connection)]
<catern> does anyone here know Perl and can guide me in this?
ssmike has quit [(Read error: Connection reset by peer)]
kkini has quit [(Ping timeout: 248 seconds)]
<catern> ha ha oops nevermind looks like even the Perl Nix library doesn't offer an interface to query substitutability, blargh
sigmundv has joined #nixos
benzrf has left #nixos ["WeeChat 1.9.1"]
<catern> okay whatever I don't need this, I'll just use brute force
remexre has joined #nixos
myrl has joined #nixos
ssmike has joined #nixos
<catern> wow
<catern> wooow
<catern> can I even check whether a store path is valid?!?
<aminechikhaoui> catern: in a binary cache ?
<catern> aminechikhaoui: sure?
<aminechikhaoui> you can use nix path-info in general
<aminechikhaoui> add --store if you want to specify a different store like a binary cache
roberth has quit [(Ping timeout: 240 seconds)]
<catern> path-info appears to output nothing when passed a store derivation
asuryawanshi has joined #nixos
ma27 has quit [(Ping timeout: 246 seconds)]
<catern> in fact it exits with 0 even if it's passed a completely made up store derivation that doesn't exist
<catern> i guess as long as it ends in .drv, it doesn't care??? ¯\_(ツ)_/¯
ssmike has quit [(Ping timeout: 250 seconds)]
<aminechikhaoui> huh, indeed :/
<catern> i supposed that doesn't actually hinder what I am doing, but, kinda weird
<catern> but yes thanks nix path-info works fine
asuryawanshi has quit [(Ping timeout: 268 seconds)]
<myrl> Yep
<myrl> nix-prefetch-url odesn't seem to work but curl does.
<myrl> Oh wait, it did.
<myrl> So this only happens on nix-shell.
myrl has quit [(Quit: WeeChat 1.9.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] andir opened pull request #31841: XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672 (master...update-perl-libxml) https://git.io/vFQqh
NixOS_GitHub has left #nixos []
rihards has quit [(Quit: rihards)]
hamishmack has quit [(Quit: hamishmack)]
jb55 has quit [(Ping timeout: 255 seconds)]
knedlsepp_ has quit [(Quit: knedlsepp_)]
hamishmack has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/vFQmW
<NixOS_GitHub> nixpkgs/master fd565ce Peter Hoeg: mime_types: rename to mime-types
NixOS_GitHub has left #nixos []
bennofs has quit [(Ping timeout: 255 seconds)]
zzamboni has quit [(Quit: Leaving.)]
goibhniu1 has quit [(Ping timeout: 248 seconds)]
filterfish has quit [(Ping timeout: 255 seconds)]
vod has quit [(Remote host closed the connection)]
filterfish has joined #nixos
mkoenig_ has joined #nixos
mkoenig has quit [(Ping timeout: 250 seconds)]
Neo-- has joined #nixos
Sonarpulse has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to staging: https://git.io/vFQY4
<NixOS_GitHub> nixpkgs/staging fb703ad Orivej Desh: treewide: update the usage of makeWrapper after #31497
NixOS_GitHub has left #nixos []
thc202 has quit [(Ping timeout: 240 seconds)]
derchris_ has joined #nixos
hariel has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to staging: https://git.io/vFQYP
<NixOS_GitHub> nixpkgs/staging eb3d207 Orivej Desh: qtile: fix wrapProgram quotation
NixOS_GitHub has left #nixos []
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
chreekat has joined #nixos
hariel has joined #nixos
hariel has quit [(Remote host closed the connection)]