worldofpeace changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || 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 || For best support,
fendor_ has quit [Remote host closed the connection]
day|flip has joined #nixos
dansho has joined #nixos
fenedor has joined #nixos
<dansho> does anyone know why a firefox add-on might pop up with "j is null" when trying to use it on nixos?
fenedor has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @tokudan opened pull request #75908 → matrix-synapse: 1.7.1 [security] [19.09] → https://git.io/Je54e
nuncanada has quit [Read error: Connection reset by peer]
nuncanada has joined #nixos
<gchristensen> dansho: I think that is a bug in the web app?
fendor has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @tokudan closed pull request #75908 → matrix-synapse: 1.7.1 [security] [19.09] → https://git.io/Je54e
<dansho> i guess so, it doesn't happen on linux mint or windows, though
erasmas has quit [Quit: leaving]
vika_nezrimaya has quit [Ping timeout: 265 seconds]
m0rphism has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to release-19.09: https://git.io/Je54m
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #75909 → Do not depend on pangox_compat → https://git.io/Je54G
bt` has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
noudle has quit []
<{^_^}> [nixpkgs] @jtojnar merged pull request #75668 → Another batch of Python 2 removals → https://git.io/JeQWO
<{^_^}> [nixpkgs] @jtojnar pushed 32 commits to staging: https://git.io/Je544
<gchristensen> way to go jtojnar!
<qyliss> jtojnar++
<{^_^}> jtojnar's karma got increased to 21
aanderse-web has joined #nixos
mbrgm_ has joined #nixos
<aanderse-web> brand new install of nixos 19.09 from scratch and getting a "Not authorized to control networking." when trying to connect to wifi via network manager. any ideas? internet says i need to be in "netdev" group, but there is no such group
mbrgm_ is now known as mbrgm
<qyliss> aanderse-web: networkmanager group
aanderse-web has quit [Remote host closed the connection]
aanderse-web has joined #nixos
<aanderse-web> qyliss++
<{^_^}> qyliss's karma got increased to 17
<aanderse-web> thanks!
<gyroninja__> How do I set an optional argument to a package in configuration.nix. The package is being pulled in by a nixos module, so I am not sure what to do.
<gyroninja__> Do I have to create a config.nix for the root user?
<qyliss> What module?
<qyliss> Does it have a "package" option?
<gyroninja__> no
<qyliss> What package and what argument?
<qyliss> Does it look at Nixpkgs' config?
<gchristensen> wow, cool! my system is python2-free after jtojnar's PR, plus one PR I'm about to send
<qyliss> !!
aanderse-web has quit [Ping timeout: 260 seconds]
<gyroninja__> nice
<{^_^}> [nixpkgs] @Ma27 merged pull request #75787 → nixos/nixos-option: "See also configuration.nix manpage" in nixos-option manpage → https://git.io/Je7mD
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Je54w
halfbit has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @grahamc opened pull request #75910 → hplip: python2 -> python3 → https://git.io/Je546
<ornxka> when i try to install emacs-nox (or emacs) on i686 it has to compile it
<ornxka> does nixos.org not cache binaries for i686?
<gchristensen> ornxka: it caches a small subset of them
<ornxka> i see
<gchristensen> :( not python2-free, I was mistaken.
zeta_0 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/f60352728b4 (from 68 minutes ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<DigitalKiwi> clever: pie_ i give up
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/fb1bc1b891f (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<nh2> is there a version of `.override` or `.overrideAttrs` that allows me to get at the previous derivation arguments (like check whether `enable*` is true/false)?
<{^_^}> [nixpkgs] @Ma27 merged pull request #75874 → ripgrep-all: add missing dependencies → https://git.io/Je5t6
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/Je54S
<gchristensen> can override take a function?
tpham has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #75822 → manual: specify interpreter in virtualenv shell → https://git.io/Je765
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Je54Q
<tpham> I have this default.nix: https://pastebin.com/D0XjMSDP. How can I enable boost static option and set the specific glibc version
<tpham> The URL does not include dot `.`
<{^_^}> [nixpkgs] @purefn opened pull request #75911 → when building a layered docker image, ignore it if tar encounters cha… → https://git.io/Je54F
gkmngrgn has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @grahamc opened pull request #75912 → mailutils: 3.2 -> 3.8 → https://git.io/Je54A
<qyliss> tpham: does (boost169.override { enabledShared = false; }) get you the static version?
<{^_^}> [nixpkgs] @boxofrox opened pull request #75913 → platformio: 4.0.3 -> 4.1.0 → https://git.io/Je54x
<tpham> where can I put it?
<qyliss> where you currently have boost169
<{^_^}> [nixpkgs] @Ma27 merged pull request #75895 → gitAndTools.lab: 0.17.1 -> 0.17.2 → https://git.io/Je5c5
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Je54h
ninegrid has joined #nixos
<tpham> It seem not working
<tpham> CMake script unable to find boost
Rusty1 has quit [Remote host closed the connection]
<tpham> Oh, I really found the static library on the boost dir.
<{^_^}> [nixpkgs] @jonringer merged pull request #75905 → Add vim-elm-syntax to vimPlugins → https://git.io/Je5l0
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/Je5Bk
<{^_^}> [nixpkgs] @grahamc opened pull request #75914 → kdeFrameworks.ki18n: python2 -> python3 → https://git.io/Je5BI
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Je5BL
shibboleth has quit [Quit: shibboleth]
wildtrees has quit [Quit: Leaving]
nuncanada has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #75914 → kdeFrameworks.ki18n: python2 -> python3 → https://git.io/Je5BI
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Je5Bn
<gchristensen> <3 worldofpeace
<{^_^}> worldofpeace's karma got increased to 52
<{^_^}> [nixpkgs] @marsam opened pull request #75915 → fluent-bit: 1.3.4 -> 1.3.5 → https://git.io/Je5Bc
<worldofpeace> gchristensen: reviewed the other with my gobject python knowledge 😺
<gchristensen> :)
<gchristensen> I have a patch for qtbase too, just waiting for it to finish compiling first
xavierzwirtz[m] has joined #nixos
dbmikus has quit [Ping timeout: 258 seconds]
<xavierzwirtz[m]> How would I go about upgrading a haskell package using an overlay?
ddellacosta has joined #nixos
<xavierzwirtz[m]> Not familiar with how haskell packages are referenced in NixOS, and I am trying to upgrade hledger to 1.16
Rusty1 has joined #nixos
vld has joined #nixos
<{^_^}> [nixpkgs] @grahamc opened pull request #75916 → qt5.qtbase: python2 -> python3 → https://git.io/Je5B6
<{^_^}> [nixpkgs] @marsam opened pull request #75917 → grpc: 1.25.0 -> 1.26.0 → https://git.io/Je5Bi
mexisme_ has joined #nixos
<bt`> I've experienced a suprisingly high rate of failure while compiling packages for my 32bit system since I installed two days ago. Significant packages like xf86-video-intel, mpv, and firefox-esr have failed to compile, and I've not attempted many more than these. Following this I have several questions: Is there any sort of automated testing for non-AMD64 compilation? Is aarch64 in a similar state? Are there plans to remove support
<bt`> for non-AMD64 cpus?
vld has quit [Ping timeout: 268 seconds]
<gchristensen> bt`: aarch64 is in very good state
<bt`> gchristensen: well that's good at least, are there plans to drop 32bit support then, I know many other distributions have done this.
<gchristensen> armv7l even is in a pretty okay state. few contributors put in work to keep i686 working, and the result is what you're finding
<gchristensen> (armv7l being 32bit, but not x86)
<xavierzwirtz[m]> Resolved my issue by swapping to nixpkgs unstable
takeda has joined #nixos
<bt`> ah okay. I wonder if checking for x86-32 build success could improve derivation quality. Might bit-rot in x86_32 be a indicator of other issues, or is it usually independent?
<colemickens> when I plug/unplug this zwave/zigbee adapter, sometimes it shows up as /dev/ttyUSB{0,1} and sometimes as /dev/ttyUSB{1,2}. Is this a case where I need to author udev rules to give them consistent names?
<colemickens> and if so, does someone have an example or a guide? I'm vaguely aware of udev, but I've never done more than activate a rule or copy/paste a line, etc.
<{^_^}> [nixpkgs] @marsam opened pull request #75918 → vault: 1.3.0 -> 1.3.1 → https://git.io/Je5B9
<gchristensen> bt`: we stopped building the full package set on i686 because maintainers didn't seem interested in maintaining it. may I ask why you're using i686?
mexisme_ has quit [Ping timeout: 248 seconds]
orivej has quit [Ping timeout: 258 seconds]
<bt`> gchristensen: I just use a 32bit x86 machine, nothing to fancy behind the reasoning. I see OfBorg checks PR's for aarch64 compilation in at least one case, is this entirely up to maintainers then? In any case I certainly understand if there aren't benefits to continuing support, but if support is going to be this poor you might consider dropping it entirely.
<DigitalKiwi> is your machine a toaster
<gchristensen> bt`: yes, right now we consider i686 to have "limited support". this means we build a minimal system and leave it up to that
<gchristensen> it may indeed be time to shut it down
<bt`> DigitalKiwi: I suppose, but it's plenty for me. I'm not complaining to be clear I understand this project is run on a voluntary basis and I'm greatful for all the innovation you've acheived, just trying to understand where things stand. The only thing that has recently posed a issue is software compatibility, and I was running Gentoo before this where it wasn't a issue.
<DigitalKiwi> the first time arch linux 'dropped support for i686' a lot of people that didn't think they had 64 bit computers found out they really did and switched...and then it was an april fools joke. which means the second time they dropped it was really just an april fools joke gone too far
<gchristensen> bt`: I do think it is useful to continue supporting i686 in a minimal sense, in case somebody is motivated to improve it in ways useful to them, keeping it in the build farm makes it much less feasible to do that
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/beb9ffe3d7b (from 42 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<bt`> gchristensen: that's completely understandable; if that's the state I might try to learn enough to contribute some.
LLED2_2 has quit [Ping timeout: 268 seconds]
<gchristensen> (I meant much *more* feasible, but I can barely type in the best of times anyway...) cool! that would be great!
<worldofpeace> gchristensen: " qtbase's dev output is a python script
<worldofpeace> which imports print from future (mkspecs/features/uikit/devices.py)" means that it's in a script that could be used at runtime...
<bt`> gchristensen: Ah, well I think I read it correctly in any case, thanks for the comments.
<worldofpeace> gchristensen: could be this sort of situation https://lintian.debian.org/tags/python-script-but-no-python-dep.html
o1lo01ol1o has quit [Remote host closed the connection]
kleisli has joined #nixos
<gchristensen> worldofpeace: I'm really not sure, I'm sorry -- I'm not up to speed on buildINputs/nativeBuildINputs, and I don't know the significance of this script in the first place -- just that it looks like it certaily supports python3, and switching is better than it using python2 :)
h0m1 has quit [Ping timeout: 248 seconds]
<gchristensen> I am happy to follow your lead :)
<DigitalKiwi> bt`: nice wattage at least ;p
<takeda> I learned today that fetchgitPrivate was removed last month, what are the alternatives to use it to fetch dependencies in private repos for GoLang? I tried to use builtins.fetchGit, but looks like it is not fully compatible, for example it can't fetch github.com/BurntSushi/toml tag v0.3.1 any suggestion how I can make buildGoPackage work again? If there's a way to make buildGoModule work that would also work
<gchristensen> takeda: in what way can it not fetch that repository at that tag?
h0m1 has joined #nixos
<worldofpeace> gchristensen: mind if I fix it in your PR? (👋 python2)
<takeda> it says
<takeda> fetching Git repository 'ssh://git@github.com/BurntSushi/toml'error: cannot update ref 'refs/heads/v0.3.1': trying to write non-commit object f8b216ef3a5096277b4fe217e228b15b700be5cd to branch 'refs/heads/v0.3.1'
<gchristensen> worldofpeace: please :D
<takeda> actually initially complained about sha256 not being there, but I wrapped it
<takeda> buildGoPackage = pkgs.buildGoPackage.override {
<takeda> go = pkgs.go_1_13;
<takeda> fetchgit = x: builtins.fetchGit { url = x.url; ref = x.rev; };
<worldofpeace> heh, I probably shouldn't be doing this at this hour. but python2... :)
<gchristensen> :P
siiky has quit [Ping timeout: 250 seconds]
<gchristensen> takeda: I wonder why use fetchGit for a public repository?
<takeda> so I have deps.nix generated by vgo2nix, most deps are public but some are private, the fetchgitPrivate worked with all of them, but it is now gone and I don't know what's the replacement for it
<gchristensen> takeda: and instead of setting `ref` to `v0.3.1` use `refs/tags/v0.3.1`
<takeda> yes, that worked, but now some deps have just hash like github.com/PagerDuty/go-pagerduty with rev 94ee1c55dbdb
<takeda> it doesn't work on that
ddellacosta has quit [Ping timeout: 268 seconds]
<evanjs> gchristensen: is it actually better to use fetchgit for public? I know fetchGit works better for private, but wasn't aware of any implications re the reverse
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/5c4059dd753 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<gchristensen> evanjs: I *think* pkgs.fetchgit will have better caching characteristics? not 100% sure
<takeda> but is there a way for me to decide what to use from buildGoPackage?
<gchristensen> takeda: sorry, I don't have a good answer, then, maybe you can examine the source URL and swap in pkgs.fetchgit and builtins.fetchGit based on if it smells like a private URL
acarrico has joined #nixos
<takeda> the deps.nix generated by vgo2nix is just a nix structure doesn't have any place to reference functions :/
<gchristensen> you're overriding fetchgit, you can do it there
<takeda> but the buildGoPackage uses this to decide what to use but I would need to patch nixpkgs to give me control: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/go-packages/generic/default.nix#L48
<gchristensen> you have already all the control you need I think:
<gchristensen> fetchgit = x: builtins.fetchGit { url = x.url; ref = x.rev; }; -> fetchgit = x: ( if x.url smell slike a private URL then builtins.fetchGit { url = x.url; ref = x.rev; } else pkgs.fetchgit x)
<takeda> ah I forgot that I know URL, it's kind of ugly but I guess it could work
<worldofpeace> gchristensen: https://github.com/NixOS/nixpkgs/pull/75916#issuecomment-567307081, callouts to my sometimes bad habits 🤣
<gchristensen> :P
ddellacosta has joined #nixos
justanotheruser has quit [Ping timeout: 246 seconds]
selfsymmetric-mu has joined #nixos
<gchristensen> afaict, worldofpeace, after the PRs I've already submit merge the only remaining py2-dependent packages I'll have are gconf (not sure what to do with that since it isn't really supported anymore?) firefox and chrome
<worldofpeace> gchristensen: seems firefox adds it unconditonally, I believe for the build, but there's a condition ffversion "61.0" to add python3
<gchristensen> firefox depends on, afaik, *both* python2 and python3: https://wiki.mozilla.org/Firefox/Python_3_Migration
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<worldofpeace> Yep, just verified that in other places too
<worldofpeace> gchristensen: What fedora does for gconf2 looks... https://src.fedoraproject.org/rpms/GConf2/blob/master/f/GConf2.spec#_90
justanotheruser has joined #nixos
<gchristensen> oooo!
<gchristensen> on it!
<worldofpeace> but it'd be worth it because electron apps require gconf currently (i think)
justanotheruser has quit [Client Quit]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5c4059dd753 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
rardiol has quit [Ping timeout: 252 seconds]
tpham has quit [Remote host closed the connection]
tpham has joined #nixos
<tpham> How can I set the glibc version: https://pastebin.com/D0XjMSDP ?
<{^_^}> [nixpkgs] @grahamc opened pull request #75919 → gnome2.GConf: python2 -> python3 → https://git.io/Je5Ri
lovesegfault has quit [Ping timeout: 268 seconds]
<worldofpeace> gchristensen: you have now seen my greatest secret of packaging 🤣
<gchristensen> hehe, I have spelunked many debian packages myself hehe
<gchristensen> my poor laptop, compiling all these packages
<{^_^}> [nixpkgs] @ehmry merged pull request #75891 → alertmanager-bot: init at 0.4.0 → https://git.io/Je5cU
<{^_^}> [nixpkgs] @ehmry pushed commit from @mmahut to master « alertmanager-bot: init at 0.4.0 »: https://git.io/Je5R9
drakonis has quit [Quit: WeeChat 2.6]
<worldofpeace> well that and some aaliyah song on loop makes the packaging go quicker. I know the feeling of torturing these laptop cpu's, can you say thermal throttle 😇
<gchristensen> no doubt :D
das_j has quit [Remote host closed the connection]
Scriptkiddi has quit [Remote host closed the connection]
das_j has joined #nixos
Scriptkiddi has joined #nixos
<worldofpeace> lol, you've unintentionally make a 90s reference without knowing it too
<gchristensen> heh
<gchristensen> wow cool
<gchristensen> $ nix-store -qR ./result | grep python2 | wc -l
<gchristensen> 0
<{^_^}> [nixpkgs] @fpletz merged pull request #75907 → atlassian-confluence: 7.0.3 -> 7.2.0 → https://git.io/Je58u
<{^_^}> [nixpkgs] @fpletz pushed 3 commits to master: https://git.io/Je5R5
<worldofpeace> I wonder how to do that on your system generation
<worldofpeace> gchristensen: ^
<gchristensen> $ nix-store -qR /run/current-system | grep python2 | wc -l
<gchristensen> 13
soju has joined #nixos
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
lord| has quit [Ping timeout: 248 seconds]
<gchristensen> worldofpeace: I guess for a proper test I should *boot* this system :P back soon.
<worldofpeace> 👍️
lord| has joined #nixos
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
<Ankhers> I have a script that uses /bin/bash as the interpreter. Is there something I can put in my nixos configuration that would make a link for that? Or is there some other appropriate solution?
<Ankhers> I would rather not have to go through and change all of the scripts because it is made by android studio and I would not want to have to periodically fix things.
blaggacao has quit [Read error: Connection reset by peer]
<gchristensen> btw: nix-store -qR /run/current-system | grep python2 | xargs -n1 nix why-depends -a /run/current-system
blaggacao has joined #nixos
<evils> Ankhers: sounds like the most appropriate solution would be to get android studio to use `#!/usr/bin/env bash` xD
<evils> Ankhers: there's a patchShebangs thing, not sure how you'd use this in this context
<Ankhers> lol. Long term, I agree.
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
aw has quit [Changing host]
aw has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #75912 → mailutils: 3.2 -> 3.8 → https://git.io/Je54A
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/Je5Rj
spacefrogg has joined #nixos
<evils> Ankhers: there is environment.etc, i can't immediately see a similar thing for /bin, maybe environment.shells, https://nixos.org/nixos/options.html#environment.shells
<gchristensen> worldofpeace: ...hrm. something is definitely amiss.
<{^_^}> [nixpkgs] @fpletz merged pull request #75915 → fluent-bit: 1.3.4 -> 1.3.5 → https://git.io/Je5Bc
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/Je50v
<gchristensen> worldofpeace: bemenu: http://gsc.io/snaps/8f498a27-3c6e-45da-aa09-bd92f0dc874a.png not sure what change I made impacted bemenu like this
<worldofpeace> pango maybe
<worldofpeace> yes totally the bug in pango
<gchristensen> pre-existing?
pbb has quit [Ping timeout: 252 seconds]
<worldofpeace> I think that one, pango broke a lot of stuff to move forward recently
<worldofpeace> it was a rather hard update
<gchristensen> ouch
<worldofpeace> but it's not on 19.09, on purpose
<gchristensen> wrt hplip, I wonder if they were all broken before, too :P
<worldofpeace> it probably had to be, or maybe the attribute has some crazyness
<worldofpeace> ah nope, for sure broken
<Ankhers> evils: That does not seem to work for me. I added environment.shells = [ pkgs.bash ];, but there still only seems to be a /bin/sh, no bash.
<gchristensen> worldofpeace: oh no when I poke this package further it just breaks more
<qyliss> there's no option to add to /bin
<qyliss> You can either symlink it yourself, or fix the package
<worldofpeace> gchristensen: hplip, also I believe it was a silent break https://github.com/NixOS/nixpkgs/commit/5a501bd828b19e9cef4589b3b9dc2852401a2882 renames
<Ankhers> qyliss: Thanks. Manual symlink it is for right now.
<worldofpeace> gchristensen: forgot a question mark there, hplip?
<gchristensen> nah, it has never worked like that I think
<gchristensen> hplip itself works fine as a print driver, its utilities don't
<gchristensen> anyway, added dbus-pythno
<jbetz> what's the recommended nixos version for the best KDE experience?
<gchristensen> several utilities superficially work, some fail on other reasons. I'm not real interested in fixing them all
<gchristensen> especially since almost all of them have probably been broken forever
<{^_^}> [nixpkgs] @fpletz pushed 3 commits to release-19.09: https://git.io/Je50I
<worldofpeace> gchristensen: hp-check is particularly fun to watch die :)
* gchristensen hides behind a pillow
<jbetz> I'm on 19.09 currently, and the worst part has been the display crashing each time it goes into sleep mode. i.e., the wallpapers black out, and then there's a error notification about a missing KDE or QT module.
<worldofpeace> gchristensen: oop, it might've been a bit scary
<jbetz> and then the display just freezes on some applications, requiring a logout to get things working again
<worldofpeace> jbetz: It sounds like the locking dbus program/interface may not be properly wrap and crashes killing your session. but only triggered on dpms operations
<worldofpeace> * wrapped
<worldofpeace> jbetz: what's your nixos-version?
<jbetz> worldofpeace: anything I can do to verify that?
<jbetz> I'm on 19.09
felixfoertsch has joined #nixos
<worldofpeace> jbetz: nixos-version is actually a command that will give a string with a nixpkgs commit. that's helpful to check if the issue wasn't already fixed.
<worldofpeace> jbetz: if you can get logs from the journal would help, the error message is pretty familiar
<jbetz> ah, okay. in that case: 19.09.1155.bae4d7daa01 (Loris)
<{^_^}> [nixpkgs] @grahamc merged pull request #75916 → qt5.qtbase: python2 -> python3 → https://git.io/Je5B6
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to staging: https://git.io/Je50q
<worldofpeace> jbetz: the rev hash at the end is dated to Tue Oct 29 22:56:51 2019. I think might've reviewed a PR that fixed this in the time window.
felixfoertsch23 has quit [Ping timeout: 268 seconds]
<worldofpeace> could you update your channel?
<worldofpeace> erm, could be related to powerdevil disfunction in https://github.com/NixOS/nixpkgs/issues/71102, and it "fixed itself" in the same time window on nixos-unstable
<{^_^}> #71102 (by madhukar93, 9 weeks ago, closed): Brightness control broken in kde plasma on master
<jbetz> worldofpeace: okay, running an upgrade
<jbetz> I didn't see that particular powerdevil error message in journal logs, but, let's see
<gchristensen> okay worldofpeace this has been fun, thank you for getting these old snakes out of my system
<worldofpeace> gchristensen: always fun 😊
<worldofpeace> 🐍 can be cool if you give them a makeover, so you have cool python3 snakes now
<gchristensen> :)
<gchristensen> good night!
<gchristensen> ooh hplip is almost done. I'll stay up enough to merge it.
<worldofpeace> you too gchristensen 💤 Gon take a few blinks (maybe a lot)
<worldofpeace> hmm, are you supposed to get notifications on ofborg checks?
<gchristensen> no
<worldofpeace> that's probably why I don't pay attention, usually you can get like a pipeline failed or succeded on gitlab I noticed.
<worldofpeace> and if you have 50 tabs...
<gchristensen> ack. I close all but 3 tabs every night :)
ninegrid has quit [Ping timeout: 240 seconds]
Dagger has quit [Quit: Quitting]
<worldofpeace> gchristensen: I play the browser nuke
<gchristensen> ugh I had a mailutils commit in my hplip branch. OK fixed that, pushed, and going to bed b/c I'm not waiting another 15min :)
buckley310 has joined #nixos
vld has joined #nixos
leotaku has quit [Quit: ZNC 1.7.4 - https://znc.in]
Dagger2 has joined #nixos
leotaku has joined #nixos
mexisme_ has joined #nixos
<worldofpeace> lol, I was gonna merge that 👋
vld has quit [Ping timeout: 268 seconds]
zeta_0 has joined #nixos
<buckley310> is there any legitimate need for nixos-generate-config to pull in "/dev/zramN" devices? it seems to break if both hardware-config and "zramSwap.enable" are used.
pbb has joined #nixos
hyper_ch has quit [Ping timeout: 268 seconds]
mexisme_ has quit [Ping timeout: 245 seconds]
<CMCDragonkai> I have a quick question about `buildGoModule`. How do I override the resulting derivation to add an extra go dependency into the Go derivation such that it can be imported.
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
hyper_ch has joined #nixos
orivej has joined #nixos
pbb has quit [Ping timeout: 246 seconds]
pbb has joined #nixos
hyper_ch has quit [Read error: Connection reset by peer]
hyper_ch_ has joined #nixos
hyper_ch_ has joined #nixos
hyper_ch_ has quit [Changing host]
ddellacosta has quit [Ping timeout: 268 seconds]
hyper_ch_ has quit [Ping timeout: 240 seconds]
hyper_ch has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/6655a13a56f (from 54 minutes ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
kleisli has quit [Ping timeout: 240 seconds]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<keithy[m]> hi, is command-not-found supposed to work?
<jbetz> worldofpeace: can't confirm yet whether that fixed it, but it seems to at least be surviving the dim screen cycles. however, after running a rollback, the behavior didn't change, so that might not be telling of much. if it happens again, I'll see if I can get a better handle on where it's coming from using journal logs and let you know. thanks!
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
jarlg has joined #nixos
alexherbo2 has joined #nixos
<jbetz> noteworthy is that the dim screen goes through a cycle rather than staying off. it will turn off after however long I configure it for, but then display comes back a few seconds after, so something definitely is going wrong there.
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
takeda has quit [Ping timeout: 258 seconds]
bvdw has quit [Read error: Connection reset by peer]
blaggacao has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
blaggacao has joined #nixos
jarlg has quit [Quit: WeeChat 2.6]
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
nek0 has quit [Quit: ZNC 1.7.4 - https://znc.in]
nek0 has joined #nixos
soju has quit [Quit: Connection closed for inactivity]
pointfourone has joined #nixos
pointfourone has left #nixos [#nixos]
<{^_^}> [nixpkgs] @ivan opened pull request #75920 → wireguard-tools: 0.0.20191212 -> 0.0.20191219 → https://git.io/Je5E9
kleisli has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
bt` has left #nixos ["ERC (IRC client for Emacs 26.3)"]
mexisme_ has joined #nixos
turq has joined #nixos
mexisme_ has quit [Ping timeout: 248 seconds]
<turq> how can I use this? https://github.com/ocharles/netwire-classics the error received when running nix-build in any one of the game directories is that mkDerivation is missing from the default.nix file
<turq> and by use, I mean build
<{^_^}> [nixpkgs] @buckley310 opened pull request #75921 → nixos-generate-config: don't generate swapDevices for zram devices → https://git.io/Je5ut
felixfoertsch has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
vld has joined #nixos
`slikts has quit [Remote host closed the connection]
vld has quit [Ping timeout: 248 seconds]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6655a13a56f (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
Guest86933 has quit [Ping timeout: 244 seconds]
moredhel has joined #nixos
<{^_^}> [nixpkgs] @tadfisher opened pull request #75922 → kbfs, nixos/keybase, nixos/kbfs: fix KBFS, add enableRedirector option → https://git.io/Je5uc
yobj has quit [Remote host closed the connection]
yobj has joined #nixos
reallymemorable has quit [Quit: reallymemorable]
justanotheruser has joined #nixos
palo1 has joined #nixos
domogled has joined #nixos
palo has quit [Ping timeout: 268 seconds]
palo1 is now known as palo
captn3m0 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #75743 → python3Packages.dask: 2.6.0 -> 2.9.0 → https://git.io/JeQ7t
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.dask: 2.6.0 -> 2.9.0 »: https://git.io/Je5ug
bahamas has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #75923 → drawio: 12.3.2 -> 12.4.2 → https://git.io/Je5u2
orivej has quit [Ping timeout: 268 seconds]
captn3m0 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f2b55f28271 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @jonringer merged pull request #75739 → python3Packages.bottleneck: 1.2.1 -> 1.3.1 → https://git.io/JeQQD
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.bottleneck: 1.2.1 -> 1.3.1 »: https://git.io/Je5uK
captn3m0 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #75918 → vault: 1.3.0 -> 1.3.1 → https://git.io/Je5B9
<{^_^}> [nixpkgs] @jonringer pushed commit from @marsam to master « vault: 1.3.0 -> 1.3.1 »: https://git.io/Je5u6
kleisli has quit [Ping timeout: 268 seconds]
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #72445 → pythonPackages.cachy: 0.2.0 -> 0.3.0 → https://git.io/JegqF
lovesegfault has joined #nixos
mexisme_ has quit [Ping timeout: 246 seconds]
<tpham> How can I specify libc version with croosLibcStdenv
<lovesegfault> worldofpeace: Around?
smatting has joined #nixos
mexisme_ has joined #nixos
rauno has joined #nixos
jtobin has joined #nixos
rauno has quit [Ping timeout: 248 seconds]
jtobin has quit [Quit: leaving]
zupo has joined #nixos
jtobin has joined #nixos
<{^_^}> [nixpkgs] @alapshin opened pull request #75924 → androidStudioPackages: 3.6.0-beta5 -> 3.6.0-rc1 → https://git.io/Je5zI
ivan has left #nixos [#nixos]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Makaveli7 has joined #nixos
remirol has joined #nixos
<DigitalKiwi> lovesegfault: i think they went to bed
lorimer has quit [Ping timeout: 252 seconds]
m0rphism has joined #nixos
<lovesegfault> DigitalKiwi: darnit :)
<lovesegfault> I'll try again tomorrow
knupfer has joined #nixos
<DigitalKiwi> was about 4 hours ago so depending on when tomorrow is for you it might not be too long before they're back
knupfer has quit [Client Quit]
knupfer has joined #nixos
Dagger2 has quit [Remote host closed the connection]
blaggacao has quit [Read error: Connection reset by peer]
blaggacao has joined #nixos
Dagger has joined #nixos
<{^_^}> [nixpkgs] @alapshin opened pull request #75925 → android-studio: add missing emulator dependency → https://git.io/Je5zO
lsix has joined #nixos
lukash_|away is now known as lukash_
EdLin has joined #nixos
shah^ has joined #nixos
knupfer has quit [Ping timeout: 245 seconds]
smatting has quit [Ping timeout: 265 seconds]
mexisme_ has quit [Ping timeout: 252 seconds]
CMCDragonkai has quit [Quit: Connection closed for inactivity]
mexisme_ has joined #nixos
vld has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 125 commits to staging-next: https://git.io/Je5z9
<{^_^}> [nixpkgs] @FRidh merged pull request #75700 → Staging next → https://git.io/JeQ61
<{^_^}> [nixpkgs] @FRidh pushed 111 commits to master: https://git.io/Je5zQ
<{^_^}> [nixpkgs] @FRidh pushed 183 commits to staging: https://git.io/Je5z7
dejanr has joined #nixos
vld has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #75696 → linux: run make install in parallel → https://git.io/JeQwZ
<{^_^}> [nixpkgs] @FRidh pushed commit from @lheckemann to staging « linux: run make install in parallel »: https://git.io/Je5zA
<{^_^}> [nixpkgs] @FRidh merged pull request #75919 → gnome2.GConf: python2 -> python3 → https://git.io/Je5Ri
<{^_^}> [nixpkgs] @FRidh pushed commit from @grahamc to staging « gnome2.GConf: python2 -> python3 »: https://git.io/Je5zx
<{^_^}> [nixpkgs] @jpotier opened pull request #75927 → saml2aws: 2.15.0 -> 2.19.0 → https://git.io/Je5zp
<{^_^}> [nixpkgs] @jonringer merged pull request #75920 → wireguard-tools: 0.0.20191212 -> 0.0.20191219 → https://git.io/Je5E9
<{^_^}> [nixpkgs] @jonringer pushed commit from @ivan to master « wireguard-tools: 0.0.20191212 -> 0.0.20191219 »: https://git.io/Je5zh
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #75928 → mutt: 1.13.1 -> 1.13.2 → https://git.io/Je5gJ
<{^_^}> [nixpkgs] @FRidh pushed 43 commits to staging-next: https://git.io/Je5gU
<{^_^}> [nixpkgs] @FRidh opened pull request #75929 → Staging next → https://git.io/Je5gT
dansho has quit [Ping timeout: 258 seconds]
rauno has joined #nixos
pie_ has quit [Ping timeout: 268 seconds]
sigmundv has joined #nixos
day|flip has quit [Remote host closed the connection]
blaggacao has quit [Ping timeout: 265 seconds]
fusion809 has quit [Remote host closed the connection]
Makaveli7 has quit [Ping timeout: 240 seconds]
makaveli1 has joined #nixos
blaggacao has joined #nixos
<{^_^}> [nixpkgs] @ijaketak opened pull request #75931 → Fix haskellPackages.dhall_1_28_0 and spago → https://git.io/Je5g1
<lovesegfault> How does the process around `staging` work?
<lovesegfault> cc. clever
chloekek has joined #nixos
<etu> lovesegfault: I might be off about this. But, afaik: Things that cause big rebuilds are put in a branch named staging. Then hydra can pick up that branch and do the some of the rebuilds before those changes are merged into master.
<{^_^}> [nixpkgs] @robertodr closed pull request #75872 → poetry: 0.12.17 -> 1.0.0 → https://git.io/Je5LA
<lovesegfault> etu: Yeah, that makes sense but by the time staging is ready to merge (has rebuilt) so many other changes have already merged
<lovesegfault> how does that go
vika_nezrimaya has joined #nixos
<etu> lovesegfault: staging isn't rebased on top of master, it's merged with a merge commit. And just because it's new git commits in master before staging is merged doesn't make dependencies change.
<lovesegfault> FRidh: Ah, nice
<lovesegfault> etu: Oh, that makes sense
philr has joined #nixos
<vika_nezrimaya> hi! trying to set up a 1-node Kubernetes cluster on a Raspberry Pi 4. Using nixops for provisioning. It looks like etcd cannot start because it can't find some keys that are supposed to be there
<vika_nezrimaya> kinda like this: open /var/lib/kubernetes/secrets/etcd.pem: no such file or directory
<vika_nezrimaya> and nothing works afterwards. Relevant config: { services.kubernetes = { roles = ["master" "node"]; masterAddress = "192.168.2.105"; }; systemd.services.etcd.environment.ETCD_UNSUPPORTED_ARCH = "arm64"; nixpkgs.localSystem.system = "aarch64-linux"; }
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to release-19.09 « nixpkgs manual: document staging-next branch »: https://git.io/Je52T
<{^_^}> [nixpkgs] @filalex77 opened pull request #75932 → nushell: 0.6.1 -> 0.7.0 → https://git.io/Je52q
mexisme_ has quit [Ping timeout: 245 seconds]
veske has joined #nixos
fendor has joined #nixos
__monty__ has joined #nixos
thc202 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-19.09: https://git.io/Je52Z
<colemickens> Is there a "Major Efforts" page that lists things like systemd-powered initrd/boot, fixing/replacing scripted networking, etc?
afics has joined #nixos
periklis has joined #nixos
periklis has left #nixos [#nixos]
__Sander__ has joined #nixos
Tucky has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
erictapen has joined #nixos
`slikts has joined #nixos
cosimone has joined #nixos
EdLin has quit [Quit: WeeChat 2.7]
smatting has joined #nixos
civodul has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
alexherbo2 has joined #nixos
inferencerules has joined #nixos
b42 has quit [Ping timeout: 246 seconds]
<meatcar> whats the best way to trim whitespace on a string? `lib.removeSuffix` is a bit wordy, and requires an exact suffix.
<inferencerules> i had a botched nixos-rebuild last night that left me with a bad nix store db; i can't seem to find anything about this on the usual sites. according to nix pill #2, this db stores dependency info between all derivations, so it seems like something i should be able to rebuild easily, if i can only find the correct command. the error i get when i try to complete the nixos rebuild (or anything else
<inferencerules> that touches store) is: "error: executing SQLite statement 'pragma synchronous = normal': database disk image is malformed (in '/nix/var/nix/db/db.sqlite')"
<clever> inferencerules: usually when things get that corrupt, your only option is to delete the entire /nix and re-run nixos-install from a livecd
zupo has joined #nixos
<vika_nezrimaya> the good thing about NixOS: if your /etc/nixos lives, one command restores the whole system
bahamas has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Mic92 opened pull request #75933 → sysdig: 0.26.4 -> 0.26.5 → https://git.io/Je5ae
<{^_^}> [nixpkgs] @Mic92 opened pull request #75934 → radare2: 4.0.0 -> 4.1.0 → https://git.io/Je5af
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<inferencerules> meatcar: yes, unfortunately i don't have sqlite installed and trying to install anything in this broken state is throwing the same error
Chiliparrot has joined #nixos
vld has joined #nixos
<meatcar> inferencerules: lucky for you, sqlite is very light and small, I think you can just download the binary, assuming you have internet access still. https://sqlite.org/download.html
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 246 seconds]
<meatcar> inferencerules: also lots of software use sqlite, `ls /nix/store | grep sqlite` shows three different versions for me, and I don't have it explicitly installed either.
vld has quit [Ping timeout: 268 seconds]
<meatcar> scratch that last one, there are no binaries there
<inferencerules> i did end up having a binary there, good call. unfortunately, another "Error: database disk image is malformed". looks like maybe a reinstall is in order as clever suggests
zupo has joined #nixos
sigmundv has quit [Ping timeout: 268 seconds]
<meatcar> inferencerules: you can also try to export and re-import the db, looks like that worked for someone in the past https://github.com/NixOS/nix/issues/1353#issuecomment-479781348
<inferencerules> yeah, that also throws the same error. where can i view nixos-upgrade logs?
sigmundv has joined #nixos
<inferencerules> i guess in retrospect maybe logs should be irrelevant on this system, and yet
<{^_^}> [nixpkgs] @Ma27 merged pull request #75928 → mutt: 1.13.1 -> 1.13.2 → https://git.io/Je5gJ
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Je5ao
inferencerules has quit [Quit: leaving]
<siers> how does one usually expose runtime executable dependencies to executables?
<siers> should I make a script that says PATH=$PATH:$package/bin or something? is there some more standard way of doing so?
silver has joined #nixos
<clever> siers: the wrapProgram function will generate that script for you
<siers> I'll look it up, thanks!
<clever> /home/clever/apps/nixpkgs/pkgs/development/tools/gometalinter/default.nix: wrapProgram $bin/bin/gometalinter --prefix PATH : "${makeBinPath runtimeDeps}"
<clever> /home/clever/apps/nixpkgs/pkgs/development/compilers/kotlin/default.nix: wrapProgram $out/bin/$p --prefix PATH ":" ${jre}/bin ;
iyzsong has joined #nixos
inferencerules_ has joined #nixos
FRidh has quit [Quit: Konversation terminated!]
o1lo01ol1o has joined #nixos
captn3m0 has joined #nixos
inferencerules_ has quit [Remote host closed the connection]
erictapen has quit [Ping timeout: 258 seconds]
vika_nezrimaya has quit [Read error: Connection reset by peer]
erictapen has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
opthomasprime has joined #nixos
LLED2_2 has joined #nixos
LLED2_3 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bahamas has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
inferencerules has joined #nixos
inferencerules has quit [Remote host closed the connection]
LLED2_2 has quit [Ping timeout: 268 seconds]
bahamas has quit [Ping timeout: 240 seconds]
mexisme_ has joined #nixos
o1lo01ol1o has joined #nixos
erictapen has quit [Ping timeout: 265 seconds]
bvdw has quit [Read error: Connection reset by peer]
shah^ has quit []
bvdw has joined #nixos
zupo has joined #nixos
mexisme_ has quit [Ping timeout: 245 seconds]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
alexherbo2 has joined #nixos
rauno has quit [Ping timeout: 268 seconds]
inferencerules has joined #nixos
klntsky has quit [Ping timeout: 260 seconds]
gkmngrgn has joined #nixos
nehh^ has joined #nixos
klntsky has joined #nixos
<inferencerules> well, running the nixos-install now. still curious how such a thing could happen, but i shut down after running the bad nixos-upgrade and lost the terminal, and couldn’t exactly run it again to see
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
erictapen has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « signal-desktop: 1.29.1 -> 1.29.2 »: https://git.io/Je5wY
gkmn1 has joined #nixos
<das_j> is there a way to trace a package? traceValSeq does not work
o1lo01ol1o has quit [Remote host closed the connection]
rardiol has joined #nixos
gkmngrgn has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @Mic92 closed pull request #75934 → [wip] radare2: 4.0.0 -> 4.1.0 → https://git.io/Je5af
<{^_^}> [nixpkgs] @primeos opened pull request #75936 → [19.09] signal-desktop: 1.29.1 -> 1.29.2 (backport) → https://git.io/Je5wn
<{^_^}> [nixpkgs] @peterhoeg opened pull request #75937 → ppsspp: 1.4.2 -> 1.9.3 → https://git.io/Je5wW
o1lo01ol1o has joined #nixos
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
Neo-- has joined #nixos
<{^_^}> [nixpkgs] @davidtwco opened pull request #75938 → mdcat: 0.13.0 -> 0.14.0 → https://git.io/Je5wV
tpham has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed to master « Cleanup: Remove unused makeDeb/makeRPM functions »: https://git.io/Je5wP
sphalerite has quit [Ping timeout: 246 seconds]
sphalerite has joined #nixos
<jtojnar> das_j where do you want to trace it?
remirol is now known as lorimer
<brnzz> anyone has experience with the nixos/nix docker image?
<brnzz> I want to install some derivations on it but be able to use them as another user (not root, which is the default)
<{^_^}> [nixpkgs] @primeos closed pull request #75924 → androidStudioPackages: 3.6.0-beta5 -> 3.6.0-rc1 → https://git.io/Je5zI
<{^_^}> [rfc-steering-committee] @domenkozar pushed to master « README: clarify on the hangout url »: https://git.io/Je5r3
sigmundv has quit [Ping timeout: 265 seconds]
<siers> clever, nice, it works
cfricke has joined #nixos
<{^_^}> [nixpkgs] @mgttlinger opened pull request #75939 → nixos/haskell: Added option to the haskell mkDerivation to build quickjump index → https://git.io/Je5rK
<{^_^}> [nixpkgs] @davidtwco opened pull request #75940 → wooting: init wootility, wooting-udev-rules and module → https://git.io/Je5r9
pie_ has joined #nixos
Chiliparrot has joined #nixos
rauno has joined #nixos
dm9 has joined #nixos
gkmn2 has joined #nixos
makaveli1 has quit [Quit: WeeChat 2.7]
gkmn1 has quit [Ping timeout: 268 seconds]
<{^_^}> [cabal2nix] @peti pushed 2 commits to master: https://git.io/Je5o6
<genesis> > builtins.split "(a)|(c)" "abc"
<{^_^}> [ "" [ "a" null ] "b" [ null "c" ] "" ]
<genesis> nix repl gives [ "" [ ... ] "b" [ ... ] "" ]
<genesis> perharps not the best tool to learn regex.
<etu> Depends which regex you want to learn ;)
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<genesis> try to write a desktop files parser
zupo has joined #nixos
<genesis> but no tutorial on regex i read seems to work with nix-repl, i'm a bit lost on that.
<Izorkin> etu: not cheked php updates?
gkmn2 is now known as gkmngrgn
zupo has quit [Client Quit]
mexisme_ has joined #nixos
gkmn1 has joined #nixos
<etu> Izorkin: Been busy :(
erictapen has quit [Ping timeout: 240 seconds]
<infinisil> genesis: Use :p
<infinisil> This prints expressions strictly
<{^_^}> [nixpkgs] @grahamc merged pull request #75910 → hplip: python2 -> python3 → https://git.io/Je546
<{^_^}> [nixpkgs] @grahamc pushed 3 commits to master: https://git.io/Je5KW
<genesis> builtins.match "^hello" "hello my friend."
<genesis> > builtins.match "^hello" "hello my friend."
<{^_^}> null
gkmngrgn has quit [Disconnected by services]
gkmn1 is now known as gkmngrgn
mexisme_ has quit [Ping timeout: 248 seconds]
<Izorkin> etu: ok)
zupo has joined #nixos
<gchristensen> > builtins.match "^hello(.*)" "hello world"
<{^_^}> [ " world" ]
drakonis has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #75875 → scons: 3.1.1 -> 3.1.2 → https://git.io/Je5mJ
<{^_^}> [nixpkgs] @primeos pushed 2 commits to staging: https://git.io/Je5KV
pie_ has quit [Ping timeout: 258 seconds]
Neo-- has quit [Ping timeout: 248 seconds]
erictapen has joined #nixos
Neo-- has joined #nixos
<DigitalKiwi> am trying to package glirc for nixpkgs but am having problems https://gist.github.com/Kiwi/5e1b346ea674e6467144e7282c75118e this is a mess i've come up with so far (i have a shell.nix that can maybe almost build it...but i don't know if that's useful or not. had to use an override??) the goal is to add it to nixpkgs and be able to add this plugin https://github.com/glguy/irc-core/tree/v2/otr-extension which needs meson/ninja which i'm sure just m
<DigitalKiwi> akes this even more complicated than it already is
<genesis> gchristensen : i even not understand why it isn't resulting in the starting position "hello"
<gchristensen> you have to ask it to capture it:
<gchristensen> > builtins.match "^(hello)(.*)" "hello world"
<{^_^}> [ "hello" " world" ]
pie_ has joined #nixos
<DigitalKiwi> i've updated the gist with a shell.nix
<infinisil> DigitalKiwi: The package seems to have a dependency version constraint using ==, which is usually not very nice for nixpkgs since versions always update. You can use doJailbreak to remove these equality constraints
<{^_^}> [nixpkgs] @primeos merged pull request #75936 → [19.09] signal-desktop: 1.29.1 -> 1.29.2 (backport) → https://git.io/Je5wn
<{^_^}> [nixpkgs] @primeos pushed 2 commits to release-19.09: https://git.io/Je5KX
<{^_^}> [nixpkgs] @Ma27 pushed to master « matrix-synapse: expose nixos-test in derivation »: https://git.io/Je5K1
<{^_^}> [nixpkgs] @teto merged pull request #75938 → mdcat: 0.13.0 -> 0.14.0 → https://git.io/Je5wV
<{^_^}> [nixpkgs] @teto pushed commit from @davidtwco to master « mdcat: 0.13.0 -> 0.14.0 »: https://git.io/Je5KM
<DigitalKiwi> i tried doing that at some point in the shell.nix but i don't know that i did it right
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<DigitalKiwi> there's now a default-2.nix which has whatever i had done last
<DigitalKiwi> it probably fails miserably
erictapen has quit [Ping timeout: 268 seconds]
<DigitalKiwi> i have hit everything with a hammer for ~10 hours and am all out of hammers
<{^_^}> [nixpkgs] @mgttlinger closed pull request #75939 → nixos/haskell: Added option to the haskell mkDerivation to build quickjump index → https://git.io/Je5rK
tilpner has quit [Quit: tilpner]
Lears has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<DigitalKiwi> infinisil: yeah :( i think it's currently marked broken in unstable... i usually have to use one from 19.03 or 19.09
[Leary] has quit [Ping timeout: 265 seconds]
<infinisil> Oh it's already in nixpkgs
<infinisil> Right
<infinisil> Hmm..
kleisli has joined #nixos
<DigitalKiwi> yeah it's in haskellPackages.
<DigitalKiwi> but a. it breaks a lot because of updatedness and b. doesn't have the otr plugin :(
<infinisil> Well if you take all dependencies from haskellPackages it's going to break similarly often
<infinisil> (unless updates to glirc itself causes the breakages)
<{^_^}> [rfc-steering-committee] @Mic92 pushed to master « Update README.md »: https://git.io/Je56c
<infinisil> I'd think the best approach is to fix the build in nixpkgs
sigmundv has joined #nixos
<DigitalKiwi> if it's glirc constantly being updated and being too strict i will pester glguy to stop doing that :D
opthomasprime has quit [Remote host closed the connection]
<infinisil> doJailbreak should take care of that
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Je56l
<{^_^}> [nixpkgs] @Ma27 merged pull request #75689 → hydra: Temporarily unbreak hydra with the deprecated lib.closePropagation → https://git.io/JeQ2Z
<infinisil> I'm gonna have a go at fixing the build, gonna take some time though as my internet is pretty shitty rn
<infinisil> Oh, I could just ssh into a machine with better internet :o
<DigitalKiwi> assuming ssh works well enough for that heh
<DigitalKiwi> 5 second typing lag D:
<infinisil> In my case it's just bandwidth that's bad
<gchristensen> mosh :)
<DigitalKiwi> so if the build for haskellPackages gets fixed then that'll make it easier to make a top-level one that uses it and adds the otr plugin or
werner291 has joined #nixos
<infinisil> DigitalKiwi: How is the otr plugin configured?
<{^_^}> [nixpkgs] @mgttlinger opened pull request #75942 → nixos/haskell: Added quickjump option to the haskell mkDerivation → https://git.io/Je56B
<DigitalKiwi> meson/ninja
vld has joined #nixos
<infinisil> DigitalKiwi: This fixes the glirc build in nixpkgs: https://paste.infinisil.com/sgmc5QGHmc
kleisli has quit [Ping timeout: 248 seconds]
<infinisil> Though I still don't really know how these extensions are built, like the big picture
<DigitalKiwi> do we edit the yaml file that it's in marked broken too when we do that
Rusty1 has joined #nixos
jmeredith has joined #nixos
veske has quit [Quit: This computer has gone to sleep]
<infinisil> DigitalKiwi: Ah yeah, remove it from the list of broken packages in the yaml, apply the doJailbreak patch, and do that PR to the haskell-updates branch
<infinisil> Then when hackage-packages.nix gets generated next time the broken = true is removed
o1lo01ol1o has quit [Remote host closed the connection]
<DigitalKiwi> ok
o1lo01ol1o has joined #nixos
zupo has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
o1lo01ol1o has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #75923 → drawio: 12.3.2 -> 12.4.2 → https://git.io/Je5u2
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Je56b
cosimone has quit [Quit: Terminated!]
hmpffff has quit [Quit: nchrrrr…]
apeyroux has quit [Quit: leaving]
apeyroux has joined #nixos
<{^_^}> [nix] @edolstra pushed 14 commits to master: https://git.io/Je5iO
<{^_^}> [nix] @edolstra merged pull request #3259 → Decompress tar files using libarchive → https://git.io/JeSiF
fergus_x has quit [Quit: leaving]
<DigitalKiwi> should i do that in two commits and start with that
<infinisil> Sounds good in a single one
<DigitalKiwi> ok
fergus has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #75937 → ppsspp: 1.4.2 -> 1.9.3 → https://git.io/Je5wW
<{^_^}> [nixpkgs] @teto pushed commit from @peterhoeg to master « ppsspp: 1.4.2 -> 1.9.3 »: https://git.io/Je5in
o1lo01ol1o has joined #nixos
fendor has quit [Read error: Connection reset by peer]
<ocharles> Is there a convenient way to get the build log for a given `.drv`? I know it's in /nix/var/logs/nix/drvs, but constructing that path is annoying
<ocharles> ah, `nix log`
<ikwildrpepper> :)
<{^_^}> [nixpkgs] @filalex77 opened pull request #75944 → scc: 2.8.0 -> 2.10.1 → https://git.io/Je5iR
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FRidh has joined #nixos
captn3m0- has joined #nixos
captn3m0 has quit [Ping timeout: 268 seconds]
<clever> ocharles: there is also `nix-store -l /nix/store/foo`
<ocharles> Is foo there a derivation or output?
<ocharles> I'm only interested in the log when realising the drv fails
<clever> ocharles: i'm not sure if it accepts both or not, and didnt think it kept logs for failures
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #75660 → rav1e: init at 0.2.0 → https://git.io/JeQZ2
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/Je5io
gustavderdrache has joined #nixos
smatting has quit [Ping timeout: 268 seconds]
tpham has joined #nixos
atlas_ is now known as shatlas
ddellaco1 has joined #nixos
shatlas is now known as atlas_
reallymemorable has joined #nixos
mexisme_ has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
<tpham> I'm getting the error wile installing nix: https://imgur.com/a/BiVlmAI
pie_ has quit [Ping timeout: 268 seconds]
cosimone has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
cosimone has quit [Client Quit]
ddellacosta has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
<ryantm> ocharles: Not sure it works in your case, but if you use the old style `nix-build` it just outputs the build log to stdout.
<ocharles> yea, I don't really want that, but I may be able to work with it
<ocharles> Almost have an incremental build replacement for `ghc --make` using Nix :)
ddellaco1 has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @Kiwi opened pull request #75945 → glirc: init at 2.33.1 → https://git.io/Je5ih
<DigitalKiwi> is me!
philr has quit [Ping timeout: 248 seconds]
<inferencerules> does nix cache downloads made as part of e.g. nixos-install, or will it try to re-download everything if user-interrupted?
jirido has joined #nixos
<infinisil> Intensity: the former, you can interrupt it without worry
<DigitalKiwi> infinisil: is that good
<{^_^}> [nixpkgs] @davidtwco opened pull request #75946 → computecpp: init at 1.2.0 → https://git.io/Je5Pf
<ryantm> ocharles: Cool! How is it different from Snack? https://github.com/nmattia/snack
<infinisil> DigitalKiwi: Should go to the haskell-updates branch
<ocharles> ryantm: for one, it uses experimental Nix features to give you early cut off. If you add just a blank line to a file, only that file will be rebuilt (assuming the .hi and .o files are bytewise the same at the end)
<DigitalKiwi> Oh whoops
<ocharles> this is designed as a drop-in replacement for GHC, so you can do `cabal build --compiler=ghc-nix` and just use cabal as normal
waleee-cl has joined #nixos
<infinisil> DigitalKiwi: Make sure to not ping everybody when switching branches :P
pie_ has joined #nixos
<DigitalKiwi> How do I do that right
<fergus> \ignore
<gchristensen> gustavderdrache, etu
<gustavderdrache> gchristensen: your timing is spooky
<gustavderdrache> i just kicked off a PHP build
<{^_^}> [nixpkgs] @eraserhd opened pull request #75947 → tcl: fix dangling symlink → https://git.io/Je5PI
<{^_^}> [nixpkgs] @endocrimes opened pull request #75948 → packer: 1.4.4 -> 1.5.0 → https://git.io/Je5Pm
<infinisil> DigitalKiwi: Either by basing your commit off git merge-base upstream/master upstream/haskell-updates
<infinisil> DigitalKiwi: Or by just opening a new PR
<jirido> Hi. How do you think nixos 32bit would work on an old netbook with an early atom 270n cpu 1.66ghz? Is it lightweight?
<{^_^}> [nixpkgs] @marsam merged pull request #75932 → nushell: 0.6.1 -> 0.7.0 → https://git.io/Je52q
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/Je5Ps
<sphalerite> jirido: depends entirely on which software you put on it :)
<symphorien> not everything is in the binary cache for 32 bits
<symphorien> so no firefox
dingenskirchen has quit [Quit: dingenskirchen]
<sphalerite> jirido: it's not alpine-linux-lightweight, but if you use a small (or no) desktop environment and don't need to evaluate too many big things, you should be fine. But yeah, as symphorien says, 32-bit support isn't so great.
kleisli has joined #nixos
dingenskirchen has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jirido> lol ok no firefox.. hmm
cfricke has quit [Quit: WeeChat 2.6]
<jirido> but I can compile FF for it right?
<jirido> but i guess that would take a year on that mashine
kahiru has quit [Remote host closed the connection]
ng0_ has joined #nixos
ng0 has quit [Ping timeout: 260 seconds]
kahiru has joined #nixos
zupo has joined #nixos
<das_j> <jtojnar "Janne Heß where do you want to t"> Well I was able to fix it without tracing, but the problem persist. I'm calling traceValSeq directly with the derivation (pkgs.hello)
tpham has quit [Remote host closed the connection]
rootatarch has joined #nixos
<rootatarch> hey math_lover
<{^_^}> [nixpkgs] @marsam merged pull request #75864 → sqitchPg: fix build on darwin → https://git.io/Je5Th
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Je5Pa
<{^_^}> [nixpkgs] @romildo opened pull request #75949 → volctl: init at 0.6.2 → https://git.io/Je5Pw
zupo has quit [Client Quit]
maths_lover has joined #nixos
<rootatarch> hey maths_lover
<DigitalKiwi> infinisil: do i change the branch on github before i git push or after
kleisli has quit [Ping timeout: 250 seconds]
hjjkh has joined #nixos
* DigitalKiwi thinks i'd change it after the push
<DigitalKiwi> but uhm, i've made big mistakes before so
captn3m0 has joined #nixos
captn3m0- has quit [Ping timeout: 268 seconds]
<DigitalKiwi> whoops
<DigitalKiwi> i do not like this
opthomasprime has joined #nixos
opthomasprime has left #nixos [#nixos]
<ocharles> Anyone got a sec to help with a quick bash scripting q? How can I do this: rsync --recursive -v --include='*/' --include='*.o' --exclude='*' /nix/store/68q18my5jyvm4jj9yall1mb58z5fiij9-compile-Control.Algebra.hs /nix/store/bmfr6bg27xmyvis7avg12wp59xagd68a-compile-Control.Carrier.Choose.Church.hs foo/
<etu> gchristensen: hey
<ocharles> such that `foo/` doesn't contain things like `68q18my5jyvm4jj9yall1mb58z5fiij9-compile-Control.Algebra.hs`?
ng0_ is now known as ng0
<ocharles> It seems that rysnc command drops the `nix/store` common prefix, but I want it to drop another level
maths_lover has left #nixos ["WeeChat 2.6"]
<{^_^}> [nixpkgs] @gustavderdrache opened pull request #75950 → oniguruma: set CMake flags for static builds → https://git.io/Je5PM
<cvlad-> Seems like it drops the directory but not the file name, right? The file name is actually mangled into `68q18my5jyvm4jj9yall1mb58z5fiij9-compile-Control.Algebra.hs`, rom what presumably was just `Control.Algebra.hs`? Or perhaps you want to move it to `Control/Algebra.hs`?
<ocharles> cvlad-: /nix/store/68q18my5jyvm4jj9yall1mb58z5fiij9-compile-Control.Algebra.hs has /nix/store/68q18my5jyvm4jj9yall1mb58z5fiij9-compile-Control.Algebra.hs/Control/Algebra.o, and I want `foo/` to contain `foo/Control/Algebra.o`
<ocharles> And `/nix/store/bmfr6bg27xmyvis7avg12wp59xagd68a-compile-Control.Carrier.Choose.Church.hs` contains `/nix/store/bmfr6bg27xmyvis7avg12wp59xagd68a-compile-Control.Carrier.Choose.Church.hs/Control/Carrier/Choose/Church.o`, which I want to be in `foo/Control/Carrier/Choose/Church.o`
<gustavderdrache> etu:
<cvlad-> @ocharles
<ocharles> I can `cd` into each of these nix store paths and do a single `rsync` there into `foo`'s absolute path, but wondered if I could just do one call
<cvlad-> ocharles : What if you add an extra / at the end?
<ocharles> Hm, that might be it, let me try
<ocharles> aw yeah
<ocharles> Thanks cvlad-!
<cvlad-> Lucky guess -- you're welcome! :)
<ocharles> :)
knupfer has joined #nixos
kraem has joined #nixos
is_null has quit [Ping timeout: 265 seconds]
siiky has joined #nixos
<chloekek> Say I have a tarball in a local file. Can I find the hash that I would need to pass to fetchTarball, were I to specify a HTTP URL to the same tarball?
<lordcirth> ,tofu
<{^_^}> To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected. See: tofu-vim
<chloekek> That would make fetchTarball download the file to discover the hash.
<lordcirth> Oh I see. You should be able to just run sha256sum
<chloekek> Ah, so the hash does not include anything like file permissions or file name.
<{^_^}> [nixpkgs] @7c6f434c merged pull request #67507 → 3proxy: init at 0.8.13 → https://git.io/fjAub
<{^_^}> [nixpkgs] @7c6f434c pushed 5 commits to master: https://git.io/Je5XC
<chloekek> Ah yeah lordcirth thanks, seems to work.
<chloekek> I can put the sha256sum output in the sha256 argument to fetchurl.
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/281cf62724b (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<pie_> this infrecs, obvously, is there any way i can make it work?:
<pie_> i want to append to the "current" setting
<pie_> systemd.services."container@retiolum.service".serviceConfig.preStart = config.systemd.services."container@retiolum.service".serviceConfig.preStart + "\n"+ config.systemd.services."container@retiolum.service".serviceConfig.postStart;
<pie_> i mean, i just want to take the current setting and stick the other one at the end of it, instead of copy pasting a bunch of code
<ocharles> Is there a way to call `nix-build` and have it fail if the drv isn't already built?
<ocharles> Basically `nix-build-but-dont`
dm9 has quit [Quit: WeeChat 2.7]
<ocharles> Happy to use `.drv` too. I guess I could parse the `.drv` and check if `out` exists
<sphalerite> ocharles: --no-substitute --max-jobs 0
<ocharles> clever!
<ocharles> clever: sorry, not trying to your attention lol
<sphalerite> oh but it'll still try remote builds
<ocharles> `--option substitute false` would be ok there
<ocharles> oh, remote build, not substitution
<sphalerite> --no-substitute is equivalent, except for being more typo-resistant, than --option substitute false ;)
<{^_^}> [nixpkgs] @7c6f434c merged pull request #75850 → libreoffice: merge -still and -fresh into common expression → https://git.io/Je7A0
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/Je5X1
knupfer has quit [Ping timeout: 265 seconds]
orivej has joined #nixos
<sphalerite> ocharles: how about `nix path-info`?
<Taneb> Does «--option builders ""» help?
<sphalerite> Taneb: I think that can only be set by trusted users.
<pie_> it sounds like building is not what he actually wants
Tucky has quit [Quit: WeeChat 2.7]
<ocharles> I basically want to know if I've got a cache hit or not
<ocharles> This is for some recursive Nix stuff, and it would just be nice to show my users if I'm doing a build or got a cache hit
<sphalerite> I think nix path-info is the right thing to use
<ocharles> Kind of would be nice to say "I don't have this, but a substitute does, so I'll grab that"
<ocharles> Yea, I'll have a look into that
<sphalerite> since it also ensures path validity, unlike an existence check on the output path
halfbit has joined #nixos
<pie_> so yeah anyone have any ideas for my dumb hack...
<sphalerite> pie_: lib.mkAfter?
<pie_> sphalerite: that sounds about right
<sphalerite> depending on the option's type
* pie_ looks it up
dejanr has quit [Ping timeout: 258 seconds]
<ocharles> sphalerite: can you even end up with invalid paths existing?
rootatarch has left #nixos ["WeeChat 2.7"]
<Taneb> ocharles: yes
<pie_> sphalerite: is this actually documented anywhere? it seems to be defined based on mkorder which is also not documented
<sphalerite> ocharles: sure, if you lose power during the install phase of a build for instance
<Taneb> eg. filesystem corruption, interrupted copying, etc
<ocharles> Oh, fair point :)
<Taneb> I've had it happen more often than I'd like :(
<sphalerite> pie_: https://nixos.org/nixos/manual/#sec-modularity at least mkBefore is mentioned here :p
<ocharles> So parse the `.drv` to get the output path, and then `nix path-info` to check for validity
<{^_^}> [nixpkgs] @teto merged pull request #75862 → lgogdownloader: fix build → https://git.io/Je5TD
<{^_^}> [nixpkgs] @teto pushed 2 commits to master: https://git.io/Je5XQ
<sphalerite> Taneb: that won't usually lead to invalid paths but corrupted paths though
<pie_> sphalerite: grr. thanks :)
<sphalerite> well, interrupted copying yes
<sphalerite> filesystem corruption rather
<pie_> sphalerite: though im not sure mkafter will work either
<pie_> it doesnt seem to infrec though
<pie_> at least not yet
<pie_> ah, yeah, it infrecs
inferencerules has quit [Quit: Palaver https://palaverapp.com]
xkapastel has joined #nixos
<{^_^}> [nixpkgs] @evanjs opened pull request #76042 → gitkraken: 6.3.1 -> 6.4.0 → https://git.io/Je5XA
brprice has joined #nixos
<DigitalKiwi> gchristensen: when i submit a pr and i do it to the wrong branch and then switch it the bot still thinks it's the first one right?
<DigitalKiwi> i think i've seen this before
erictapen has joined #nixos
<gchristensen> it'll figure it out in the end
<DigitalKiwi> that'd explain this anyway :/
<gchristensen> when you switch branches, it finishes evaluating and then will immediately start another one
<{^_^}> #75945 (by Kiwi, 1 hour ago, open): glirc: init at 2.33.1
<DigitalKiwi> i'm not sure why it doesn't like me :<
noudle has joined #nixos
<DigitalKiwi> or maybe that's old from when i messed up something during the rebase?
<DigitalKiwi> i accidentally other people commits
orivej has quit [Ping timeout: 265 seconds]
maths_lover has joined #nixos
kleisli has joined #nixos
sondr3 has joined #nixos
<{^_^}> [nixpkgs] @abstracted closed pull request #75896 → pythonPackages.colorgram: init at 1.2.0 → https://git.io/Je5cN
kleisli has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @misuzu opened pull request #76043 → netdata: 1.18.1 -> 1.19.0 → https://git.io/Je51u
<{^_^}> [nixpkgs] @misuzu closed pull request #76043 → netdata: 1.18.1 -> 1.19.0 → https://git.io/Je51u
Guest33 has joined #nixos
drakonis has quit [Quit: WeeChat 2.6]
chloekek has quit [Quit: WeeChat 2.6]
sigmundv has quit [Ping timeout: 240 seconds]
<pie_> error: The option value `systemd.services.container@retiolum.service.preStart' in 'somepath' is not of type `strings concatenated with "\n"'.
<pie_> its totally a string
<pie_> oh mkoverride takes another integer argument, oops
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
<keithy[m]> hi guys, can anyone tell me who sets /etc/hosts 127.0.1.1 server
<clever> keithy[m]: i believe its based on your hostname
<{^_^}> [nixpkgs] @cdepillabout merged pull request #75945 → glirc: init at 2.33.1 → https://git.io/Je5ih
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/Je516
tobiasBora has joined #nixos
<tobiasBora> Hello,
<keithy[m]> it is, but why 127.0.1.1 what about my ip address
<clever> keithy[m]: thats localhost, the loopback ip
<tobiasBora> I'd like to know, is there a way to see if a build is going to recompile new stuff or only use the cache?
<tobiasBora> (I mean when I run nixos-rebuild switch)
<clever> tobiasBora: nix-build --dry-run
<keithy[m]> no thats 127.0.0.1
<clever> tobiasBora: nixos-rebuild dry-run
<clever> keithy[m]: the entire 127.*.*.* is loopback
evanjs has joined #nixos
Guest33 has quit [Remote host closed the connection]
<bdju> https://github.com/poljar/weechat-matrix I would love to see this packaged. It looks like an older lua-based matrix plugin is already packaged. The new supported one uses python and supports encryption.
<keithy[m]> ok, the question is how do I set my host static ip addres properly
mexisme_ has joined #nixos
<keithy[m]> right now I am getting Name:server.flat
<keithy[m]> Address: 127.0.1.1
<keithy[m]> (I know I can set it myself in /etc/hosts
<keithy[m]> thats via dnsmasq ^
<keithy[m]> so it nicely added the domain name
<{^_^}> [nixpkgs] @FRidh pushed 3 commits to master: https://git.io/Je51H
<{^_^}> [nixpkgs] @FRidh pushed to staging « python37: 3.7.5 -> 3.7.6 »: https://git.io/Je51F
mexisme_ has quit [Ping timeout: 246 seconds]
wolfshappen has quit [Ping timeout: 258 seconds]
<keithy[m]> ive also got dnsmasq loadedin "Server" but for some reason it is querying the gateway router, which is set to use "server" for dns... seem needlessly circular
wolfshappen has joined #nixos
<clever> keithy[m]: i just use proper bind when i want a dns server, ive never messed with dnsmasq
<clever> keithy[m]: https://github.com/cleverca22/nixos-configs/blob/master/router.nat.nix#L96 and the zone file is in the same repo
__Sander__ has quit [Quit: Konversation terminated!]
<maths_lover> Hello
maths_lover has left #nixos ["WeeChat 2.6"]
<{^_^}> [nixpkgs] @sondr3 opened pull request #76044 → miniflux: 2.0.18 -> 2.0.19 → https://git.io/Je5MU
<keithy[m]> thx
<keithy[m]> I only need one function in dnsmasq so its good... just somethings wierd.
<tobiasBora> clever: ok thanks, I'm trying it!
<tobiasBora> Also, another question. The thunderbird LaTeXMe extention fails, and I tried to redo the command that this extension does, and indeed there is a problem during the conversion of the DVI (generated from a super simple tex file) into a PNG. The error I get is here http://paste.debian.net/1121782
zupo has joined #nixos
<tobiasBora> /nix/store/0mgxv5bf1g6bm1rknbj9rvkx9km245l0-texlive-dvipng.bin-2019/bin/dvipng: Fatal error, PK file /home/me/.texlive2019/texmf-var/fonts/pk/cx/public/cm/cmr10.600pk ends prematurely
<keithy[m]> but I thought nixos whoud be able to set its ip and name.
<tobiasBora> Any idea what is this, and if this is a bug into NixOs?
<{^_^}> [nixpkgs] @lsix merged pull request #74902 → pythonPackages.django: 1.11.24 -> 1.11.26 → https://git.io/JeMQx
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/Je5MI
lukash_ is now known as lukash_|away
erictapen has quit [Quit: leaving]
<DigitalKiwi> infinisil: success!
ixxie has joined #nixos
hjjkh has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lsix pushed to release-19.09 « pythonPackages.django: 1.11.24 -> 1.11.26 »: https://git.io/Je5MO
drakonis has joined #nixos
takeda has joined #nixos
<pie_> "why doesnt it work why doesnt it work!?"
<pie_> aaaaaaaaaaaaaaaaaa
<pie_> ;_; im too tired and dumb for this
<pie_> container@retiolum.service container@retiolum.service.service
<{^_^}> [nixpkgs] @lsix pushed to release-19.09 « pytthonPackages.django_2_2: 2.2.7 -> 2.2.8 »: https://git.io/Je5MG
<tobiasBora> clever: the problem of this command is that I have in the output a huge number of files that are supposed to be compiled, but most of them are not "real compilation", like nixos-version.drv for example I guess... What I mean here by compilation is something that should, in theory, be taken from a cache, but that is not present for some reasons (for example because a built failed on the cache, or because the
<tobiasBora> cache is not aligned yet with the channel...) One of my fear for example is that I'm asked to recompile the linux kernel (and it's actually quite possible because last time the linux kernel was not available). Or some big programs, like firefox...
<pie_> how many different variants of "not evaling the right code" can you come up with
<DigitalKiwi> pie_: there there, just keep swinging the hammers, you'll get it too
<clever> tobiasBora: not much you can do for that, you just have to learn what package names are cheap and what are expensive, and skim over the list
<clever> tobiasBora: one thing that i find helps, is `nixos-rebuild -Q` to hide the build logs, then you can see what it is building
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rootatarch has joined #nixos
<clever> tobiasBora: and if it hangs for more then a minute on a certain job, look at the job names
<pie_> DigitalKiwi: ;_; thanks
<tobiasBora> clever: ok too bad... So it means I cannot hope to automatize it. I'd love a script like "go to the last version of the channel that does not need any 'real' compilation."
<pie_> clever: does hydra publish build durataions?
<pie_> durations
<clever> pie_: i think so, but you need to know which eval its in, which means knowing the nixpkgs rev
<clever> pie_: enless you look up the build graphs for an attr overall
<{^_^}> [nixpkgs] @lsix opened pull request #76045 → pythonPackages.django: 1.11.26 -> 1.11.27 (for CVE) → https://git.io/Je5Ml
<clever> but, dry-run shows drv files, not attrs
<clever> and you have no way to know if an override has been applied to that drv
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<pie_> clever: do you know, is it nspawn that creates the ve- device?
<{^_^}> [nixpkgs] @lsix opened pull request #76046 → python3Packages.django_2_2: 2.2.8 -> 2.2.9 (for CVE) → https://git.io/Je5MR
<clever> pie_: probably
<clever> pie_: ive played a bit with namespacing, and read over how nix creates a namespace with only lo, but i havent seen the code yet to create a linked pair of ve- IF's in seperate namespaces
<pie_> i have to figure out when the right time to run the script is before the container is fully up
rootatarch has left #nixos ["WeeChat 2.7"]
<tobiasBora> hum... but there should be a way no, at least theoretically? I guess hydra has a list of programs she should build, and then we could just compare the hash we get with the hash hydra gets, and see if it differs or not no?
<tobiasBora> Also, it's not even clear with the current output I have if I'm going to recompile the kernel http://paste.debian.net/1121787
<clever> tobiasBora: personally, i have my own hydra setup, to build my entire nixos config, against the latest version of a channel
<clever> tobiasBora: and only if that build is green, will i know that nixos-rebuild switch can pass without errors
<clever> and due to hydra pre-building things, it wont have to compile anything
stites has joined #nixos
<clever> tobiasBora: i dont see any kernel in that pastebin, only linux-modules (a buildEnv) and modules-shrunk (the closure used by the initrd)
<stites> meerp -- can someone help me read a kernel panic? I tihnk either my motherboard or ram has crapped out on me
<clever> tobiasBora: and a quick skim over it says that the "biggest" thing your building is a single perl package, the rest are just configs
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<pie_> things continue to get more painful
<pie_> can i make a service inherit another services env vars?
<clever> pie_: hydra already does that
<pie_> clever: huh?
<{^_^}> [nixpkgs] @lsix pushed 2 commits to release-19.09: https://git.io/Je5M2
<clever> getting link...
o1lo01ol1o has quit [Remote host closed the connection]
<clever> pie_: .environment on all of the services, is set to a set from a let block
<tobiasBora> clever: ok cool. And indeed I just build this perl package... I'll make a "call-clever.sh" script, that sends you this kind of pastebin whenever I need :P What are the tricks to know if a file is just config or more?
<clever> pie_: you could also read some of those attrs
<pie_> clever: wrong kind of inherit :(
<pie_> clever: i mean i need something like ExecStartPost, except i need it to start when execstart is running...not when its finished
<clever> tobiasBora: half memorizing the name and purpose of every single package, half looking for version numbers
<clever> tobiasBora: typically config files dont have version numbers in the names
o1lo01ol1o has joined #nixos
rprospero has quit [Quit: ZNC 1.7.5 - https://znc.in]
<pie_> clever: i dont see an exec option that does what i want so i figured i probably have to get another unit
<tobiasBora> clever: hum, nice trick
<tobiasBora> clever: thanks for your help!
<clever> pie_: nixos creates a /etc/containers/foo.conf file, that contains the HOST_ADDRESS=
<clever> pie_: and EnvironmentFile says to load that, based on the %i (the name after the @)
hmpffff has joined #nixos
<pie_> hm
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<tobiasBora> clever: for weechat-bin-env-2.6, you know that -env is not refering to the actual executable? If yes, can I say something like "any file containing -env- is unlikely to be a real build"?
<{^_^}> [nixpkgs] @jonringer opened pull request #76047 → python3Packages.dask-ml: add fsspec dependency → https://git.io/Je5M1
<clever> tobiasBora: yeah, the -env- in the middle is a sign of it likely just being a bash script that changes env vars to make weechat find plugins
rprospero has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
orivej has joined #nixos
dingenskirchen has quit [Remote host closed the connection]
bvdw has joined #nixos
<pie_> hm but how the heck to i sync this to waiting for execstart
<pie_> gah
dingenskirchen has joined #nixos
<{^_^}> [rfc-steering-committee] @worldofpeace pushed to worldofpeace-patch-1 « Jit.si »: https://git.io/Je5Mb
<{^_^}> [rfc-steering-committee] @worldofpeace opened pull request #26 → Jit.si → https://git.io/Je5MN
zupo has joined #nixos
alexcouch has joined #nixos
Chiliparrot has joined #nixos
zupo has quit [Client Quit]
blaggacao has quit [Quit: Quit]
<{^_^}> [nixpkgs] @Taneb opened pull request #76048 → python: change alias from python2 to python3 → https://git.io/Je5Dt
<{^_^}> [nixpkgs] @jonringer opened pull request #76049 → python3Packages.importlib-metadata: 0.23 -> 1.3.0 → https://git.io/Je5Dq
WillW has joined #nixos
<{^_^}> [nixpkgs] @robertodr opened pull request #76050 → arrayfire: build with current gcc version → https://git.io/Je5Dm
zupo has joined #nixos
DerGuteMoritz has quit [Quit: WeeChat 1.6]
DerGuteMoritz has joined #nixos
zupo has quit [Client Quit]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @FRidh closed pull request #76048 → python: change alias from python2 to python3 → https://git.io/Je5Dt
<pie_> sphalerite: do you know if its possible to view the log for an execstartpost? afaict its not in the main log
gkmngrgn has quit [Quit: WeeChat 2.3]
<{^_^}> [rfc-steering-committee] @spacekookie merged pull request #26 → Jit.si → https://git.io/Je5MN
<{^_^}> [rfc-steering-committee] @spacekookie pushed commit from @worldofpeace to master « Jit.si »: https://git.io/Je5DE
<{^_^}> [rfc-steering-committee] @worldofpeace pushed 0 commits to worldofpeace-patch-1: https://git.io/Je5Du
<{^_^}> [nixpkgs] @primeos pushed to master « gollum: Update the dependencies (security, CVE-2019-16782) »: https://git.io/Je5Dg
<pie_> sphalerite: you know what.
<pie_> sphalerite: Its not the right phrasing but I just want to say "You were right."
<pie_> sphalerite: i hate this so much right now but it works https://bpaste.net/show/YZDYM
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/7cb5ccd7fa7 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<pie_> sphalerite++
<{^_^}> sphalerite's karma got increased to 76
alexcouch has quit [Remote host closed the connection]
endformationage has joined #nixos
jwaksbaum[m] has joined #nixos
dbmikus has joined #nixos
<jwaksbaum[m]> I'm trying to run a custom kernel on nixos. It fails to boot waiting for the root disk to appear. I know the uuid is right because it boots fine using the regular kernel. Does anyone know why this would happen?
<{^_^}> [nixpkgs] @brprice opened pull request #76052 → nixos/acme: implement postRun using ExecStartPost → https://git.io/Je5DF
<pie_> jwaksbaum[m]: can you give additional info? what kind of changes are in the custom kernel?
<pie_> are there any error messages?
<jwaksbaum[m]> pie_: the custom kernel is the chromium is kernel. The hardware is a Chromebook, so I'm hoping running the chromium kernel will give better hardware compatiblity, but I don't know exactly the changes.
shibboleth has joined #nixos
<jwaksbaum[m]> It says it's waiting on /Dev/whatever to appear, then it doesn't appear and it tries to mount anyway and fails
<jwaksbaum[m]> The only other error message is about failing to bind to some audio thing
<pie_> hm, i dont know but maybe with that info someone else will be able to say something
<{^_^}> [nixpkgs] @primeos opened pull request #76053 → [19.09] Ruby security backports for my packages → https://git.io/Je5yI
<pie_> infinisil: re systemd stuff, i need to time the starting of a service like this: A.service runs it's execStart -> b.service starts up, any idea how to do that?
chloekek has joined #nixos
<pie_> infinisil: i need to ifconfig up an interface provided by systemd nspawn in execStart, before the execstart finishes
<pie_> and by before i mean this is a dependency of execstart being _able_ to finish
nehh^ has quit []
<infinisil> I'm not sure what you mean
<infinisil> "time the starting"?
<infinisil> If something needs to happen before ExecStart finishes, just put it in ExecStart?
<pie_> infinisil: i cant, the final command in execstart that im waiting for blocks
<{^_^}> #75951 (by deliciouslytyped, 2 hours ago, open): Container network interfaces dependency loop
<infinisil> pie_: Then ExecStart never finishes though
<infinisil> So you want to have some command run before the blocking call?
<pie_> infinisil: idk how it works exactly then, at some point systemd decides "ok this has started"
<pie_> infinisil: no i want it to run after the blocking call starts
<pie_> i can give some more detaisl
<pie_> (which i happen to be typing up)
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/281cf62724b (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<pie_> does that help any
<infinisil> Hm would ExecStartPost work
<infinisil> pie_: See `man systemd.service` for what that does
acowley[m] has joined #nixos
<pie_> infinisil: i looked at that but no because it only runs after execstart finishes
<infinisil> It depends on the Type
alexherbo2 has joined #nixos
pistache_ is now known as pistache
<infinisil> Man that containers.nix module is so messy
<pie_> apparently its of notify type
<pie_> which makes a lot of sense
<pie_> "; however, it is expected that the service sends a notification message via sd_notify(3) or an equivalent call when it has finished starting up."
<infinisil> Yeah and ExecStartPost mentions something too
<infinisil> for notify
boogiewoogie has joined #nixos
<pie_> hm, so does that mean the nspawn returns immedately
dansho has joined #nixos
<infinisil> I see `--notify-ready=yes`
<infinisil> In nspawns args
<pie_> infinisil: it just sets an env var if i read that correctly so useless in this case
<pie_> i mean the execstartpost comment in the docs
<mrlizard> Hello. It seems that I have issues with nixos update. Did someone faced similar issue? Whole output of update: https://paste.centos.org/view/2f7bdc04
<infinisil> pie_: Why would that be an env var?
is_null has joined #nixos
<mrlizard> Strange that bash wan's to update by recompilation.
<mrlizard> *want's
<pie_> ExecStartPost= commands are only run after the commands specified in ExecStart= have been invoked successfully, as determined by Type= (i.e. the process has been started for Type=simple or Type=idle, the last ExecStart= process exited successfully for Type=oneshot, the initial process exited successfully for Type=forking, "READY=1" is sent for Type=notify, or the BusName= has been taken for Type=dbus).
<pie_> ok whatever that READY=1 thing is
<pie_> but its still "after it has finished"
lovesegfault has quit [Ping timeout: 252 seconds]
<infinisil> Read the `Type` section in the same man page, where notify is explained
<mrlizard> Ah.. it's wireguard issue.
<pie_> im guessing thats an sd_notify thing
<mrlizard> Ok. My fault.
MinceR_ has joined #nixos
<infinisil> pie_: Indeed. But really, I have no idea how to solve the problem, I never used containers
<pie_> unless youre trying to point something out it still looks to me like everything related to notify still just says it will wait for execstart to finish (or in this case for the notification to get sent) before continuing
<pie_> its not a container problem its a running things at the right time problem
<pie_> tl;dr ifconfig ve-something up needs to be run after nspawn but before it times out
<rnhmjoj> infinisil: hi, could you review, as a code owner, my PR #71473? it's been open for a while...
<{^_^}> https://github.com/NixOS/nixpkgs/pull/71473 (by rnhmjoj, 8 weeks ago, open): nixos: unify virtual console options
<pie_> infinisil: derp, so poststartscript is exactly whats being run right now, the problem is thats too late
<infinisil> rnhmjoj: (only code owner of the module-list.nix), but I should be able to take a look today
MinceR has quit [Ping timeout: 265 seconds]
<rnhmjoj> infinisil: thank you!
MinceR_ is now known as MinceR
[Leary] has joined #nixos
<{^_^}> [nixpkgs] @turboMaCk opened pull request #76054 → services.xserver.imwheel: Fix argument escaping → https://git.io/Je5yh
<boogiewoogie> hey, I want to use a specific older mesa package via `hardware.opengl.package` option (using mkDefault, see the latest post in https://github.com/NixOS/nixpkgs/issues/75776), however defining this in my configuration gives `error: The unique option `hardware.opengl.package' is defined multiple times`. how would I disable/hide the default option?
<{^_^}> #75776 (by boogewooge, 3 days ago, open): Numerous games crashing on 19.09 exclusively
<infinisil> pie_: Hm regarding your issue, I have the feeling your mind is ahead of your hands. It's really hard to know what you want to do, the issue seems to be mostly some parts of your thought process, without explaining the issue for someone not familiar with it
<{^_^}> [nixpkgs] @brprice opened pull request #76055 → nixos/nginx: drop extra semicolon in return example → https://git.io/Je5SU
Lears has quit [Ping timeout: 258 seconds]
<pie_> possibly
<infinisil> pie_: E.g. I'm reading "VPN service that needs internet", "a container is not up until ...", what has this to do with containers? Are you running a vpn inside the container?
<pie_> infinisil: yes
mexisme_ has joined #nixos
<infinisil> Like, I can ask a bunch of questions like this, but ideally the issue would tell everybody this already from the beginning
<pie_> i added those to the bullet points
tom39291 has quit [Quit: WeeChat 2.4]
andreas303 has quit [Remote host closed the connection]
<pie_> infinisil: it was clear to me because ive been bashing at this for two days now and my brain thought i obviously explained that i ran it in the container
<infinisil> Yeah :P
<pie_> also lack of sleep yay
<pie_> or rest
<pie_> not sure
<infinisil> pie_: Does the vpn have a dependency on network-online.target?
<infinisil> Because it seems like it should
<pie_> im not sure
<pie_> infinisil: but i think you may have missed the point, the container will not come up till it has internet access, and it will not have internet access till it has come up
andreas303 has joined #nixos
<pie_> i tried adding that as a dependency and i think it just broke even more
<pie_> from what i skimmed out of the docs, network-online just checks if the internal interfaces are configured
<Raito_Bezarius> What can I do when my Nix Store SQLite database seems corrupted?
<Raito_Bezarius> I get this error: error: executing SQLite statement 'pragma synchronous = normal': unable to open database file (in '/nix/var/nix/db/db.sqlite')
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<pie_> which is orthogonal to the issue i think
<infinisil> pie_: No that's network.target
<Raito_Bezarius> My server had no space left for some hours, journald was broken and everything broke
<infinisil> network-online.target is a bit more smart
<infinisil> See `man systemd.special` for docs on these
<infinisil> pie_: (you'll want `network-online.target` in `wants` and `after`)
zeta_0 has joined #nixos
<pie_> infinisil: network online isnt even granular
<pie_> though might be fine for a single purpose container that doesnt do any fancy networkin
<pie_> these systems feel like they are way more complicated and unwieldy than they should be
<pie_> or im just bad
<pie_> well, i guess these are systems we have as opposed to might have in 10 years
<pie_> but i'unno
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
fusion809 has joined #nixos
mexisme_ has quit [Ping timeout: 265 seconds]
alexherbo2 has joined #nixos
<{^_^}> [nixops] @Taneb opened pull request #1214 → (WIP) Upgrade to Python3 → https://git.io/Je5SW
<pie_> im off to garb dinner bbl
<boogiewoogie> no chance to override the `hardware.opengl.package` option? :)
<infinisil> boogiewoogie: You can do `package = mkForce ...`
<infinisil> This sets it with a higher priority, overriding the other definition
<boogiewoogie> infinisil: thanks a lot!
boogiewoogie has quit [Remote host closed the connection]
cfricke has joined #nixos
`slikts has quit [Remote host closed the connection]
`slikts has joined #nixos
alexherbo2 has quit [Ping timeout: 268 seconds]
cfricke has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @danbst opened pull request #76056 → zoom-us: fix web login → https://git.io/Je5Si
hmpffff has quit [Quit: nchrrrr…]
mexisme_ has joined #nixos
Ariakenom has joined #nixos
ixxie has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @skykanin opened pull request #76057 → Add mimeType to discord package → https://git.io/Je5S5
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2e73f72c87e (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #76058 → wfuzz: init at 2.4.2 → https://git.io/Je5SF
<Ankhers> It is relatively safe to use nixpkgs-unstable while using NixOS, right?
<{^_^}> [nixpkgs] @FRidh pushed 3 commits to staging: https://git.io/Je5Sp
<{^_^}> [nixpkgs] @FRidh pushed 0 commits to python-unstable: https://git.io/Je5Sj
<infinisil> Ankhers: Yup
<infinisil> If anything breaks you can still just roll back
alexherbo2 has joined #nixos
<Ankhers> Awesome. Thanks!
<{^_^}> [nixpkgs] @FRidh pushed 273 commits to python-unstable: https://git.io/Je59J
ARandomUser18791 has joined #nixos
<{^_^}> [nixpkgs] @FRidh opened pull request #76059 → Python package set major updates → https://git.io/Je59U
gkmngrgn has joined #nixos
drakonis has quit [Ping timeout: 240 seconds]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
drakonis has joined #nixos
n1x_ has quit [*.net *.split]
greymalkin has quit [*.net *.split]
pepesza has quit [*.net *.split]
edcragg has quit [*.net *.split]
dweller has quit [*.net *.split]
tarruda has quit [*.net *.split]
samueldr has quit [*.net *.split]
gambpang has quit [*.net *.split]
rixed has quit [*.net *.split]
lvmond has quit [*.net *.split]
stew has quit [*.net *.split]
luigy has quit [*.net *.split]
luigy_ has joined #nixos
rixed has joined #nixos
stew has joined #nixos
pepesza has joined #nixos
dweller has joined #nixos
lvmond has joined #nixos
edcragg has joined #nixos
tarruda has joined #nixos
n1x_ has joined #nixos
ARandomUser18791 has quit [Read error: Connection reset by peer]
greymalkin has joined #nixos
gambpang has joined #nixos
samueldr has joined #nixos
ARandomUser90767 has joined #nixos
gambpang has quit [Client Quit]
orivej has quit [Ping timeout: 268 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @FRidh pushed 159 commits to python-unstable: https://git.io/Je590
gambpang has joined #nixos
vbad has joined #nixos
vbad has left #nixos ["Closing Window"]
noudle has quit []
ARandomUser90767 has quit [Quit: Ping timeout: 265 seconds]
fergus has quit [Ping timeout: 265 seconds]
zeta_0 has joined #nixos
<{^_^}> [nixpkgs] @danbst merged pull request #76055 → nixos/nginx: drop extra semicolon in return example → https://git.io/Je5SU
<{^_^}> [nixpkgs] @danbst pushed commit from @brprice to master « nixos/nginx: drop extra semicolon in return example (#76055) »: https://git.io/Je59P
boogiewoogie has joined #nixos
Neo-- has quit [Ping timeout: 248 seconds]
<zeta_0> error: ghcmod: could not find module Yesod? does this have to do with haskell-ide-engine, or is this something that is nix related?
<{^_^}> [nixpkgs] @danbst merged pull request #75921 → nixos-generate-config: don't generate swapDevices for zram devices → https://git.io/Je5ut
<{^_^}> [nixpkgs] @danbst pushed commit from @buckley310 to master « nixos-generate-config: don't generate swapDevices for zram devices (#75921) »: https://git.io/Je591
<{^_^}> [nixpkgs] @alyssais opened pull request #76060 → treewide: fix cargoSha256 (again) → https://git.io/Je59M
averell has quit [*.net *.split]
martyet-o has quit [*.net *.split]
zemm has quit [*.net *.split]
trfl has quit [*.net *.split]
oleks has quit [*.net *.split]
charukiewicz has quit [*.net *.split]
otti0815 has quit [*.net *.split]
Phlogistique has quit [*.net *.split]
fayesafe has quit [*.net *.split]
fraun has quit [*.net *.split]
shapr has quit [*.net *.split]
bourbon has quit [*.net *.split]
bohan has quit [*.net *.split]
nore has quit [*.net *.split]
zemm has joined #nixos
bohan has joined #nixos
martyet-o has joined #nixos
fraun has joined #nixos
charukiewicz has joined #nixos
fayesafe has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #76061 → <!-- Nixpkgs has a lot of new incoming Pull Requests, but not enough people to review this constant stream. Even if you … → https://git.io/Je599
oleks has joined #nixos
shapr has joined #nixos
Phlogistique has joined #nixos
averell has joined #nixos
shapr is now known as Guest30294
rager has joined #nixos
trfl has joined #nixos
nore has joined #nixos
otti0815 has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> [nixpkgs] @flokli merged pull request #75721 → nixosTests.networking: Port tests to python → https://git.io/JeQ1N
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Je59Q
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #76053 → [19.09] Ruby security backports for my packages → https://git.io/Je5yI
<{^_^}> [nixpkgs] @primeos pushed 6 commits to release-19.09: https://git.io/Je59A
<{^_^}> [nixpkgs] @flokli merged pull request #75834 → gitlab: 12.5.4 -> 12.5.5 → https://git.io/Je7QX
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Je59x
drakonis has quit [Ping timeout: 246 seconds]
bbarker has joined #nixos
<{^_^}> [nixpkgs] @flokli pushed commit from @talyz to release-19.09 « gitlab: 12.5.4 -> 12.5.5 »: https://git.io/Je59j
fpletz[m] has quit [*.net *.split]
pingveno[m] has quit [*.net *.split]
lel[m] has quit [*.net *.split]
snupples[m] has quit [*.net *.split]
Christian[m]1 has quit [*.net *.split]
l33[m] has quit [*.net *.split]
phyfey[m] has quit [*.net *.split]
wnklmnn[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
Thinkofname[m] has quit [*.net *.split]
flacks has quit [*.net *.split]
craige[m] has quit [*.net *.split]
simbergm has quit [*.net *.split]
MarkOtaris has quit [*.net *.split]
dtz has quit [*.net *.split]
Noughtmare[m] has quit [*.net *.split]
<{^_^}> [nixpkgs] @koppor opened pull request #76062 → Fix homepage of JabRef → https://git.io/Je5He
shibboleth has quit [*.net *.split]
andreas303 has quit [*.net *.split]
klntsky has quit [*.net *.split]
ng0 has quit [*.net *.split]
phreedom_ has quit [*.net *.split]
oida has quit [*.net *.split]
xelxebar_ has quit [*.net *.split]
oxford has quit [*.net *.split]
<duairc> I've set up Hydra and it's doing exactly what I want it to do and I'm very pleased with it
<gchristensen> :D
<duairc> However, I'm also trying to use it as a substituter on my local machine
<duairc> And I believe I've done everything I'm supposed to do to get that to work
<duairc> But I get this: warning: substituter 'https://...' does not have a valid signature for path '/nix/store/xxxxx'
<duairc> Is there a way I can query something in the /nix/store to see if it's signed, and if so, by what key?
knupfer has joined #nixos
<{^_^}> [nixpkgs] @chkno opened pull request #76063 → Add NixOS module: xidlehook → https://git.io/Je5Ht
stites has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos
<duairc> I guess I can just read the source code of nix myself and see what it's doing
<DanP[m]> How do I set the kernal boot params? I've got `flip_done timed out` errors all through my logs and I think it's related to some long freezes I've been seeing when disconnecting from my dock.
ng0 has joined #nixos
<DanP[m]> apparently some people have had some luck setting the kernal boot param `video=SVIDEO-1:d`, and I'm not sure how to do that in NixOS-land
xelxebar has joined #nixos
turbo_MaCk has joined #nixos
<pbogdan> boot.kernelParams?
eacameron has joined #nixos
<eacameron> I'm trying to build a rust app the normie way on NixOS. It's complaining about LIBCLANG_PATH not providing the right so. It's not even set. Anyone know how to make this happy?
<DanP[m]> huh, that didn't show up when searched options for 'kernal'. But thanks, I'll try that
<lordcirth> eacameron, find where libclang is in /nix/store, and pass it as LIBCLANG_PATH?
zeta_0 has joined #nixos
<eacameron> lordcirth: I could search /nix/store but I'd rather do something like `nix-build <nixpkgs> -A theRightThing` and pass that
<exarkun> DanP[m]: make sure you spell it "kernel" and not "kernal".
<pbogdan> kernel != kernal ;)
cfricke has joined #nixos
<exarkun> it's like your 2nd grade teacher always said, spelling counts
cfricke has quit [Client Quit]
<lordcirth> eacameron, might be easiest to just make a derivation for your rust package?
<DanP[m]> ah, there we go. :the-more-you-know:
<eacameron> lordcirth: Maybe... but I'd rather not go that route right this moment
drakonis has quit [Quit: WeeChat 2.4]
drakonis1 has joined #nixos
drakonis1 has quit [Client Quit]
<mcbeth> Or maybe DanP is working on a Commodore machine, where that is the right spelling :)
drakonis has joined #nixos
jirido has quit [Ping timeout: 240 seconds]
zaeph has quit [Ping timeout: 268 seconds]
<sphalerite> pie_: oh dear x)
<zeta_0> how do i get ghcWithHoogle to work with ghcmod in home.nix? i am currently doing some web development, and i get the error: `ghcmod: could not find module Yesod`? https://hastebin.com/oyefaxojac.py
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
ng0 has quit [Changing host]
ng0 has joined #nixos
zaeph has joined #nixos
<duairc> I think I've pieced together that signatures live in narinfo files? Does that sound right?
civodul has joined #nixos
knupfer has quit [Quit: knupfer]
<eacameron> lordcirth: I needed `export LIBCLANG_PATH=$(nix-build '<nixpkgs>' -A clang.cc.lib)/lib`
<lordcirth> eacameron, ah, nice
<{^_^}> [nixpkgs] @risicle opened pull request #76065 → qemu: 4.1.0 -> 4.2.0, including patch for minor CVE-2019-15890 → https://git.io/Je5H6
cosimone has joined #nixos
knupfer has joined #nixos
chloekek has quit [Ping timeout: 268 seconds]
mexisme_ has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @zimbatm merged pull request #75948 → packer: 1.4.4 -> 1.5.0 → https://git.io/Je5Pm
<{^_^}> [nixpkgs] @zimbatm pushed commit from @endocrimes to master « packer: 1.4.4 -> 1.5.0 (#75948) »: https://git.io/Je5Hi
jgeerds has joined #nixos
m0rphism has quit [Ping timeout: 268 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2e73f72c87e (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<zeta_0> infinisil: is this ghcmod problem with ghcWithHoogle or all-hies, or is this a problem with hie itself, if its the latter i'll go ask for help in hie channel instead?
<zeta_0> infinisil: my other comment is a little bit further up if you have not seen it yet
philr has joined #nixos
leotaku has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #76066 → vscode.extensions.scala-lang.scala: init at 0.3.8 → https://git.io/Je5HA
<{^_^}> [nixpkgs] @raboof closed pull request #76061 → init vscode extensions: scala 0.3.8, metals 1.6.3 → https://git.io/Je599
<duairc> clever: /lastlog clever
<duairc> Oops
ng0 has quit [Quit: Alexa, when is the end of world?]
joepie91 has quit [Remote host closed the connection]
leotaku has joined #nixos
m0rphism has joined #nixos
red[evilred] has joined #nixos
<red[evilred]> umm, so I have one of these ".run" files
<red[evilred]> it's a shell script which has some binary application embedded which then runs
<red[evilred]> any idea how I would go about running it in nixos?
<red[evilred]> it expands into this thing..."AppRun" etc
wildtrees has joined #nixos
<genesis> red[evilred] : sound it could be an appimage
chloekek has joined #nixos
orivej has joined #nixos
<red[evilred]> when I extract the 7z, I see this:
<genesis> yes red[evilred] : easy look soulseekqt derivation
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<red[evilred]> thanks - I'll take a look!
<genesis> you just need to have some patchelf i guess.
asymmetric has quit [Quit: Peace.]
<genesis> depends what in lib/ ;)
<red[evilred]> I was hoping to avoid writing a derivation for it
asymmetric has joined #nixos
<red[evilred]> oh well
<red[evilred]> heh
<BugeyeD> hi all. i keep seeing references to ~/.nix/config.nix or something similar ... where is that discussed in the documentation?
<{^_^}> [nixpkgs] @jonasnick opened pull request #76067 → clightning: 0.7.3 -> 0.8.0 → https://git.io/Je5Qn
<genesis> you quite have only find/replace soulseekqt by your stuff ... but you can patchelf in a nix-shell env i don't see that much easier;
<genesis> yes BugeyeD i never get this works :(
<{^_^}> [nixpkgs] @jonringer merged pull request #76046 → python3Packages.django_2_2: 2.2.8 -> 2.2.9 (for CVE) → https://git.io/Je5MR
<{^_^}> [nixpkgs] @jonringer pushed commit from @lsix to master « python3Packages.django_2_2: 2.2.8 -> 2.2.9 »: https://git.io/Je5QW
<red[evilred]> there's no squashfs in the file directory though
o1lo01ol1o has joined #nixos
<genesis> yes a step less :)
<genesis> the man who make that have write his own packer
<genesis> weird choice;
selfsymmetric-pa has joined #nixos
leotaku has quit [Ping timeout: 260 seconds]
ckauhaus has quit [Quit: WeeChat 2.6]
jgeerds has quit [Ping timeout: 265 seconds]
<red[evilred]> it may be easier to run the windows version under wine
<red[evilred]> :-0P
<genesis> as u wish, but it seems a very easy candidate to learn to make derivation
<red[evilred]> I think my issue is that I don't quite know how to get a derivation to work outside of nixpkgs
reallymemorable has quit [Quit: reallymemorable]
<genesis> i think we need better documentation on that issue
reallymemorable has joined #nixos
m0rphism has quit [Ping timeout: 260 seconds]
ng0 has joined #nixos
gkmngrgn has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #75301 → bash 5.0p9 -> 5.0p11 → https://git.io/JeSle
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/Je5Q6
knupfer has quit [Ping timeout: 245 seconds]
cosimone is now known as cosimone_
cosimone_ is now known as cosimone
zeta_0 has joined #nixos
<zeta_0> why is the nix pkg ghc-mod broken?
<{^_^}> [nixpkgs] @jonringer merged pull request #75899 → Fix Python packages nevow and magic-wormhole-mailbox-server → https://git.io/Je5Cd
<{^_^}> [nixpkgs] @jonringer pushed 4 commits to master: https://git.io/Je5QP
<BugeyeD> while i'm waiting ... anyone here running nixos on the pine64 platform?
leotaku has joined #nixos
reallymemorable has quit [Quit: reallymemorable]
<{^_^}> [nixpkgs] @marsam opened pull request #76068 → buildpack: 0.5.0 -> 0.6.0 → https://git.io/Je5QD
reallymemorable has joined #nixos
<zeta_0> am i going to have to do something like as a workaround to get ghc-mod to work? https://stackoverflow.com/questions/24228402/nixos-and-ghc-mod-module-not-found#24228830
<zeta_0> i give up
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> [nixpkgs] @nh2 merged pull request #75736 → srt: 1.4.0 -> 1.4.1 → https://git.io/JeQHX
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to staging: https://git.io/Je5Q7
mexisme has joined #nixos
<{^_^}> [nixpkgs] @nh2 merged pull request #76062 → Fix homepage of JabRef → https://git.io/Je5He
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/Je5Q5
<Taneb> Does anyone know a good way to get DNS over OpenVPN in NixOS?
vld has quit [Ping timeout: 268 seconds]
reallymemorable has quit [Quit: reallymemorable]
m0rphism has joined #nixos
cosimone has quit [Quit: Quit.]
zeta_0 has joined #nixos
jgeerds has joined #nixos
chloekek has quit [Ping timeout: 258 seconds]
<infinisil> Taneb: If you set it up correctly all traffic is routed over the vpn
<infinisil> I just have `redirect-gateway def1 bypass-dhcp` in my client config that does this
<{^_^}> [nixpkgs] @nh2 merged pull request #75853 → chromium: 79.0.3945.79 -> 79.0.3945.88 → https://git.io/Je7he
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/Je57m
<Taneb> infinisil: OK, I'll give that a go
<{^_^}> [nixpkgs] @misuzu opened pull request #76069 → nixos/3proxy: manual validation fix → https://git.io/Je57C
EdLin has joined #nixos
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @nh2 pushed 3 commits to master: https://git.io/Je574
<{^_^}> [nixpkgs] @nh2 merged pull request #75944 → scc: 2.8.0 -> 2.10.1 → https://git.io/Je5iR
gustavderdrache has quit [Quit: Leaving.]
evhan has quit [Quit: De IRC non curat rex...]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<genesis> can please someone review , would be happy for my mother x-mas #45347
<{^_^}> https://github.com/NixOS/nixpkgs/pull/45347 (by bignaux, 1 year ago, open): PySolFC: 2.0 -> 2.6.4
zeta_0 has joined #nixos
dejanr has joined #nixos
<BugeyeD> in case anyone ends up searching for my earlier question ...
evhan has joined #nixos
lunik1 has joined #nixos
GlennS has quit [Ping timeout: 246 seconds]
voidcontext has quit [Ping timeout: 252 seconds]
<betawaffle> how long until Nix, NixOS, and Nixpkgs have different favicons for their web manuals?
Squarism has quit [Ping timeout: 246 seconds]
ikwildrpepper has quit [Ping timeout: 252 seconds]
voidcontext has joined #nixos
ikwildrpepper has joined #nixos
GlennS has joined #nixos
Squarism has joined #nixos
sondr3 has quit [Quit: WeeChat 2.6]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/dd26550fda5 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
gustavderdrache has joined #nixos
<andi-> betawaffle: another 10y :D
<andi-> I think the main problem is the lack of dedicated icons
orivej has quit [Ping timeout: 258 seconds]
acarrico has quit [Ping timeout: 240 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
apeyroux has quit [Quit: leaving]
<{^_^}> [nixpkgs] @matthewbauer opened pull request #76070 → iOS with xcode 11 cherry pick for 19.09 → https://git.io/Je57F
<{^_^}> [nixpkgs] @zimbatm opened pull request #76071 → WIP: nixos/vagrant-virtualbox-image: init → https://git.io/Je57b
<genesis> do i say mistakes if i say nix doesn't use pcre library and doesn't support https://nixdoc.net/man-pages/Linux/man7/libpcre.7.html#POSIX%20CHARACTER%20CLASSES
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/Je57N
<{^_^}> [nixpkgs] @markuskowa merged pull request #76050 → arrayfire: build with current gcc version → https://git.io/Je5Dm
apeyroux has joined #nixos
<Taneb> infinisil: didn't work for me :(
fenedor has joined #nixos
<infinisil> Taneb: What's `ip route` output?
Ariakenom has quit [Read error: Connection reset by peer]
<Taneb> This is on my laptop, so I'll have to transcribe it
<Taneb> default via 192.168.1.254 dev wlp4s0
<Taneb> 192.168.1.0/24 dev wlp4s0 proto kernel scope link src 192.168.1.74 metric 600
<dansho> is it possible to reference "$out" in the builder parameter? https://paste.ee/p/mBSQ5
<Taneb> Does that help, infinisil?
robogoat has quit [Ping timeout: 252 seconds]
<infinisil> Taneb: Doesn't look like the redirect-gateway applied. Did you restart the openvpn service?
fendoer has joined #nixos
<Taneb> I think so
<infinisil> dansho: ${placeholder "out"} should probably work
robogoat has joined #nixos
<Taneb> infinisil: restarting again doesn't change anything
<infinisil> Taneb: Hm well with that `ip route` it looks like the openvpn config doesn't even work
<infinisil> It should at least have some ips for the tun interface
<infinisil> You sure it works at all? Maybe check the logs
fenedor has quit [Ping timeout: 268 seconds]
acarrico has joined #nixos
jirido has joined #nixos
<Taneb> Ah! I restarted it again and it's added some routes
m0rphism has quit [Ping timeout: 268 seconds]
<Taneb> DNS not working, though
<dansho> infinisil: huh weird it resoved to some long hash, not a store path: https://paste.ee/p/73Pr9
<infinisil> dansho: Ah then it doesn't work. That's how placeholder is implemented
<infinisil> Taneb: What's `ip route`?
<zeta_0> infinisil: is ghc-mod a part of all-hies? because my web app compiles and runs fine but i am getting this weird error message: ghcmod: could not find module Yesod and hie stops working so it is very frustrating?
<infinisil> dansho: So yeah, doesn't work, you'll have to use something that can read env vars
<infinisil> zeta_0: Many things are parts of other things, but no I don't have many clues about ghc-mod, and I don't know the problem here
<infinisil> Taneb: Is that shortened or the full output?
<zeta_0> infinisil: ok, i asked in the haskell channel as well, but they don't seem to understand what is going on either, so i guess i am just going to have to do some more research on this and some more trial and error troubleshooting
<Taneb> infinisil: full. There may be typos
<infinisil> And I guess the 66 is your subnet
<Taneb> Yeah, it's what I expect the VPN to assign me
<infinisil> Taneb: I hope the 178 is a typo in the last line?
<Taneb> Yeah
<Taneb> I've edited the gist
<infinisil> Taneb: And everything other than DNS works?
<Taneb> There's not much I've tested. I can ping, ssh into, and view in a browser an IP
<Taneb> (on the other side of the VPN)
<infinisil> And how does DNS not work?
<Taneb> I cannot resolve any domain names, whether on the VPN's local network or on the general interent
<infinisil> Taneb: Can you `dig duck.com @1.1.1.1`?
bvdw has quit [Read error: Connection reset by peer]
<Taneb> Yes (after disconnecting from the VPN to install dig and then reconnecting)
<Taneb> Tells me three IP addresses
bvdw has joined #nixos
<zeta_0> infinisil: if i understand correctly, hie is going to stop using ghc-mod very soon, that's probably why i am getting that error in emacs
m0rphism has joined #nixos
selfsymmetric-pa has quit [Remote host closed the connection]
<infinisil> Taneb: And what about `dig duck.com`?
<infinisil> Or another domain
<infinisil> (without specifying the name server with @)
<Taneb> "connection timed out; no servers could be reached"
<infinisil> Taneb: What's in your /etc/resolv.conf?
<Taneb> search home
<Taneb> nameserver 192.168.1.254
<Taneb> options edns0
<Taneb> That's it
<infinisil> Ahh
<infinisil> Right, DHCP sets your router to be the DNS server
<{^_^}> [nixpkgs] @worldofpeace merged pull request #75494 → pop-gtk-theme: init at 2019-11-13 → https://git.io/Je91o
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/Je5dY
iz16 has quit [Ping timeout: 246 seconds]
jgeerds has quit [Ping timeout: 258 seconds]
<Taneb> What does that mean for what I should do next?
<infinisil> Taneb: I personally set `networking.nameservers = [ "1.1.1.1" ]`
<Taneb> I'll give that a go
phreedom has joined #nixos
iz16 has joined #nixos
<Taneb> OK, now I can access the general internet by domain name through the VPN but not places on the VPN server's local network
<{^_^}> [nixpkgs] @1000101 opened pull request #76072 → nextcloud: 17.0.1 -> 17.0.2 → https://git.io/Je5dn
phreedom has quit [*.net *.split]
xelxebar has quit [*.net *.split]
<Taneb> Which is an improvement, this situation is less than ideal for me but workable
<infinisil> Taneb: What specifically doesn't work now still?
<Taneb> I would like to be able to write "ssh howl" where howl is a machine on the local network of the VPN server, but when I do that I get the message "ssh: Could not resolve hostname howl: Device or resource busy"
<infinisil> Taneb: You can do that by mapping howl to an ip in the ssh config
<infinisil> Host howl\n HostName 192.168.66.X
<gchristensen> or put the private IPs in public DNS (like howl.yourdomain.com)
<Taneb> infinisil: I'd rather avoid that, if possible. There's a few I'd like to access, and when I connect to the VPN on my desktop (using the gnome network manager applet thingy) it works fine
<infinisil> Hm, I'd think networkmanager might have some DNS server inbetween that does this host mapping
m0rphism has quit [Ping timeout: 260 seconds]
phreedom has joined #nixos
xelxebar has joined #nixos
fendoer has quit [Quit: Leaving]
andreas303 has joined #nixos
m0rphism has joined #nixos
gkmngrgn has joined #nixos
<Taneb> I'm not going to worry about this for now, because it's late and I don't really need this until Monday
<Taneb> Thanks for your help, infinisil!
<infinisil> :)
oida has joined #nixos
klntsky has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
m0rphism has quit [Ping timeout: 258 seconds]
halfbit has quit [Quit: WeeChat 2.6]