gchristensen changed the topic of #nixos to: NixOS 18.09 released https://discourse.nixos.org/t/1076 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018
<{^_^}> [nixpkgs] @fpletz pushed commit from @sshisk to master « prosody service: set cafile »: https://git.io/fpAvf
<{^_^}> [nixpkgs] @fpletz closed pull request #40302 → Few fixes for Prosody service → https://git.io/vpM3I
sbdchd has quit [Remote host closed the connection]
kvda has joined #nixos
__monty__ has quit [Quit: leaving]
thc202 has quit [Ping timeout: 250 seconds]
cyounkins has joined #nixos
goibhniu has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #52412 → gopass: 1.8.2 -> 1.8.3 → https://git.io/fpAvR
alex`` has quit [Read error: Connection reset by peer]
jonaswouters has quit [Quit: Connection closed for inactivity]
justanotheruser has quit [Ping timeout: 246 seconds]
vk3wtf has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #52360 → hwloc: 2.0.2 -> 2.0.3 → https://git.io/fpNab
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAvP
<{^_^}> [nixpkgs] @fpletz pushed to master « hwloc-nox: remove, x11 now disabled by default »: https://git.io/fpAvM
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mayhewluke has joined #nixos
ktor has quit [Quit: leaving]
Dagger2 has quit [Excess Flood]
kvda has joined #nixos
Dagger2 has joined #nixos
<makefu> i really like the nixpkgs PR notice bot but in the last weeks there was just so much activity at the repo that the messages became somewhat spammy. maybe it should only show closed PRs (minus the "pushed X commits to master")?
apaul1729 has joined #nixos
cyounkins has quit [Remote host closed the connection]
<qyliss> You should be able to filter out the messages in your IRC client if you don't want to see them
<qyliss> A lot of us probably like to see, eg, PRs being opened, because we can review and merge them
cyounkins has joined #nixos
<{^_^}> [nixpkgs] @mat8913 opened pull request #52413 → vagrant: build and install vagrant-libvirt plugin → https://git.io/fpAvN
<gchristensen> I wish it was possible to show pushes which were not PRs, plus merged PRs, plus opened PRs
<makefu> gchristensen: yeah that is what i also think is useful
<qyliss> Like, when I'm on IRC, if I see a small PR opened by reading this channel, I'll just go ahead and merge it
<makefu> i think it is especially disturbing for new people with some questions regaring nixos
<qyliss> I probably wouldn't see it otherwise
<qyliss> It could be in a different channel, though
<gchristensen> https://github.com/samueldr/github-to-irc/blob/released/lib/github-to-irc.rb here is the relevant source. unfortunately github sends us events for both, and I'm not sure there is a way to filter pushes which were not PR merges
<apaul1729> Hey guys, im currently writing a pkg for nixpkgs. I have arguments with default boolean values of "true", but when i trying testing with `nix-build . -A mypackage --arg withJava false` the build behavior doesnt chnage at all. Am i passing the arg wrong somehow
<makefu> sure, openend PRs is fine too, but the "pushed to <branch>" messages do not really provide some added value for most users, right?
<qyliss> I guess
<infinisil> apaul1729: `nix-build -E 'with import ./. {}; mypackage.override { withJava = false; }'
<gchristensen> I only care about them if they were pushes which were not merges :) sneaky behavior there
<qyliss> It's occasionally nice to see when PRs are merged and be able to discuss it
jluttine has quit [Ping timeout: 250 seconds]
<gchristensen> I, too, like pr merge messages
fusion809 has quit [Remote host closed the connection]
<gchristensen> I, too, like pr merge messages, but maybe squealching them after a bit and then saying "r-ryantm opened 17 PRs"
<qyliss> Yeah
<qyliss> That would be good
<makefu> that is also what i thought about
<apaul1729> infinisil: thanks. Why doesn't --arg work? Manpages seem to say it should or am i misreading
<qyliss> r-ryantm PRs are a special case in general :P
<gchristensen> ^ hack away! :) I can (another day) set you up with creds to read messages off
<infinisil> apaul1729: --arg does `nix-build -E 'with import <nixpkgs> { withJava = false; }; mypackage'`
<qyliss> gchristensen: you could filter out merges by checking how many parents the commit had
<qyliss> wouldn't be fool-proof, of course
cyounkins has quit [Ping timeout: 268 seconds]
<gchristensen> I don't want to ignore all merges, just merges not from PRs
jluttine has joined #nixos
<mayhewluke> Anyone getting issues with the radeon drivers recently? I was on 18.03 and when the screensaver would kick in (putting the displays to sleep) the system would become unresponsive. Switched to 18.09 and now it seems to log me out when the screensaver kicks in. journalctl on 18.03 had messages about some radeon ring failure, now on 18.09 they've got "GPU fault detected". Is my graphics card dying? It works fine
<qyliss> Merges not from PRs?
<mayhewluke> under Windows...
scribbler has joined #nixos
<qyliss> Do we often have those?
<gchristensen> qyliss: we might if a shady person wanted to hide a push to master
<qyliss> oh, right
<qyliss> Do we give shady people commit access? P:
<qyliss> *:P
<gchristensen> mmmno
<apaul1729> Ohhh i understand now. Cool
<infinisil> Of course not! *hides stash of weed*
<gchristensen> but qyliss maybe infinisil is shady and we just don't know it yet, because he's a sleepr! :P
<qyliss> he certainly seemed shady when I met him at Nixcon...
* qyliss thinking face
<gchristensen> inorite?
<infinisil> Ahh!!
<{^_^}> [nixpkgs] @jtojnar merged pull request #52322 → efivar: 36 -> 37 → https://git.io/fpNEg
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/fpAfL
<{^_^}> [nixpkgs] @alyssais merged pull request #52412 → gopass: 1.8.2 -> 1.8.3 → https://git.io/fpAvR
<{^_^}> [nixpkgs] @alyssais pushed 2 commits to master: https://git.io/fpAfm
<{^_^}> [nixpkgs] @fpletz merged pull request #52326 → fwup: 1.2.6 -> 1.2.7 → https://git.io/fpNE7
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « fwup: 1.2.6 -> 1.2.7 »: https://git.io/fpAf3
<gchristensen> the bot could keep a local queue of push messages and only send them if a corresponding merge message isn't received in 5s
<{^_^}> [nixpkgs] @alyssais closed pull request #50535 → harfbuzz: 2.1.0 -> 2.1.3 → https://git.io/fpcYm
<infinisil> gchristensen: Doesn't github store PR's associated with commits? You should be able to filter commits that have a PR
<gchristensen> aye
<gchristensen> I can't think further about it tonight, I've spent all weekend and part of last week procrastinating on a project.
<qyliss> somebody could sneakily merge a commit from a PR though
<gchristensen> but I'm sure samueldr would happily take PRs https://github.com/samueldr/github-to-irc/blob/released/lib/github-to-irc.rb
<infinisil> qyliss: Good point..
<infinisil> I guess we could check whether the PR corresponding to the commit is closed
<gchristensen> not sure you can go from a commit -> PR #
<qyliss> GitHub does it in their UI
<qyliss> IDK if it's a public API though
<samueldr> and they talk about one of my project the 10 minutes I go away from my computer...
<qyliss> It does it over a XHR, though...
<qyliss> Oh nice, I managed to build Firefox nightly from source with Nix
<gchristensen> back to: "the bot could keep a local queue of push messages and only send them if a corresponding merge message isn't received in 5s" -- both sets of message include hashes *slaps hand away for procrastinating again*
<qyliss> Wonder if the nixpkgs-mozilla folks would be interested in from-source derivations as well as the binary ones
<gchristensen> it is a cool problem that we merge too many PRs
<qyliss> yeah
<gchristensen> remember when it was a problem that the original GitHub bot would send 3 messages per PR merge, for each commit (max of 3)
<samueldr> plus join/part
<gchristensen> ohy eah
<qyliss> join/part?
<gchristensen> goodness *GRACIOUS* last I looked at PR "insights" we were about 1,000 PRs/mo merged and proposed, -- we've merged 1,250 this month.
<samueldr> the official(?) github irc bot joined, spewed messages, then left
<gchristensen> (this month == last 30d or so)
<qyliss> oh, right, that one
<qyliss> Yeah, it's weird
<qyliss> they have like, loads of different ones, right?
<qyliss> GithubXXX
<samueldr> https://logs.nix.samueldr.com/nixos/2018-02-20#1519156838-1519156838; you will need to tick "Show join/leave messages" to see them
<qyliss> oh wow
<gchristensen> that was a major driving force behind {^_^}
<gchristensen> also so I could delete my bash IRC bot which was previously used to publish channel bump notifications
<qyliss> {^_^}++
graphene has quit [Remote host closed the connection]
<{^_^}> {^_^}'s karma got increased to 145
<qyliss> hearing about history of projects from before I was involved is fun
<{^_^}> [nixpkgs] @marsam opened pull request #52414 → libvncserver: add CVE-2018-7225 patch → https://git.io/fpAfM
<gchristensen> it has been a wild ride.
<samueldr> hmmm, rewriting history? :) you moved the bash bot to use the rabbitmq infra, a bit before we looked at doing the github events
graphene has joined #nixos
<samueldr> still the same ol' good bash AFAIK
<gchristensen> samueldr: it all blurs :P
<samueldr> but less IRC bytes-banging
<gchristensen> I mean ... yeah its still a bunch of bash, but at least now it is just a curl request instead of a telnet + echo + sleep pipe :D
pie___ has joined #nixos
pie__ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @fpletz merged pull request #52217 → kitty: 0.12.3 -> 0.13.1 → https://git.io/fpbhE
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAf5
ng0 has quit [Quit: Alexa, when is the end of world?]
<{^_^}> [nixpkgs] @globin closed pull request #26202 → vagrant_libvirt: init at 1.9.5 → https://git.io/vHCLA
jtojnar has quit [Quit: jtojnar]
<{^_^}> [nixpkgs] @fpletz merged pull request #52012 → php: update options and php ackages → https://git.io/fpFBU
<{^_^}> [nixpkgs] @fpletz pushed 8 commits to master: https://git.io/fpAJt
<gchristensen> > ackages
<{^_^}> undefined variable 'ackages' at (string):214:1
drakonis has joined #nixos
sbdchd has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #52219 → libwebsockets: 3.0.1 -> 3.1.0 → https://git.io/fpbh1
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « libwebsockets: 3.0.1 -> 3.1.0 »: https://git.io/fpAJW
<{^_^}> [nixpkgs] @fpletz merged pull request #52234 → libdap: 3.20.0 -> 3.20.2 → https://git.io/fpNvt
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « libdap: 3.20.0 -> 3.20.2 »: https://git.io/fpAJB
<petersjt014> hi: I found what I'm pretty sure is an incorrect hash in the arm channel. where/who would I go to to get that fixed?
<{^_^}> [nixpkgs] @fpletz merged pull request #52414 → libvncserver: add CVE-2018-7225 patch → https://git.io/fpAfM
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAJ0
run500 has quit [Remote host closed the connection]
<petersjt014> I have a log snippet here: http://ix.io/1wab
<samueldr> hmmm
<samueldr> a bit worrying, there was another file out of dezgeg's files which's hash changed recently (weeks), I'm thinking the file server hosting the files could be having issues?
<qyliss> is there a nox-style tool I can run that will just tell me if _my change_ broke any packages? Nox will fail even if a package was already broken
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to release-18.09: https://git.io/fpAJr
<petersjt014> beyond that, nixos works pretty much fine on raspi zero tho
<samueldr> qyliss: not sure if https://github.com/Mic92/nix-review will help, but it's been written as a replacement to nox for reviewing things
<qyliss> ooh, okay
<samueldr> haven't taken time to look at it yet
<petersjt014> any was I can workaround this by forcing a manual compile? I seem to remember a no-substitutes flag or something
<petersjt014> I can only think of two other options really
<petersjt014> contact the guy and harrangue him about his server issues
<samueldr> hmm, weird!
<petersjt014> or, turn my spare webserver into another machine to make cached binaries
<samueldr> ~/tmp/tmp $ nix hash-file --base32 --type sha256 bootstrap-tools.tar.xz
<samueldr> 1gg2q3sw81vi65g1gmpvx0nnd6hxb76vlz73wfp292m90z1mym7f
<samueldr> just downloaded the file and the hash seems right here
<{^_^}> [nixpkgs] @alyssais opened pull request #52416 → icu63: init at 63.1 → https://git.io/fpAJ7
<{^_^}> [nixpkgs] @fpletz merged pull request #52301 → haproxy: 1.8.14 -> 1.8.15 → https://git.io/fpNBF
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « haproxy: 1.8.14 -> 1.8.15 »: https://git.io/fpAJb
<petersjt014> any way I could dl it out of band and stick it on the store then?
<petersjt014> I only need it once, and so many things dep on it that
<samueldr> I think so, I'm looking it up
<qyliss> nix-store --add I think?
<samueldr> pretty sure everything depends on it
<petersjt014> I doubt a garbage collect would remove it
<petersjt014> one sec, booting it back up
<ivan> anyone using konsole 18.12.0 on master? do your tab activity colors get reset back properly after you switch to the tab?
<samueldr> petersjt014: in case, I uploaded the copy here https://nix.samueldr.com/bootstrap-2017-04-13-1f32d4b4--armv6l--bootstrap-tools.tar.xz <- be mindful of the filename I believe it will need to be named bootstrap-tools.tar.xz
<samueldr> (and my web server may be misconfigured)
acarrico has joined #nixos
<samueldr> (so curl or wget it lest you like seeing binary garbage rendered)
<petersjt014> thanks, I'll try that once I get it working
hedning has quit [Quit: hedning]
jperras has joined #nixos
jperras has quit [Client Quit]
<petersjt014> on a side note, are there easy-ish instructions on setting up an armv6l/7l build/cache? I got a spare server lying around that I could put to use
<samueldr> not that I know of :/
<samueldr> the common way to do so is setup the whole hydra thing, which I have no experience in
<petersjt014> As long as I only have to do it once and can leave with a config file I'm good
<petersjt014> kind why Im here lol
<petersjt014> that looks promising
<samueldr> this is how dezgeg's thing is automated
<{^_^}> [nixpkgs] @fpletz merged pull request #52238 → libssh: 0.8.4 -> 0.8.5 → https://git.io/fpNUf
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to staging « libssh: 0.8.4 -> 0.8.5 »: https://git.io/fpAUO
<samueldr> (though not currently being ran)
<{^_^}> [nixpkgs] @fpletz pushed to release-18.09 « libssh: 0.7.6 -> 0.7.7 »: https://git.io/fpAUG
hiroshi has quit [Read error: Connection reset by peer]
cyounkins has joined #nixos
<{^_^}> [nixpkgs] @fpletz closed pull request #52368 → eccodes: 2.9.2 -> 2.10.0 → https://git.io/fpNKt
apaul1729 has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
<{^_^}> [nixpkgs] @fpletz merged pull request #52388 → eccodes: 2.9.2 -> 2.10.0 → https://git.io/fpNXf
<{^_^}> [nixpkgs] @fpletz pushed commit from @knedlsepp to master « eccodes: 2.9.2 -> 2.10.0 »: https://git.io/fpAUd
<qyliss> Anyone have an i686 machine and could try building https://github.com/NixOS/nixpkgs/pull/52416 for me?
<{^_^}> #52416 (by alyssais, 28 minutes ago, open): icu63: init at 63.1
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
justanotheruser has joined #nixos
kvda has joined #nixos
<samueldr> not 100% sure, but I believe ofborg and/or you could use `pkgsi686Linux.icu63`
<samueldr> and yeah, same results here as `nix-build --argstr system i686-linux -A icu63`
<samueldr> qyliss: apparently it fails https://gist.github.com/ad38adf31ec0a8abb625bfb01d2d1955
acarrico has quit [Ping timeout: 250 seconds]
ddellacosta has joined #nixos
aszlig has quit [Quit: Kerneling down for reboot NOW.]
ddellacosta has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @fpletz pushed commit from @lopsided98 to master « raspberrypifw: 1.20180919 -> 1.20181112 »: https://git.io/fpATa
<{^_^}> [nixpkgs] @fpletz merged pull request #52296 → raspberrypifw: 1.20180919 -> 1.20181112 → https://git.io/fpNBa
<{^_^}> [nixpkgs] @Fuuzetsu closed pull request #51927 → ghc: Allow the use to pass extraBuildMk to append to mk/build.mk → https://git.io/fpd88
<{^_^}> [nixpkgs] @Infinisil merged pull request #52168 → Add bluez full package → https://git.io/fpbQY
<{^_^}> [nixpkgs] @Infinisil pushed 3 commits to master: https://git.io/fpATr
<{^_^}> [nixpkgs] @Fuuzetsu merged pull request #52404 → AgdaStdlib: 0.16.1 -> 0.17 → https://git.io/fpN7y
<{^_^}> [nixpkgs] @Fuuzetsu pushed 2 commits to master: https://git.io/fpAT6
aszlig has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #52289 → graphicsmagick: 1.3.30 -> 1.3.31 → https://git.io/fpN4k
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « graphicsmagick: 1.3.30 -> 1.3.31 »: https://git.io/fpAT9
doyougnu has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #52265 → firmware-linux-nonfree: 20181017 -> 20181213 → https://git.io/fpNcn
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAkY
<enleth> fresheyeball: compare the env you get in termite and gnome terminal
<enleth> ah, shit, I had the viewport scrolled up
<enleth> disregard
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @fpletz merged pull request #52313 → fswatch: 1.13.0 -> 1.14.0 → https://git.io/fpN0L
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « fswatch: 1.13.0 -> 1.14.0 »: https://git.io/fpAkG
kvda has joined #nixos
justanotheruser has quit [Ping timeout: 250 seconds]
ensyde has joined #nixos
<{^_^}> [nixpkgs] @fpletz closed pull request #51701 → efivar: 36 -> 37 → https://git.io/fpS4b
Anton-Latukha has quit [Quit: Leaving.]
justanotheruser has joined #nixos
<qyliss> Ah, thanks samueldr
hiroshi has joined #nixos
vk3wtf has quit [Ping timeout: 260 seconds]
Supersonic has quit [Ping timeout: 250 seconds]
<petersjt014> dz, you still there? I tried curling the file you posted and adding it, but the hash is different :/
cyounkins has quit [Remote host closed the connection]
cyounkins has joined #nixos
<petersjt014> any way I can more explicitly set what I want to build via cross compiling? I got that to sorta work for something else
<petersjt014> something like: nix-build '<nixpkgs>' --arg crossSystem '(import <nixpkgs> {}).lib.systems.examples.raspberryPi' -A wget
<petersjt014> but w/ specifying the hash I guess
<petersjt014> or just channel maybe? Not sure
sbdchd has quit [Remote host closed the connection]
fresheyeball has quit [Quit: WeeChat 2.2]
cyounkins has quit [Ping timeout: 246 seconds]
Supersonic has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #52173 → opendht: 1.7.4 -> 1.8.0 → https://git.io/fpb7t
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @r-ryantm to master « opendht: 1.7.4 -> 1.8.0 »: https://git.io/fpAIl
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #52226 → libiio: 0.15 -> 0.16 → https://git.io/fpNe4
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @r-ryantm to master « libiio: 0.15 -> 0.16 »: https://git.io/fpAI4
<{^_^}> [nixpkgs] @eadwu opened pull request #52419 → vscode: fix rpath for native modules → https://git.io/fpAIu
<{^_^}> [nixpkgs] @eadwu opened pull request #52420 → vscode-extensions.WakaTime.vscode-wakatime: 1.2.4 -> 1.2.5 → https://git.io/fpAIg
mayhewluke has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @eadwu opened pull request #52421 → wakatime: 10.2.1 -> 10.6.0 → https://git.io/fpAIa
<{^_^}> [nixpkgs] @eadwu opened pull request #52422 → vscode-extensions.ms-python.python: 2018.11.0 -> 2018.12.1 → https://git.io/fpAIV
mayhewluke has joined #nixos
<{^_^}> [nixpkgs] @eadwu opened pull request #52423 → linux_testing: 4.20-rc6 -> 4.20-rc7 → https://git.io/fpAIw
vk3wtf has joined #nixos
justanotheruser has quit [Ping timeout: 252 seconds]
doyougnu has quit [Ping timeout: 250 seconds]
sir_guy_carleton has joined #nixos
drakonis has quit [Quit: WeeChat 2.3]
rprije has quit [Ping timeout: 245 seconds]
rprije has joined #nixos
rprije has quit [Remote host closed the connection]
rprije has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #52424 → easystroke: init at unstable-2016-07-05 → https://git.io/fpALl
mayhewluke has quit [Quit: WeeChat 2.0]
sbdchd has joined #nixos
ddellacosta has joined #nixos
pie__ has joined #nixos
slack1256 has quit [Remote host closed the connection]
pie___ has quit [Remote host closed the connection]
ddellacosta has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
orivej has quit [Ping timeout: 250 seconds]
vk3wtf has quit [Ping timeout: 250 seconds]
orivej has joined #nixos
Synthetica has quit [Quit: Connection closed for inactivity]
hamishmack has quit [Ping timeout: 250 seconds]
verite_ has joined #nixos
verite_ has quit [Client Quit]
<{^_^}> [nixpkgs] @tadfisher opened pull request #52425 → plata-theme: init at 0.4.9 → https://git.io/fpAtJ
sir_guy_carleton has quit [Quit: WeeChat 2.2]
doyougnu has joined #nixos
vk3wtf has joined #nixos
lassulus_ has joined #nixos
lassulus has quit [Ping timeout: 246 seconds]
lassulus_ is now known as lassulus
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « libopenaptx: init at 0.1.0 »: https://git.io/fpAt1
Lears has joined #nixos
ensyde has quit [Ping timeout: 250 seconds]
[Leary] has quit [Read error: No route to host]
usr1987 has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
usr1987 has left #nixos ["Leaving"]
marusich has joined #nixos
slack1256 has joined #nixos
b has quit [Quit: Lost terminal]
freeman42x[nix] has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #52426 → boost169: init (at 1.69) → https://git.io/fpAqK
<Mic92> qyliss: nix-review will report but not fail on broken packages.
epicmetal has quit [Quit: epicmetal]
vk3wtf has quit [Ping timeout: 250 seconds]
marusich has quit [Ping timeout: 260 seconds]
rawreraw has joined #nixos
IRCsum has quit [Read error: Connection reset by peer]
MinceR has quit [Ping timeout: 250 seconds]
IRCsum has joined #nixos
MinceR has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
verite has joined #nixos
freeman42x[nix] has joined #nixos
Dedalo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marusich has joined #nixos
papika has joined #nixos
papika has quit [Client Quit]
Ariakenom has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 250 seconds]
palo1 is now known as palo
jmeredith has quit [Quit: Connection closed for inactivity]
vk3wtf has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #52427 → ut2004demo: fix download URL → https://git.io/fpAOu
endformationage has quit [Quit: WeeChat 2.3]
jackdk has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ivan opened pull request #52428 → firejail: disable parallel building → https://git.io/fpAOh
doyougnu has quit [Ping timeout: 246 seconds]
sbdchd has quit [Remote host closed the connection]
orivej has joined #nixos
Ariakenom has quit [Quit: Leaving]
sbdchd has joined #nixos
slack1256 has quit [Ping timeout: 240 seconds]
reinhardt has joined #nixos
sbdchd has quit [Ping timeout: 250 seconds]
juhe has joined #nixos
epicmetal has joined #nixos
chimay has joined #nixos
<ivan> I think there's a bug (?) in Hydra where it does not restart a build on the next evaluation when the `url` on a src changes but the hash stays the same
<teto> ivan: I think it's normal nix behavior
<ivan> thanks
chimay has quit [Quit: WeeChat 2.3]
Goldsum has quit [Ping timeout: 256 seconds]
<eyJhb> Anyone have any good cli based email clients they want to share?
<petersjt014> I knew of one neat looking one from a bit ago
<lassulus> mutt?
<petersjt014> cant remember the name
<petersjt014> it was something like...aerc?
<eyJhb> lassulus: currently looking at mutt and considering it
<petersjt014> well that was fast
<petersjt014> but yeah that'd be it
<petersjt014> im considering it for my slim/sexy cli tools collection along with nq/nnn/abduco/dvtm
hyper_ch2 has joined #nixos
<ivan> teto: oh, yeah, I forgot to mention where it never succeeded in downloading the original URL
<eyJhb> petersjt014: that seems very very minimal :D
<teto> eyJhb: alot
<petersjt014> indeed
<teto> eyJhb: there is a module in home-manager for it
<eyJhb> Now I just need to research that a bit, and find me a screencapture tool (screenshot??)
<teto> ivan: yep you have to change the hash to retrigger the download
<petersjt014> there was one called asciicinema or something but it mightve just been a terminal input replay thing
<petersjt014> tho that might be functionally identical
<petersjt014> -ish
<petersjt014> o wow
rawreraw has quit [Ping timeout: 252 seconds]
<petersjt014> while looking I found the best deploy solution ever
<petersjt014> move over hydra theres a new sherif in town boiiiii
lo_mlatu has joined #nixos
<ldlework> dvtm over tmux?
<ldlework> just because?
<petersjt014> I actually know how to work dvtm, thatd be why
<petersjt014> learned it first
<ldlework> eyJhb: for screen capture you may consider recap
<ldlework> which has a default.nix so can be installed from github
lo_mlatu has quit [Ping timeout: 256 seconds]
<petersjt014> I gotta go, but I just found this other cli email client
<petersjt014> just fyi
ciil has quit [Remote host closed the connection]
rawreraw has joined #nixos
sigmundv_ has joined #nixos
jasongrossman has joined #nixos
hedning has joined #nixos
Ariakenom has joined #nixos
lord| has quit [Quit: WeeChat 2.3]
orivej has quit [Ping timeout: 250 seconds]
goibhniu has joined #nixos
lord| has joined #nixos
sigmundv_ has quit [Ping timeout: 250 seconds]
ddellacosta has joined #nixos
rawreraw has quit [Quit: WeeChat 2.3]
kvda has joined #nixos
ddellacosta has quit [Ping timeout: 250 seconds]
sigmundv_ has joined #nixos
pietranera has joined #nixos
lo_mlatu has joined #nixos
freeman42x[nix] has quit [Ping timeout: 252 seconds]
mr_noobs has joined #nixos
juhe has quit [Quit: Leaving.]
ajs124 has quit [Quit: Gateway shutdown]
<typetetris> Hi there, which tool does nix use to do the download with 'fetchTarball'? (I need to debug at missing certificate.)
ciil has joined #nixos
Tucky has joined #nixos
<CMCDragonkai> It uses curl I think
reinhardt has quit [Ping timeout: 246 seconds]
ajs124 has joined #nixos
jasongrossman has quit [Remote host closed the connection]
ng0 has joined #nixos
ottidmes has joined #nixos
<{^_^}> [nixpkgs] @gebner merged pull request #52216 → libqalculate: 2.8.1 -> 2.8.2 → https://git.io/fpbhR
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/fpAcL
<{^_^}> [nixpkgs] @gebner merged pull request #52067 → qalculate-gtk: 2.8.1 -> 2.8.2 → https://git.io/fpFhO
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/fpAct
<LnL> libcurl specifically
nschoe has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #52428 → firejail: disable parallel building → https://git.io/fpAOh
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master:
jackdk_ has joined #nixos
<jackdk_> how do I set my window manager in nixos config? I have set services.xserver.windowManager.i3.enable = true and services.xserver.windowManager.default = "i3" but I still get an unmanaged xterm when I log in
<symphorien> Your display manager should offer you i3 but my default to xterm
<lassulus> service.xserver.desktopManager.xterm.enable = false maybe
<lassulus> services*
<lassulus> to disable the default desktopManager
dermetfan has joined #nixos
<symphorien> s/my/may/
hamishmack has joined #nixos
orivej has joined #nixos
<jackdk_> symphorien: damnnit, that was it! I'd been pulling my hair out all night!
<jackdk_> next question: I normally use termite as my terminal emulator, but the startup time on a raspberry pi isn't ideal. anyone have a good recommendation?
<lo_mlatu> Hi everyone, I'm learning some nix-expressions, what does `builtins.unsafeDiscardStringContext` do? Why is it labeled `unsafe`?
<symphorien> It fakes that a string does not depends on some store paths
<LnL> that discards dependencies, which unless you're doing something very specific will be required for the result
<symphorien> So you can end up with software without its dependencies
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<LnL> if you add eg. postInstall = '' ${hello}/bin/hello ''; to a derivation, hello will be in the string context of postInstall and thus end up as a build dependency of the package
<LnL> but if you don't it will not causing the command to fail
ThatDocsLady_ has quit [Ping timeout: 252 seconds]
<lo_mlatu> So, "${builtins.unsafeDiscardStringContext drv}" will evaluated to the outPath of `drv` but `drv` is not built?
<lo_mlatu> wait
<LnL> yeah, so you can't assume it's actually there
<lo_mlatu> I see, that's why it's unsafe?
<LnL> it can lead to very unexpected results if used incorrectly
ThatDocsLady_ has joined #nixos
<lo_mlatu> Got it, thank you all!
orivej has quit [Ping timeout: 245 seconds]
rawreraw has joined #nixos
thc202 has joined #nixos
Guanin has joined #nixos
civodul has joined #nixos
betaboon has joined #nixos
jackdk_ has quit [Remote host closed the connection]
Dedalo has joined #nixos
jasongrossman has joined #nixos
lo_mlatu has quit [Quit: Page closed]
johanot has joined #nixos
reinhardt has joined #nixos
jbgi has joined #nixos
<CMCDragonkai> I noticed that ZFS is already in the 18.09 minimal installation ISO
<CMCDragonkai> I thought you always needed to get `boot.supportedFilesystems ...` before you could use it
<CMCDragonkai> what happened to allow zfs into the distribution?
betaboon has quit [Ping timeout: 250 seconds]
<hyper_ch2> it is? Interesting... haven't noticed that
<LnL> yeah, that changed recently
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dermetfan has quit [Ping timeout: 250 seconds]
rtjure has quit [Quit: ZNC 1.6.5 - http://znc.in]
Boomerang has joined #nixos
rprije has quit [Remote host closed the connection]
rprije has joined #nixos
reinhardt has quit [Ping timeout: 252 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
__monty__ has joined #nixos
Dedalo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
reinhardt has joined #nixos
__Sander__ has joined #nixos
rawreraw has quit [Ping timeout: 250 seconds]
alex`` has joined #nixos
v0|d has quit [Ping timeout: 268 seconds]
dermetfan has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed commit from @dtzWill to master « efibootmgr: grab upstream commit as patch to fix w/efivar 37 »: https://git.io/fpAuD
mr_noobs has quit [Ping timeout: 246 seconds]
Dagger2 has quit [Excess Flood]
sigmundv_ has quit [Ping timeout: 240 seconds]
rawreraw has joined #nixos
mr_noobs has joined #nixos
devhell has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @akru opened pull request #52432 → parity: 2.2.4 -> 2.2.5 → https://git.io/fpAzc
orivej has quit [Ping timeout: 240 seconds]
epicmetal has quit [Read error: Connection reset by peer]
Dedalo has joined #nixos
simukis has joined #nixos
Dedalo has quit [Client Quit]
Mateon3 has joined #nixos
rprije has quit [Ping timeout: 250 seconds]
ramses_ has joined #nixos
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon3 is now known as Mateon1
iyzsong has joined #nixos
tzemanovic has joined #nixos
agander has joined #nixos
sigmundv_ has joined #nixos
tzemanovic has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @fpletz merged pull request #52423 → linux_testing: 4.20-rc6 -> 4.20-rc7 → https://git.io/fpAIw
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAaT
<infinisil> CMCDragonkai: hyper_ch2: #51090
<{^_^}> https://github.com/NixOS/nixpkgs/pull/51090 (by grahamc, 2 weeks ago, merged): Revert "zfs cannot be distributed. Disabling it in the isos."
tzemanovic has joined #nixos
<qyliss^work> Oh nice, I didn't realise that had happened already
<qyliss^work> I built my own ISO like, last week, for no reason!
fendor has joined #nixos
<hyper_ch2> qyliss^work: pretty sure you wanna use zfs unstable... so it wasn't for no reason :9
<hyper_ch2> also think about custom keyboard layout in your own iso
<hyper_ch2> infinisil: *thumbs up*
<Izorkin> Please check PR 51902 52032 52098, thanks)
<infinisil> Izorkin: prefix them with #! They won't get linked if you don't
<__monty__> *#, not #! ; )
<{^_^}> [nixpkgs] @fpletz merged pull request #52427 → ut2004demo: fix download URL → https://git.io/fpAOu
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAaM
<Izorkin> that #51902 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/51902 (by Izorkin, 5 days ago, open): mariadb.galera: 25.3.24 -> 25.3.25
zolk3ri has joined #nixos
<Izorkin> #52032 #52098
<{^_^}> https://github.com/NixOS/nixpkgs/pull/52032 (by Izorkin, 2 days ago, open): unit: update versions and modules config
<{^_^}> https://github.com/NixOS/nixpkgs/pull/52098 (by Izorkin, 2 days ago, open): nginx: change location configuration file to /etc/nginx/nginx.conf
<qyliss^work> jjjjjjci.cdhjcctxtbgtuenychbkccdykcpnpi.ujiy
<qyliss^work> oops
<__monty__> Cat or did you go berserk?
tzemanovic has quit [Remote host closed the connection]
<qyliss^work> hyper_ch2: oh I just `loadkeys dvorak` as soon as I boot the ISO
<qyliss^work> I touched my yubikey
<__monty__> So that's your passphrase?
<qyliss^work> no, it's a one-time password
<qyliss^work> But I don't use the OTP functionality for anything
<qyliss^work> so it doesn't matter that I just posted it
<infinisil> I see another enlightened dvorak user
ng0 has joined #nixos
<__monty__> Hmm, truth or misdirection?
<__monty__> We are legion, infinisil.
<hyper_ch2> qyliss^work: Why not build in dvorak into your custom live iso?
<hyper_ch2> btw, how did you transition from qwery/z to dvorak?
<qyliss^work> hyper_ch2: because that would be significantly more typing than just typing `loadkeys dvorak` once
<infinisil> Let's go to -chat for these offtopic stories
<hyper_ch2> qyliss^work: why more typing? it's just one small change in your config that builds the live iso and then never again you need to type it
<qyliss^work> I don't have a persistent ISO config, because I don't need much in the way of changes
<hyper_ch2> I see
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
jbgi has quit [Ping timeout: 252 seconds]
nD5Xjz has quit [Ping timeout: 250 seconds]
<ramses_> Hi guys, I noticed that on my headless servers, nixos installs a lot of graphical libraries (like libXext, libXmu, libXrandr, gdk-pixbuf, pango, ... lots of others). Is this normal? Is there any way to avoid installing all these libraries?
<hyper_ch2> well, seems some stuff you install seems to require those
<hyper_ch2> what's your configuration.nix?
nD5Xjz has joined #nixos
<sphalerite> ramses_: yes, it is normal. You can explore the dependency graph using nix-store -q --graph /run/current-system
devhell has quit [Ping timeout: 268 seconds]
fusion809 has joined #nixos
<sphalerite> ramses_: the *reason* this happens is that some software on your system uses gtk, probably, and that the package doesn't separate the (presumably headless) part which doesn't use gtk from the (presumably graphical) part that does.
devhell has joined #nixos
hamishmack has joined #nixos
rtjure has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #52158 → rtl8812au: 5.2.20_25672.20171213 -> 5.2.20.2_28373.20180619 → https://git.io/fpb9O
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpAw6
iyzsong has quit [Read error: Connection reset by peer]
<ottidmes> ramses_: I was curious if I had pango on my server as well, this command is useful as well: nix why-depends /run/current-system /nix/store/2rafsmql17xfvd871zawrh3jsb4fgr4y-pango-1.42.1
<hyper_ch2> ottidmes: sphalerite: nice, thx
<ramses_> ottidmes: sphalerite: Thanks!
<ramses_> It's due to network manager, apparently. I'll have to see if I can avoid using network manager
<sphalerite> oh yeah, of course! forgot about why-depends
iyzsong has joined #nixos
ng0 has quit [Quit: Alexa, when is the end of world?]
<hyper_ch2> ramses_: you don't really need network manager on a headless system anyway IMHO
Anton-Latukha has joined #nixos
tzemanovic has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « libsolv: 0.7.1 -> 0.7.2 »: https://git.io/fpAr4
<{^_^}> [nixpkgs] @fpletz merged pull request #52220 → libsolv: 0.7.1 -> 0.7.2 → https://git.io/fpbje
<{^_^}> [nixpkgs] @fpletz merged pull request #52235 → libextractor: 1.7 -> 1.8 → https://git.io/fpNvg
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « libextractor: 1.7 -> 1.8 »: https://git.io/fpArR
zolk3ri has left #nixos [#nixos]
scribbler has quit [Remote host closed the connection]
scribbler has joined #nixos
<{^_^}> [nixpkgs] @flosse opened pull request #52433 → rendersvg: init at 0.4.0 → https://git.io/fpArr
fendor has quit [Ping timeout: 250 seconds]
arjen-jonathan has joined #nixos
jbgi has joined #nixos
<ramses_> Apparently even vim pulls in gtk+3...
<sphalerite> ramses_: not for me. Which vim are you using?
<{^_^}> [nixpkgs] @fpletz merged pull request #52049 → go: 1.11.2 -> 1.11.4, 1.10.3 -> 1.10.7 [CVE-2018-16873, CVE-2018-16874, CVE-2018-16875] → https://git.io/fpFS7
<{^_^}> [nixpkgs] @fpletz pushed 3 commits to staging: https://git.io/fpAol
<{^_^}> [nixpkgs] @fpletz merged pull request #52157 → parallel: 20181022 -> 20181122 → https://git.io/fpb9q
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « parallel: 20181022 -> 20181122 »: https://git.io/fpAoa
stigo has quit [Quit: WeeChat 2.2]
betaboon has joined #nixos
stigo has joined #nixos
<betaboon> hello. i have a module that has an option defined with `type = types.attrs;`. i have a config that configures that module. i have a host that imports that config. now in that host i want to override an option within that attrs-option. how would i acchieve that ?
<sphalerite> I don't think you can, you'd need to make the type more specific.
<sphalerite> Not sure though.
<betaboon> I'm later on writing that attrs-option to a json-file to feed it into an application as config-file.
fusion809 has quit [Remote host closed the connection]
tzemanovic has quit [Remote host closed the connection]
<sphalerite> ramses_: if you use (vimUtils.makeCustomizable vim) instead of vim_configurable it'll use a vim build with no GUI
stigo has quit [Client Quit]
<ramses_> sphalerite: ah, how does that work exactly? Is there some documentation somewhere on how to use that?
stigo has joined #nixos
stigo has quit [Client Quit]
<sphalerite> ramses_: unfortunately not, as far as I can see. I seem to have got that from the definition of vim_configurable in pkgs/top-level/all-packages.nix
stigo has joined #nixos
fusion809 has joined #nixos
morr has quit [Quit: WeeChat 2.3]
morr has joined #nixos
<ramses_> sphalerite: Thanks! You have an example you can link to?
crmlt has joined #nixos
<sphalerite> ramses_: https://gist.github.com/lheckemann/bd14ee0efd349895e447278e2e8e24ef (as a nixos configuration module)
<sphalerite> contains some more than just vim, but yeah
<infinisil> betaboon: yea you can't, you need to use types.attrsOf
orivej has joined #nixos
<betaboon> infinisil: so i need to completly define any option that can go into that json-file ?
tzemanovic has joined #nixos
tzemanovic has quit [Remote host closed the connection]
acarrico has joined #nixos
tzemanov_ has joined #nixos
fendor has joined #nixos
<betaboon> that kindof defeats the purpose i had in mind for that attrs-option
<fusion809> Hello good folks, I've tried setting up pip3 using the instructions at the wiki, https://nixos.wiki/wiki/Python#pip, but the final line pip3 install -r requirements.txt returned https://gist.github.com/ae3d339ac6b28042b3df7ee542d3b20c.
<fusion809> Anyone have a solution to this problem? Without pip3 my NixOS experience is going to be poorer than it would be with it.
<infinisil> betaboon: you just need to give the typeof the attributes values
<infinisil> attrsOf != submodule
<infinisil> E.g. 'attrsOf str' or 'attrsOf (either int str)'
<fusion809> Ah, the error was due to me using Python 2.7 virtualenv, but I just switched to Python 3.7 virtualenv, with pip3 being for Python 3.7 too, and I'm getting a different error now https://gist.github.com/652938f6d61d60e59f8384a46b75306a.
Synthetica has joined #nixos
<betaboon> infinisil: so i can do `type = with types; attrsOf (either int str list attrs);` instead of `type = types.attrs;` and i should be fine ?
<betaboon> ah no. either does not support a list, but only two
<goibhniu> hi fusion809, you might be able to get the dependencies you need with nix-shell https://nixos.org/nixpkgs/manual/#python
<fusion809> goibhniu: do you mean with something like nix-shell -p 'python37.withPackages(ps: with ps; [setuptools])'?
<goibhniu> I don't understand the setuptools error. What are you trying to build?
<goibhniu> can you link me to the requirements.txt?
fendor has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 268 seconds]
<infinisil> betaboon: pretty much, except that either only takes 2 arguments
<betaboon> infinisil: but i might be able to do something like `either bool (either int (either string ...)))` !?
<sphalerite> yes that should work
<infinisil> Yup :)
<gchristensen> jesus
jboy has joined #nixos
<gchristensen> why type it at all
<betaboon> gchristensen: see my problem description from around 1h ago
<jboy> tzag everyone. which package contains the strings command?
<betaboon> jboy: binutils
<makefu> ,search strings
<jboy> betaboon: many thanks!
<makefu> ,locate strings
<gchristensen> betaboon: yikes
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: 1.5.1 -> 1.5.2 »: https://git.io/fpAXO
<{^_^}> Found in packages: go, go, emby, emby, psol, psol, psol, julia, julia, ponyc, z88dk, z88dk, z88dk, z88dk, denemo, geant4, gnulib, go_1_9, go_1_9, meteor, meteor, octave, rakudo, abiword, busybox, go_1_10, go_1_10, lazarus, julia_07, julia_07, opendylan, opendylan, opendylan, plan9port, kibana-oss, octaveFull, factor-lang, factor-lang, factor-lang, factor-lang, factor-lang, factor-lang, phabricator, go_bootstrap, opendylan_bin, and 16 more
<Synthetica> Wait, don't we have a oneOf :: [type] -> type?
<betaboon> gchristensen: do you have an opinion on that? or a better solution ?
<betaboon> Synthetica: i wish. but doesnt look like it in https://github.com/NixOS/nixpkgs/blob/master/lib/types.nix
<Synthetica> betaboon: Shouldn't be too hard to make, just `fold either void` or something like that
devhell has quit [Quit: WeeChat 2.2]
Guanin has quit [Remote host closed the connection]
fendor has joined #nixos
{`-`} has joined #nixos
iyzsong has quit [Ping timeout: 268 seconds]
waleee has joined #nixos
Mrmaxmeier has quit [Remote host closed the connection]
alex`` has joined #nixos
agander has quit [Ping timeout: 250 seconds]
scribbler has quit [Remote host closed the connection]
scribbler has joined #nixos
Mrmaxmeier has joined #nixos
fendor_ has quit [Ping timeout: 250 seconds]
kreisys has joined #nixos
alex`` has quit [Read error: Connection reset by peer]
<rycwo> I'm wondering if I'm using the wrong drivers. But it looks like setting the driver on networking.wireless.driver should be picked up by NetworkManager.
<rycwo> I'm also wondering if there's a chance it is a result of agressive powersaving.
ThatDocsLady_ has quit [Read error: Connection reset by peer]
ThatDocsLady_ has joined #nixos
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
<goibhniu> rycwo: do you see anything interesting in the journal e.g. `journalctl -u network-manager`?
alex`` has joined #nixos
<etu> rycwo: If you can connect I would assume that you use the correct drivers.
<etu> rycwo: But drivers can in some cases be buggy as well :-)
xAFFE has joined #nixos
xAFFE has quit [Client Quit]
<rycwo> Not as far as I can tell?
<rycwo> What would I be looking for?
xAFFE has joined #nixos
<rycwo> Found this on the Arch wiki - https://wiki.archlinux.org/index.php/NetworkManager#Regular_network_disconnects,_latency_and_lost_packets_(WiFi), but as far as I can tell everything is working okay.
<rycwo> Maybe it's just my lemonbar script needs to be tweaked.
ma9e has quit [Quit: leaving]
<{^_^}> [nixpkgs] @vdemeester opened pull request #52441 → buildkit: init at v0.3.3 → https://git.io/fpAH5
ma9e has joined #nixos
ma9e has quit [Client Quit]
ma9e has joined #nixos
tzemanov_ has quit [Remote host closed the connection]
reinhardt has quit [Quit: Leaving]
iu_ has quit [Remote host closed the connection]
drakonis has quit [Ping timeout: 250 seconds]
drakonis has joined #nixos
robstr has quit [Ping timeout: 256 seconds]
fendor_ has joined #nixos
crmlt has quit [Ping timeout: 246 seconds]
tilpner has joined #nixos
<tilpner> Activation step "Reload user units" is done with a login shell. What's the reason for that? It can be quite annoying if your .profile is broken
xAFFE has left #nixos ["Error from remote client"]
orivej has joined #nixos
<pietranera> Hi, how can I pass an actual list of attributes to nix-shell rather than just strings?
<pietranera> for example, I'd like to do something like `nix-shell --arg myList [a b c]`
scribbler has quit [Remote host closed the connection]
<pietranera> e.g. to concatenate extra packages to a derivation
<tilpner> If that can work, it would probably be --arg myList '[a b c]'
<tilpner> But I have never tried
<pietranera> mmm, I think that that didn't work (can't remember right now)
<pietranera> I am using getAttr and lib.splitString at the moment
<pietranera> but it's a bit ugly
<clever> tilpner: that should work perfectly
<clever> pietranera: just note, that only works if `shell.nix` begins with { myList ? [] }:
<tilpner> clever: Are you referring to pietraneras problem, or to mine (reload user units with broken .profile)?
<clever> pietranera's
periklis has joined #nixos
<pietranera> ok clever
<pietranera> I have `{pkgs ? import <nixpkgs> {}, extraPkgsStr ? []}:`
<pietranera> but
<pietranera> nix-shell conda-shell --arg extraPkgs '[ git ]'
<pietranera> error: undefined variable 'git' at (string):1:3
<clever> pkgs isnt in scope when parsing `--arg`
<pietranera> as an example
<clever> you want `--arg extraPkgs 'pkgs: [ pkgs.git ]'
<clever> and then call the function and pass it all pkgs
<pietranera> ok, so I can't actually pass a list
<clever> you can only pass it a list that fully defines all values
<pietranera> sure
<clever> --arg myList '[ { a=1;} {b=2;} ]'
<pietranera> I see
<pietranera> thanks for the tip!
<clever> if you want to refer to a package, you need to get the pkgs set somehow
ddellacosta has joined #nixos
<pietranera> yes, I just wasn't sure about how I could get hold of all pkgs before I actually imported them...
<{^_^}> [nixpkgs] @bennofs opened pull request #52442 → gdb: cross compilation requires build gcc → https://git.io/fpA77
disasm has quit [Ping timeout: 268 seconds]
xourt has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52281 → grib-api: 1.27.0 -> 1.28.0 → https://git.io/fpN8I
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpA5E
lfish has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52284 → gtkwave: 3.3.95 -> 3.3.97 → https://git.io/fpN8a
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpA5P
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52287 → libgnurl: 7.61.1 -> 7.62.0 → https://git.io/fpN8p
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpA59
pita has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @fpletz merged pull request #51979 → umockdev: 0.12 -> 0.12.1 → https://git.io/fpFYk
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « umockdev: 0.12 -> 0.12.1 »: https://git.io/fpA5A
ThatDocsLady_ has quit [Remote host closed the connection]
endformationage has joined #nixos
ThatDocsLady_ has joined #nixos
<pietranera> Another question please... I'd like to launch a shell with a Python environment *and* R packages, the docks mention rWrapper, but I'm not sure how I can use it together with python.withPackages in my shell.nix
<pietranera> /s/docks/docs
<clever> pietranera: put both into buildInputs?
<pietranera> inside an mkDerivation call>
<pietranera> ?
<clever> yep
<pietranera> cool, I'll try that... thanks again... I'm still getting my head around this stuff
erasmas has joined #nixos
disasm has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52307 → goaccess: 1.2 -> 1.3 → https://git.io/fpNRz
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpAdc
jabranham has joined #nixos
ThatDocsLady_ has quit [Remote host closed the connection]
ThatDocsLady_ has joined #nixos
ramses_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @fpletz pushed to master « postgresql: branch 9.3 is not maintained anymore »: https://git.io/fpAFJ
tilpner has quit [Quit: WeeChat 2.3]
tilpner has joined #nixos
johanot has quit [Quit: WeeChat 2.2]
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to release-18.09: https://git.io/fpAFW
lfish has quit [Ping timeout: 256 seconds]
<catern> sigh
<catern> I just found an auto-update that got the hash wrong
<catern> so the package just didn't build at even the most basic step
<catern> these auto-updates are not great
<{^_^}> [nixpkgs] @fpletz merged pull request #52138 → postgis: 2.5.0 -> 2.5.1 → https://git.io/fpbXz
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « postgis: 2.5.0 -> 2.5.1 »: https://git.io/fpAFg
<gchristensen> hmmm they check that, though ... I wonder if they republished the version
<{^_^}> [nixpkgs] @bennofs closed pull request #52442 → gdb: cross compilation requires build gcc → https://git.io/fpA77
<catern> oh, i actually didn't consider that :)
<catern> good point
Dedalo has joined #nixos
rycwo has quit [Quit: Page closed]
<gchristensen> jeeze
<gchristensen> I'm commenting
<gchristensen> I wonder if ofborg should go back to commenting failures
<tilpner> The 11.2 dates on https://bitbucket.org/rude/love/downloads/ are all <= 2018-11-25
betaboon has joined #nixos
scribbler has joined #nixos
<gchristensen> yeah, it was broken
<samueldr> here I'm thinking that *somehow* the bot got a build right (looking at its PR body), but *something* made the hash wrong? after all, after `nix-store --realise`ing the build it works :/
<samueldr> (looks like it's 11.2)
<samueldr> weird!
<qyliss^work> Marking as failed rather than neutral for failed builds would probably help imo
<samueldr> though not all failures are failures :/
<qyliss^work> yeah
<dmj`> I'm trying to push a nix store to s3, but am hanging on ghc-8.4.4 to do so. Does anyone know what could be blocking this network I/O?
<qyliss^work> "Not supported on this platform" should be neutral
* dmj` looks at gchristensen
<samueldr> a sea of failure would be as ignored as a sea of neutral :/
<qyliss^work> ghc is huge, are you sure it's hanging?
jabranham has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
dslegends has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #52184 → mercurialFull: 4.8 -> 4.8.1 → https://git.io/fpb5S
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « mercurialFull: 4.8 -> 4.8.1 »: https://git.io/fpANI
jabranham has joined #nixos
dslegends has quit [Client Quit]
<{^_^}> [nixpkgs] @dtzWill opened pull request #52443 → libaom: create shared libraries, fix version reported in aom.pc → https://git.io/fpANc
ThatDocsLady_ has quit [Remote host closed the connection]
ThatDocsLady_ has joined #nixos
Dagger2 has joined #nixos
hyper_ch2 has quit [Quit: Page closed]
<dmj`> qyliss^work: it finished, just took a while
<{^_^}> [nixpkgs] @dtzWill opened pull request #52444 → ffmpeg{_3_4,_4,-full}: updates → https://git.io/fpAAB
<tilpner> samueldr: Which failures aren't failures?
<samueldr> "cannot build on aarch64-linux because it is not supported"
<samueldr> failures to build a dependency
<samueldr> (e.g. a simple timeout from a build from an incomplete mass rebuild)
<{^_^}> [nixpkgs] @7c6f434c pushed to master « love_11: fix hash »: https://git.io/fpAAi
<tilpner> I think at least some of them could be detected reliably. Is it just a "nobody has done it yet" thing, or "it can't be done robustly"?
<tilpner> If the ratio of false-negatives could be brought down, failures could be made red. Unless failures block merging on the GH UI, not sure
<samueldr> AFAIK it would require parsing the output from the build; I don't think there's a formal for-machine-use "channel" in nix, only the exit code, and I don't know if there are exit codes useful here :/
graphene has quit [Remote host closed the connection]
<tilpner> But if ofborg built all the dependencies of a package separately, and then the full build failed, it could be sure the error was in the package
graphene has joined #nixos
<samueldr> sure, want to work on that? ;)
<{^_^}> [cabal2nix] @peti merged pull request #397 → add benchmark enabling flag → https://git.io/fpNHQ
<{^_^}> [cabal2nix] @peti pushed 2 commits to master: https://git.io/fpAxm
<samueldr> (here it's a case of "not implemented yet")
Dedalo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<tilpner> I do, but... I should probably finish other things first
<tilpner> nix-weather is still stuck in refactor-town
<tilpner> ._.
<samueldr> and make sure you know I'm saying this light-heartedly :)
<tilpner> :)
hotfuzz_ has joined #nixos
hotfuzz has quit [Ping timeout: 244 seconds]
Dedalo has joined #nixos
<{^_^}> [nixpkgs] @lheckemann merged pull request #52110 → clean: 2.4 -> 3.0 → https://git.io/fpb0U
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/fpApf
IRCsum has quit [Ping timeout: 250 seconds]
Ariakenom has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52218 → vimPlugins: Update → https://git.io/fpbho
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpApR
orivej has quit [Ping timeout: 245 seconds]
ThatDocsLady_ has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @dotlambda pushed to master « home-assistant: 0.84.2 -> 0.84.3 »: https://git.io/fpAhR
__Sander__ has quit [Quit: Konversation terminated!]
IRCsum has joined #nixos
asymmetric has joined #nixos
Havvy has quit [Read error: Connection reset by peer]
Havvy has joined #nixos
camsbury has joined #nixos
fendor_ has quit [Quit: Leaving]
Dedalo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tzemanovic has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
dslegends has joined #nixos
Dedalo has joined #nixos
simendsjo has joined #nixos
oida has quit [Read error: Connection reset by peer]
phreedom_ has quit [Read error: Connection reset by peer]
phreedom has joined #nixos
oida has joined #nixos
graphene has quit [Remote host closed the connection]
boogiewoogie has joined #nixos
graphene has joined #nixos
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52076 → qbs: 1.12.1 -> 1.12.2 → https://git.io/fpbfE
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpxfq
boogiewoogie has quit [Client Quit]
Ariakenom has quit [Read error: Connection reset by peer]
fusion809 has quit [Remote host closed the connection]
Ariakenom has joined #nixos
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
fusion809 has joined #nixos
orivej has joined #nixos
dslegends has quit [Quit: dslegends]
dslegends has joined #nixos
slack1256 has joined #nixos
betaboon has quit [Quit: WeeChat 2.2]
Dedalo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has quit [Quit: WeeChat 2.3]
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
alex`` has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 250 seconds]
<abcrawf> Has anyone else seen this failed assertion when trying to `nixos-rebuild boot --upgrade`? "NVidia drivers don't support wayland"
alex`` has joined #nixos
<tilpner> That's weird. What does nixos-option services.xserver.displayManager.gdm.wayland say?
Izorkin has quit [Remote host closed the connection]
Izorkin has joined #nixos
periklis has quit [Ping timeout: 244 seconds]
<abcrawf> Value: true Default: true
<dsx> How to handle secrets in NixOS? And is there a nice way to distribute them?
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52078 → qsampler: 0.5.2 -> 0.5.3 → https://git.io/fpbJV
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpxTl
<tilpner> dsx: nixops has a solution
<tilpner> Otherwise, make your software read secrets from files and put those files there
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52318 → geos: 3.7.0 -> 3.7.1 → https://git.io/fpNEJ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpxT6
<dsx> Not all software can read secrets from files.
IRCsum has quit [Ping timeout: 246 seconds]
<tilpner> Then you'll have to modify it, or accept that they might end up in a world-readable store
<tilpner> (Or use other secret distribution methods that I forgot or never knew about)
<dsx> Let's see how fat nixops could get me.
<dsx> tilpner: thanks!
<tilpner> If it accepts secrets in env vars, e.g. write a wrapper script that reads a file and populates the environment
sbdchd has joined #nixos
<dsx> It is more things like «db_pass = "12345"» in config file
<dsx> And SSL cert keys
mr_noobs has quit [Ping timeout: 268 seconds]
<dmj`> is it possible to ignore signatures when fetching from a binary cache
<{^_^}> [nixpkgs] @vbgl merged pull request #51843 → ocamlPackages: fix a few evaluation issues → https://git.io/fpHjf
<{^_^}> [nixpkgs] @vbgl pushed 5 commits to master: https://git.io/fpxkp
ambro718 has joined #nixos
jperras has quit [Quit: WeeChat 2.2]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52188 → msitools: 0.97 -> 0.98 → https://git.io/fpbd6
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « msitools: 0.97 -> 0.98 »: https://git.io/fpxIO
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52314 → eid-mw: 4.4.9 -> 4.4.11 → https://git.io/fpN0s
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpxIW
IRCsum has joined #nixos
Boomerang has quit [Ping timeout: 240 seconds]
cyounkins has joined #nixos
rfold has joined #nixos
dgarzon has joined #nixos
<dgarzon> Is there any way to install gunzip using nixpkgs? I found `gzip`, but I am looking for the actual `gunzip`
<simpson> dgarzon: `gzip` will have a gunzip command.
<simpson> ,locate bin gunzip
<{^_^}> Found in packages: gzip, busybox, klibcShrunk
<dgarzon> Oh, sorry, my bad!
<dgarzon> There are multiple binaries in the derivation result :)
<dgarzon> Thank you guys :)
<simpson> No worries. In general, a derivation will output an entire tree of files and directories.
<dgarzon> simpson it seems as if the version being pulled on a linux machine does not comply with https://linux.die.net/man/1/gunzip as running `gunzip -V` yields `unrecognized option: V` :(
<simpson> dgarzon: I'm at work on a Darwin machine. I get GNU gzip, and `gunzip -V` gives the FSF's copyright notice.
<dgarzon> ./gunzip -V gzip: unrecognized option: V BusyBox v1.28.4 (2018-07-17 15:21:40 UTC) multi-call binary.
<simpson> Sounds like you grabbed the `busybox` package instead of `gzip`?
drakonis has quit [Quit: WeeChat 2.3]
<gchristensen> get gunzip from coreutils
<samueldr> busybox's binaries are often less featured than the gnu ones; you probably don't want busybox things installed in your profile
<gchristensen> ah, yeah, gzip's gunzip has -V too
<dgarzon> I ran the command `nix-build "<nixpkgs>" -A gzip`. How can I specify I want it from `coreutils`?
<gchristensen> ^ that will get you the gunzip you want
<gchristensen> after that, ./result/bin/gunzip should be the one you want
<samueldr> (coreutils doesn't have gzip/gunzip here)
<dgarzon> gchristensen it is giving me the busybox ones :(
<gchristensen> samueldr: ... oops :)
<gchristensen> dgarzon: how are you testing that?
sigmundv_ has quit [Ping timeout: 240 seconds]
<dgarzon> I run the command, then navigate to `result/bin` and run the binaries there
<samueldr> dgarzon: you navigated freshly after running nix-build?
<samueldr> because when the link changes, your shell doesn't know the link points to another location
dermetfan has joined #nixos
<gchristensen> how do you run the binary? are you doing `./gzip`? or are you doing `gzip`? sorry if this is a bad question
asymmetric_ has joined #nixos
<dgarzon> I am doing `./gzip` and `./gunzip`
<{^_^}> [nixpkgs] @fpletz merged pull request #52432 → parity: 2.2.4 -> 2.2.5 → https://git.io/fpAzc
<dgarzon> So that it runs the ones in the `bin` directory and not the system ones
<{^_^}> [nixpkgs] @fpletz pushed 3 commits to master: https://git.io/fpxtu
<gchristensen> go back to the directory fromwhich you ran nix-build, and do ls -la ./resultand share the result with us?
<dgarzon> lrwxrwxrwx 1 root root 52 Dec 17 18:06 ./result -> /nix/store/ix13jm9a1jfkcg1fs3skagyz4s1w77r6-gzip-1.9
asymmetric has quit [Ping timeout: 252 seconds]
<samueldr> dgarzon: `pwd` from the folder in which you're running ./gunzip -V and seeing the failure
<dgarzon> Very strange, using the same derivation is yielding different results for me :(
<gchristensen> what about /nix/store/ix13jm9a1jfkcg1fs3skagyz4s1w77r6-gzip-1.9/bin/gunzip -V
<dgarzon> Same as before
<gchristensen> ......
<samueldr> using nix-store --realise, then `cd` into the folder your `pwd` sees and `./gunzip -V` works?
random_yanek has quit [Ping timeout: 250 seconds]
<samueldr> ah!
<samueldr> I got it
<samueldr> `nix-shell -p busybox` then tried the same thing
<samueldr> looks like `gunzip` uses whatever is on PATH to find `gzip`
<gchristensen> :o
<samueldr> this is... bad
<gchristensen> :O
xourt has quit [Quit: WeeChat 1.4]
<gchristensen> :O!!!
<samueldr> but unsurprising :/
<bennofs[m]> what's the correct way to check for architecture (in my case, a binary package where upstream provides different binaries for different architectures)? stdenv.hostPlatform.system ?
<samueldr> dgarzon: you're not going mad, gunzip is scheming against you :/
<dgarzon> Wow! samueldr this indeed sounds bad :(
<gchristensen> samueldr: down with PATH and environment variables!
<{^_^}> [nixpkgs] @fpletz pushed to master « Revert "nixos/tests: add clamav test" »: https://git.io/fpxqn
<samueldr> gchristensen: cat /nix/store/ix13jm9a1jfkcg1fs3skagyz4s1w77r6-gzip-1.9/bin/gunzip
dermetfan has quit [Ping timeout: 246 seconds]
reinhardt has joined #nixos
<gchristensen> :(
<dgarzon> Is there any way to get around this issue? I do see busybox in my path, but I am using the https://hub.docker.com/r/nixos/nix/ so I don’t know if I can remove it :(
morr has joined #nixos
<samueldr> so it would be the busybox shipping from alpine AFAIUI
<dgarzon> Indeed
<dgarzon> That image is based off of alpine
sir_guy_carleton has joined #nixos
<{^_^}> [nix] @dtzWill opened pull request #2590 → nlohmann: 3.0.1 -> 3.4.0 → https://git.io/fpxq2
dermetfan has joined #nixos
danielrf has quit [Ping timeout: 268 seconds]
<dgarzon> I was able to fix it with a diry hack :) Replaced the ones in my path with the ones provided by nixpkgs, and now it workd!
nDuff has joined #nixos
<gchristensen> yay
<gchristensen> great!
<dgarzon> Thank you samueldr and gchristensen:
<dgarzon> Much appreciated :)
<nDuff> Hmm. I think I've been misunderstanding something fundamental.
dermetfan has quit [Ping timeout: 250 seconds]
<nDuff> My understanding is that "nix gc" should avoid deleting anything referenced from a protected root -- but one of my builds that has symlinks to other locations in the store had those links broken by a "nix gc".
agander has joined #nixos
random_yanek has joined #nixos
jeremejevs has joined #nixos
<gchristensen> that should not have happened
<{^_^}> [nixpkgs] @jabranham opened pull request #52448 → Emacs site-start: Use correct feature name → https://git.io/fpxmh
<azazel> is it possible to reference a an option that's a part of an "attrsOf (submodule foo)"?
<cransom> o
<cransom> oops. i've been noticing that on my hydra box, when hydra-update-gc-roots comes along, sometimes it notices outputs having disappeared (and i didn't disappear them). if i gc, some of my builds rerun
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
acarrico has quit [Ping timeout: 245 seconds]
sigmundv_ has joined #nixos
<srhb> cransom: iirc hydra removes all the roots and rebuilds them from the database on each update-gc-roots
<srhb> I'm not sure there's any sort of atomicity in that operation.
<srhb> Worth checking out at least.
hyperfekt has joined #nixos
dermetfan has joined #nixos
sigmundv_ has quit [Ping timeout: 250 seconds]
tzemanovic has quit [Remote host closed the connection]
<ottidmes> azazel: you mean its config, or the actual option? and what is the use case?
tzemanovic has joined #nixos
tzemanovic has quit [Ping timeout: 252 seconds]
<azazel> ottidmes: the use case is to use mkAliasDefinitions to aggregate configs of the tree config.my.sites.foo.virtualHosts (and bar.virtualHosts and so on) to config.services.nginx.virtualHosts .... but after trying for some time I'm thinking of using plain mkMerge
dermetfan has quit [Ping timeout: 246 seconds]
acarrico has joined #nixos
jperras has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52300 → groonga: 8.0.8 -> 8.0.9 → https://git.io/fpNBQ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpxOb
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « glabels: 3.4.0 -> 3.4.1 »: https://git.io/fpxOp
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52285 → glabels: 3.4.0 -> 3.4.1 → https://git.io/fpN8M
hyperfekt has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @hedning merged pull request #52298 → vscode-with-extensions: only add flag if extensions > 0 → https://git.io/fpNB6
<{^_^}> [nixpkgs] @hedning pushed 2 commits to master: https://git.io/fpx38
sigmundv_ has joined #nixos
elgoosy has joined #nixos
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #nixos
random_yanek has quit [Max SendQ exceeded]
freeman42x[nix] has joined #nixos
random_yanek has joined #nixos
rawreraw has quit [Ping timeout: 246 seconds]
sigmundv_ has quit [Ping timeout: 244 seconds]
crmlt has joined #nixos
hotfuzz_ is now known as hotfuzz
sigmundv_ has joined #nixos
dermetfan has joined #nixos
crmlt has quit [Ping timeout: 240 seconds]
<cyounkins> I must be doing something stupid. nix-shell should build the dependencies for the target but not the target itself, right? Why does `nix-shell -I nixpkgs=/root/nixpkgs/ -p mupdf --pure` try to build mupdf?
dgarzon has left #nixos [#nixos]
jbgi has quit [Ping timeout: 264 seconds]
<cyounkins> I guess I was using -E "with import <nixpkgs> {}; callPackage ./default.nix {}" before - shouldn't they do the same thing?
sigmundv_ has quit [Read error: Connection reset by peer]
jbgi has joined #nixos
dermetfan has quit [Ping timeout: 250 seconds]
reinhardt has quit [Quit: Leaving]
drakonis has joined #nixos
<ottidmes> cyounkins: nix-shell -p and -E are not the same, with -p, mupdf becomes a build dependency rather than the subject for which the dependencies are build
<cyounkins> I see, thank you.
<ottidmes> cyounkins: if you check out the examples section of the nix-shell manpage you can see why
<ottidmes> cyounkins: nix-shell -p sqlite xorg.libX11 == nix-shell -E 'with import <nixpkgs> { }; runCommand "dummy" { buildInputs = [ sqlite xorg.libX11 ]; }'
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
<dmj`> So, I can't sign a binary cache because the user on my nixos machine says its not privileged, despite it being in the wheel group
<dmj`> How do I sign a store path
<cyounkins> ottidmes: Right right. I wonder if there should be a simpler syntax for "build env with dependencies of X". The man page documentation is confusing to me "build the dependencies of the specified derivation" - I assumed -p specified the derivation. That being said the explanation of --packages / -p is clear. It's also a bit confusing that --expr / -E is not part of the synopsis.
crmlt has joined #nixos
EoF has joined #nixos
pietranera has quit [Ping timeout: 246 seconds]
EoF has quit [Client Quit]
Rusty1 has quit [Quit: Konversation terminated!]
ntd has joined #nixos
dermetfan has joined #nixos
ntd has quit [Remote host closed the connection]
ntd has joined #nixos
disasm_ has joined #nixos
Dedalo has joined #nixos
rawreraw has joined #nixos
disasm has quit [Ping timeout: 250 seconds]
<dmj`> nevermind I got it
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
crmlt has quit [Ping timeout: 250 seconds]
tzemanovic has joined #nixos
tzemanovic has quit [Remote host closed the connection]
tzemanov_ has joined #nixos
Rusty1 has joined #nixos
hamishmack has joined #nixos
agander has quit [Quit: Leaving]
dermetfan has quit [Ping timeout: 240 seconds]
hellrazor has joined #nixos
<{^_^}> [nixpkgs] @volth closed pull request #51548 → perlPackages: cpan2nix updates → https://git.io/fpXcx
hellrazor has quit [Client Quit]
<{^_^}> [nixpkgs] @TomSmeets opened pull request #52449 → gamecube-tools: init at v1.0.2 → https://git.io/fpxlB
lord| has quit [Ping timeout: 250 seconds]
Rusty1 has quit [Quit: Konversation terminated!]
graphene has quit [Remote host closed the connection]
<ottidmes> cyounkins: I guess what you are after is: nix-shell '<nixpkgs>' -A <pkg-name>
graphene has joined #nixos
<{^_^}> [nixpkgs] @TomSmeets opened pull request #52450 → wiiload: init at v0.5.1 → https://git.io/fpxlj
<{^_^}> nix#1708 (by lheckemann, 1 year ago, open): nix sign-paths as unprivileged user?
rawreraw has quit [Quit: WeeChat 2.3]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jeremejevs has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52398 → ace: 6.5.2 -> 6.5.3 → https://git.io/fpNyb
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpx8r
<{^_^}> [nixpkgs] @c0bw3b merged pull request #52425 → plata-theme: init at 0.4.9 → https://git.io/fpAtJ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpx8d
<dmj`> sphalerite: nice!
<sphalerite> dmj`: would be nicer if there were any response :p
dermetfan has joined #nixos
simendsjo has quit [Ping timeout: 240 seconds]
<dmj`> indeed
<dmj`> one man can only do so much
graphene has quit [Remote host closed the connection]
orivej has joined #nixos
jasongrossman has quit [Ping timeout: 250 seconds]
graphene has joined #nixos
stigo has quit [Quit: WeeChat 2.2]
<dmj`> sphalerite: have you ever generated a keypair to be used to sign a cache
graphene has quit [Remote host closed the connection]
<sphalerite> dmj`: yes. Using nix-store --generate-binary-cache-key
stigo has joined #nixos
<dmj`> sphalerite: the secret key that gets generated is prepended with bytes that are not base64 encoded, notably the ':' character, should I strip this
<sphalerite> dmj`: no
graphene has joined #nixos
<dmj`> so nix will strip it for me?
<sphalerite> dmj`: it's important for identifying the key, e.g. the private key for the official binary cache also starts with cache.nixos.org-1:
<dmj`> sphalerite: ok, but I was getting errors related to the secret key not being base 64 encoded
<sphalerite> dmj`: that's weird, are you sure you're using the right file?
<dmj`> error: invalid character in Base64 string
<dmj`> is exactly what I get
<{^_^}> [nixpkgs] @cyounkins opened pull request #52451 → haskellPackages.megaparsec: disable tests on version 6.5 → https://git.io/fpx4r
<dmj`> sphalerite: I'm using what that command generated
<sphalerite> dmj`: are you using the right part of the key? How did you invoke --generate-binary-cache key and the signing command?
<dmj`> nix-store --generate-binary-cache-key name secret public
lord| has joined #nixos
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
<sphalerite> dmj`: and how are you trying to sign paths?
vk3wtf has quit [Ping timeout: 252 seconds]
sigmundv_ has joined #nixos
<dmj`> I put the secret key in ~/.secret-cache-key
asymmetric_ has quit [Ping timeout: 250 seconds]
civodul has joined #nixos
<sphalerite> right, and what command are you running to generate signatures?
ntd has quit [Quit: ntd]
<dmj`> nix sign-paths -k ~/.secret-cache-key ${mypkg}
<dmj`> I produce a script that I then run as sudo
<dmj`> wait
<dmj`> sphalerite: the problems arise when the client attempts to read from the signed cache using the public key
<sphalerite> dmj`: oooooh. The trusted-keys option takes the keys verbatim, not a path to the key.
<dmj`> sphalerite: the -k flag?
<dmj`> sphalerite: oh, I'm using binary-cache-public-keys echo'd into /etc/nix/nix.conf
hamishmack has joined #nixos
<dmj`> sphalerite: and yes using it verbatim
mojjoo_ has joined #nixos
<mojjoo_> hi.. `nixos-install` >> "selector 'i686-linux' matches no derivations"... any ideas?
stigo has quit [Quit: WeeChat 2.2]
disasm_ has quit [Read error: Connection reset by peer]
<sphalerite> mojjoo_: what does your config look like?
alex`` has quit [Quit: WeeChat 2.3]
<mojjoo_> set up a lagacy partition layout... the config is the default one with the `boot.loader.grub.device` line uncommented.
disasm has joined #nixos
<sphalerite> that's very odd, not sure why this would happen
<mojjoo_> sphalerite: checking the hardware config... it seems that my two file systems are not recognized
<sphalerite> mojjoo_: huh, what are you using?
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
drakonis has quit [Quit: WeeChat 2.3]
<mojjoo_> sphalerite: basically I run this script: https://pastebin.com/m0auD154
<{^_^}> [nixpkgs] @vbgl merged pull request #51844 → ocamlPackages.atdgen: init at 2.0.0 → https://git.io/fpQe7
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.atdgen: init at 2.0.0 »: https://git.io/fpxR6
tzemanov_ has quit [Remote host closed the connection]
<sphalerite> mojjoo_: how is it not recognising the filesystems?
<mojjoo_> it's the suggestion from the manual minus a swap
tzemanovic has joined #nixos
tzemanovic has quit [Remote host closed the connection]
tzemanovic has joined #nixos
tzemanovic has quit [Remote host closed the connection]
tzemanovic has joined #nixos
<mojjoo_> sphalerite: I would expect something like ` fileSystems."/" = .... ` and ` fileSystems."/boot" = ` in there... but none of it..
tzemanovic has quit [Remote host closed the connection]
<sphalerite> mojjoo_: can you gist it or something?
tzemanovic has joined #nixos
<mojjoo_> the hardware-config.nix ?
tzemanovic has quit [Remote host closed the connection]
tzemanovic has joined #nixos
tzemanovic has quit [Remote host closed the connection]
<catern> hmm, is there some way to get all the nice features of Nix like modularity through function composition and building incrementally, while running arbitrary code with arbitrary network access etc?
tzemanovic has joined #nixos
janneke has joined #nixos
<catern> essentially I just want to promise that this code is reproducible
tzemanovic has quit [Remote host closed the connection]
<janneke> o/
arjen-jonathan has quit [Ping timeout: 252 seconds]
<sphalerite> catern: disable the snadbox
<sphalerite> catern: minus typos
<sphalerite> mojjoo_: yes
<catern> also, somewhat relatedly, how does Hydra achieve distributing a Nix build over multiple machines? It doesn't use the build hook mechanism right? IIRC it handles taking the low-level derivations and distributing them and building them itself?
<dmj`> sphalerite: now I get "does not have a valid signature for bash<hash>"
<dmj`> etc.
<__red__> soooo
<gchristensen> catern: it basically runs nix-store --realize /path/to/.drv
<sphalerite> dmj`: couldyou run `nix path-info --sigs <path> --store <substituter>`?
<catern> gchristensen: for each drv in the tree?
<__red__> A week or so ago I comitted to writing a wiki article on using mediawiki (Done). I also comitted to moving it out of the apache subservices and into its own thing.
<gchristensen> catern: yeah
<__red__> Can someone link me an example of something that would be a good model for me to adopt for how to apply mediawiki please/
<mojjoo_> sphalerite: https://pastebin.com/yZbA3gbk
<__red__> I want to make sure I get it at least in the correct "ball park" before I start working on it and raise a PR
<dmj`> sphalerite: is sigs the path to the signed packages?
<__red__> https://nixos.wiki/wiki/Mediawiki <<---- how it's currently configured.
<sphalerite> dmj`: if you mean <path> yes
<catern> gchristensen: so - you said basically - it does actually use Nix to do the build? or does it handle parsing the build itself?
<gchristensen> catern: on the remote, it is bog standard nix doing the building
<catern> er, parsing the drv itself and running it itself*
<catern> I'm considering doing execution of a low-level-derivation "outside Nix" - parsing the drv in whatever way then just directly forking and execing it
<catern> (oh, and also realising the inputs first)
<gchristensen> catern: on the hydra side, it is doing the same thing as if you were using nix-build with an /etc/nix/machines file and regular remote building setup up ... but instead as part of a hydra-queue-runner process for Large Scale Nix Building.
<catern> gchristensen: ah sure I see
<gchristensen> but the queue runner is C++ building against Nix itself, so it really is just using Nix -- just a tiny bit differently.
kvda has joined #nixos
__monty__ has quit [Quit: leaving]
rawreraw has joined #nixos
<pmade> Anyone have any links or ideas about using NixOps/Disnix + auto scaling to replace k8s?
<kvda> Has anyone used Nix with Python? I have a fairly basic derivation that doesn't let me install any python packages due to permission errors.. Is there a way of particular way that you need to set up python so 'pip install ...' will work?
<kvda> This is the derivation https://pastebin.com/pL87PMxQ
vk3wtf has joined #nixos
<ivan> kvda: see the python-modules/ in nixpkgs?
alex`` has joined #nixos
<kvda> Thanks ivan cyounkins, somehow I missed that in my searches
<simpson> pmade: I'd go the other direction, frankly. What are you hoping to gain?
soc8es has joined #nixos
soc8es has quit [Read error: Connection reset by peer]
soc8es has joined #nixos
<pmade> simpson: The ability to use NixOS modules to configure services, and deploy them to an environment that scales with load automatically.
<simpson> pmade: Ah, interesting. I've been using kubenix for that recently. It has a bit of a learning curve and no docs, though.
rawreraw has quit [Ping timeout: 240 seconds]
<cyounkins> Does Hydra re-build failed derivations if nothing changes?
soc8es has quit [Client Quit]
<pmade> simpson: Hmm. I (briefly) looked at kubenix but it didn't look like I could use NixOS modules. I'm guessing I can't since NixOS doesn't run in Docker. How do you define your services with kubenix?
<{^_^}> [nixpkgs] @fpletz merged pull request #51896 → kubernetes: 1.12.3 -> 1.13.1 → https://git.io/fp5ZY
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpxug
<simpson> pmade: I don't have the code with me (I'm at work), but the idea is that I *don't*. I ignore NixOS entirely.
<{^_^}> [nixpkgs] @bachp opened pull request #52452 → youtube-dl: 2018.11.18 -> 2018.12.17 → https://git.io/fpxu1
<{^_^}> [nixpkgs] @fpletz merged pull request #52426 → boost169: init (at 1.69) → https://git.io/fpAqK
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpxuM
<{^_^}> [nixpkgs] @Anton-Latukha opened pull request #52453 → [WIP] handbrake: 1.1.2 -> 1.2.0 → https://git.io/fpxuS
Dagger2 has quit [Excess Flood]
<pmade> simpson: I suppose I want the opposite. I really enjoy NixOS and use it in production. Docker seems like a step back.
<{^_^}> [nixpkgs] @bennofs opened pull request #52454 → adoptopenjdk: autogenerate sources + add support for aarch64 → https://git.io/fpxu5
<{^_^}> [nixpkgs] @fpletz merged pull request #46931 → wavebox: 3.14.10 -> 4.1.0 → https://git.io/fpxup
jabranham has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
Dagger has joined #nixos
ddellacosta has quit []
ma9e has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @aij opened pull request #52455 → gnustep.base: Add explicit dependency on libbfd → https://git.io/fpxzc
unacceptable has joined #nixos
<unacceptable> time-zone appropriate greeting!
ma9e has joined #nixos
<unacceptable> I'm trying to set up CKB on my nixos box, a la this pkg; https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/hardware/ckb-next.nix
<Ralith> rycee: do you ever have issues with home-manager-managed gpg-agent needing to be killed after upgrades?
<unacceptable> Reading the nix expression leads me to believe I should add 'hardware.ckb-next.enable = true;' in my confguration.nix, but nixos-rebuild dislikes this and says it doesn't exist
<simpson> pmade: At any rate, systemd is essential to NixOS and not really available on k8s.
<pmade> Which is a bummer. For all the crap it gets I like systemd.
<unacceptable> what have I done wrong? D:
ddellacosta has joined #nixos
<makefu> unacceptable: probably discrepancy between the sources you've read and the channel you are using
<{^_^}> [nixpkgs] @mboes opened pull request #52456 → bazel: fix sandbox execution → https://git.io/fpxzi
cyounkins has quit [Remote host closed the connection]
<unacceptable> hmm
<unacceptable> Let me look in my actual nix store then
<unacceptable> well
cyounkins has joined #nixos
<unacceptable> the nixpkgs under root
<unacceptable> ahhhh
<unacceptable> Thank you makefu - it's just 'ckb' in there
jbgi has quit [Ping timeout: 250 seconds]
<unacceptable> I don't want to state how long I've been looking at that :P
<unacceptable> It also took me too long to figure out 32-bit GPU drivers for steam XD
<unacceptable> I love learning!
cyounkins has quit [Ping timeout: 240 seconds]
<mbrgm> hey! how can I put a shell script on my path using nix-env? I used to put them in some dir and then add that dir to the path, but I guess there must be a more elegant solution by creating a derivation and adding that to nix-profile/bin? maybe someone has an example snippet?
<rycee> Ralith: Hmm, no I haven't noticed any such issue with gpg-agent. What kind of symptoms are you seeing?
slack1256 has quit [Ping timeout: 244 seconds]
<makefu> unacceptable: there is https://nixos.wiki/wiki/Steam (and of course the many other sites with quirks there)
<{^_^}> [nixpkgs] @fpletz pushed to master « prometheus_2: 2.4.3 -> 2.6.0 »: https://git.io/fpxgR
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to release-18.09: https://git.io/fpxg2
<unacceptable> makefu, thanks, I'm quite new to nix in general. Toyed with it for a bit a year or so ago, but functional programming is almost entirely new to me
<unacceptable> Think I'm starting to get it though
<makefu> i am trying to promote the wiki whenever i get the chance
<unacceptable> It's good!
<unacceptable> I've started to understand a lot about nix expression syntax, mostly from the slant of "I want this, how do I get nixos to give me it"
<makefu> i really hope it helps :) for hardware quirks there is also https://github.com/NixOS/nixos-hardware and when you want to fuzzy-search the options you can use https://nixos.org/nixos/options.html#
ambro718 has quit [Quit: Konversation terminated!]
<makefu> a good entry into the languge are the nix pills https://nixos.org/nixos/nix-pills/
<unacceptable> Yeah also been using https://nixos.org/nixos/packages.html# a lot - I can't seem to get the nix-env -qaP thing to work
<unacceptable> or it just takes ages and I give up :P
<makefu> when you are trying to find a specific executable or library, you can use nix-index (or this bot like that)
<makefu> ,locate nix-shell
<{^_^}> [nixpkgs] @fpletz merged pull request #52452 → youtube-dl: 2018.11.18 -> 2018.12.17 → https://git.io/fpxu1
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fpxg5
<{^_^}> Found in packages: nix, nixUnstable, nix-bash-completions
orivej has quit [Ping timeout: 250 seconds]
<unacceptable> nifty
disasm has quit [Ping timeout: 250 seconds]
<unacceptable> ,locate ckb
<{^_^}> Found in packages: taxi, navit, vocal, hashit, poedit, granite, lightdm, isocodes, sequeler, appstream, feedreader, lightdm_qt, limesurvey, terminator, regextester, libsForQt5.vlc, deepin.deepin-wm, midori-unwrapped, transmission_gtk, lightdm-enso-os-greeter, python27Packages.mwlib-rl, pantheon.pantheon-terminal, python27Packages.pycountry, python37Packages.pycountry, xfce.xfce4-vala-panel-appmenu-plugin
<unacceptable> It _does_ take a bit of effort, that
simukis has quit [Quit: simukis]
<Ralith> rycee: I often have gpg-agent stop responding, with attempts to access it via ssh hanging for a long time then finally dying with `sign_and_send_pubkey: signing failed: agent refused operation`, which is corrected by killing the gpg-agent process. My unconfirmed suspicion is that this happens I've ran `home-manager switch` and gotten a gpg-agent update, but the gpg-agent service was not restarted to use the new update.
<unacceptable> Like it's working really hard to search the packages, harder than say apt-get has to search
<Ralith> not a huge deal, but odd
sbdchd has quit [Remote host closed the connection]
<rycee> Ralith: No, I haven't seen that before. Do you have `systemd.user.startServices = true` in your configuration?
<Ralith> I thought I did, but looks like no
<Ralith> that might be it, thanks
<Ralith> must've gotten lost when I was switching back and forth between stable and master
disasm has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer merged pull request #52455 → gnustep.base: Add explicit dependency on libbfd → https://git.io/fpxzc
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/fpx2o
<rycee> Ralith: Hope it works better now 🙂
<Ralith> kind of curious how gpg-agent has been getting started at all now
<rycee> Ralith: It is socket activated.
<rycee> So it'll start automatically if anything wants to talk to it.
<Ralith> ah
rfold has quit [Quit: leaving]
<ldlework> hiya rycee
sbdchd has joined #nixos
<rycee> ldlework: Howdy!
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<rycee> mbrgm: Assuming your scripts are in ./bin then perhaps installing something like `(runCommand "my-scripts" {} ''mkdir $out/bin; cp ${./bin}/* $out/bin;'')` would work.
<clever> rycee: ./. is going to have the identical effect, without any runCommand (if bin is the only thing in . )
<mbrgm> rycee: I found pkgs.writeScriptBin in the meantime... seems like this is meant for what I'm trying to do?
<rycee> clever: True, that is certainly shorter 🙂
Ariakenom has quit [Quit: Leaving]
<rycee> mbrgm: Yeah, writeScriptBin is quite convenient but does one script at a time and takes a string containing the script as argument.
dslegends has quit [Quit: dslegends]
sir_guy_carleton has quit [Quit: WeeChat 2.2]
elgoosy has quit [Remote host closed the connection]
sir_guy_carleton has joined #nixos
apaul1729 has joined #nixos
halfbit has joined #nixos
sigmundv_ has quit [Ping timeout: 250 seconds]
luigy has left #nixos [#nixos]
<{^_^}> [nixpkgs] @fpletz pushed 6 commits to master: https://git.io/fpxVr
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to release-18.09: https://git.io/fpxV1
jackdk has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #49801 → libvirt: 4.7.0 -> 4.10.0 → https://git.io/fpeHg
<{^_^}> [nixpkgs] @fpletz pushed commit from @volth to master « libvirt: 4.7.0 -> 4.10.0 »: https://git.io/fpxVH
kvda has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @fpletz merged pull request #52166 → olm: 2.3.0 -> 3.0.0 → https://git.io/fpbHQ
<{^_^}> [nixpkgs] @fpletz pushed commit from @r-ryantm to master « olm: 2.3.0 -> 3.0.0 »: https://git.io/fpxwz
<apaul1729> testing out a package with nix-build that uses `make` but has a non-default checkPhase. why is the stdout from checkPhase shown but not the stdout from the buildPhase (`make`)?
<{^_^}> [nixpkgs] @jtojnar merged pull request #52356 → geany: 1.33 -> 1.34 → https://git.io/fpNao
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/fpxwi
luigy has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #51520 → nixos: add AppStream module → https://git.io/fpPHD
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/fpxwS
<{^_^}> [nixpkgs] @fpletz merged pull request #52176 → github-changelog-generator: init at v1.14.3 → https://git.io/fpb7V
<{^_^}> [nixpkgs] @fpletz pushed commit from @Scriptkiddi to master « github-changelog-generator: init at v1.14.3 »: https://git.io/fpxwd
sigmundv_ has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed commit from @michaelpj to master « nixos: add XDG sounds module »: https://git.io/fpxrT
erasmas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @jtojnar merged pull request #51044 → nextcloud-client: switch to libsecret and use it by default → https://git.io/fpEC1
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/fpxrn
alex`` has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #51518 → nixos: add XDG sounds module → https://git.io/fpP9K
dermetfan has quit [Ping timeout: 246 seconds]
epicmetal has joined #nixos
<{^_^}> [nixpkgs] @tadfisher opened pull request #52458 → nixos/bash: Fix prompt regression in Emacs term mode → https://git.io/fpxot
<{^_^}> [nixpkgs] @jtojnar pushed to master « gtksourceviewmm: move from gnome3.gtksourceviewmm »: https://git.io/fpxoO
hedning has left #nixos [#nixos]
jperras has quit [Ping timeout: 244 seconds]
jperras has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed commit from @pvgoran to release-18.09 « nixos/mysql: support package=mysql57 »: https://git.io/fpxoa
halfbit has quit [Ping timeout: 252 seconds]
nDuff has quit [Quit: zzz]
<{^_^}> [nixpkgs] @samueldr merged pull request #51397 → installer: Adds AArch64 UEFI installer support. (Work towards SBBR and EBBR support) → https://git.io/fpK88
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/fpxoy
<{^_^}> [nixpkgs] @Ma27 merged pull request #52299 → insomnia: 6.2.0 -> 6.2.3 → https://git.io/fpNB1
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/fpxo5
<{^_^}> [nixpkgs] @Ma27 merged pull request #52189 → maven: 3.5.4 -> 3.6.0 → https://git.io/fpbdx
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/fpxoN