andi- 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/nixcon2019 || For best support,
chagra has quit [Ping timeout: 265 seconds]
Havvy has joined #nixos
fendor has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
cosimone has quit [Ping timeout: 260 seconds]
drakonis has joined #nixos
Havvy has quit [Quit: Computer Restarted or Restarting IRC]
klntsky_ has quit [Remote host closed the connection]
Havvy has joined #nixos
klntsky_ has joined #nixos
<evanjs> Welp. Looks like my touchpad problem was a gdm thing in the end. lightdm works, at least
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
<evanjs> I wonder how I could determine if this is a NixOS thing or GDM thing. Not seeing anything under issues for e.g. "GDM input"
<evanjs> jtojnar: worldofpeace any ideas as to why gdm might not initialize mtrack/touchpad, but lightdm works fine? (Hopefully the right people to ping x_x)
<ajs124> evanjs: maybe the GDM module sets some input driver stuff? I think the plasma5 module "recently" (read in 19.09) started enabling the libinput driver by default, when I very much want to use the legacy synaptics driver.
<worldofpeace> gnome3 module enables libinput because the touchpad settings in gnome-control-center uses libinput
<evanjs> hrm. I tried enabling both, either way (separately, that is)
UndefinedIsNotAF has quit [Ping timeout: 264 seconds]
<worldofpeace> I believe similar for plasma5, which I had default enabled in 19.09 because of the installer iso
UndefinedIsNotAF has joined #nixos
<worldofpeace> evanjs: I've actually never heard of mtrack?
<{^_^}> [nixpkgs] @marsam opened pull request #78002 → podman: enable on darwin → https://git.io/Jvk2T
<ajs124> I don't even remember why I use the legacy driver, tbh. There was/is some reason though. Maybe acceleration curves or scrolling or something.
<worldofpeace> woah
<worldofpeace> It's hopelessly out of date
<evanjs> meh I'd never heard of it
<evanjs> but anyway, adding myself to inputs works, but... I shouldn't have to do that
<evanjs> on gdm, it gives: gdm-x-session[18365]: (EE) xf86OpenSerial: Cannot open device /dev/input/mouse0 \n Permission denied
<evanjs> mouse0: opening input device '/dev/input/mouse0' failed (Permission denied). \n mouse0 - failed to create input device '/dev/input/mouse0'.
<evanjs> Not sure why it's freaking out
<worldofpeace> evanjs: I'm confused, "any ideas as to why gdm might not initialize mtrack/touchpad", is mtrack something else?
<evanjs> worldofpeace: sorry, that was another thing in the logs from earlier and I'm not sure if mtrack is related. My core issue is that: evtest reveals that my touchpad provides input, and e.g. gpm works, but my cursor cannot be moved in Xorg
<{^_^}> [nixpkgs] @marsam opened pull request #78003 → mrsh: enable on darwin → https://git.io/Jvk2t
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
<evanjs> looking back, I see messages like "mtrack: cannot configure device" and "Couldn't init device "ETPS/2 Elantech Touchpad"" - but in short, touchpad input is not getting through to Xorg, as far as i can tell
<evanjs> note that I am using xmonad, though I don't think that matters in this case, as the mouse doesn't work on even the GDM locker/login page, where it will for lightdm's
dongcarl has joined #nixos
<hpfr[m]> Is there a latex environment that is cached? texlive combined medium never is for some reason
<evanjs> hpfr[m]: what channel are you on?
<hpfr[m]> Unstable
<hpfr[m]> Nixos-unstable
wildtrees has quit [Quit: Leaving]
<evanjs> not sure how to check but unsure I'd assume that might not be part of the packages for nixos-unstable. When I switched to 20.03 I just locked texlive to stable :P
<evanjs> oh. or not. I guess it didn't take that long
<evanjs> which is surprising, since I have scheme-full...
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
ixxie has quit [Ping timeout: 268 seconds]
<worldofpeace> evanjs: You still didn't make it clear if, you're using mtrack (the driver) or if it's with libinput. Mtrack in nixpkgs (services.xserver.multitouch) hasn't been touched in in 8 years
<evanjs> worldofpeace: sorry, thanks for helping me clarify! I take it "services.xserver.multitouch.enable" would be what you're asking about?
<evanjs> because that seems to be enabled... hrm
<worldofpeace> Yes, and it's soo untouched and unmaintained that it's probably a waste of time
<evanjs> Oh man. It's weird that it only happened on gdm though. Wonder why it came out of nowhere like that
<worldofpeace> I've actually seen people enable that accidentally (thinking it's libinput) several times no
<evanjs> Even moreso if that
dongcarl has joined #nixos
<evanjs> is the only multitouch option available atm
sameerynho has quit [Ping timeout: 260 seconds]
<worldofpeace> services.xserver.libinput.enable
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5f594c6a7c5 (from 52 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<evanjs> worldofpeace: wait is disabling multitouch really all I need to do? Because that's been enabled on here... let me try leaving libinput on and disabling multitouch
<worldofpeace> evanjs: I'm currently opening writing the PR to remove mtrack and xf86-input-multitouch to avoid this in the future
<worldofpeace> Yes, it sounds like it
tilcreator has quit [Ping timeout: 268 seconds]
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
shibboleth has quit [Quit: shibboleth]
gkmngrgn has quit [Ping timeout: 272 seconds]
dongcarl has joined #nixos
<evanjs> worldofpeace++
<{^_^}> worldofpeace's karma got increased to 56
<evanjs> is there any reason the multitouch module is still around?
<evanjs> btw that worked :D
<worldofpeace> evanjs: see my above comment
<evanjs> worldofpeace: derp thank you. thanks ADD haha. awesome!
turona_ has joined #nixos
turona has quit [Ping timeout: 272 seconds]
<worldofpeace> evanjs: 😃, I'm kinda the same. But usually with scattered intense focus
xkapastel has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #78004 → nixos/multitouch: remove (properly known as mtrack) → https://git.io/Jvk2R
<{^_^}> #78004 (by worldofpeace, 40 seconds ago, open): nixos/multitouch: remove (properly known as mtrack)
<evanjs> worldofpeace: just saw that, thank you!!
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
tilcreator has joined #nixos
marusich has joined #nixos
dongcarl has joined #nixos
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jvk2i
drakonis has quit [Ping timeout: 272 seconds]
drakonis has joined #nixos
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
dongcarl has joined #nixos
rcshm has joined #nixos
dongcarl has quit [Client Quit]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #76985 → gdm: refactor to properly handle wayland sessions → https://git.io/Jejfa
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/Jvk2d
fusion809 has joined #nixos
rcshm is now known as rschm
michalrus has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #77993 → rpm: fix helper script paths → https://git.io/JvkRX
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvkaU
<michalrus> Hi, how is this `isNull` operator called? I remember something like `a = b ? c`, and then `a == c` if `b` was null
werner291 has quit [Quit: werner291]
wavirc22 has quit [Ping timeout: 265 seconds]
zeta_0 has joined #nixos
<infinisil> michalrus: isNull just checks whether a value is null, so it would be used like this
dongcarl has joined #nixos
<infinisil> > let x = null; in if isNull x then 10 else 20
<{^_^}> 10
<infinisil> michalrus: Here's an operator reference if you meant something else: https://nixos.wiki/wiki/Nix_Expression_Language#Operators
<michalrus> Oh, I messed it with `?` checking HAS_ATTR
<michalrus> Thank you =)
<michalrus> But wasn’t there anything like, hmmm `or`?
<michalrus> Maybe not. OK, thanks!
<zeta_0> hello guys, i am confused on how to install golang? https://nixos.org/nixpkgs/manual/#sec-language-go
<zeta_0> do i need to build go than place it in my home.nix?
<{^_^}> [nixpkgs] @jtojnar merged pull request #77960 → nixos/doc: suggest checking options for declarative package mgmt → https://git.io/JvTxc
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JvkaC
michalrus has left #nixos ["WeeChat 2.6"]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
fusion809_ has joined #nixos
fusion809 has quit [Read error: Connection reset by peer]
ee194350 has quit [Ping timeout: 240 seconds]
thc202 has quit [Ping timeout: 260 seconds]
ee194350 has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
erictapen has joined #nixos
dongcarl has joined #nixos
horner has joined #nixos
<xa0[m]> can't you just install go? Unless you wanna declaratrvely manage your project
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @marsam opened pull request #78005 → flow: 0.114.0 -> 0.116.1 → https://git.io/JvkVl
gustavderdrache has quit [Quit: Leaving.]
zeta_0 has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed 6 commits to master: https://git.io/JvkV7
ee194350 has quit [Ping timeout: 265 seconds]
ee194350 has joined #nixos
Guest92090 has joined #nixos
lovesegfault has joined #nixos
Jonathan15 has quit [Remote host closed the connection]
lorimer has quit [Read error: Connection reset by peer]
lorimer has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #78006 → pg_checksums: init at 1.0 → https://git.io/Jvkwq
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
dongcarl has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
erictapen has quit [Ping timeout: 268 seconds]
johnw has quit [Remote host closed the connection]
xkapastel has quit [Quit: Connection closed for inactivity]
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
dongcarl has joined #nixos
<noonien> if i use pkgsCross, will i not also get `gcc` in my stdenv?
<noonien> just `<target-host-prefix>-gcc?
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @veprbl opened pull request #78007 → motion: 4.2.2 -> 4.3.0 → https://git.io/JvkrL
dongcarl has joined #nixos
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
<infinisil> noonien: I believe you should use $NIX_CC or so
dongcarl has joined #nixos
jluttine has quit [Ping timeout: 240 seconds]
gpsych has joined #nixos
jluttine has joined #nixos
felixfoertsch23 has quit [Ping timeout: 272 seconds]
UndefinedIsNotAF has quit [Ping timeout: 252 seconds]
UndefinedIsNotAF has joined #nixos
felixfoertsch has joined #nixos
takeda has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
acarrico has quit [Ping timeout: 260 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
fusion809_ has quit [Read error: Connection reset by peer]
fusion809__ has joined #nixos
init_6 has joined #nixos
<clever> noonien: $CC, $LD, and $OBJCOPY always point to the target tools
<danderson> is there a good documentation source for using patchelf? I'm contributing a non-free Go package to nix, which is dynamically linking to the basic libc libraries (libc, libpthread, ld-linux). I added autoPatchelfHook, but `ldd` shows the libraries are still resolving to non-nix paths.
<infinisil> danderson: Did you add the necessary libraries to buildInputs?
<danderson> ... that would help, wouldn't it...
<infinisil> Hehe yes probably
fusion809__ has quit [Remote host closed the connection]
fusion809__ has joined #nixos
<scheming_around> What's the difference between "gawk", "gawk-interactive" and "gawk-with-extensions"?
<init_6> What's the difference between "some", "some interactive" and "some with extensions"?
takeda has quit [Ping timeout: 265 seconds]
<danderson> hmm, doesn't help. I'm suspecting the autopatching hook only works for stuff built by the derivation, not a binary downloaded from somewhere else.
<scheming_around> init_6: I wouldn't be asking if I knew...
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
hoobershaggus has joined #nixos
hoobershaggus is now known as noob
<xa0[m]> init_6: tho number of words?
rleppink` has quit [Ping timeout: 258 seconds]
<evils> scheming_around: gawk is GNU's version of the awk tool; gawkInteractive is that plus readline and the manual, not sure what it's used for, maybe for the debug mode going by the manual; gawk-with-extensions adds a bunch of extensions, like csv and json, presumably to make it easier to work with those formats for example
iqubic has joined #nixos
<iqubic> Alright... I have a question.
<iqubic> Why is it that when ever I click on a link in the GUI chat program Discord, it doesn't actually open any link at all.
<iqubic> Like, I want it to open the link in the already open instance of Firefox, but it doesn't do that. It doesn't do anything at all.
<clever> iqubic: check what discord prints to stdout when you click the link
<clever> iqubic: if its an fhs wrapper, then that will break it entirely
* clever heads off to bed
takeda has joined #nixos
<iqubic> It doesn't print anything to stdout.
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
<danderson> okay so... does `ldd` not resolve rpath correctly or something?
Guest92090 has quit [Ping timeout: 240 seconds]
<danderson> `ldd` on my built binary says stuff resolves to the system's libraries, but `patchelf --print-rpath` shows the correct rpath on the binary, and the rpath is a directory with libc.so.6 in it
<danderson> so... confused.
<hpfr[m]> Difference between nix.optimise.automatic and nix.autoOptimiseStore?
judson__ has joined #nixos
drakonis has quit [Ping timeout: 260 seconds]
<init_6> store for storage?
judson_ has quit [Ping timeout: 260 seconds]
<hpfr[m]> init_6: what? Sorry I’m not sure what you mean if you’re responding to me
buckley310 has quit [Quit: The Lounge - https://thelounge.chat]
<hpfr[m]> Oh wait I think nix.optimise.automatic has a corresponding nix.optimise.dates so you can set times. When would nix.autoOptimiseStore do it then?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/bea1a232c61 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<danderson> if anyone has time to help: https://github.com/danderson/nixpkgs/blob/master/pkgs/servers/tailscale/default.nix is the derivation I'm trying to build.
<danderson> It builds fine, but libc.so.6 isn't resolving to the nix glibc.
<danderson> autoPatchelfHook isn't inserting the rpath for glibc. When I `patchelf` manually in the install phase, the rpath gets set, and the provided rpath contains a `libc.so.6`, but `ldd` still doesn't see it.
<danderson> I'm sure I'm missing something obvious... I just don't know what :(
buckley310 has joined #nixos
<hpfr[m]> clever: iqubic: are you using the flatpak? I think this is a thing with flatpaks and sandboxing, I don’t know how to fix it on NixOS yet. You also can’t find files with the OS file chooser cuz there’s perms for that that have to be set too
<danderson> the fact that autoPatchelfHook isn't inserting the glibc rpath suggests to me I'm doing something wrong and using the wrong libc package as input or something, but looking at other unfree packages, they seem to do fine without further tweaking...
dongcarl has joined #nixos
dongcarl has quit [Client Quit]
horner has quit [Quit: zzZzZzZzZZZzzz…]
* colemickens dang, tailscale looks cool
<colemickens> wow, that's a team too
<danderson> I'm joining them next week!
<danderson> meantime, need to get tailscale on my own machines, which means nixos support :P
<colemickens> I was going to ask :) I recognize your name from a nat punching lib I used ages ago.
<danderson> hah, yeah. Formerly code.google.com/p/nat I think
<danderson> worked okay, but was missing a couple tricks I learned since then
<colemickens> Sounds cool! (Another small world thing feeling of seeing certain NixOS users in other circles/lives too.)
<danderson> heh, indeed. small world.
<colemickens> I wish I had something more useful to suggest. Most of my attempts to package non-source builds have ended in failure
<hpfr[m]> danderson: what’s the difference from nebula (open) or ZeroTier (also closed)?
<danderson> okay, I think I've figured out my linking woes. Looks like the tailscale binary was linked against glibc 2.4, and when I pull glibc in nix, I get 2.7
<danderson> I'm betting symbol mismatches
<danderson> hpfr[m]: nebula lacks a management plane or NAT traversal. It's great for server<>server meshing, but lacks some stuff for other cases (IMO, of course)
<danderson> zerotier focuses a lot on the tech layer, and less on "making it pleasant to use" (again, in my very biased opinion :) )
<hpfr[m]> danderson: I know nebula can connect machines on different networks separated by NAT, so what does NAT traversal mean
mexisme_ has quit [Ping timeout: 260 seconds]
<danderson> this could be a whole conference talk, but basically, the way nebula connects peers works okay with "well behaved" NATs. Think two linux NAT boxes.
<danderson> but it won't work in more adversarial networks, such as horizontal traffic through a CGNAT ISP (between 2 customers of that ISP), or through some silly "security gateways" that do their best to scramble the outbound connections
<hpfr[m]> So not across the wider internet in general? They talk about working with cloud instances and stuff which would be non simple NAT right?
<danderson> that's what I mean when I say Nebula works well for server<>server: in environments where you control the NAT devices on either end of the network, you can adjust them and make them friendly enough for basic traversal to work
<danderson> but if you don't control the NAT devices, you need to apply more traversal techniques to break through
<hpfr[m]> Oh, ok
<hpfr[m]> Thanks
<danderson> I would *love* to gather some telemetry on the state of NAT across the internet, but my rule of thumb: the kind of traversal nebula is doing (basically, use lighthouse as an intermediary to discover + propagate your public ip:port) works for 90% of NATs out there
<danderson> but "works 90% of the time" isn't great for a VPN product :)
<danderson> Nebula "gets around" this because it's designed for server<>server, cloud<>cloud. Those environments are (a) pretty well behaved compared to consumer and corporate networks, and (b) the endpoint owners also own/control the NATs
<danderson> so if the connection doesn't work, they can manually punch holes in the NAT, or tweak its behavior.
<danderson> and a server<>server network is pretty stable too. It's pretty much always "AWS<>Azure", the network conditions don't change much.
takeda has quit [Ping timeout: 268 seconds]
<hpfr[m]> Oh yeah probably more static IP’s and stuff
<danderson> for tailscale, our goal is connecting "my personal laptop" and "my phone". The phone could be on a horrible cellular network with v6-only and NAT64, the laptop could be on a corporate network with a really intolerant "security device"
<danderson> we want the connection to work even in those terrible conditions.
<hpfr[m]> Oh cool
<danderson> For the more extreme cases, we'll have to proxy throuh relay nodes (traffic encrypted e2e, so it's less efficient on the network, but just as secure)
<hpfr[m]> Makes sense now thanks for the explanation
<danderson> but I think we can probably get up to 99% direct connections, or more... It'll just take a bunch of work :)
<hpfr[m]> Well as long as you’re here I’ve got a dumb networking question. I’m behind CGNAT at home and I want to be able to access my home network while away. I can’t just set up a VPN because of CGNAT and also because my ISP doesn’t support IPv6 >:(. Do I get a small VPS and do site to site and connect to the VPS? Or something else?
<colemickens> The static ip and hostname was sort of appealing to me. I prefer self-hosting WG for when I need such scenarios but I actually almost like just using HiddenServices more because they have really stable, reliable, no-work identifiers.
<danderson> well, I hate to advertise, but tailscale is designed for exactly that, punching through silly things like cgnat :D
<danderson> if you want to use OSS only, hmm, let me think
gpsych has quit [Ping timeout: 260 seconds]
<danderson> okay the simplest in terms of setup is: get a VPS, run a wireguard tunnel from your home to the VPS, and connect your laptop/etc to the VPS as well over wg
<danderson> and route via the VPS.
<hpfr[m]> danderson: yeah, preferably FOSS haha. Nebula actually seemed cool, but I think a VPS with WireGuard might be easier and from what you just explained more reliable
<hpfr[m]> Ok sweet that’s what I was planning
<danderson> in general, the simplest solution to NAT traversal is "don't do it", i.e. use a server on the public internet as a relay
<hpfr[m]> Right
<danderson> it's less efficient in terms of network path (e.g. if your phone and laptop are both on LAN, you can't use the same IP to talk to them unless you hairpin through the internet
UndefinedIsNotAF has quit [Ping timeout: 252 seconds]
<xa0[m]> What about dynamic dns and port forwarding
<danderson> but it's simple and foolproof
<hpfr[m]> I gathered as much from searching CGNAT on r/homenetworking haha
UndefinedIsNotAF has joined #nixos
<danderson> xa0[m]: CGNAT (carrier-grade NAT) breaks this
<xa0[m]> Oh
<xa0[m]> Oof
<danderson> with CGNAT, your home router is 1 layer of NAT, but the ISP adds a second layer before the internet
<xa0[m]> Yikes
<danderson> so you have no way to forward ports on the "real" NAT gateway in the ISP network
<danderson> in *theory*, RFCs say that carrier grade NATs should implement PCP (Port Control Protocol), which lets clients request port forwards
<hpfr[m]> If I had IPv6 would you suggest different? Or do my road devices need to have that all the time too
<danderson> I'll give you 1 guess how many ISPs implement it...
<hpfr[m]> My ISP has v6*
<hpfr[m]> yeah, 0 haha
<danderson> if you have v6... it depends :)
noob has quit [Remote host closed the connection]
<danderson> in general, if you have v6, then your home devices are globally reachable
<danderson> you can just connect to their global IPv6 address. You might have to use dynamic DNS to find them, if your ISP doesn't route a static prefix to you
<danderson> (some jerk ISPs do this, to make it harder to run servers and force you to buy "business" service, which has static prefixes...
* colemickens has symmetric gigabit but no ipv6 :(
<danderson> the problem with IPv6 is adoption. If you only ever travel to places that have ipv6 as well, then it's great
<hpfr[m]> Wouldn’t my home devices v6 addresses still change with DHCP?
<danderson> but, depending on your country, your probability of v6 is 30-50%
<danderson> so to be really robust, you still need a fallback option
<danderson> *usually*, with IPv6, your ISP routes a static /64 or /56 of IP space to your router
<danderson> and then your router announces that prefix to the LAN, and clients autoconfigure with a public IP
<danderson> but, some ISPs dynamically assign the /64, so if your router reboots, all your public IPs change
<danderson> also some clients use IPv6 privacy extensions, and automatically rotate their IPv6 address every N minutes
<danderson> for servers you need to disable that, obviously :)
<hpfr[m]> Which is kind of stupid right? (Dynamically assigning v6) there’s so many!
<hpfr[m]> Oh for privacy, ok
<danderson> (or use tailscale, which will just propagate the new IPv6 to your other devices, and the VPN mesh will self-heal!)
<danderson> yeah, for privacy
<danderson> dynamic prefix assignment from ISPs is dumb, yes
<danderson> it's usually because they just duct-tape IPv6 onto their existing infrastructure, which is all dynamic assignment
<danderson> or like I said, because they want to force you to buy $$$ business service
<danderson> "oh, you want servers with a stable IP? +$100/mo, thanks!"
<danderson> but I think for most of them, it's just "legacy reasons"
<danderson> for example, my ISP assigns the IPv6 prefix based on your IPv4 address
<danderson> so if you have a dynamic IPv4 addr...
<hpfr[m]> > $100/mo, “legacy reasons”
<hpfr[m]> Decentralized internet alternative when haha
<{^_^}> error: syntax error, unexpected $undefined, at (string):274:1
<danderson> anyway. For maximum robustness in the world today, and without some fancy software like tailscale, the most robust+simple option is a VPS and use that as your VPN endpoint
<hpfr[m]> Sounds good, thanks again
<danderson> hpfr[m]: I have a whole rant (that will maybe someday be a talk) about how NATs basically broke the decentralized internet
<Dagger> if you have v6, then you can avoid the VPN part. just reverse proxy onto your v6 addresses
<hpfr[m]> I would read that blog post
<danderson> everyone who starts writing decentralized software gets to "oh crap, I have to solve NAT traversal to connect A to B"
<danderson> and they give up and make client/server software in the cloud
<Dagger> and even then, you only need to do it for v4. v6 can go directly to your home servers, skipping the extra hops
<hpfr[m]> But like danderson said doesn’t it depend on if my clients have v6 where I’m traveling
<danderson> so NATs, which are mostly a cost-saving measure (save on IPv4 addrs), forces the internet to be 1-direction
drakonis has joined #nixos
<danderson> you are the client, you consume information from The Internet, the services in the cloud who can afford to be on the public internet
<danderson> it forces the entire internet to be producer (the cloud) -> consumer (home users)
<Dagger> if they have v6 then they can connect directly to your home server. if they don't, then the connection would go via the VPS reverse proxy
<danderson> if you can "remove" NATs from the world, suddenly the "consumers" can easily become producers again!
<danderson> you don't need an expensive cloud if everyone can just talk to each other.
<hpfr[m]> Yeah I’d still need the VPS
<Dagger> and you don't really need to bother with a VPN between the VPS and your home network, that's just extra admin overhead
<danderson> anyway. That's why I care about this problem personally. NATs broke everyone's brain and convinced them that clouds are necessary.
<danderson> I want to fix that :P
<hpfr[m]> danderson: yeah while I was reading up on CGNAT I found a lot of people coming to the same conclusion, it’s bogus
<colemickens> Dagger: unless the goal is to make many devices visible to each other rather than just exposing a single local port outward. I think the multi-device VPN warrants something likeWG
<danderson> or maybe IPv6 will reach 100% adoption, and people will stop doing dumb things like NAT66 and extremist stateful firewalls... But IMO it'll take another 20+ years :(
<danderson> and I don't want to wait :D
<hpfr[m]> That long? Adoption graphs look more promising than that but I guess 100% is a lot different than 90
<colemickens> I'd love to see a technical comparison of tailscale/argo/hiddenservices. Particularly the first two, if there's a huge fundamental difference or if they're pretty similar.
<danderson> yeah, exactly. Networking is weird, because it *cannot* break
<Dagger> there are uses for VPNs, I'm just pointing out that making a v6-only service accessible from random v4-only clients does not need to be one of them
<hpfr[m]> colemickens: by hiddenservices do you mean .onion?
<danderson> if it works 90% of the time, it's fine for personal users like me, but it's not acceptable as a general solution
<colemickens> hpfr
<colemickens> yes
<danderson> colemickens: argo as in the cloudflare product?
<colemickens> argo tunnel to be specific
<hpfr[m]> You find that user friendly enough for regular (non privacy conscious) use? Genuine question I’ve never really used tor
horner has joined #nixos
<hpfr[m]> Oof, cloudflare
<colemickens> hpfr: It was easy to configure in nixos (2 lines?) and a single nix-env to get tor browser.
<danderson> right. I view argo as similar to other beyondcorp systems: it's a huge improvement compared to "VPN into a concentrator and then you have total access to everything behind it"
<hpfr[m]> Yeah I guess if you bookmark them
<colemickens> The onion urls are completely opaque blobs that get copied around and are only really practical for me. :) But I still get a huge kick out of it.
<danderson> but (again IMO), it's solving the problem at the wrong layer. This should be a layer3 problem, not a "connect sockets and proxy through someone else's network" problem
<danderson> and also, I have an objection personally to giving cloudflare more power over my traffic
* colemickens nods at the last bit
<hpfr[m]> ^ this
<danderson> and in general to solutions that are "just connect to us and we'll take care of it"
<colemickens> That's why I like the onion approach. I pay and trust no one. It can work from a headless RPI with an image I can burn and boot and have accessible almost no matter what.
<danderson> I want a system where (a) my traffic isn't at the mercy of cloudflare, and (b) where I control the management plane
<hpfr[m]> Now they’ve got all the medium tech savvy people into 1.1.1.1, not realizing it’s just more centralization
<danderson> I have plans for all this with tailscale, but obviously it's all just ideas for now :)
<colemickens> danderson: Hm. I assumed at some level tailscale was operating a per-VPN large WG instance too, but maybe thats the wrong assumption
<hpfr[m]> danderson: hard to do when it’s closed source ;)
<danderson> colemickens: tailscale has a centralized (but not unique) control plane: all devices dial into a "coordinator" that handles auth, key propagation and helps with NAT
<danderson> but then all the connections are p2p wg tunnels
<danderson> hpfr[m]: I have... plans about that, stay tuned ;)
<colemickens> All?
<danderson> (no promises, etc.)
<danderson> yes, all. Your phone has direct tunnels to all your other devices
<hpfr[m]> danderson: doesn’t even work there yet, plans to overhaul the licensing
mexisme_ has joined #nixos
<hpfr[m]> Mad respect
<danderson> well, one exception: if the NAT situation is _so_ terrible that we can't punch through, the traffic gets routed through relay nodes. But the relay nodes are dumb UDP relays, no visibility into the traffic
<danderson> and it's a last resort "okay NAT punching failed, here's your connectivity anyway"
<colemickens> Yeah, but you're sitll there to try to get the cases where you can punch but need temporary coordination
<colemickens> I think I get it enough now :)
<danderson> so, yeah: centralized control plane (everyone talks to the coordinator), but it's only coordination traffic. The data plane where devices talk to each other is distributed
<danderson> I'd be interested to experiment with a decentralized control plane, but that adds a huge amount of complexity, and it's not clear who wants to buy a product that does that
<danderson> (on the contrary, enterprises want a centralized management point :) )
<danderson> ANYWAY, back to nix packaging. I need to figure out how to give this derivation glibc 2.24, it seems.
<danderson> ... there has to be multiple glibc versions in nix, right? I think I've seen older versions pulled in sometimes before
lovesegfault has quit [Quit: WeeChat 2.7]
<danderson> hmm. I guess not, I only see one version :/
UndefinedIsNotAF has quit [Ping timeout: 264 seconds]
<danderson> hrm. Even more puzzling, looking at symbol versions, the nix glibc should work...
domogled has joined #nixos
UndefinedIsNotAF has joined #nixos
dongcarl has joined #nixos
<danderson> ... okay, more confused now. One binary resolves paths correctly, the other wrong. They have the same deps, and I handle them the same...
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
hpfr has quit [Remote host closed the connection]
<danderson> ... and now I've gotten into a state where `ldd` doesn't print any output at all.
<danderson> sigh
<danderson> ... and the binaries segfault, so there's that
mexisme_ has quit [Ping timeout: 248 seconds]
mexisme_ has joined #nixos
zupo has joined #nixos
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
ee194350 has quit [Ping timeout: 265 seconds]
ee194350 has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 272 seconds]
palo1 is now known as palo
lorimer has quit [Read error: Connection reset by peer]
lorimer has joined #nixos
chagra has joined #nixos
<wedens[m]> I have some backtrace on the screen on shutdown that doesn't appear in `journalctl -b -1`. is there some way to see it?
* DigitalKiwi takes pictures with phone
<wedens[m]> I'll need some high-fps camera for that :)
xkapastel has joined #nixos
<DigitalKiwi> i got the fastest trigger finger in these here parts
<DigitalKiwi> but could try a video
dongcarl has joined #nixos
dongcarl has quit [Client Quit]
kleisli has quit [Ping timeout: 265 seconds]
<danderson> okay, finally got this package working. My conclusion is that patchelf is a cursed tool
<danderson> have to set interpreter and rpath in separate invocations, and set rpath before interpreter, or the resulting binary segfaults.
<danderson> I... what
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dongcarl has joined #nixos
<colemickens> danderson sounds like this maybe? https://github.com/NixOS/patchelf/issues/162
<{^_^}> patchelf#162 (by dsludwig, 48 weeks ago, open): --set-rpath corrupts symbols that are suffix of current RPath
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
<danderson> colemickens: hmm, maybe?... I'd have to binary diff the ELF to find mutations, if any...
<{^_^}> [nixpkgs] @jonringer merged pull request #74094 → nixos/kubernetes: allow configuring cfssl API server SANs → https://git.io/JeP30
<{^_^}> [nixpkgs] @jonringer pushed commit from @anmonteiro to master « nixos/kubernetes: allow configuring cfssl API server SANs »: https://git.io/Jvkyg
dongcarl has joined #nixos
mac10688 has quit [Ping timeout: 272 seconds]
dongcarl has quit [Client Quit]
hoobershaggus has joined #nixos
gpsych has joined #nixos
<{^_^}> [nixpkgs] @danderson opened pull request #78008 → tailscale: init at 0.94-236. → https://git.io/JvkyM
<danderson> \o/
<danderson> now for the nixos module...
<danderson> ... after sleep. 2am.
Heirlung has quit [Read error: Connection reset by peer]
Heirlung has joined #nixos
<{^_^}> [nixpkgs] @colemickens opened pull request #78009 → nixos: home-assistant: can dial out → https://git.io/JvkyQ
<{^_^}> [nixpkgs] @colemickens opened pull request #78010 → home-assistant: v0.103.1 -> 0.104.2 → https://git.io/Jvky7
orivej has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @colemickens opened pull request #78011 → pythonPackages: add `plexauth`, `plexapi`, `plexwebsocket` → https://git.io/JvkyN
<{^_^}> [nixpkgs] @colemickens opened pull request #78012 → pythonPackages.denonavr: init at 0.7.10 → https://git.io/Jvkyx
<{^_^}> [nixpkgs] @colemickens opened pull request #78013 → pythonPackages.flux_led: init at v0.22 → https://git.io/JvkSe
<{^_^}> [nixpkgs] @colemickens opened pull request #78014 → pythonPackages.braviarc-homeassistant: init at 0.3.7.dev0 → https://git.io/JvkSv
<{^_^}> [nixpkgs] @colemickens opened pull request #78015 → pythonPackages.getmac: init at 0.8.2 → https://git.io/JvkSU
<xa0[m]> why do these paths keep happening
<xa0[m]> the long eeeee paths
<xa0[m]> just curious
<danderson> colemickens: having fun I see :D
<colemickens> I was a bit too greedy in a single PR so a lot of git commands later, more PRs to review, hurray!
opthomasprime has joined #nixos
<colemickens> Several times a year I look at how far my nixpkgs is away from nixos-unstable and try to minimize that diff.
<{^_^}> [nixpkgs] @colemickens closed pull request #77883 → home-assistant: upgrade to 0.104.1, add support for zwave/zha adapters, add various python modules for components → https://git.io/JvTE7
<colemickens> This is ready for a review if anyone's bored or if staging already has a mass rebuild: https://github.com/NixOS/nixpkgs/pull/73027
<{^_^}> #73027 (by colemickens, 10 weeks ago, open): (staging) libxkbcommon: 0.8.4 -> 0.9.1
drakonis has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #77973 → firejail: 0.9.60 -> 0.9.62 → https://git.io/JvkYc
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JvkSZ
juhe has joined #nixos
dansho has quit [Quit: Leaving]
infinisil has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
<{^_^}> [nixpkgs] @zimbatm opened pull request #78017 → h: init at 1.0.0 → https://git.io/JvkSz
infinisil has joined #nixos
o1lo01ol1o has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Remote host closed the connection]
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/e2c11ad3c06 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
bvdw has joined #nixos
bogdb has quit [Quit: Leaving]
revtintin has joined #nixos
kreisys has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #78018 → nixos/unclutter: fix old typo → https://git.io/JvkSj
<{^_^}> [nixpkgs] @zaninime opened pull request #78019 → captive-browser: runs on all platforms → https://git.io/Jvk9U
chloekek has joined #nixos
<danderson> hmm. Apparently grahamcofborg has decided my PR no longer needs checking. Cool!
<{^_^}> [nixpkgs] @peti merged pull request #77986 → ghc: 8.8.2-rc1 -> 8.8.2 → https://git.io/Jvklu
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/Jvk9R
tmaekawa has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/5b9eee22acf (from 17 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/Jvk9S
tmaekawa has quit [Client Quit]
<{^_^}> [nixpkgs] @peti merged pull request #77987 → ikiwiki: 3.20170111 -> 3.20190228 → https://git.io/Jvk4L
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/JvkHL
horner has quit [Quit: zzZzZzZzZZZzzz…]
<{^_^}> [nixpkgs] @dywedir opened pull request #78020 → oil: 0.7.pre9 -> 0.7.pre11 → https://git.io/JvkHC
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
leotaku has quit [Quit: ZNC 1.7.4 - https://znc.in]
leotaku has joined #nixos
gpsych has quit [Remote host closed the connection]
hoobershaggus has quit [Remote host closed the connection]
leotaku has quit [Ping timeout: 258 seconds]
domogled has quit [Ping timeout: 268 seconds]
aveltras has joined #nixos
sameerynho has joined #nixos
thc202 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
leotaku has joined #nixos
chloekek has quit [Ping timeout: 272 seconds]
antoniooohhh has joined #nixos
<tilpner> danderson: "
<tilpner> The following builds were skipped because they don't evaluate on x86_64-linux: tailscale
leotaku has quit [Ping timeout: 240 seconds]
antoniooohhh has left #nixos [#nixos]
iyzsong has joined #nixos
UndefinedIsNotAF has quit [Ping timeout: 252 seconds]
UndefinedIsNotAF has joined #nixos
UndefinedIsNotAF has quit [Client Quit]
domogled has joined #nixos
chloekek has joined #nixos
ee194350 has quit [Ping timeout: 268 seconds]
vidbina_ has joined #nixos
ee194350 has joined #nixos
fendor has joined #nixos
fenedor has joined #nixos
fendor has quit [Quit: Leaving]
fenedor is now known as fendor
kraem has joined #nixos
<xa0[m]> heh, after a month, finally got my raspi system to build
sn3rd has joined #nixos
<xa0[m]> at least now it's just a matter of small updates
opthomasprime has left #nixos [#nixos]
civodul has joined #nixos
kraem has quit [Quit: outta here]
<chagra> how do fix the qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" issue
<chagra> it seems the package chatterino2 can't run
revtintin has quit [Quit: WeeChat 1.9.1]
<yorick> tomberek[m]: https://github.com/yorickvP/nix/compare/libarchive...yorickvP:libarchive-decompress yeah, need to rebase this and then clean it up and then fix brotli
fendor_ has joined #nixos
<yorick> also zstd parallel compression
misuzu has quit [Remote host closed the connection]
misuzu has joined #nixos
chiefgoat has quit [Read error: Connection reset by peer]
__monty__ has joined #nixos
werner291 has joined #nixos
chagra has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @kjuvi opened pull request #78021 → graphui: init at 1.1.1 → https://git.io/JvkQ9
chagra has joined #nixos
kleisli has joined #nixos
chiefgoat has joined #nixos
chiefgoat has quit [Client Quit]
chiefgoat has joined #nixos
<{^_^}> [nixpkgs] @bennofs pushed to master « pythonPackages.pypandoc: add sternenseemann to maintainers »: https://git.io/JvkQx
xkapastel has quit [Quit: Connection closed for inactivity]
sn3rd has quit [Remote host closed the connection]
sn3rd has joined #nixos
boegel has quit [Ping timeout: 265 seconds]
Acou_Bass has quit [Ping timeout: 240 seconds]
sn3rd has quit [Remote host closed the connection]
Acou_Bass has joined #nixos
Acou_Bass has quit [Ping timeout: 258 seconds]
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #77861 → sxiv: 25 -> 26, minor cleanup → https://git.io/JvT8d
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/Jvk73
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
<ivan> what is the incantation that gets vmware workstation mouse working properly in a nixos master guest? virtualisation.vmware.guest.enable = true; is not it
<ivan> guest manages to resize its display but the mouse does not move at all
<ivan> this could be the problem but the suid wrapper should be making Xorg run as root
<ivan> [ 17.638] (**) ImPS/2 Generic Wheel Mouse: always reports core events
<ivan> [ 17.638] (EE) PreInit returned 2 for "ImPS/2 Generic Wheel Mouse"
<ivan> [ 17.638] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
<ivan> and X is running as root
<ivan> oh I have to look at a new xorg log path now that it's running as root instead of my user
<ivan> ah, enabled the ImPS/2 mouse in xfce4 and all is good now
<ivan> thank you IRC rubber duck
<ar> ivan: wouldn't that be journalctl --full --unit display-manager?
<ar> or do you not use a DM at all?
<ivan> I just found it in /var/log
<ivan> I had lightdm
<ivan> well, it was failing hard earlier because I did not have lightdm
<ivan> so the vmware nix thing had nothing to wrap when I did startx, I think
cosimone has joined #nixos
acarrico has joined #nixos
<juhe> I'm in a situation I want to remove some stuff from /nix/store, but don't want to delete dependencies already downloaded by most recently failed "nix build ..." (due to insufficient disk space). I removed some stuff from /nix/var/nix/gcroots/auto and then did nix-store --delete /nix/store/ms59... (the directory deleted link pointed to), but I still get that path is still alive...
<{^_^}> [nixpkgs] @mebubo opened pull request #78022 → [19.09] [backport] chromium: 79.0.3945.88 -> 79.0.3945.117 → https://git.io/Jvk7i
<symphorien> juhe: nix-store --query --roots /nix/store/foo
<juhe> symphorien: It prins nothing, so I'd interpret it as it doesn't have gc root that points to the file.
<symphorien> hum strange
<juhe> symphorien: maybe I have corrupted sqlite database :-/
<juhe> symphorien++
<{^_^}> symphorien's karma got increased to 26
<juhe> Even though it didn't lead to resolution of my problem, I've learnt something new :)
<symphorien> if you think you corupted something, maybe run nix-store --verify
<symphorien> in any case, nix-store --delete --force is very dangerous
<{^_^}> [nixpkgs] @Kiwi opened pull request #78023 → hplip: fix hplipWithPlugin → https://git.io/Jvk77
<symphorien> if /run/current-system depends on what you remove, it will *uninstall you whole system*
<juhe> I know, did that twice :-D in the past and won't do that anymore as long as my memory will serve me.
<DigitalKiwi> that's me!
<__monty__> I blame both rm and git for teaching people --force is fine.
<juhe> lol, yes
<juhe> I've run nix-collect-garbage -d to get rid of the situation, nix verify --all didn't report anything (except some missing singatures), but that's maybe because previous command fixed the problem the brute force way. If I get this kind of problem again, I'll run it in reverse sequence.
kraem has joined #nixos
Mrmaxmeier has joined #nixos
cosimone has quit [Quit: Terminated!]
orivej has joined #nixos
Kritnich has quit [Quit: Bye bye.]
<{^_^}> [nixpkgs] @wamserma opened pull request #78024 → minidlna: provide configuration option for announce interval → https://git.io/Jvk5Y
init_6 has quit []
<{^_^}> [nixpkgs] @flokli merged pull request #78019 → captive-browser: runs on all platforms → https://git.io/Jvk9U
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Jvk5Z
<{^_^}> [nixpkgs] @flokli merged pull request #78018 → nixos/unclutter: fix old typo → https://git.io/JvkSj
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Jvk5n
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7db4b67267f (from 82 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @marsam merged pull request #77919 → xmrig: 5.4.0 -> 5.5.1 → https://git.io/JvTwe
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvk5l
<{^_^}> [nixpkgs] @flokli merged pull request #77950 → nixos/buildkite-agent: move to v3 → https://git.io/JvTXt
<{^_^}> [nixpkgs] @flokli pushed 8 commits to master: https://git.io/Jvk54
<{^_^}> [nixpkgs] @marsam merged pull request #77909 → todoist: 0.14.0 -> 0.15.0 → https://git.io/JvTaS
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvk50
<{^_^}> #77994 (by ldesgoui, 15 hours ago, open): chatterino2: use wrapQtAppsHook, unstable-2019-05-11 -> v2.1.7, adopt as maintainer
chloekek has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #77901 → sentencepiece: 0.1.84 -> 0.1.85 → https://git.io/JvTgp
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvk5a
c382feb9 has joined #nixos
rogue_koder_ has quit [Ping timeout: 258 seconds]
<c382feb9> hey folks... I'm trying to wrap .desktop files for use with Firejail and came across this snippet: https://github.com/NixOS/nixpkgs/issues/21413#issuecomment-269718367
<c382feb9> what do I put in place of the ellipsis though?
<steveeJ> samueldr: any chance you're feeling like drive https://github.com/NixOS/nixpkgs/pull/55531 to completion soonish?
<{^_^}> #55531 (by steveeJ, 48 weeks ago, open): pkgs/misc/cups/drivers: add brother mfcl3770cdw
<c382feb9> do I need to copy everything from the original derivation or can I just override it, prepending firejail to the exec line?
<{^_^}> [nixpkgs] @wamserma opened pull request #78025 → Minidlna interval backport → https://git.io/Jvk5h
<{^_^}> [nixpkgs] @marsam merged pull request #77895 → pipreqs: 0.4.9 -> 0.4.10 → https://git.io/JvTzN
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvkdv
jollyjester has joined #nixos
<jollyjester> hello this package request has been sitting alone and untouched for quite a while, qt and c++ are hard to work with but it'd be great if someone can get this package in the repos https://github.com/NixOS/nixpkgs/issues/67632
<{^_^}> [nixpkgs] @mawis opened pull request #78026 → rosegarden: add alsaLib as a dependency → https://git.io/Jvkds
rogue_koder_ has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #77889 → nix-bundle: 0.2.0 -> 0.3.0 → https://git.io/JvTua
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvkdc
ixxie has joined #nixos
alexherbo26 has joined #nixos
wrl_ has quit [Quit: Reconnecting]
wrl has joined #nixos
alex`` has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #77921 → zfs-replicate: 1.1.11 -> 1.1.14 → https://git.io/JvTwR
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvkdg
alexherbo2 has quit [Ping timeout: 268 seconds]
alexherbo26 is now known as alexherbo2
<{^_^}> [nixpkgs] @marsam merged pull request #77902 → sewer: 0.7.0 -> 0.7.3 → https://git.io/JvT2J
<{^_^}> [nixpkgs] @marsam pushed 4 commits to master: https://git.io/Jvkda
alex`` has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #78027 → Remove myself from maintainers on some packages → https://git.io/JvkdV
<{^_^}> [nixpkgs] @marsam merged pull request #77911 → tt-rss-theme-feedly: 2.0.0 -> 2.3.1 → https://git.io/JvTVf
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvkdw
<{^_^}> [nixpkgs] @marsam merged pull request #77887 → magnetico: 0.8.1 -> 0.9.0 → https://git.io/JvTue
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvkd6
mexisme_ has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #77880 → libamqpcpp: 4.1.3 -> 4.1.5 → https://git.io/JvTE2
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvkdS
<{^_^}> [nixpkgs] @marsam merged pull request #77879 → leatherman: 1.9.1 -> 1.10.0 → https://git.io/JvTER
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvkdQ
chloekek has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #78028 → [19.09] Remove myself from maintainers on some packages → https://git.io/Jvkdb
gustavderdrache has joined #nixos
cosimone has joined #nixos
alexherbo2 has quit [Read error: Connection timed out]
<{^_^}> [nixpkgs] @marsam merged pull request #77885 → luigi: 2.8.0 -> 2.8.11 → https://git.io/JvTEb
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvkFW
alexherbo2 has joined #nixos
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @Kiwi opened pull request #78029 → matterhorn: init at 50200.6.0 → https://git.io/JvkFl
<DigitalKiwi> WHY
<DigitalKiwi> why do I always do to the wrong branch :<
TwoNicToupper has joined #nixos
snajpa has joined #nixos
TwoNicToupper has quit [Client Quit]
<{^_^}> [nixpkgs] @jtojnar merged pull request #73276 → Merge pull request #73250 from wamserma/guake-add-setuptools → https://git.io/JewiV
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to release-19.09: https://git.io/JvkbI
TwoNicToupper has joined #nixos
TwoNicToupper has left #nixos [#nixos]
pointfourone has joined #nixos
TwoNicToupper has joined #nixos
TwoNicToupper has left #nixos [#nixos]
pointfourone has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @flokli closed pull request #65246 → zsh-powerlevel10k init at 2019-07-28 → https://git.io/fjM1O
zupo has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #77841 → zsh-powerlevel10k: unstable-2019-12-19 -> 1.0 → https://git.io/JvTqM
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvkbM
<pingiun> what to do about programs that want to write in their installation directory? I'm trying to package a rails app
<pingiun> (working on discourse)
zupo has quit [Client Quit]
<pingiun> building it is working correctly but running it, it will start to complain that it cannot make a `tmp` directory in the store
ixxie has quit [Ping timeout: 268 seconds]
<wedens[m]> you'll most likely have to patch it if there is no config option
<bennofs> pingiun: you might take a look at how gitlab does it
<bennofs> iirc it has a similar issue
<pingiun> ah that's a good idea
srid has joined #nixos
<srid> Is there a more idiomatic way of doing this (conditionally adding dependencies based on platform)? https://www.irccloud.com/pastebin/ZoVOiGEu/default.nix
juhe has quit [Quit: Leaving.]
cosimone has quit [Remote host closed the connection]
zupo has joined #nixos
mexisme_ has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
horner has joined #nixos
<__monty__> srid: That's basically what I've been doing, except cleaner... : )
mexisme_ has quit [Ping timeout: 260 seconds]
<srid> __monty__: cleaner?
<__monty__> I just jam the conditional expression in the concatenation : )
o1lo01ol1o has joined #nixos
knupfer has joined #nixos
ng0_ has joined #nixos
ng0_ has joined #nixos
ng0_ has quit [Changing host]
cosimone has joined #nixos
ng0 has quit [Ping timeout: 265 seconds]
erictapen has joined #nixos
aswanson has quit [Quit: WeeChat 2.4]
aswanson has joined #nixos
<jollyjester> /quit
jollyjester has quit [Quit: leaving]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #78003 → mrsh: enable on darwin → https://git.io/Jvk2t
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvkN8
mauli has joined #nixos
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
justanotheruser has quit [Ping timeout: 268 seconds]
<ddima> srid: there are some useful nix functions available, like `lib.optional` which is often used in similar cases
<{^_^}> [nixpkgs] @flokli closed pull request #77628 → glibc: fix cross with gcc9 → https://git.io/JvJGh
pbb has joined #nixos
<ddima> (and `lib.optional_s_`)
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<srid> ddima: thanks! TIL
werner291 has quit [Ping timeout: 265 seconds]
ng0_ is now known as ng0
<{^_^}> [nixpkgs] @flokli merged pull request #77954 → python3.pkgs.binwalk 2.1.1 -> 2.2.0 → https://git.io/JvT55
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvkNF
opthomasprime has joined #nixos
dongcarl has joined #nixos
TwoNicToupper has joined #nixos
ng0 has quit [Ping timeout: 268 seconds]
dongcarl has quit [Client Quit]
gustavderdrache has quit [Quit: Leaving.]
ng0 has joined #nixos
ng0 has joined #nixos
<aanderse> infinisil: ping
<infinisil> pong
<aanderse> not sure if you recall back to our conversation a while back about attrsOf not having context in the key or not...
<infinisil> Can't remember anything just from that description
drakonis has joined #nixos
Chiliparrot has joined #nixos
<aanderse> attrsOf keys don't have context so you can't put "${pkg.blah}" as an attr key
dongcarl has joined #nixos
<aanderse> do you have any concept if it would be possible to extend the type system to make a type like attrsOf that keeps context in the keys? i see attrsOf is defined in types.nix, but something tells me that might need tob be changed in the c++ code... no idea
o1lo01ol1o has joined #nixos
<infinisil> Ahh yes
m1cr0man has quit [Quit: G'luck]
<infinisil> Yeah I don't think that's possible
* infinisil goes to eat for a bit now
<aanderse> yeah... figured. thought i'd ask, though
<aanderse> thanks
<arcnmx> iirc yeah it's not just nixpkgs, but nix itself won't let you put context in attrset keys?
<aanderse> arc: yeah, that was my guess too... but had non idea, so thought i'd ask
<aanderse> thanks for commenting :)
<aanderse> too bad :(
<arcnmx> :(
o1lo01ol1o has quit [Ping timeout: 240 seconds]
opthomasprime has left #nixos [#nixos]
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
werner291 has joined #nixos
JosW has joined #nixos
rogue_koder_ has quit [Ping timeout: 268 seconds]
opthomasprime has joined #nixos
drakonis has quit [Ping timeout: 272 seconds]
mac10688 has joined #nixos
Lears has quit [Read error: No route to host]
Lears has joined #nixos
<c382feb9> how do i update .desktop entries (e.g. firefox) to launch the firejail'ed version of the process?
horner has quit [Quit: zzZzZzZzZZZzzz…]
<{^_^}> [nixpkgs] @mdlayher opened pull request #78034 → corerad: 0.1.8 -> 0.1.9 → https://git.io/JvkAK
rogue_koder_ has joined #nixos
puck has quit [Ping timeout: 268 seconds]
puck has joined #nixos
dongcarl has joined #nixos
TwoNicToupper has quit [Remote host closed the connection]
TwoNicToupper has joined #nixos
Guest84 has joined #nixos
<Guest84> ```s = rec { a = 3; "2" =9; c = a;}``` allows me to assign c the value of a. How do I assign `c`, the value of `"2"`?
TwoNicToupper has quit [Remote host closed the connection]
<c382feb9> Guest84: how about using double apostrophes instead of quotes?
<Guest84> You mean double single quotes?
<c382feb9> yes
<Guest84> > a = 3
<{^_^}> a defined
<Guest84> > s = rec { a = 3; "2" =9; c = a;}
<{^_^}> s defined
<Guest84> s
<Guest84> >
<Guest84> > s
<{^_^}> { "2" = 9; a = 3; c = 3; }
<c382feb9> > s = rec { a = 3; "2" = 9; c = ''2''; }
<{^_^}> s defined
<c382feb9> s
<c382feb9> > s
<{^_^}> { "2" = 9; a = 3; c = "2"; }
<Guest84> They all assign c to "2"
<c382feb9> oh you expect it to be 9?
<Guest84> I want c to be same as whatever s."2" is
<Guest84> yeah
<c382feb9> hm
<c382feb9> > let two = 9 in s = rec { a = 3; "2" = two; c = two }
<{^_^}> error: syntax error, unexpected IN, expecting ';', at (string):275:13
<c382feb9> > let two = 9; in s = rec { a = 3; "2" = two; c = two }
<{^_^}> error: syntax error, unexpected '=', expecting ')', at (string):275:19
<c382feb9> > s = let two = 9; in rec { a = 3; "2" = two; c = two }
<{^_^}> error: syntax error, unexpected '}', expecting ';', at (string):202:54
<c382feb9> > s = let two = 9; in rec { a = 3; "2" = two; c = two; }
<{^_^}> s defined
<c382feb9> s
<c382feb9> damn
<c382feb9> > s
<{^_^}> { "2" = 9; a = 3; c = 9; }
<c382feb9> Guest84: so how about with a let?
<arcnmx> you can just use c = s."2", but I'm not sure if there's a way to otherwise
<Guest84> arcnmx: Thanks, that's what I wanted
<Guest84> c382feb9: Thanks for trying to help :)
<arcnmx> the limitation there being that you do need to use let to assign a name to s, and can't just use it in any rec
<c382feb9> > s = { "2" = 1; b = s."2"; }
<{^_^}> s defined
<c382feb9> > s
<{^_^}> { "2" = 1; b = <CODE>; }
<c382feb9> what's this <CODE> thing?
<Guest84> arcnmx: Good to know. Luckily in my current use case, I do have a let there.
horner has joined #nixos
<arcnmx> mm just an annoyance really, you can throw the let self = { ... } anywhere you have a rec { ... }, it just makes things slightly more verbose/awkward.
<arcnmx> er (let self = { ... }; self) and the brackets are ugly but eh :p
zupo has joined #nixos
<Guest84> Hadn't thought of it but clever.
<yorick> is there no lib.licenses.apache?
<yorick> > lib.licenses.asl20
<{^_^}> { fullName = "Apache License 2.0"; shortName = "asl20"; spdxId = "Apache-2.0"; url = <CODE>; }
<yorick> ok
<{^_^}> [nixpkgs] @prusnak opened pull request #78035 → pythonPackages.runway-python: 0.5.7 -> 0.5.9 → https://git.io/JvkxT
<{^_^}> [nixpkgs] @prusnak opened pull request #78036 → runwayml: 0.10.11 -> 0.10.20 → https://git.io/Jvkxt
TwoNicToupper has joined #nixos
aveltras has quit [Quit: Connection closed for inactivity]
rschm has quit []
mexisme_ has joined #nixos
XenGi has quit [Remote host closed the connection]
mexisme_ has quit [Ping timeout: 252 seconds]
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
XenGi has joined #nixos
cosimone has quit [Quit: Quit.]
fusion809__ has quit [Remote host closed the connection]
dongcarl has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/d14cea0dec2 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
dongcarl has quit [Client Quit]
justanotheruser has joined #nixos
cosimone has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #78027 → Remove myself from maintainers on some packages → https://git.io/JvkdV
<{^_^}> [nixpkgs] @veprbl pushed commit from @ivan to master « treewide: Remove myself from maintainers on some packages (#78027) »: https://git.io/Jvkx6
kenjis1 has joined #nixos
dongcarl has joined #nixos
Guest84 has quit [Ping timeout: 265 seconds]
dongcarl has quit [Quit: The Lounge - https://thelounge.chat]
TwoNicToupper has quit [Remote host closed the connection]
aveltras has joined #nixos
dongcarl has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
dongcarl has quit [Client Quit]
tomberek has joined #nixos
gustavderdrache has joined #nixos
dongcarl has joined #nixos
crusader1 has joined #nixos
drakonis has joined #nixos
srid has quit [Quit: Connection closed for inactivity]
ryantm has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b1f7e20ca83 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d14cea0dec2 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @asymmetric opened pull request #78037 → nodePackages/ssb-room: init at 1.1.2 → https://git.io/Jvkpt
<{^_^}> [nixpkgs] @yorickvP opened pull request #78038 → Victoriametrics → https://git.io/Jvkpq
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Remote host closed the connection]
zeta_0 has joined #nixos
<zeta_0> hello guys i need to allow a broken package, does home.nix use the same option as configuration.nix?
<zeta_0> { nixpkgs.config.allowBroken = true; }
<zeta_0> i don't want to use ghc-mod, but i need to enable it to get ihaskell working
<zeta_0> nevermind i found it in home-manager options: https://rycee.gitlab.io/home-manager/options.html#opt-nixpkgs.config
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
rogue_koder_ has quit [Read error: Connection reset by peer]
rogue_koder has joined #nixos
dm9 has joined #nixos
metalrain has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @marsam merged pull request #77965 → noise-repellent: unstable-2018-12-29 -> 0.1.5 → https://git.io/JvkUu
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvkpS
<Taneb> I'm trying to package dasher and I've ran into errors with autoconf and m4 that I don't really understand
<{^_^}> [nixpkgs] @marsam merged pull request #77966 → distrho: 2018-04-16 -> unstable-2019-10-09 → https://git.io/JvkUM
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvkp9
<{^_^}> [nixpkgs] @marsam merged pull request #77966 → distrho: 2018-04-16 -> unstable-2019-10-09 → https://git.io/JvkUM
drakonis has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @marsam merged pull request #78006 → pg_checksums: init at 1.0 → https://git.io/Jvkwq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvkpQ
Nheryva has joined #nixos
<{^_^}> [nixpkgs] @magnetophon opened pull request #78039 → sfizz: init at unstable-2020-01-19 → https://git.io/JvkpA
vidbina_ has quit [Ping timeout: 258 seconds]
halfbit has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #77540 → nixos/tests/certmgr: Fix file permissions → https://git.io/JvfEt
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Jvkhk
UndefinedIsNotAF has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #78040 → zchunk: init at 1.1.5 → https://git.io/Jvkht
gustavderdrache has quit [Quit: Leaving.]
tertl3 has joined #nixos
ixxie has joined #nixos
gkmngrgn has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #78041 → librepo: 1.9.2 -> 1.11.2, zchunk → https://git.io/Jvkhl
erictapen has quit [Ping timeout: 268 seconds]
erictapen has joined #nixos
dm9 has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @jm-g opened pull request #78042 → Pr scala out dir cleaned → https://git.io/Jvkhg
horner has quit [Quit: zzZzZzZzZZZzzz…]
wolfshappen has quit [Quit: bye]
wolfshappen has joined #nixos
halfbit has quit [Ping timeout: 252 seconds]
gkmngrgn has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Infinisil opened pull request #78043 → pythonPackages.pycurl: Disable tests → https://git.io/JvkhK
wolfshappen has quit [Ping timeout: 268 seconds]
wolfshappen has joined #nixos
asymmetric has quit [Quit: Peace.]
asymmetric has joined #nixos
work_ has joined #nixos
cosimone_ has joined #nixos
<infinisil> Not often can 4 issues be closed from a single PR ^^! Admittedly they were 4 duplicates, but still
cosimone_ has quit [Client Quit]
cosimone has quit [Ping timeout: 252 seconds]
cosimone has joined #nixos
Kritnich has joined #nixos
cosimone has quit [Quit: Quit.]
v88m has joined #nixos
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
troydm has joined #nixos
medvid_ has joined #nixos
medvid has quit [Ping timeout: 268 seconds]
test53453535[m] has joined #nixos
<test53453535[m]> how to force nix to pull the latest grub source and build it instead of just installing grub-2.04 binary?
<infinisil> test53453535[m]: You can do that by overriding grub's source, e.g. `grub2.overrideAttrs (drv: { src = fetchgit { ... }; })`
c382feb9 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @samueldr merged pull request #77703 → syslinux: 2015-11-09 -> 2019-02-07 → https://git.io/JvUTR
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/JvkjL
<test53453535[m]> ah i'll try that thanks
zeta_0 has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/d14cea0dec2 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
<noonien> are there any windows apps/executables packages in nixpkgs?
<noonien> i've packaged kkrieger (which is a pretty old game, for which only binaries exist (afaik)) with wine
<noonien> would it be accepted if i make a PR?
erictapen has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @lheckemann merged pull request #78020 → oil: 0.7.pre9 -> 0.7.pre11 → https://git.io/JvkHC
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/JvkjW
Kritnich has quit [Quit: Bye bye.]
tjg1 has quit [Ping timeout: 260 seconds]
rogue_koder has quit [Ping timeout: 268 seconds]
rogue_koder_ has joined #nixos
opthomasprime has left #nixos [#nixos]
<danderson> in a nix derivation, how do you restrict it to x86_64 only? Adding an unfree binary package, which only has a x86_64 build
<samueldr> meta.platforms
<danderson> aha, I thought that was only OS. I see now, thanks!
<symphorien> noonien: there is a cross compile putty iirc
fresheyeball has joined #nixos
<noonien> hmm, doesn't seem like it
tokudan has quit [Quit: Dunno.]
<{^_^}> [nixpkgs] @jonringer reopened pull request #72039 → pythonPackages.pycurl: disable flakey memory tests → https://git.io/JvvWC
<fresheyeball> so I am trying to setup some infrastructure for a venture I would like to try
<fresheyeball> and hitting some conundrums
<fresheyeball> for email I was thinking protonmail for security reasons
<fresheyeball> but they don't have a calendar yet
<{^_^}> #44632 (by matthewbauer, 1 year ago, merged): Support building putty for windows
<fresheyeball> is there anything open source, and self hostable for that?
<symphorien> radicale has a nixos module
<fresheyeball> I payed for g-suite, but now I am thinking there is nothing I want to use there
<noonien> yes, as far as i can tell, that is for building the a putty for windows
<noonien> i want to backage an existing windows executable into nixpkgs
* infinisil is using radicale
<noonien> basically just a wrapper to run a recompiled .exe with wine
tokudan has joined #nixos
drakonis has joined #nixos
<fresheyeball> hmm radicale does look good from the spash page
cosimone has joined #nixos
tokudan has quit [Remote host closed the connection]
<fresheyeball> symphorien: do you know if radicale supports invites?
<symphorien> I don't think so
Kritnich has joined #nixos
mexisme_ has joined #nixos
tokudan has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #78043 → pythonPackages.pycurl: Disable tests → https://git.io/JvkhK
<{^_^}> [nixpkgs] @jonringer closed pull request #72039 → pythonPackages.pycurl: disable flakey memory tests → https://git.io/JvvWC
chagra_ has joined #nixos
chagra has quit [Ping timeout: 265 seconds]
Kritnich has quit [Remote host closed the connection]
Kritnich has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed to master « esphome: 1.14.1 -> 1.14.3, fix build »: https://git.io/JvIeO
drakonis has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed 70 commits to staging-19.09: https://git.io/JvIe4
delli3 has joined #nixos
johnw has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hyper_ch has quit [Read error: Connection reset by peer]
zupo has joined #nixos
gxt has quit [Quit: WeeChat 2.7]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #78045 → nixos/buildkite: add option to configure user, add nix-required packages to runtime, add test → https://git.io/JvIer
Kritnich has quit [Quit: Bye bye.]
knupfer has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @symphorien opened pull request #78046 → nixos/snapper: automatically create the .snapshots subvolume with correct permissions → https://git.io/JvIe1
zeta_0 has joined #nixos
snajpa has left #nixos [#nixos]
<eyJhb> How can I check when my local channel was last updated, and the last time a rebuild was run?
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @flokli closed pull request #77587 → test-driver.py: Share the shared dir between VMs → https://git.io/Jvfbp
bvdw has joined #nixos
eyJhb has quit [Quit: Clever message]
eyJhb has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #77654 → samtools: 1.9 -> 1.10 → https://git.io/JvJVl
<{^_^}> [nixpkgs] @jonringer pushed to master « samtools: 1.9 -> 1.10 »: https://git.io/JvIeh
<eyJhb> Anyone have experience with using `system.autoUpgrade.enable` when using iptables? As far as I remember NixOS isn't nice regarding iptables (readding things that is already added etc.)
<gchristensen> it is fine as long as you correctly assign firewall rules to the nixos-fw chain
<eyJhb> gchristensen: "correctly"?
<gchristensen> like allowedTCPPorts and stuff ? those are all just fine
<gchristensen> if you have some custom firewall rules doing their own thing ,no guarantees
<eyJhb> Yeah, I am using custom commands
<eyJhb> Currently up/down for OpenVPN
<gchristensen> if you add them to the nixos-fw chain, they're managed I think
<eyJhb> `services.openvpn.servers.<name>.(up|down)`
<eyJhb> Hmm.. I might try to enable it and see what happens... Not sure how well it works
<eyJhb> Also becaues there is some hackery regarding the RP-Filter
drakonis has joined #nixos
<infinisil> eyJhb: You could give networking.useNetworkd a try, networkd is based on a declarative config, none of that imperative ip command stuff
tjg1 has joined #nixos
<eyJhb> infinisil: I can PM you config, you might be better at seeing if it would make sense
<bennofs> eyJhb: you can also define down commands in addition to the up commands for your custom rules
<bennofs> then if you delete your custom stuff again it should work
<infinisil> eyJhb: I don't know much about ip tables stuff
<eyJhb> bennofs: I am using up/down, but I just remember having SO much trouble with it in general
<eyJhb> infinisil: this is generally hell
<bennofs> i basically copied everything from extraCommands to extraStopCommands and replaced -A by -D and added || true after every command
<bennofs> so yeah, I also find it quite hard to use
<eyJhb> bennofs: that is what I did as well :p
<eyJhb> Would be nice with something that could automatically generate them (if wanted)
<infinisil> If I had to mess with such stuff I'd try to learn networkd
<infinisil> Ideally nixos can switch to networkd by default eventually too
<eyJhb> But, how would it differ?
<eyJhb> Would it then be `systemd.network.units` instead?
<bennofs> does networkd even do firewalling?
<eyJhb> Maybe I should give nftables a go
fresheyeball has quit [Quit: WeeChat 2.6]
<infinisil> bennofs: Yeah I'm pretty sure it does
<infinisil> Many things are implemented both for the iptables stuff and networkd, and I think if you use `useNetworkd` with unsupported settings it will throw an assertion
<{^_^}> [nixpkgs] @nloomans opened pull request #78047 → hakuneko: 5.0.8 -> 6.1.7 → https://git.io/JvIvm
<eyJhb> ,locate bin iptables-restore-translate
<{^_^}> Found in packages: iptables
<eyJhb> Well, that just hangs or takes forever
Ox450x6c has joined #nixos
<ToxicFrog`> Is anyone else seeing an issue where your ACME cert timers aren't firing except on boot?
<ToxicFrog`> It looks like what happens is that the timer fires, and since the renew service is set to RemainAfterExit, it runs, exits, and since it's still "there" the timer is suspended
<ToxicFrog`> that's my best guess based on the behaviour, anyways; the timers show up as n/a and if I `systemctl stop` the corresponding service (which is "active (exited)") the timer shows up properly again.
ToxicFrog` is now known as ToxicFrog
<infinisil> ToxicFrog: Maybe that was what I introduced in #72056, but this should be fixed with #76052
<{^_^}> https://github.com/NixOS/nixpkgs/pull/72056 (by Infinisil, 12 weeks ago, merged): nixos/acme: Fix allowKeysForGroup not applying immediately
<{^_^}> https://github.com/NixOS/nixpkgs/pull/76052 (by brprice, 4 weeks ago, merged): nixos/acme: implement postRun using ExecStartPost
<ToxicFrog> infinisil: my nixpkgs checkout is between those two, so that explains it
<ToxicFrog> (I'm using a local checkout because I'm still waiting for a bunch of patches to get merged, and sometimes I forget to update it...)
<ToxicFrog> Also, while I'm here, a question about nixpkgs conventions -- why are even trivial packages written as .../foo/default.nix rather than just .../foo.nix ?
<infinisil> ToxicFrog: No idea, I guess it just caught on
<infinisil> Though if you later need multiple files you don't need to update the expression in all-packages.nix with this
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/14aca32d269 (from 61 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @paulreimer opened pull request #78048 → vimPlugins.deoplete-zsh: init at 2019-11-10 → https://git.io/JvIvP
<ToxicFrog> Aah, true
<{^_^}> [nixpkgs] @paulreimer opened pull request #78049 → vimPlugins.deoplete-emoji: init at 2019-01-20 → https://git.io/JvIvy
<ToxicFrog> Oh ffs
<ToxicFrog> I'm rebasing, and it's been so long since I originally submitted these patches that someone has "helpfully" deleted one of the broken packages I fixed
<{^_^}> [nixpkgs] @jonringer opened pull request #78050 → pythonPackages.pycurl: disable flakey memory tests → https://git.io/JvIvQ
<{^_^}> [nixpkgs] @rycee pushed to master « eclipsePlugins.jdt: fix source hash »: https://git.io/JvIvb
<multun> how nice
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> [nixpkgs] @Profpatsch opened pull request #78051 → init: dasher at 2018-04-03 → https://git.io/JvIvj
<Taneb> Profpatsch: I was trying to package that!
Kritnich has joined #nixos
work_ has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @arcz opened pull request #78052 → mitmproxy: 4.0.4 -> 5.0.1 → https://git.io/JvIfq
<Taneb> ...partially because I saw you talking about it on Twitter..
aveltras has quit [Quit: Connection closed for inactivity]
chloekek has quit [Ping timeout: 268 seconds]
kvda has joined #nixos
symphorien has quit [Quit: WeeChat 2.6]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
symphorien has joined #nixos
<{^_^}> [nixpkgs] @rickynils opened pull request #78053 → pkgs/coreutils: Disable the df skip-rootfs test → https://git.io/JvIfz
ryantm has joined #nixos
Nheryva has quit [Quit: Leaving]
symphorien has quit [Client Quit]
Ox450x6c has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @jonringer merged pull request #78048 → vimPlugins.deoplete-zsh: init at 2019-11-10 → https://git.io/JvIvP
<{^_^}> [nixpkgs] @jonringer pushed commit from @paulreimer to master « vimPlugins.deoplete-zsh: init at 2019-11-10 »: https://git.io/JvIfK
mexisme_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #78049 → vimPlugins.deoplete-emoji: init at 2019-01-20 → https://git.io/JvIvy
<{^_^}> [nixpkgs] @jonringer pushed commit from @paulreimer to master « vimPlugins.deoplete-emoji: init at 2019-01-20 »: https://git.io/JvIf6
<{^_^}> [nixpkgs] @Profpatsch merged pull request #47728 → rabbitmq: make all dependencies explicit → https://git.io/fxISM
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @binarin to master « rabbitmq: make all dependencies explicit »: https://git.io/JvIfi
orivej has quit [Ping timeout: 268 seconds]
__monty__ has quit [Quit: leaving]
symphorien has joined #nixos
<noonien> are there any lighter containers that don't require root?
<noonien> i think just a chroot would do
Rusty1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer merged pull request #77961 → dotnetCorePackages updates and add missing netcore versions → https://git.io/JvTp1
<{^_^}> [nixpkgs] @jonringer pushed 15 commits to master: https://git.io/JvIfH
johrmungand has joined #nixos
zeta_0 has joined #nixos
<noonien> i have a bot that i want to implement an .eval comand for multiple languages
<johrmungand> I'm kinda sick of having to sudo to edit and rebuke my configuration every 5 mins (still new so I'm editing my config a lot) what's the best solution to this problem?
<noonien> i guess i could just load the evaluated string in a nix expression, and use that to evaluate the code, but perhaps there's a better solution?
<johrmungand> Rebuild*
<noonien> johrmungand: i have my configuration.nix editable by my user, so i don't have to sudo
<johrmungand> How do I do that noonien
<infinisil> noonien: You mean something like {^_^} does here?
erictapen has joined #nixos
<noonien> johrmungand: `chmod -R user:group /etc/nixos`
<noonien> infinisil: hmm, yes, but i would like to have other languages also
<noonien> evaluation nix is not that hard
<johrmungand> Can I just add [nixos] under my user in the configuration?
<noonien> sure, then you can symlink it to /etc/nixos
<noonien> infinisil: i want to run commands from users i don't fully trust. i would prefer to have no network, and a timeout on the command
<noonien> not neccesarely nix code, perhaps go, js, etc
<noonien> i looked into nixos-containers and that's not really what they were designed for, and, also require root access
<infinisil> In the nixbot I'm just only using nix-instantiate --eval
<infinisil> Then you can't do any builds, just evaluation
<noonien> in my case, i don't know if that would be enough
<noonien> since running c code, for example, requires a compiler
<noonien> and building the said program
<johrmungand> noonien: it's not working, it says 'user:group' is an invalid mode
<noonien> oh, my bad, sorry, i'm tired, that should have been `chown`
<noonien> also, you need to replace `user`, and `group` with your username and group
<noonien> or, alternatively, you could create a group that can edit that configuration, and add yourself to it, and then chown to that group
<johrmungand> No worries, so it'll be chown -R myuser:nixos /etc/nixos ?
<noonien> what does running the command `groups` show?
<johrmungand> Users, wheel, audio, video docker, adbusers. Am I supposed to add/create(?) A nixos group first?
<noonien> `sudo chown -R johrmungand:user /etc/nixos` should work
<johrmungand> That did the trick when it comes to editing configuration.nix, thank you. I'll be looking into chown now lol
o1lo01ol1o has quit [Remote host closed the connection]
pbb has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @JakeStanger opened pull request #78055 → rofi-mpd: 1.1.0 -> 2.0.0 → https://git.io/JvIJI
johrmungand has quit [Quit: Quit]
o1lo01ol1o has joined #nixos
pbb has joined #nixos
alexherbo20 has joined #nixos
alex`` has quit [Ping timeout: 268 seconds]
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo20 is now known as alexherbo2
o1lo01ol1o has quit [Ping timeout: 268 seconds]
alex`` has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @fpletz opened pull request #78056 → platformio: 4.0.3 -> 4.1.0 → https://git.io/JvIJ2
gustavderdrache has joined #nixos
thc202 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @evanjs opened pull request #78057 → postman: 7.14.0 -> 7.16.0 → https://git.io/JvIJH
ixxie has quit [Ping timeout: 240 seconds]
horner has joined #nixos
horner has quit [Client Quit]
erictapen has quit [Ping timeout: 272 seconds]
<noonien> what does `'` mean after it's appened to something, i don't know what to search in the manual for
<noonien> or, is it just part of the name?
kenjis1 has quit [Ping timeout: 246 seconds]
<samueldr> it's just a valid character in an identifier
<noonien> ah, i see, cool
<samueldr> though I believe "prime" may be the name, not sure
xO1 has quit [Ping timeout: 268 seconds]
erictapen has joined #nixos
erictapen has quit [Client Quit]
hoobershaggus has joined #nixos
fendor has quit [Read error: Connection reset by peer]
pbb has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
selfsymmetric-pa has joined #nixos
<selfsymmetric-pa> I've noticed that lately more of my NixOS rebuilds have been reporting that the daemon is busy. Running the job again seems to fix it. Has something changed with the behavior there?
o1lo01ol1o has joined #nixos
remirol has joined #nixos
lorimer has quit [Ping timeout: 240 seconds]
selfsymmetric-pa has quit [Remote host closed the connection]
hoobershaggus has quit [Remote host closed the connection]
<colemickens> Is it possible to give the sandbox a temporary interface to make a test that relies on a MAC Address pass?
<ddima> seanparsons: not sure about the "busy" status (I have seen connection refused instead), but maybe it's related to https://github.com/NixOS/nixpkgs/issues/72372
<{^_^}> #72372 (by flokli, 11 weeks ago, open): Activation script snippet "nix" failed
<ddima> seanparsons: sorry, was for selfsymmetric-pa
o1lo01ol1o has quit [Remote host closed the connection]
chagra_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @fpletz opened pull request #78058 → nixos/version: fix case where .git is a symlink → https://git.io/JvITU
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
* ToxicFrog pokes mvn2nix with a stick