worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || 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/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pamplemousse has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #92729 → tfsec: 0.21.0 -> 0.23.2 → https://git.io/JJq6G
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJq7a
<{^_^}> [nixpkgs] @marsam merged pull request #92741 → zenith: 0.9.0 -> 0.10.0 → https://git.io/JJq1v
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJq7V
<{^_^}> [nixpkgs] @Ekleog merged pull request #89732 → slstatus: unstable-2018-04-16 -> unstable-2019-02-16 → https://git.io/JfMPL
<{^_^}> [nixpkgs] @Ekleog pushed commit from @IvarWithoutBones to master « slstatus: unstable-2018-04-16 -> unstable-2019-02-16 (#89732) »: https://git.io/JJq76
<{^_^}> [nixpkgs] @marsam closed pull request #92301 → franz: 5.4.1 -> 5.5.0 → https://git.io/JJkFP
<jneplokh> Henson: Yeah I see those packets (and other connections from my client), but my client just says "Request timeout for icmp_seq x"
orivej has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/b1d87641a15 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<Henson> jneplokh: ok, now do the same thing but on your internet device, and see if the ping packets are going out and coming back from 1.1.1.1. Maybe something like "tcpdump -ni feh0 icmp" where feh0 is your internet device. That command will only show the ICMP ping traffic.
<{^_^}> [nixpkgs] @marsam merged pull request #92341 → lxcfs: 4.0.3 -> 4.0.4 → https://git.io/JJIGO
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJq79
<Henson> jneplokh: if your NAT is working properly, then your client traffic should be NATed and be seen going out on your server's internet device.
<jneplokh> Henson: Sorry for the noob questions, but what do you mean "internet device," as in, what device should I run that from?
<Henson> jneplokh: well, your server has several network interfaces. "wg0" is your wireguard interface, "lo" is your loopback interface. If your server is connected to the Internet via an ethernet interface, you should have one of those too, although the name is hard for me to predict.
<Henson> jneplokh: if you type "ip a" it'll list all of your interfaces and their IP addresses.
<robodojo> i installed lutris but when i run one of my games with it there's an error saying incompatible wine version detected "the wine build you selected does not support Esync. switch to an esync-compatible version such as wine-tkg" but i didn't install any wine, just lutris. should i install the wine pkg and if so, which one?
<Henson> jneplokh: if you type "ip route" the "default" route will say "dev ????" where "????" will be the name of your Internet connected interface.
<jneplokh> Henson: Ah ok, for me it is `ens3`
cr4y1 has quit [Ping timeout: 264 seconds]
<Henson> jneplokh: ok, so the "feh0 "in the tcpdump command above should be "ens3"
<jneplokh> Henson: So should I run: "sudo -i tcpdump -ni ens3 icmp"
<bqv> i brought the git merge inside the nix
<jneplokh> Henson: Ok, I'll try it right now
<Henson> jneplokh: yeah, and then get your client to ping "1.1.1.1"
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<jneplokh> Ok, I see pings to 1.1.1.1 on the tcpdump
<jneplokh> Henson: "IP 10.100.0.2 > 1.1.1.1: ICMP echo request"
<Henson> jneplokh: ok, but you don't see pings coming back, right? ICMP echo replys?
<jneplokh> Nope
<jneplokh> Henson: Only requests
<Henson> jneplokh: ok, here's the problem. Your server isn't NATing properly. Those ICMP ping requests should be going out with the IP address of your ens3 interface, not your client interface. Your system is trying to route them, but it shouldn't be routing, it should be NATing. Since they're coming from one of the rfc private subnets, the routing infrastructure in your ISP is just dropping them.
<Henson> jneplokh: here's my guess. You should be specifying "ens3" instead of "eth0" in the networking.nat.externalInterface line in that wiki article. The same goes for those "iptables" line in the postSetup and postShutdown sections. Change all instances of "eth0" in your wireguard config for "ens3".
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJq5e
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92755 → bsequencer: 1.4.2 -> 1.6.0 → https://git.io/JJq5f
<jneplokh> Henson: That fixed it! Next time I set something like this up, I'll check what the interface is. Thank you so much for the help and troubleshooting along the way :)
* Henson high-fives jneplokh
<Henson> jneplokh: awesome, I'm glad it's working!
<{^_^}> [nixpkgs] @nh2 opened pull request #92756 → install-grub.pl: Fix GRUB always reinstalling → https://git.io/JJq5T
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/6a00eba02a3 (from 43 minutes ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<jneplokh> Henson: I am glad too, of course ;)
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92757 → gnome3.dconf-editor: 3.36.2 -> 3.36.4 → https://git.io/JJq5s
werner291 has quit [Remote host closed the connection]
pr06lefs has quit [Ping timeout: 260 seconds]
<sasyctu[m]> Has anyone worked with Clojure in nix? I've been looking around and it looks like some try, and I've been working with it just fine for the most part, allowing tools.deps to do its thing, but one project that I'm working on requires me to link against X11 and I haven't figured out how to allow them to link.
<{^_^}> [nixpkgs] @aanderse opened pull request #92758 → perlPackages.CiscoIPPhone: init at 0.05 → https://git.io/JJq5u
hellrazo1 has joined #nixos
Rusty1 has joined #nixos
<gchristensen> aanderse: looks like you're having a good time.....
sigmundv_ has joined #nixos
Havvy has quit [Read error: Connection reset by peer]
sigmundv has quit [Ping timeout: 264 seconds]
Havvy has joined #nixos
<aanderse> HA HA HA HA YOU'RE SO FUNNY gchristensen T_T
<gchristensen> :X
* aanderse curls up and rocks back and forth
<aanderse> hold me?
dansho has quit [Quit: Leaving]
h0m1 has quit [Ping timeout: 246 seconds]
<gchristensen> I'm so sorry
h0m1 has joined #nixos
acarrico has quit [Ping timeout: 256 seconds]
acarrico has joined #nixos
notzmv has joined #nixos
<cole-h> Any cool people want to merge https://github.com/NixOS/nixpkgs/pull/91908? :^)
<{^_^}> #91908 (by purcell, 1 week ago, open): libpromhttp: init at 0.1.1, build in combination with libprom
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<{^_^}> [nix] @abathur opened pull request #3797 → add temp CI job to test syspolicy impact → https://git.io/JJqdm
<{^_^}> [nixpkgs] @grahamc merged pull request #91908 → libpromhttp: init at 0.1.1, build in combination with libprom → https://git.io/JJJ4i
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/JJqds
<cole-h> gchristensen++ Thanks for being cool :^)
<{^_^}> gchristensen's karma got increased to 326
sigmundv_ has quit [Ping timeout: 246 seconds]
<bqv> this really has turned into schmoozing the maintainers to get stuff merged
<gchristensen> lol
acarrico has quit [Ping timeout: 246 seconds]
<cole-h> Isn't it always?
<cole-h> ;^)
* bqv mutters something about capitalism
<Henson> haha
<{^_^}> [nixpkgs] @mdlayher opened pull request #92759 → nixos/systemd: add options for hardware watchdog management → https://git.io/JJqd9
<gchristensen> I don't think that is quite how it is :P
<{^_^}> [nixpkgs] @jtojnar merged pull request #92757 → gnome3.dconf-editor: 3.36.2 -> 3.36.4 → https://git.io/JJq5s
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.dconf-editor: 3.36.2 -> 3.36.4 »: https://git.io/JJqdx
<robodojo> i installed lutris but when i run one of my games with it there's an error saying incompatible wine version detected "the wine build you selected does not support Esync. switch to an esync-compatible version such as wine-tkg" but i didn't install any wine, just lutris. should i install the wine pkg and if so, which one?
<iqubic> I think lutris pulls wine as a dependency.
<robodojo> what can i do to fix the problem then?
<iqubic> No clue.
<Henson> robodojo: esync or tkg might be a special build of wine. Or perhaps it's just a compile time option that can be switched on
<iqubic> Which game are you trying to run?
<robodojo> i'll search for a switch
<robodojo> guild wars 2 :>
kenzie[m] has joined #nixos
henri has joined #nixos
<Henson> robodojo: it looks like it's a special build of Wine. Nix's Wine package includes a whole bunch of different options that could be altered, but none of them appear to be related to tkg or esync.
<robodojo> dang so i can't play the 1 game i play?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92760 → gnome3.eog: 3.36.2 -> 3.36.3 → https://git.io/JJqF0
gueorgui has quit [Ping timeout: 256 seconds]
inkbottle has joined #nixos
zebrag has quit [Read error: Connection reset by peer]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
thegreatnickname has joined #nixos
hellrazo1 has quit [Ping timeout: 265 seconds]
hellrazo1 has joined #nixos
henri has quit [Quit: ERC (IRC client for Emacs 26.3)]
gueorgui has joined #nixos
<gchristensen> > lib.mkIf true { foo = "bar"; }
<{^_^}> { _type = "if"; condition = <CODE>; content = <CODE>; }
<gchristensen> > :p lib.mkIf true { foo = "bar"; }
<{^_^}> { _type = "if"; condition = true; content = { foo = "bar"; }; }
<notzmv> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<notzmv> thank you botty boi
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/02591d02a91 (from 48 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
daf94 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #92760 → gnome3.eog: 3.36.2 -> 3.36.3 → https://git.io/JJqF0
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.eog: 3.36.2 -> 3.36.3 »: https://git.io/JJqbE
<daf94> Thought I would try using nix to help build a python application, but I'm having some difficulty writing the nix file. This is a very simple, single-file pygame script. Can anyone help?
waleee-cl has quit [Quit: Connection closed for inactivity]
<daf94> I'm using this file for the nix expressions: https://hastebin.com/dikojemoma.js. What I want to do is build an environment which has all the non-python dependencies, and then use pipenv to do the rest.
<robodojo> what's weird is i got guildwars 2 running on pop!_OS out of the box
<daf94> I guess I'll know it's working if `pipenv install pygame` works inside of the nix-shell
<daf94> `sdl-config` is provided by the `dev` output of `SDL`, and it isn't showing up in the PATH. So, pygame fails to install. That's the first problem.
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6a00eba02a3 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
Supersonic112 has joined #nixos
pamplemousse has joined #nixos
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
bahamas has joined #nixos
thegreatnickname has quit [Remote host closed the connection]
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
bahamas has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92761 → eventstat: 0.04.09 -> 0.04.10 → https://git.io/JJqNI
jmeredith has joined #nixos
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
Henson has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @cdepillabout merged pull request #92752 → nix-tree: Expose as a top-level attribute, add maintainer → https://git.io/JJqHy
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJqNG
kvda has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
<robodojo> is "sound.enable = true;" enough to get audio working or do i need to enable pulseaudio too?
<cole-h> sound.enable only uses ALSA I believe.
bahamas has joined #nixos
<robodojo> ya but what's that mean?
<robodojo> im new to audio
<cole-h> You probably wanted to enable PA then.
bahamas has quit [Ping timeout: 246 seconds]
<jackdk> robodojo: ALSA stands for "advanced linux sound architecture" and was the New Thing that took over from the Old Thing, which I think was called OSS? AIUI, all talking to sound hardware is done with ALSA, and PA (PulseAudio) sits between ALSA and applications these days, to do mixing, per-program volume controls, etc
pamplemousse has quit [Ping timeout: 265 seconds]
<jackdk> robodojo: oh, sorry, didn't scroll back far enough
<cole-h> (PA is a lot nicer to deal with, FWIW, which is why I recommend it over plain ALSA, especially for a newbie)
<jackdk> I set hardware.pulseaudio.enable = true; in my nixos options too
<robodojo> ok ty!
<jackdk> given how little I've had to think about audio on my machine, I think you're right cole-h
<robodojo> how can i find out which kde plasma keyboard model and layout i should pick if i own https://en.wikipedia.org/wiki/Apple_Keyboard#/media/File:Apple_iMac_Keyboard_A1242.JPG please?
<bqv> ,locate psub
<{^_^}> Found in packages: zsh-prezto
<bqv> Wat
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92762 → dpkg: 1.20.0 -> 1.20.5 → https://git.io/JJqNp
<robodojo> using lutris to run a game that downloads its own data, how can i get that data to not be wiped every time i nixos-rebuild switch? seems like it wiped it
<robodojo> oh nvm the game adjusted its download bar sorry
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
detran has joined #nixos
ryantm_ has quit [Remote host closed the connection]
ryantm has quit [Remote host closed the connection]
bahamas has joined #nixos
<robodojo> ok i got guild wars 2 running
<mac10688> hi all. I'm trying to get haskell ide engine with coc working on nixos. However, I'm having problems. When I open a .hs file a message shows [coc.nvim] "can't load .so/.DLL for :/nix/store/<guid>ghc-8.6.5./lib/ghc-8.6.5/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.5.so
<mac10688> Anyone know what I can do to fix this?
<mac10688> it also says [coc.nvim] "panic! (the 'impossible' happened)\n (GHC version 8.6.5 for x86_64-unknown-linux): Dynamic linker not initialised. Please report this as a GHC bug
bahamas has quit [Ping timeout: 264 seconds]
ryantm has joined #nixos
yusuke has joined #nixos
bahamas has joined #nixos
drakonis has quit [Quit: WeeChat 2.8]
codygman has quit [Ping timeout: 256 seconds]
bahamas has quit [Ping timeout: 258 seconds]
<yusuke> Hi I am new to this OS. I have previously installed OS with bare minimum software. I thought I am done with nixOS, but my mind keeps on telling that OS is cool you should learn. Can anyone layout steps to master nixos?
yusuke has quit [Remote host closed the connection]
yusuke has joined #nixos
ryantm[m] has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #92750 → asymptote: 2.65 -> 2.66 → https://git.io/JJq9a
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JJqA6
yusuke has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #92285 → btrfs-progs: 5.6.1 -> 5.7 → https://git.io/JJkiM
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to staging: https://git.io/JJqA5
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
detran has joined #nixos
pr06lefs has joined #nixos
ryantm has quit [Quit: Lost terminal]
inkbottle has quit [Read error: Connection reset by peer]
inkbottle has joined #nixos
daf94 has quit [Remote host closed the connection]
jbox has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92765 → gitter: 4.1.0 -> 5.0.1 → https://git.io/JJqxm
<cole-h> bqv: I believe psub is an old fish function that was replaced by source and eval?
jbox has quit [Quit: WeeChat 2.8]
<bqv> Yeah seems fish only, could be implemented outside though
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pr06lefs has quit [Remote host closed the connection]
pr06lefs has joined #nixos
<kmplsv> what terminal font do ya'll use? noob here just getting back into linux/*nix after about 10 years. basically re-learning everything.
<KarlJoad> Is there a way to modify the X11 binary's log flag? I want to see its output. Right now, it's redirected to /dev/null
palo1 has joined #nixos
<kmplsv> cole-h: irony! that's the one i was just flirting around with, but it feels a bit too...."curly" for me. i'm trying out the terminal variations of it now.
<cole-h> You can almost completely customize it :^)
<cole-h> (Check out my second link, which shows my customizations)
<cole-h> The README also has a few graphics with the variant characters
<kmplsv> also, i'm using KiTTY (PuTTY variant).
<kmplsv> that isn't really relevant i suppose.
<kmplsv> i do love this font though. i'll look into it further. i think there are several variations that i haven't tried yet.
palo has quit [Ping timeout: 272 seconds]
palo1 is now known as palo
<kmplsv> trying to find that comfortable space between 10pt and 11pt has always been a PITA to me.
MidHotaru has joined #nixos
kvda has joined #nixos
<kmplsv> cole-h: i'll see if i can somehow get this going on the windows box i'm on.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92766 → gnome3.gnome-tetravex: 3.36.3 -> 3.36.4 → https://git.io/JJqxE
<{^_^}> [nixpkgs] @danieldk opened pull request #92767 → drawio: 13.3.5 -> 13.3.9 → https://git.io/JJqxa
endformationage has quit [Quit: WeeChat 2.7.1]
alp has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #92754 → dash: 0.5.11 -> 0.5.11.1 → https://git.io/JJq7s
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJqxP
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
cole-h has quit [Quit: Goodbye]
detran has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/6a00eba02a3 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
pr06lefs has quit [Ping timeout: 260 seconds]
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
sangoma has joined #nixos
detran has joined #nixos
maier has joined #nixos
captn3m0 has joined #nixos
captn3m0- has quit [Ping timeout: 246 seconds]
zanc has quit [Read error: Connection reset by peer]
sangoma has quit [Ping timeout: 246 seconds]
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
zanc has joined #nixos
marusich has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92770 → forkstat: 0.02.14 -> 0.02.15 → https://git.io/JJqp5
sangoma has joined #nixos
detran has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJqhv
cr4y1 has joined #nixos
<patagonicus> I'm trying to understand how ccache is being built in Nix. It's using cmake, but if I `nix-shell <nixpkgs> -A ccache` and do unpackPhase followed by configurePhase and buildPhase the last two complain that there's no configure script and no Makefile - is there a phase I'm missing?
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
<bqv> patchPhase maybe?
<patagonicus> Ran that as well, no output.
<patagonicus> https://nixos.org/nixpkgs/manual/#ssec-setup-hooks mentions a cmake hook, but I haven't figured out how those are called. The default.nix for ccache seems simple (minus the wrapper part for using ccache after installation), but I'm clearly missing something.
detran has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #91990 → coqPackages.coq-bits: enable for Coq 8.11 and 8.12 → https://git.io/JJUE7
<{^_^}> [nixpkgs] @vbgl pushed to master « coqPackages.coq-bits: enable for Coq 8.11 and 8.12 »: https://git.io/JJqht
<samueldr> patagonicus: use `runHook` to run phases
<samueldr> oops, runPhase
<patagonicus> samueldr: How/where can I see what a specific package would run? `set` in the nix shell gives me things like buildPhase and runHook, but I don't see the definitions of the hooks - or does that mean that there's no hooks?
<samueldr> hmm, or is it?
<patagonicus> runPhase doesn't exist, runHook does
<samueldr> it's complicated
<samueldr> yeah
<samueldr> runPhase was a proposal
<samueldr> basically, hooks default to an implementation that is an alias, but can be overriden by a variable
<samueldr> so if you just run `configurePhase` you end up running the default one
<samueldr> and not the one that has been overriden
<samueldr> https://github.com/NixOS/rfcs/pull/32 <- the proposal which confused me
<{^_^}> rfcs#32 (by dezgeg, 1 year ago, open): [RFC 0032] Phase running changes for better nix-shell use
<samueldr> hm, and runHook is wrong too it seems
<samueldr> eval "${buildPhase:-buildPhase}"
<samueldr> which is a mouthful
<patagonicus> Ok, those vars are empty for ccache, so at least it's running the default.
<patagonicus> All I really want to figure out is why it's running asciidoc even though I removed that from nativeBuildInputs - upstream says it's optional for building.
<patagonicus> Weirdly the nix-shell doesn't even have cmake in its PATH.
<patagonicus> Ah. I think autoreconfPhase was the missing bit.
hellrazo1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #92770 → forkstat: 0.02.14 -> 0.02.15 → https://git.io/JJqp5
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJqha
marusich has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92771 → gnome3.gnome-music: 3.36.3 -> 3.36.4.1 → https://git.io/JJqhV
<eyJhb> Can it really be, that there is no plugins for Fish in NixOS?
<eyJhb> I can only see that Home-Manager has something - https://rycee.gitlab.io/home-manager/options.html#opt-programs.fish.plugins
* etu has used fish for longer than theres been "plugins"
<etu> What is these plugins you speak of?
<eyJhb> Baaaad move etu , BAD MOVE! :D
<eyJhb> What theme are you using ?
<eyJhb> It is mostly that.. Theme and colorsheme
<eyJhb> If any
<etu> eyJhb: I made my own prompt function >10 years ago
<etu> eyJhb: And there's a right prompt as well in that same folder
<eyJhb> So you have nothing special regarding git, etc.?
waleee-cl has joined #nixos
<eyJhb> Or, I see that in right prompt. Wth is a right prompt?
<etu> It's a prompt on the right side of the terminal.
<patagonicus> Meh. I think the ccache devs have a different definition of "optional" than I do. ccache itself builds without asciidoc, but make install just breaks because it can't build the man page.
<eyJhb> :( That does not sound nice
<eyJhb> Ohh like that
<eyJhb> Nvm.
<eyJhb> I thought like Arabic, where either you had left or right.
alp has quit [Ping timeout: 272 seconds]
<eyJhb> etu: have you changed the typing color? 99% of the colors used I can't see in my term
tobiasBora has quit [Quit: WeeChat 2.7.1]
simukis_ has quit [Ping timeout: 256 seconds]
<etu> eyJhb: I think I have some light grayish text and black background.
<{^_^}> [nixpkgs] @danieldk merged pull request #92749 → gnvim: 0.1.5 -> 0.1.6 → https://git.io/JJqSO
nabataeus has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJqjL
nick_h has quit [Ping timeout: 246 seconds]
davidtwco has quit [Ping timeout: 244 seconds]
terrorjack has quit [Ping timeout: 244 seconds]
chrisaw has quit [Read error: Connection reset by peer]
zimbatm has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/12e255f3959 (from 89 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
raboof has quit [Ping timeout: 244 seconds]
zot has quit [Ping timeout: 246 seconds]
steveeJ has quit [Ping timeout: 246 seconds]
chrisaw has joined #nixos
dmj` has quit [Ping timeout: 256 seconds]
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
pittma has quit [Ping timeout: 260 seconds]
terrorjack has joined #nixos
lvrp16 has quit [Ping timeout: 240 seconds]
zimbatm has joined #nixos
nick_h has joined #nixos
davidtwco has joined #nixos
steveeJ has joined #nixos
pittma has joined #nixos
zot has joined #nixos
dmj` has joined #nixos
raboof has joined #nixos
lvrp16 has joined #nixos
alexherbo2 has joined #nixos
alp has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #92738 → yacas: 1.8.0 -> 1.9.1 → https://git.io/JJqXI
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJqjR
<siraben> I'm on XFCE+i3 on NixOS, how do I disable/customize the bell sound?
<etu> That's probably up to your terminal emulator
orivej has joined #nixos
<siraben> It plays the GNOME water drop sound, hm. (kitty)
iqubic has quit [Ping timeout: 258 seconds]
mallox has joined #nixos
simukis_ has joined #nixos
lsix has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92772 → gjs: 1.64.3 -> 1.64.4 → https://git.io/JJqjj
FRidh has joined #nixos
andrewrk has joined #nixos
<andrewrk> how can I override the gcc version with a nix-shell?
<andrewrk> it's giving me 9.2.0 but I want an older version
archH has joined #nixos
<andrewrk> with `nix-shell -p gcc6` for example, I don't even have gcc6 in my PATH
MidHotaru has quit [Quit: Connection closed for inactivity]
<siraben> Running docker in nixos, sudo docker run -it --rm --privileged --pid=host justincormack/nsenter1 , I don't seem to have anything other than sh in my /bin folder
dermetfan has joined #nixos
Shinji_kun has joined #nixos
<siraben> I have virtualisation.docker.enable = true; in my nixos-config
<siraben> I'll try adding docker to my extraGroups.
kalbasit has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #92681 → cryptominisat: 5.7.1 -> 5.8.0 → https://git.io/JJqfD
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/JJmec
Shinji_kun has left #nixos [#nixos]
nixuser has joined #nixos
azure1 has joined #nixos
zanc has quit [Read error: Connection reset by peer]
FRidh has quit [Ping timeout: 272 seconds]
azure2 has joined #nixos
cosimone has joined #nixos
azure1 has quit [Read error: Connection reset by peer]
azure2 has quit [Ping timeout: 256 seconds]
azure2 has joined #nixos
mallox has quit [Quit: WeeChat 2.8]
alp has quit [Ping timeout: 272 seconds]
cfricke has joined #nixos
azure2 has quit [Read error: Connection reset by peer]
azure2 has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kvda has joined #nixos
rtjure has joined #nixos
<raboof> is it possible to somehow import 'all nix files in a given folder' without enumerating them?
growpotkin has joined #nixos
07IAAOXNL has quit [Remote host closed the connection]
jmeredith has quit [Quit: Connection closed for inactivity]
blackriversoftwa has quit [Ping timeout: 244 seconds]
nlofaro has quit [Ping timeout: 256 seconds]
philandstuff has quit [Ping timeout: 272 seconds]
patrickod_ has quit [Ping timeout: 244 seconds]
sevanspowell has quit [Ping timeout: 244 seconds]
christiaanb has quit [Ping timeout: 246 seconds]
yrashk has quit [Ping timeout: 240 seconds]
yrashk has joined #nixos
nlofaro has joined #nixos
philandstuff has joined #nixos
c00w has quit [Ping timeout: 260 seconds]
patrickod_ has joined #nixos
christiaanb has joined #nixos
chessai has quit [Ping timeout: 272 seconds]
blackriversoftwa has joined #nixos
asymptotically has joined #nixos
Fare has quit [Ping timeout: 260 seconds]
dsal has quit [Ping timeout: 246 seconds]
sevanspowell has joined #nixos
c00w has joined #nixos
chessai has joined #nixos
sangoma has quit [Ping timeout: 272 seconds]
dsal has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
<eyJhb> Anybody experienced fish having very slow start times? 305 milis vs 10 milis for bash
cosimone has quit [Quit: Quit.]
cosimone has joined #nixos
fling has quit [Ping timeout: 240 seconds]
ertugerata has joined #nixos
sangoma has joined #nixos
fendor has joined #nixos
<adisbladis> bqv: I don't know, I haven't done any android development for a long time.
<arahael1> I've been looking at how to remote into my headless nixos system lately, using xrdp. Works well enough, however the problem is that i don't like iceWM. How can I change this?
werner291 has joined #nixos
<arahael1> I've tried putting teh appropriate line into /etc/nixos/configuration.nix (ie, by editing the ' services.xrdp.defaultWindowManager = "${pkgs.icewm}/bin/icewm";' line so that it doesn't refer to icewm), but it does not appear to have any effect when I do the nixos-rebuild switch.
<arahael1> What may have I been missing?
<bqv> Hm okey
<{^_^}> [nixpkgs] @ashkitten opened pull request #92773 → python3Packages.pyside2: 5.12.3 -> 5.12.6 → https://git.io/JJmJL
thc202 has joined #nixos
pjt_tmp has quit [Ping timeout: 272 seconds]
<bqv> Ahaha what. A start job is running for IPFS Initializer (6d 2h 4min 48s / no limit)
m0rphism has joined #nixos
nixuser has quit [Read error: Connection reset by peer]
teto has joined #nixos
whald has quit [Quit: Leaving]
whald has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92774 → gnome3.gnome-notes: 3.36.1 -> 3.36.2 → https://git.io/JJmJH
<reactormonk> How do I ensure files in derivations are found via #include <header.h> in C? I've added the include path to the output
<symphorien> put them in $out/include
<symphorien> or $dev/include if there is a dev output
<symphorien> to debug what flags cc-wrapper adds you can compile with export NIX_DEBUG=1
<reactormonk> So I'll have to push the include over?
davidv7 has joined #nixos
<reactormonk> Wait, the include seems to be properly placed in out, so that should already be working
cosimone has quit [Quit: Quit.]
<reactormonk> Not showing up in NIX_COMPILE_FLAGS though, so nope
<symphorien> remove the "include" output, it's dev usually
<nixbitcoin> How do I cut a part of a string after a certain character with nix?
<nixbitcoin> I want to separate a port from an address in 127.0.0.1:port
<symphorien> do I understand correctly that you try to build something which has this derivation as buildInput ?
<symphorien> and NIX_COMPILE_FLAGS is not the right env var, it's computed on the fly, the single source of truth is running cc with NIX_DEBUG=1
tobiasBora has joined #nixos
davidv7_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @dasj19 opened pull request #92775 → WIP: Evolution with plugins → https://git.io/JJmUc
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92776 → gnome3.gnome-taquin: 3.36.3 -> 3.36.4 → https://git.io/JJmUW
s1341 has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @414owen opened pull request #92777 → haskell.packages.ghc865.rebase: jailbreak on ghc 8.6 → https://git.io/JJmUN
<{^_^}> [nixpkgs] @414owen closed pull request #92748 → jailbreak rebase on ghc 8.6 → https://git.io/JJqyl
sangoma has quit [Read error: Connection reset by peer]
wfranzini has quit [Quit: wfranzini]
sigmundv_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92778 → fnotifystat: 0.02.05 -> 0.02.06 → https://git.io/JJmUj
<{^_^}> [nixpkgs] @gebner merged pull request #92773 → python3Packages.pyside2: 5.12.3 -> 5.12.6 → https://git.io/JJmJL
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/JJmTv
sangoma has joined #nixos
<reactormonk> symphorien, kinda, nativeBuildInputs on haskell.nix shell
<symphorien> nativeBuildInputs is only for compiling build tools
<reactormonk> It's what's used to put things into the shell env
<nixbitcoin> Ok, I solved it with (builtins.head (builtins.split ":" <addstring>))
sigmundv_ has quit [Remote host closed the connection]
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92779 → gnome3.four-in-a-row: 3.36.3 -> 3.36.4 → https://git.io/JJmTw
lacesz has joined #nixos
<patagonicus> Is it possible to use Nix to generate files outside of the store? Specifically I'd like to generate full system images that use LUKS for /. I guess I'd also need a way of handing in a keyfile from outside the store. (And I know that that's a very impure thing to do, but I know that Nix can do the rest, so it would just be really nice to have a
<patagonicus> single command to get an image I can put on an SD card and be done with it :) )
arahael1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92780 → gnome3.gnome-initial-setup: 3.36.3 -> 3.36.4 → https://git.io/JJmTS
fling has joined #nixos
lacesz has quit [Ping timeout: 260 seconds]
arahael1 has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #92048 → pmix: init at 3.1.5, add support to slurm, openmpi → https://git.io/JJUFf
<{^_^}> [nixpkgs] @markuskowa pushed 5 commits to master: https://git.io/JJmky
<patagonicus> Hmm. I guess I can generate a script in the nix store which will then create the image from things in the store and external inputs. That's two commands (nix-build + running the script), but doesn't involve doing weird things with nix.
jakobrs has joined #nixos
<jakobrs> How do I prevent a service from being started automatically at boot?
cr4y1 has quit [Remote host closed the connection]
alp has joined #nixos
cr4y1 has joined #nixos
<makefu> patagonicus: the pattern: $(nix-build my.nix) can be seen quite often and is totally valid for doing impure stuff
<patagonicus> makefu: Sure. Doesn't work my shell (fish), though. ;)
<patagonicus> Doesn't really matter, not sure why I was so focused on doing it just with nix.
<makefu> i am sure in fish there is something similar
<makefu> because doing stuff in nix is reproducible
<Taneb> jakobrs: "systemd.services.<name>.wantedBy = lib.mkForce []", maybe?
<jakobrs> The service's wantedBy is already empty.
<arahael1> I lost internet. :( I wanted to know why I couldn't upate the services.xrdp.defaultWindowManager property in my nixos configuration file, any pointers?
<turion> When I have several haskell derivations, can I somehow join their drv.env to one big env?
<turion> arahael1: What do you mean you couldn't update it?
<turion> You changed it, but after restart you didn't get the new window manager?
<arahael1> turion: I didn't *reboot*, I restarted the service, and yeah - didn't get the new WM.
<turion> arahael1: And what happens when you reboot?
<patagonicus> makefu: yeah, of course: `eval (nix-build my.nix)` It doesn't let you use command substitution for the command itself, just for arguments.
<arahael1> turion: It's a bit of a pain to reboot - I run DNS and everything on this as well.
<turion> So usually nixos-rebuild switch starts the new services and stops outdated services. Why did you need to manually restart it?
<arahael1> turion: paranoia. It was clearly not applying the setting.
<arahael1> turion: I noticed that either way, it _does_ kick the rdp clients off, so the service is at the least resetting the connection.
sigmundv has quit [Remote host closed the connection]
<arahael1> turion: However... Curiously... And this is probably a clue... The actual session seems to persist.
<{^_^}> [nixpkgs] @NinjaTrappeur merged pull request #92696 → certbot: 1.3.0 -> 1.6.0 → https://git.io/JJqZv
<{^_^}> [nixpkgs] @NinjaTrappeur pushed 5 commits to master: https://git.io/JJmIz
<arahael1> turion: (Ie, I start xterm within xrdp. I then restart the service, so I have to reconnect... And that xterm is *still* there!?)
<arahael1> Doesn't matter if I "logout" within the rdp session either, I still get iceWM when I get back in.
sigmundv has joined #nixos
<turion> arahael1: Hmm this is way off my expertise, but I'd suspect that nixos-rebuild switch doesn't just stop your window manager
<arahael1> turion: It doesn't, indeed.
<arahael1> turion: But I'm surprised that when I log out - ie, exit that WM explicitly - I still get back icewm.
<{^_^}> [nix] @edolstra merged pull request #3797 → add temp CI job to test syspolicy impact → https://git.io/JJqdm
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JJmI1
jakobrs has quit [Quit: WeeChat 2.7.1]
<turion> arahael1: I'm not entirely sure, but it might be that your new WM is in a different init, so you really need to reboot to get it
<reactormonk> symphorien, tested with NIX_DEBUG=1, nothing there. The binary is in PATH though
<turion> nixos-rebuild switch creates a new profile to boot from
<turion> But, as I said, this is outside my expertise. Maybe someone else who is more knowledgeable chime in :)
<arahael1> turion: I had to kill -9 both xrdp-sesman instances, *and* restart the xrdp service.
<arahael1> turion: It's now running fluxbox :)
<turion> Awesome
<turion> I'm going to reboot myself now :)
<{^_^}> [nixpkgs] @cdepillabout merged pull request #92777 → haskell.packages.ghc865.rebase: jailbreak on ghc 8.6 → https://git.io/JJmUN
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJmLv
<arahael1> Thanks for the help. :)
<arahael1> (You helped troubleshoot, at least)
<turion> O:-)
hoijui has joined #nixos
turion has left #nixos [#nixos]
<arahael1> I've been playing with xrdp and microsoft rdp client. On a local LAN, it works quite surprisingly well *if* you disable hardware acceleration and smooth scrolling wherever applicable (eg, especially in firefox)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92781 → gtkwave: 3.3.104 -> 3.3.105 → https://git.io/JJmLq
<{^_^}> [nixpkgs] @nomeata closed pull request #77372 → Update sha256 in python-hypothesis → https://git.io/Jvvmv
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
detran has joined #nixos
arahael1 is now known as Arahael
<{^_^}> [nixpkgs] @timokau merged pull request #92705 → exoscale-cli: 1.12.0 -> 1.14.0 → https://git.io/JJqWR
<{^_^}> [nixpkgs] @timokau pushed 3 commits to master: https://git.io/JJmL2
<{^_^}> [nixpkgs] @leotaku opened pull request #92782 → netdata: facilitate building netdata with cloud support → https://git.io/JJmLa
axx[m] is now known as axx
gxt has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
michiel__ has quit [Ping timeout: 240 seconds]
<sphalerite> "error: stack overflow (possible infinite recursion)" anyone have any smart hints on how to debug this? I've tried passing -vvvvvvvv to nix-build (which was nontrivial since I had to get the command from out of nixops) and that hasn't been particularly helpful
turion has joined #nixos
gxt has quit [Quit: WeeChat 2.8]
<symphorien> reactormonk: is valgrind a dependency of the final executable, in $out/bin/foo ? If so, valgrind should be a buildInput, not a navitiveBuildInput
FRidh has joined #nixos
<turion> wat there is a shellFor function in standard nixpkgs haskell?
<turion> I've never seen this used or talked about or documented anywhere
<sphalerite> OK, tracked it down to https://github.com/NixOS/nix/issues/2147
<{^_^}> nix#2147 (by xzfc, 2 years ago, open): builtins.match regression: stack overflow on large strings
<bqv> when i run my wayland compositor, pulseaudio stops working
<bqv> if it's already running, it'll stop playing anything until i stop wayland
<bqv> if i start it during, it finds no cards
<bqv> does anyone know why this might be?
<dutchie> i'm trying to test a possible bug fix i have to a python package. how can i do something like `nix run -f . 'python3.withPackages (p: [p.thePackageIFixed])'`?
NeoCron has joined #nixos
<adisbladis> dutchie: `python3.withPackages(ps: [ (ps.callPackage ./path/to/package {}) ])`
<adisbladis> Or you can override:
cosimone has joined #nixos
<adisbladis> dutchie: `python3.withPackages(ps: [ ( ps.somePackage.overridePythonAttrs (old: { src = ./path/to/package; }) ) ])`
<dutchie> hmm
<dutchie> i have made the changes in a checkout of nixpkgs
<adisbladis> Alright, even easier then :)
alp has quit [Remote host closed the connection]
meh` has joined #nixos
alp has joined #nixos
<dutchie> right, that's why I thought I could just pass -I /path/to/my/nixpkgs or -f or something
<dutchie> but I can't get it right
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen1 has joined #nixos
<reactormonk> https://nixos.org/nixpkgs/manual/ doesn't enlighten me on the difference between nativeBuildInput and buildInput.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92783 → gperftools: 2.7 -> 2.8 → https://git.io/JJmtD
dingenskirchen1 is now known as dingenskirchen
me has joined #nixos
me is now known as Guest97397
craige has quit [Ping timeout: 244 seconds]
craige has joined #nixos
<{^_^}> [nixpkgs] @lheckemann pushed 0 commits to yegortimoshenko-patch-7: https://git.io/JJmtj
knupfer has joined #nixos
<Ke> reactormonk: let me guess, others are things like interpreters and compilers used at build time and others are things that you link against to run on the target arch
<{^_^}> [nixpkgs] @lheckemann pushed 0 commits to linkchecker-use-default-requests: https://git.io/JJmqf
<Ke> this is relevant when you are crosscompiling for arch that is not the same as build host
Guest97397 has quit [Quit: WeeChat 2.8]
<Ke> looking at description "Since these packages are able to be run at build-time, they are added to the PATH, as described above."
<reactormonk> Yeah, the package is on PATH in the shell, but the include files aren't :-(
<Ke> so this means nativeBuildInputs are the same platform as the one building the derivation
<reactormonk> Yup, that's the case. Which one to use so that the include files are around? I tried buildInputs
<{^_^}> [nixpkgs] @danieldk merged pull request #92778 → fnotifystat: 0.02.05 -> 0.02.06 → https://git.io/JJmUj
azure2 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJmqB
azure2 has joined #nixos
<reactormonk> > But also it does matter only on crosscompiling, when buildInputs resolved as target arch, and nativeBuildInputs is build arch.
<{^_^}> error: syntax error, unexpected ',', expecting ')', at (string):318:47
<reactormonk> gotcha
<Ke> > 1+1
knupfer has quit [Read error: Connection reset by peer]
<{^_^}> 2
<Ke> > 1 + 1
<{^_^}> 2
<reactormonk> So why isn't the dev part included when I put it into buildInputs?
<{^_^}> [nixpkgs] @aanderse merged pull request #92758 → perlPackages.CiscoIPPhone: init at 0.05 → https://git.io/JJq5u
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JJmqF
ertugerata has quit [Remote host closed the connection]
cfricke has quit [Ping timeout: 256 seconds]
turion has quit [Ping timeout: 246 seconds]
<bqv> fixed it
<bqv> turns out pulseaudio requires dbus and you to be in the "audio" group
davidv7_ has joined #nixos
lawr3nce has joined #nixos
cosimone has quit [Quit: Quit.]
davidv7 has quit [Ping timeout: 272 seconds]
<reactormonk> looks like lorri's not properly propagating context (?)
sangoma has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
<adisbladis> bqv: That shouldn't be the case
<adisbladis> You shouldn't need to be in the audio group
<adisbladis> logind should manage that dynamically
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3e388873168 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<bqv> adisbladis: right, so it was dbus that did the trick
<bqv> i couldn't tell which fixed it
<bqv> gotta say, it feels weird as heck to be in wayland
icey_ has joined #nixos
marsh has quit [Remote host closed the connection]
<symphorien> reactormonk: it does matter when cross compiling, but also for non-cross haskell python go and rust
<{^_^}> [nixpkgs] @jshholland opened pull request #92785 → python3Packages.xarray: add setuptools to propagatedBuildInputs → https://git.io/JJmmM
<symphorien> it's possible to add valgrind both on buildInputs and nativeBuildInputs if you both need the executable at build time and the library at run time
iceypoi has quit [Ping timeout: 258 seconds]
kleisli_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @klntsky closed pull request #54000 → create_ap: init at 0.4.6 → https://git.io/fhWea
<slabity> adisbladis: Does logind work properly when starting a session manually via a TTY?
<slabity> I thought that was one of the jobs of a display manager
<{^_^}> [nixpkgs] @talyz merged pull request #92702 → convos: 4.22 -> 4.23 → https://git.io/JJqCS
<{^_^}> [nixpkgs] @talyz pushed 2 commits to master: https://git.io/JJmmj
<gchristensen> sway integrates with logind fwiw
<adisbladis> Yay wayland...
<slabity> gchristensen: Do you need to go through the whole `dbus-launch --exit-with-session /path/to/sway` to get that integration working though?
civodul has joined #nixos
<adisbladis> Iirc you shouldn't use dbus-launch with sway
<bqv> the idea of a tiling window manager depending on systemd makes me want to crawl up the walls. it was annoying to debug, but i'm glad swc does it this way
<gchristensen> right, you shouldn't
<adisbladis> Btw, the whole `dbus-launch --exit-with-session` sets up dbus in an incorrect way
<adisbladis> Try running `busctl --user status org.freedesktop.systemd1`
<slabity> Well unfortunatley I'm on my nvidia system so I can't see what would be wrong :/
<bqv> uh i get connection refused :D
<adisbladis> bqv: Yeah, exactly.
<slabity> Impressive...
<bqv> so i'm not Properly Integrated with systemd? or what??
<slabity> bqv: You're just doing `exec sway`, correct?
<bqv> no, i'm doing dbus-launch --exit-with-session swc-launch -- velox
<gchristensen> I run `exec systemd-run --user --scope --setenv WLR_DRM_NO_MODIFIERS=1 sway -c /etc/sway/config -d > sway.log 2>&1` but I'm not sure anything between `exec` and `sway` is needed
<adisbladis> bqv: Exactly
ij has quit [Quit: ZNC 1.7.4 - https://znc.in]
<bqv> adisbladis: well, until that proves to be at all an issue, i'm happy with that
<slabity> bqv: Didn't you say your audio isn't working? Isn't that an issue?
teto has quit [Quit: WeeChat 2.8]
<bqv> it works fine with dbus-launch..
azure3 has joined #nixos
<bqv> dbus is present, that's not what adisbladis was describing
<gchristensen> dbus-launch is specifically not the right thing to do
<gchristensen> you end up with a douly nested session
<{^_^}> [nixpkgs] @flokli opened pull request #92786 → certbot: add certbot.withPlugins → https://git.io/JJmYa
<bqv> gchristensen: if it wasn't obvious from above, i'm not using sway
<gchristensen> ah
<gchristensen> nevermind :)
<bqv> :p
Fare has joined #nixos
<adisbladis> My 2 cents: We need to figure out display managers + wayland
pr06lefs has joined #nixos
<adisbladis> And then we can just say anything not using a display manager is unsupported
<adisbladis> I keep seeing this `dbus-launch` anti-pattern
<gchristensen> same
<adisbladis> With subtle issues as the effect
<gchristensen> and again, the exec problem
<slabity> adisbladis: What, you don't like people running `bash exec systemd-run dbus-launch --exit-with-session swc-launch`?
<adisbladis> ^_^
<adisbladis> Every few weeks I see someone complaining about issues stemming from this
azure2 has quit [Ping timeout: 256 seconds]
<bqv> what issues, though?
<adisbladis> pulseaudio, systemd user sessions, podman (on cgroupsv2) etc etc
<slabity> And that's probably why I'm not going to be switching from lightdm's autologin for a long time :P
<slabity> Regardless if I use zero of its features
<bqv> i recall i went many years using dbus-launch with no problems
<adisbladis> It may have happened to work for you
<{^_^}> [nixpkgs] @klntsky opened pull request #92787 → create_ap: init at 0.4.6 → https://git.io/JJmY5
<typetetris> How can I place stuff in `/var/lib` in nixos? Only through runtime stuff like systemd-units? Or somehow from the nix expressions in `/etc/nixos/configuration.nix`?
<bqv> if the alternative is installing a display manager even if i don't need or want one, i'm not happy with that :/
<adisbladis> bqv: We don't support X without a display manager
<adisbladis> I think we should do the same for wayland
<bqv> oh sure, support whatever you like, but i don't think it's "less correct" to not have a display manager
<slabity> adisbladis: Maybe one of the 'display managers' we support could be a simple systemd service that logs you in?
<slabity> Though that might be a bit annoying to support
<bqv> i only turned sddm on cause nix was sharting the bed without it, and even then i used autologin so it'd just go away
captn3m0 has quit [Ping timeout: 256 seconds]
captn3m0 has joined #nixos
<adisbladis> bqv: It is unless your wayland compositor has logind integration
<adisbladis> You're breaking a bunch of software using systemd
<{^_^}> [nixpkgs] @FRidh merged pull request #92785 → python3Packages.xarray: add setuptools to propagatedBuildInputs → https://git.io/JJmmM
<{^_^}> [nixpkgs] @FRidh pushed commit from @jshholland to master « python3Packages.xarray: add setuptools to propagatedBuildInputs »: https://git.io/JJmOU
<bqv> so in the context of a super lightweight compositor like this, the only systemd-compatible way of launching is via gdm or something?
<gchristensen> not exactly, it is just trickier
<gchristensen> and the nice thing about gdm is gdm does the right thing, as opposed to the myth and lore around the correct incantation to start your compositor
<adisbladis> The thing is, we already do the right thing for display managers
<bqv> (also, i'm actually slightly vindictively pleased to be breaking systemd things, thanks to my ongoing prejudice against it)
<slabity> bqv: You could probably write a systemd service to start your compositor properly. But that's probably a bit more difficult than it sounds
<bqv> i'm open to the idea, since it's already a systemd service
<bqv> i did search, actually, because i felt it was something like logind breaking pulse, but dbus-launch was a sufficient fix for now
<bqv> couldn't find anything on how to actually create a login session without using the systemd api
acarrico has joined #nixos
<bqv> (loginctl only deals with existing sessions)
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<eyJhb> But what is, a display manager really bqv ? ;)
<eyJhb> Just kidding.
<eyJhb> Anything light that does not force me to use lightdm etc. would be nice. I also just have it autologin
azure3 has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
<reactormonk> How can I poke a derivation for all its flags passed to the ./configure script?
Rusty1 has joined #nixos
<bqv> sddm is pleasant. it's around as lightweight as slim, and has autologin too
<slabity> Is lightdm really that heavy when you just have autologin and no backend?
<bqv> i don't quite know what it looks like because i've never actually used it without autologin
<eyJhb> Is it still maintained?
azure3 has joined #nixos
<eyJhb> slabity: I just want "none" :p
<slabity> SLiM is not maintained (except technically slim-ng). sddm is still going strong
<bqv> i don't buy into the space-is-cheap mentality. if i can trim fat, i will
<slabity> Create a `services.displayManager.systemd` option and make youre own systemd-service display-manager thing
<{^_^}> [nixpkgs] @lukebfox opened pull request #92788 → colorls: 1.3.3 -> 1.4.2 → https://git.io/JJmOR
<symphorien> reactormonk: if you don't override the default configurePhase, it prints what arguments it passes
<bqv> slabity: sure but what do i put in it
<slabity> bqv: That's the real question... I got no answer :/
<slabity> I thought dbus-launch, but apparently I'm wrong and that's a #BadThing
<bqv> i have a feeling systemd-run --scope is probably the equivalent, because iirc a systemd scope counts as a session
<bqv> it just seems super weird to call it inside a systemd service
<bqv> and i don't think you can declare .scope files
<bqv> or at least, nixos can't
<eyJhb> sddm have maaay less LOC than lightdm. Not that is a 100% metric, I still like it
cfricke has joined #nixos
<reactormonk> Is there a command from nix repl to delete/ignore cash and give me full build output?
sheeldotme has joined #nixos
<reactormonk> Can't get a hold of the derivation output :-(
<clever> reactormonk: run `nix-store -L /nix/store/foo` to see the log of how something was built, `nix log` may also work for things on a cache
<bqv> it does, yes (r.e. latter)
<reactormonk> clever, it's -l, and thanks :D
<clever> oops, was thinking of `nix build -L`
waleee-cl has joined #nixos
<reactormonk> Once you know what you're looking for, man pages are navigated quickly.
<slabity> Opened up a Discourse page to possibly discuss moving `displayManager` options: https://discourse.nixos.org/t/moving-services-xserver-displaymanager-to-services-displaymanager/8051
siers has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @bachp opened pull request #92789 → Ocrmypdf 10.2.0 → https://git.io/JJmOd
<AlpineLlama> hey all! I just installed nixos, though I have wifi when working with the livecd, it no longer works in the final install. On gentoo I had to enable the ath9k kernel module. Just not sure how to do that here. Can someone point me in the right direction?
<AlpineLlama> The manual also says not to modify the hardware-configuration.nix so I'm not too sure where to put it
<slabity> AlpineLlama: It's okay to modify hardware-configuration.nix. And that's where you can put the kernel modules you need
<typetetris> AlpineLlama: Are you using networkmanager?
captn3m0 has quit [Ping timeout: 256 seconds]
FRidh has quit [Ping timeout: 256 seconds]
<reactormonk> Any chance to also get a hold of the build files of a derivation?
<AlpineLlama> haven't enabled it yet. for the moment I just had wpa_supplicant
<slabity> The file is auto-generated, but as long as you don't run the command to regenerate the config you can modify it without any issues
archH has left #nixos [#nixos]
FRidh has joined #nixos
<AlpineLlama> actually that could have been the problem instead....
captn3m0 has joined #nixos
<AlpineLlama> @slabity: good to know thanks
<{^_^}> [cabal2nix] @peti pushed to master « Move warning flags into a cabal.project file. »: https://git.io/JJm3Y
<bqv> 269025043/1
<reactormonk> > checking if AT_HWCAP contains the altivec indicator... ./configure: line 8053: which: command not found
<{^_^}> error: syntax error, unexpected IF, expecting ')', at (string):318:10
<{^_^}> [nixpkgs] @mupdt opened pull request #92790 → python3Packages.pytimeparse: use checkInputs → https://git.io/JJm3n
<mvnetbiz_> reactormonk, nix-build --keep-failed
<reactormonk> mvnetbiz_, it did succeed though
<mvnetbiz_> Oh what do you mean by build files?
<reactormonk> I want to look at a generated Makefile, debugging why valgrind can't find a few files
siers has quit [Changing host]
siers has joined #nixos
<clever> reactormonk: run `unpackPhase ; cd $sourceRoot ; configurePhase` inside a `nix-shell '<nixpkgs>' -A valgrind`
meh` has quit [Ping timeout: 258 seconds]
<mvnetbiz_> I think instead of -A valgrind, you want the package that you are building though
<mvnetbiz_> clever, is there a way to do the whole build normally but keep the tmp dir or wherever it builds?
<clever> mvnetbiz_: `nix-build -E 'with import <nixpkgs> {}; hello.overrideAttrs (old: { installPhase = "exit 1"; })' --keep-failed`
<mvnetbiz_> I am getting confused about buildInputs and propagatedBuildInputs, if a dependency is in both lists, that is redundant right?
<reactormonk> valgrind is a bit longer of an expression, so I tried nix-shell -A '(import ./. {}).valgrind', but that doesn't parse
<clever> mvnetbiz_: that makes the installPhase fail fatally, and then keeps the result of the failure
<clever> reactormonk: you want -E not -A
<mvnetbiz_> smart
<clever> reactormonk: you can also `nix-shell -A valgrind`, it will import . by default
<AlpineLlama> @slabity: yeah I just didn't enable network manager and expected it to be there for some reason... thanks for the help all good now
<reactormonk> clever, nice, thanks!
<adisbladis> Is there a good way to combine multiple derivations into a single one? I want all build inputs, be it regular, native or propagated ones in a single derivation. Of course I could naively just concatenate the lists but this feels less than ideal.
<bqv> i did that just yesterday
<bqv> hang on
<bqv> pkgs.symlinkJoin
<bqv> { name = "result"; paths = [ drv1 drv2 drv3 ]; }
<adisbladis> bqv: I think you're misunderstanding me
<bqv> oh, you mean to include transitive deps
<adisbladis> I want basically `drv1 // drv2 // drv3`
<clever> adisbladis: why do you want the deps from several?
<clever> adisbladis: propagatedBuildInputs would also do that automatically
<adisbladis> clever: I'm making a custom wrapper where I need to build some things in the wrapper
<mvnetbiz_> say I have python program called top which depends on middle which depends on bottom. when I do nix-shell -p 'python3.withPackages (ps: with ps; [ top ])' --run top, I get an error inside of middle which cant find the module bottom, why would that be?
<mvnetbiz_> "bottom" is inside the propagatedBuildInputs of "middle". Is that not enough?
<simpson> Maybe. What happens if you add `bottom` to your `withPackages` listing? Does the top command then work?
<mvnetbiz_> simpson, it works. I am guessing it would work if I also add "bottom" to propagatedBuildInputs of "top" but shouldn't that not be needed
MidHotaru has joined #nixos
detran has quit [Ping timeout: 256 seconds]
<FRidh> adisbladis: just taking the lists will miss the inputs that are references in other variables such as phases. Unfortunately there isn't any method for getting all inputs. Would be a real nice nix builtin to have.
detran has joined #nixos
noudle has joined #nixos
pwerti has joined #nixos
<FRidh> hackish, but I think you can use foo.drvPath, and import that
<{^_^}> [nixops] @adisbladis merged pull request #1366 → Use flake check for the documentation linting test → https://git.io/Jf98I
<{^_^}> [nixops] @adisbladis pushed 5 commits to master: https://git.io/JJmsF
<{^_^}> [nixops] @adisbladis closed pull request #1331 → eval-machine-info.nix: add nixpkgsPath argument. → https://git.io/Jfm13
dermetfan has quit [Ping timeout: 272 seconds]
azure3 is now known as zangi
alp has quit [Remote host closed the connection]
alp has joined #nixos
gustavderdrache has joined #nixos
<mvnetbiz_> capitalization error :/ took 20 minutes to find
<manveru> anyone know what the right way to configure `ip route add 169.254.169.254/32 dev ens5` is?
<manveru> i see there's `networking.interfaces.<name?>.ipv4.routes.*.via`, but not `networking.interfaces.<name?>.ipv4.routes.*.dev`
<manveru> ah, guess it just goes into options
<slabity> manveru: The <name?> is the device, isn't it?
werner291 has joined #nixos
<manveru> uh, i guess :D
<manveru> i wonder if this will mess up the other routes, but only one way to find out...
<manveru> i think this should go into dhcp config somehow
<slabity> `networking.interfaces.ens5.ipv4.routes = [ { address = "169.154.169.254"; prefixLength = 32; } ];
alp_ has joined #nixos
<{^_^}> [nixpkgs] @johanot opened pull request #92791 → ceph: 14.2.10 -> 15.2.4 → https://git.io/JJmZk
alp has quit [Ping timeout: 272 seconds]
<mvnetbiz_> manveru, are you trying to have that be a reachable ip address on the ens5 link from that machine?
sangoma has quit [Read error: Connection reset by peer]
<manveru> yeah, the problem is that docker creates veth* devices that have 169.154.* routes
<manveru> and so the AWS metadata service stops responding
<manveru> i added `{ address = "169.254.169.252"; prefixLength = 30; }` and it's fine again
<manveru> slabity: thanks a lot :)
sangoma has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 7 commits to master: https://git.io/JJmZY
<{^_^}> [nixpkgs] @ryantm merged pull request #92695 → wootility: 3.4.6 -> 3.5.10 → https://git.io/JJqGx
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJmZO
<manveru> i think this should go into the amazon-image module or something
<{^_^}> [nixpkgs] @NeQuissimus pushed 6 commits to release-20.03: https://git.io/JJmZ3
<manveru> but not sure how predictable the network interface names are
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
mounty has quit [Ping timeout: 260 seconds]
detran has joined #nixos
bahamas has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
<slabity> manveru: Interface names nowadays are dependent on the bus/port/whatever and should be pretty consistent as long as they don't change locations in hardware
<{^_^}> [nixpkgs] @FRidh merged pull request #92790 → python3Packages.pytimeparse: use checkInputs → https://git.io/JJm3n
<{^_^}> [nixpkgs] @FRidh pushed commit from @mupdt to master « python3Packages.pytimeparse: use checkInputs »: https://git.io/JJmZ6
cosimone has joined #nixos
marsh has joined #nixos
turion has joined #nixos
lawr3nce has quit [Quit: Leaving]
<zangi> how do I set environment variables in nix language?
<adisbladis> zangi: Derivation attributes become environment variables
<turion> Fturion
<turion> whoops, disregard that line
teto has joined #nixos
<zangi> adisbladis: like everything inside it? including lowercase environment variables such as `stdenv.mkDerivation { foo_bar = "baz"; }`?
<clever> zangi: yes
<{^_^}> [nix] @edolstra pushed to master « LocalStore::addToStore(srcPath): Handle the flat case »: https://git.io/JJmnv
bahamas has quit [Ping timeout: 272 seconds]
<bbigras> can `--max-jobs 0` be used to make sure nothing is built locally and that everything is fetched from the cache? or that's only for when using remote builders?
<bbigras> I want to prevent stuff building on my phone to prevent draining the battery.
domogled has quit [Quit: domogled]
<regnat> bbigras: It does yes
<regnat> But it can break things as certain derivations are tagged to not be fetched from the remote cache
<bbigras> thanks. I was also wondering if "evaluating" my configuration.nix would be possible with `--max-jobs 0` or it needs to be built
<bbigras> * thanks. I was also wondering if "evaluating" my configuration.nix would be possible with `--max-jobs 0` or if it needs to be built
<clever> bbigras: if your not using IFD, you can just use nix-instantiate or `nixos-rebuild --dry-run` to eval it
<bbigras> thanks. I'll try
inkbottle has quit [Ping timeout: 246 seconds]
zebrag has joined #nixos
pwerti has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<pinion[m]> <bqv "slabity: sure but what do i put "> Look at the Nix wiki page on Sway, there is an example for Sway... I have used it without problems
<immae> Hello there, did something change in the way cargoSha256 is computed? When I build a package in 19.09 or 20.03 (latest) it works fine, but when I run it in unstable (latest) it complains that the sha is invalid
<manveru> immae: unstable needs nix 2.2
<immae> Hmm
<immae> I have 2.3.*
<manveru> what's the error?
<immae> 2.3.3
<immae> hold on
pamplemousse has joined #nixos
<manveru> oh, that's unrelated then :)
<manveru> is that a go package?
<immae> Rust
<immae> Sorry, I was not clear. It complains about a mismatch in cargoSha256
<manveru> yeah
<immae> But exact same derivation built with 20.03 works fine
<manveru> the problem is the way that those rust packages are built... they run `cargo install` in a fixed-output-derivation i think
<manveru> so if cargo behavior isn't 100% deterministic, the hash changes
<immae> it looks like somehting like that yes (I’m not used to rust but the logs seems to confirm what you say)
<manveru> if the hydra cache has the right hash already, your nix will download it instead
<immae> it won’t :)
<immae> it’s a private package
<pinion[m]> I modified it a bit so the wrapper script waits on the service's PID before exiting (instead of using exec) using tail, I exec the modified script in my .bash_profile if logging in on tty1 only. Similar experience to a desktop manager without the overhead
<manveru> i had the same issue with go, where the hash would change for no good reason :(
<immae> ok
<immae> I guess I’ll live with it then
<manveru> but unless you switch to something like crate2nix that does things more deterministically, it's gonna be hard to pin cargo down enough
<manveru> or naersk maybe
<immae> Hmm
<manveru> clever would probably know more about that :)
<pinion[m]> @bqv I'll probably make a wiki edit eventually with my script changes, but they aren't too hard to derive from what's on there
<immae> It’s not clear to me manveru, I have aderivation like that: https://tools.immae.eu/paste/4kba/ and the cagoHash is different if <nixpkgs> targets a different channel, it has nothing to do with crate2nix or anything that comes before no?
<clever> immae: the problem is that the cargoSha256 is just the hash of whatever `cargo fetch` created, so it depends on which version of cargo you used
<immae> oh
wnklmnn has joined #nixos
<immae> Ok I see
<manveru> it will still depend on the rust/cargo version
<manveru> and possibly other things, i'm not terribly familiar with the build process
<immae> yes, I’m starting to grasp the issue
<immae> Thanks clever and manveru
capt_zap has joined #nixos
Streetwalrus has quit [Quit: ZNC 1.7.5 - https://znc.in]
rembo10 has quit [Quit: ZNC 1.8.1 - https://znc.in]
Streetwalrus has joined #nixos
cptchaos83 has quit [Remote host closed the connection]
boegel has quit [Remote host closed the connection]
rembo10 has joined #nixos
cptchaos83 has joined #nixos
<{^_^}> [nixpkgs] @edibopp opened pull request #92792 → oneshot: init at 1.0.1 → https://git.io/JJmcn
boegel has joined #nixos
xensky has quit [Quit: i quit]
xensky has joined #nixos
<wnklmnn> Hi, I'm curently having issues with my nixos installation. If i try to install rustup via "nix-env -iA nixos.rustup" I get error regarding invalid memory references. I made a gist with the build logs. https://gist.github.com/wnklmnn/9b77757043ab830c5a90285154b37be9 Unfortunatly i have no idea where the issue may be.
xensky has quit [Client Quit]
<wnklmnn> The logs come from builds one after the other. I did not run nix-collect-garbage or change anything else. Just ran "nix-env -iA nixos.rustup" again
<turion> wnklmnn, have you tried without rustup, but instead installing rustc and cargo?
<wnklmnn> I'll give it a try
davidv7 has joined #nixos
xensky has joined #nixos
<wnklmnn> rustc and cargo seem to be working fine.
cfricke has quit [Quit: WeeChat 2.8]
davidv7_ has quit [Ping timeout: 258 seconds]
xensky has left #nixos [#nixos]
maier_ has joined #nixos
mounty has joined #nixos
<emilsp> does anyone have any experience cross-compiling perl stuff for arm?
maier has quit [Ping timeout: 258 seconds]
itorres has joined #nixos
maier_ has quit [Ping timeout: 256 seconds]
pamplemousse has quit [Ping timeout: 258 seconds]
cole-h has joined #nixos
<slabity> emilsp: If you're using `configure` then you should just be able to pass in a `--target=architecture` flag
<slabity> Assuming you are using perl-cross
<emilsp> slabity: I'm trying to build nixpkgs on amd64 for arm64, so I kind of need to fiddle with buildPerlPackage it seems :/
<emilsp> And the issue is more that --host is not being passed.
kreyren has quit [Remote host closed the connection]
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<wnklmnn> I just ran "nix-env -iA nixos.rustup" in a vm configured with 6 and 12 cores. 6 cores worked. 12 cores crashed the same way as on my host machine...
dermetfan has joined #nixos
sheeldotme has joined #nixos
ramses_ has joined #nixos
detran has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos
philr_ has quit [Ping timeout: 258 seconds]
<OmnipotentEntity> wnklmnn, I know this is probably not addressing the real issue, but there's an official mozilla rust overlay that you probably should be using if you're not already.
<{^_^}> [nixpkgs] @misuzu opened pull request #92793 → pythonPackages.maxminddb: 1.5.2 -> 1.5.4 → https://git.io/JJmW8
detran has joined #nixos
meh` has joined #nixos
sangoma has quit [Ping timeout: 264 seconds]
knupfer has joined #nixos
<emilsp> wnklmnn: nix-env -iA nixos.rustup seems to work just fine on my machine with 12 cores.
<OmnipotentEntity> emilsp, the gist is rustc ICEing during a compile.
<wnklmnn> omnipotententity but its always a different part which fails.
<OmnipotentEntity> Are you using the official rust overlay?
<emilsp> I'd suggest you make sure that your system behaves under load.
<wnklmnn> No, I'm using the regular nixos channel
pamplemousse has joined #nixos
<OmnipotentEntity> Try the official channel. You might get better results.
<{^_^}> [nixpkgs] @dguibert opened pull request #92794 → fix pkgsCross.*.texinfoInteractive → https://git.io/JJmWa
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<wnklmnn> omnipotententity, are there any load test which would give helpful hints?
<OmnipotentEntity> If the compiler is ICEing on readily available cargo packages, then there might just be something dumb like filesystem corruption?
<OmnipotentEntity> But the fact that it's repeatable in a VM kinda lays that one to rest.
<OmnipotentEntity> It's odd that it's an issue with different amounts of cores. But I have way more than 12 on my machine and it works over here.
<OmnipotentEntity> Can you gist with RUST_BACKTRACE=1?
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos
<wnklmnn> Sure.
growpotkin has joined #nixos
cole-h has quit [Quit: Goodbye]
proofofkeags has joined #nixos
<wnklmnn> 'RUST_BACKTRACE=1 nix-env -iA nixos.rustup' does not seem to produce more output. Is there a way to decalre the env varible for the nix-builder user?
<clever> wnklmnn: use an overlay to override the derivation in question
<{^_^}> [nixpkgs] @thoughtpolice pushed 6 commits to master: https://git.io/JJmlJ
MidHotaru has quit [Quit: Connection closed for inactivity]
<KarlJoad> ,locate hwd
<{^_^}> Found in packages: qbs, bluez, eudev, mythtv, ell.dev, libudev, linux.dev, plan9port, qtcreator, libmtp.bin, alsaLib.dev, libudev.man, linux-libre.dev, linux_mptcp.dev, linux_testing.dev, media-player-info, systemd_with_lvm2, linux_mptcp_94.dev, systemd_with_lvm2.man, linuxPackages_4_4.kernel.dev, linuxPackages_4_9.kernel.dev, linuxPackages_5_5.kernel.dev, linuxPackages_4_14.kernel.dev, linuxPackages_4_19.kernel.dev, and 7 more
pamplemousse has quit [Ping timeout: 264 seconds]
Raito_Bezarius has quit [Read error: Connection reset by peer]
<emilsp> I see that my woes with perl are by no means novel - https://github.com/NixOS/nixpkgs/issues/66741
<{^_^}> #66741 (by lopsided98, 46 weeks ago, open): perlPackages.ModuleBuild (a dependency of git) fails to cross-compile
erasmas has joined #nixos
<grfn> what do I do when adding a package that doesn't have a license?
bahamas has joined #nixos
visl has quit [Quit: WeeChat 2.8]
visl has joined #nixos
<OmnipotentEntity> grfn, what package?
<OmnipotentEntity> I would email the author to clarify
<OmnipotentEntity> It's GPL3 though
plutes has quit [Ping timeout: 272 seconds]
<OmnipotentEntity> grfn, ^
<grfn> oh cool, thanks omnipotententity
<grfn> yeah guix has it so I knew it had to be free
<grfn> I was looking for a LICENSE in the repo
<{^_^}> [nixos-search] @garbas pushed to better-define-the-page-we-are-on « Better define the page we are on »: https://git.io/JJmlV
<{^_^}> [nixos-search] @garbas opened pull request #126 → Better define the page we are on → https://git.io/JJmlw
<qyliss> They probably should have license text in the repo
bahamas has quit [Ping timeout: 246 seconds]
<qyliss> Maybe send them a PR to add COPYING and mention it in the README or something?
<grfn> yeah
<{^_^}> [nixos-search] @garbas pushed to change-channel-order « change channel order »: https://git.io/JJmlX
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92796 → jmol: 14.31.0 -> 14.31.2 → https://git.io/JJml1
<{^_^}> [nixos-search] @garbas opened pull request #127 → change channel order → https://git.io/JJmlM
<OmnipotentEntity> wnklmnn, https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html maybe it has something to do with the fact that 1.41.0 is being used instead of 1.41.1?
<OmnipotentEntity> Doesn't mention anything about ICEing, but 1.41.0 is known buggy so it should be avoided anyway
<{^_^}> [nixpkgs] @glittershark opened pull request #92797 → python3Packages.notifymuch: Init at 0.1 → https://git.io/JJml9
o1lo01ol1o has joined #nixos
<{^_^}> [rfcs] @worldofpeace opened pull request #71 → [RFC 0071] Retired Committers Amendment → https://git.io/JJmlb
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sangoma has joined #nixos
mounty has quit [Ping timeout: 258 seconds]
sheeldotme has joined #nixos
mounty has joined #nixos
<grfn> timokau[m]: did marvin die again? https://github.com/NixOS/nixpkgs/pull/92726
<{^_^}> #92726 (by glittershark, 23 hours ago, open): pounce: 1.1 -> 1.3p1
<wnklmnn> omnipotententity, i just tried in repl with the master-branch which should be 1.44 same result. It seems to be an issue with my machine.
<{^_^}> [nixos-search] @garbas pushed to sending-an-empty-query-shows-spinner « don't show spinner when empty query is submitted »: https://git.io/JJm8L
<{^_^}> [nixos-search] @garbas opened pull request #128 → don't show spinner when empty query is submitted → https://git.io/JJm8m
<grfn> oh oops I forgot I had to opt in
<{^_^}> [nixos-search] @garbas merged pull request #126 → Better define the page we are on → https://git.io/JJmlw
<{^_^}> [nixos-search] @garbas pushed to master « Better define the page we are on (#126) »: https://git.io/JJm8Y
ramses_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixos-search] @garbas pushed 0 commits to better-define-the-page-we-are-on: https://git.io/JJm8O
<OmnipotentEntity> wnklmnn, that would be an super weird issue with your machine.
<evanjs> struggling with several "while evaluating the attribute '_module.args.backendVersion' at undefined position" ... "attribute 'backendVersion' missing, at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:221:28" messages
<{^_^}> [nixos-search] @garbas merged pull request #127 → change channel order → https://git.io/JJmlM
<{^_^}> [nixos-search] @garbas pushed to master « change channel order (#127) »: https://git.io/JJm83
<{^_^}> [nixpkgs] @lsix merged pull request #92767 → drawio: 13.3.5 -> 13.3.9 → https://git.io/JJqxa
<OmnipotentEntity> like... almost certainly a hardware issue.
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/JJm8G
<{^_^}> [nixos-search] @garbas pushed 0 commits to change-channel-order: https://git.io/JJm8Z
<mvnetbiz_> I cant figure out how to connect to a test vm, this doesnt work. env QEMU_NET_OPTS=hostfwd=tcp::8123-:8123 ./result/bin/run-nixos-vm
<evanjs> not quite sure where to start, as it looks like I'm importing where I need to and etc
johnny101m has quit [Quit: -a- Connection Timed Out]
johnny101m has joined #nixos
<wnklmnn> omnipotententity, now i _just_ have to find the issue with my hardware :D
<OmnipotentEntity> lol
<wnklmnn> I ran memtest earlier without errors...
<KarlJoad> I'm running a `sudo nixos-rebuild build` on my system, and I seem to be downloading, compiling, and testing a bunch of Rust crates. Did something change last night?
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ccf92d9702a (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<OmnipotentEntity> wnklmnn, if it's an issue where you're getting errors only when you use a bunch of cores, then you might want to test with prime95 instead.
<OmnipotentEntity> memory tests generally only test your memory and are really light on CPUs.
<{^_^}> [nixos-search] @garbas merged pull request #128 → don't show spinner when empty query is submitted → https://git.io/JJm8m
<{^_^}> [nixos-search] @garbas pushed to master « don't show spinner when empty query is submitted (#128) »: https://git.io/JJm8g
<{^_^}> [nixos-search] @garbas pushed 0 commits to sending-an-empty-query-shows-spinner: https://git.io/JJm82
<gchristensen> anyone (cc teto :P) made Cisco AnyConnect's SSL VPN work on NixOS?
<wnklmnn> I'll try that. the ftp server serving mprime is slow as hell btw :D
dermetfan has quit [Ping timeout: 256 seconds]
<teto> gchristensen: haha nope. I've been able to stay away from all VPNs for the past year
plutes has joined #nixos
kalbasit has joined #nixos
<slabity> gchristensen: I've used OpenConnect with NetworkManager... Does that count?
alexherbo2 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #92649 → python3Packages.xmlschema: 1.1.0 -> 1.2.2 → https://git.io/JJtHq
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.xmlschema: 1.1.0 -> 1.2.2 »: https://git.io/JJm8P
<gchristensen> teto: thanks! (and thanks for your help the first time with anyconnect's ipsec vpn last year!) slabity: that counts! any special setup I need to do? just add gnome3.networkmanager-openconnect to networking.networkmanager.packages?
<{^_^}> [nixpkgs] @tfmoraes opened pull request #92799 → Zettlr: init at 1.7.1 → https://git.io/JJm81
bahamas has joined #nixos
<gchristensen> slabity: ^
alp_ has quit [Ping timeout: 272 seconds]
bahamas has quit [Ping timeout: 240 seconds]
<timokau[m]> grfn: No, the at least according to the logs Marvin is feeling pretty healthy, maybe a bit bored ;)
<{^_^}> [nixpkgs] @vbgl opened pull request #92800 → ocamlPackages.tsort: init at 2.0.0 → https://git.io/JJm85
<timokau[m]> grfn: The status is called `needs_reviewer` though (since I wanted to avoid calling the other status `needs_merge`)
<grfn> ohhhh
<grfn> maybe an invalid command message?
Cale has quit [Ping timeout: 246 seconds]
<timokau[m]> grfn: Maybe at some point. For now I left it out since (1) I wanted to decrease probability of unintended spamming and (2) explicit commands should very rarely be necessary anyway. Of course the current opt-in situation affects (2), but that is temporary.
<wnklmnn> mprime segfaults aswell...
<{^_^}> timokau/marvin-mk2#31 (by turion, 1 week ago, open): How to handle typos
<emilsp> wnklmnn: what cpu is it and what kernel are you running?
Cale has joined #nixos
<wnklmnn> emilsp, Ryzen 5 3600 "Linux nixos 5.4.50 #1-NixOS SMP Tue Jun 30 20:21:55 UTC 2020 x86_64 GNU/Linux"
<{^_^}> [nixos-search] @garbas pushed to fix-118 « show suggestions loading spinner the moment a user starts typing »: https://git.io/JJm8j
<{^_^}> [nixos-search] @garbas opened pull request #129 → show suggestions loading spinner the moment a user starts typing → https://git.io/JJm4e
<buffet> ok apparently im too stupid. lets just assume i got an nginx server with root = "${website}"; where website is just fetchFromGitHub { ... };. what would be the easiest way to get this to update without me needing to 1. change the rev, 2. change the sha256, 3. nixos-rebuild'ing everytime i change something on the site?
<emilsp> wnklmnn: I'd try a non-stable kernel, 5.6 seems to run better on my ryzen machine. And I'd also try a really conservative memory config, and stock config for the CPU. Failing that, consider RMA'ing the CPU - this wouldn't be the first bad ryzen CPU i've seen in the wild :/
<slabity> gchristensen: That should be it. Note I couldn't get any VPN software working with nmtui if you use that
<simpson> buffet: You're not stupid, but that configuration is not really capable of doing much else. You could cut out (3) by doing a systemd user service; there's both NixOS and home-manager ways to do that, although you'll be blazing your own trail for nginx in particular. What did you want to do instead? Have changes from GH automatically appear within some amount of time?
<buffet> simpson, yeah thats what i want to achieve in the end. i just went back a lot from what i was playing around with (some hydra stuff) to get to a state i can reproduce and understand
<wnklmnn> emilsp, that shoud just be boot.kernelPackages = pkgs.linuxPackages_5_6; correct?
<{^_^}> [nixpkgs] @timokau merged pull request #92796 → jmol: 14.31.0 -> 14.31.2 → https://git.io/JJml1
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JJm43
<{^_^}> [nixpkgs] @mvnetbiz opened pull request #92801 → home-assistant: fix zha in home-assistant → https://git.io/JJm4Z
ryantm[m] has quit [Quit: authenticating]
ryantm[m] has joined #nixos
AluisioASG has quit [Read error: Connection reset by peer]
ryantm[m] is now known as ryantm
wnklmnn has quit [Quit: Leaving]
<emilsp> wnklmnn: yes
incognito9999_ has joined #nixos
AluisioASG has joined #nixos
justan0theruser has quit [Ping timeout: 244 seconds]
noudle has quit [Ping timeout: 272 seconds]
nz_ has joined #nixos
aria_ has joined #nixos
mankyKitty_ has joined #nixos
wildsebastian_ has joined #nixos
pasukon_ has joined #nixos
amosbird_ has joined #nixos
asymmetric_ has joined #nixos
sjourdoi- has joined #nixos
wnklmnn has joined #nixos
demize has quit [Ping timeout: 244 seconds]
_ris has joined #nixos
statusfailed has quit [Ping timeout: 244 seconds]
Cale has quit [Ping timeout: 244 seconds]
signaryk_ has joined #nixos
bwe_ has joined #nixos
statusfailed has joined #nixos
demize has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to fix-118 « add backdrop for suggestions »: https://git.io/JJm4V
lukego has quit [*.net *.split]
mankyKitty has quit [*.net *.split]
digitalgrease has quit [*.net *.split]
elvishjerricco has quit [*.net *.split]
johs has quit [*.net *.split]
wildsebastian has quit [*.net *.split]
ajmcmiddlin has quit [*.net *.split]
johanot has quit [*.net *.split]
nz has quit [*.net *.split]
lally has quit [*.net *.split]
aria has quit [*.net *.split]
alunduil has quit [*.net *.split]
pasukon has quit [*.net *.split]
ctp has quit [*.net *.split]
joshmeredith has quit [*.net *.split]
adamse has quit [*.net *.split]
lpetoroot[m] has quit [*.net *.split]
likivik[m] has quit [*.net *.split]
deraffe[m] has quit [*.net *.split]
slabity has quit [*.net *.split]
sty86[m] has quit [*.net *.split]
pablo1107[m] has quit [*.net *.split]
faya01[m] has quit [*.net *.split]
ptol3my[m] has quit [*.net *.split]
easamuilov[m] has quit [*.net *.split]
guiber[m] has quit [*.net *.split]
haaksmash[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
chrismatheson has quit [*.net *.split]
Nacho[m]1 has quit [*.net *.split]
yoctocell[m] has quit [*.net *.split]
mlvzk[m] has quit [*.net *.split]
tskc[m]1 has quit [*.net *.split]
movsxd[m] has quit [*.net *.split]
sparogy has quit [*.net *.split]
srid has quit [*.net *.split]
zarathustra[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
tokudan[m] has quit [*.net *.split]
Poscat[m] has quit [*.net *.split]
DamienCassou has quit [*.net *.split]
mindtree[m] has quit [*.net *.split]
Dandellion has quit [*.net *.split]
observer_alpha[m has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
timokau[m] has quit [*.net *.split]
genevino has quit [*.net *.split]
tsrt^ has quit [*.net *.split]
SOO7 has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
signaryk has quit [*.net *.split]
ris has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
jluttine[m] has quit [*.net *.split]
sjourdois has quit [*.net *.split]
nwspk has quit [*.net *.split]
incognito9999 has quit [*.net *.split]
Cadey has quit [*.net *.split]
amosbird has quit [*.net *.split]
ryzokuken has quit [*.net *.split]
heijligen has quit [*.net *.split]
rummik has quit [*.net *.split]
bwe has quit [*.net *.split]
asymmetric has quit [*.net *.split]
ldlework has quit [*.net *.split]
asymmetric_ is now known as asymmetric
mankyKitty_ is now known as mankyKitty
nz_ is now known as nz
aria_ is now known as aria
pasukon_ is now known as pasukon
wildsebastian_ is now known as wildsebastian
e has quit [Ping timeout: 606 seconds]
genevino has joined #nixos
ryantm has quit [Remote host closed the connection]
p_m[m] has quit [Remote host closed the connection]
mcds[m] has quit [Remote host closed the connection]
kuramashinobi13[ has quit [Remote host closed the connection]
therivercass[m] has quit [Write error: Connection reset by peer]
pauricthelodger[ has quit [Remote host closed the connection]
HackerFoo[m] has quit [Remote host closed the connection]
sabry97[m] has quit [Remote host closed the connection]
Fuzen has quit [Read error: Connection reset by peer]
theduke has quit [Read error: Connection reset by peer]
rellen[m] has quit [Read error: Connection reset by peer]
Elorm[m] has quit [Read error: Connection reset by peer]
davidak[m] has quit [Read error: Connection reset by peer]
bennofs[m] has quit [Read error: Connection reset by peer]
ZerataX has quit [Write error: Connection reset by peer]
notmatthew[m] has quit [Remote host closed the connection]
thequux[m] has quit [Write error: Connection reset by peer]
domenkozar[m] has quit [Write error: Connection reset by peer]
sebass[m] has quit [Write error: Connection reset by peer]
qryptic[m] has quit [Remote host closed the connection]
neonfuz2 has quit [Read error: Connection reset by peer]
theotherjimmy[m] has quit [Write error: Connection reset by peer]
vegai1 has quit [Read error: Connection reset by peer]
jjwatt[m] has quit [Read error: Connection reset by peer]
sasyctu[m] has quit [Read error: Connection reset by peer]
nikola[m] has quit [Read error: Connection reset by peer]
rawas[m] has quit [Read error: Connection reset by peer]
worldofpeace has quit [Read error: Connection reset by peer]
leonardp has quit [Read error: Connection reset by peer]
vpfeiffer[m] has quit [Read error: Connection reset by peer]
printfn[m] has quit [Read error: Connection reset by peer]
sayanarijit[m] has quit [Read error: Connection reset by peer]
NobbZ[m] has quit [Read error: Connection reset by peer]
jlv has quit [Read error: Connection reset by peer]
mattock[m] has quit [Write error: Connection reset by peer]
mullein[m] has quit [Read error: Connection reset by peer]
kuznero[m] has quit [Read error: Connection reset by peer]
redcedar[m] has quit [Remote host closed the connection]
vtest[m] has quit [Read error: Connection reset by peer]
Caleb[m]1 has quit [Read error: Connection reset by peer]
etrigan63[m] has quit [Remote host closed the connection]
d3c[m] has quit [Read error: Connection reset by peer]
Xamino[m] has quit [Remote host closed the connection]
wangoe[m] has quit [Read error: Connection reset by peer]
tilpner2 has quit [Read error: Connection reset by peer]
CRTified[m] has quit [Read error: Connection reset by peer]
felschr[m] has quit [Read error: Connection reset by peer]
kaychaks_riot has quit [Read error: Connection reset by peer]
AberDerBart[m] has quit [Remote host closed the connection]
Jake[m] has quit [Write error: Connection reset by peer]
slby[m] has quit [Read error: Connection reset by peer]
quiet_laika[m] has quit [Write error: Connection reset by peer]
keithy[m] has quit [Read error: Connection reset by peer]
Yakulu[m] has quit [Read error: Connection reset by peer]
dpc has quit [Read error: Connection reset by peer]
nanashi0x74Old[m has quit [Read error: Connection reset by peer]
hiroshi[m] has quit [Read error: Connection reset by peer]
jameshjacksonjr4 has quit [Write error: Connection reset by peer]
Ke has quit [Write error: Connection reset by peer]
Markus[m]2 has quit [Remote host closed the connection]
Superleaf1995 has quit [Read error: Connection reset by peer]
hpfr[m] has quit [Read error: Connection reset by peer]
chreekat[m] has quit [Write error: Connection reset by peer]
pucilpet[m] has quit [Read error: Connection reset by peer]
regivanx[m] has quit [Remote host closed the connection]
l-as has quit [Read error: Connection reset by peer]
fgaz has quit [Read error: Connection reset by peer]
atemu12[m] has quit [Read error: Connection reset by peer]
JJJollyjim has quit [Read error: Connection reset by peer]
matthewbauer has quit [Read error: Connection reset by peer]
Strubbl[m] has quit [Write error: Connection reset by peer]
mkg20001 has quit [Read error: Connection reset by peer]
Minijackson[m] has quit [Read error: Connection reset by peer]
unclechu has quit [Read error: Connection reset by peer]
nilsirl[m] has quit [Write error: Connection reset by peer]
ibinzari[m] has quit [Read error: Connection reset by peer]
faewenys[m] has quit [Read error: Connection reset by peer]
wedens[m] has quit [Read error: Connection reset by peer]
antpic01[m] has quit [Write error: Connection reset by peer]
bricewge has quit [Write error: Connection reset by peer]
toraritte has quit [Write error: Connection reset by peer]
bqy has quit [Read error: Connection reset by peer]
puzzlewolf has quit [Remote host closed the connection]
nolan_d has quit [Read error: Connection reset by peer]
terrymunro[m] has quit [Read error: Connection reset by peer]
contrun has quit [Read error: Connection reset by peer]
mbick[m] has quit [Read error: Connection reset by peer]
Ericson2314 has quit [Read error: Connection reset by peer]
watzon has quit [Read error: Connection reset by peer]
Wouter[m]1 has quit [Read error: Connection reset by peer]
michael[m]4 has quit [Read error: Connection reset by peer]
sonerhalis[m] has quit [Read error: Connection reset by peer]
yusdacra[m] has quit [Read error: Connection reset by peer]
regnat has quit [Read error: Connection reset by peer]
ilya-fedin has quit [Read error: Connection reset by peer]
echel0n[m] has quit [Read error: Connection reset by peer]
axx has quit [Read error: Connection reset by peer]
interro[m] has quit [Write error: Connection reset by peer]
jneplokh has quit [Read error: Connection reset by peer]
tyrion-mx has quit [Read error: Connection reset by peer]
danielrf[m] has quit [Read error: Connection reset by peer]
nlgila[m] has quit [Write error: Connection reset by peer]
Stphan[m] has quit [Write error: Connection reset by peer]
sab7iryudpgf6[m] has quit [Read error: Connection reset by peer]
rascencio[m] has quit [Read error: Connection reset by peer]
M|[m]1 has quit [Read error: Connection reset by peer]
NickHu has quit [Read error: Connection reset by peer]
koozz[m] has quit [Read error: Connection reset by peer]
colemickens has quit [Read error: Connection reset by peer]
exel[m] has quit [Read error: Connection reset by peer]
catharsis_[m] has quit [Write error: Connection reset by peer]
pinion[m] has quit [Write error: Connection reset by peer]
jlv[m] has quit [Write error: Connection reset by peer]
blindidiotgod has quit [Write error: Connection reset by peer]
MilkManzJourDadd has quit [Write error: Connection reset by peer]
Luigi[m] has quit [Write error: Connection reset by peer]
mt[m] has quit [Write error: Connection reset by peer]
edrex has quit [Write error: Connection reset by peer]
init_6 has quit [Read error: Connection reset by peer]
rschulman has quit [Read error: Connection reset by peer]
zrsk[m] has quit [Write error: Connection reset by peer]
arcnmx has quit [Write error: Connection reset by peer]
chvp has quit [Write error: Connection reset by peer]
jtojnar has quit [Write error: Connection reset by peer]
musicmatze[m] has quit [Write error: Connection reset by peer]
gs93 has quit [Remote host closed the connection]
cyberwolf[m] has quit [Write error: Connection reset by peer]
alexfmpe has quit [Write error: Connection reset by peer]
cmcaine[m] has quit [Write error: Connection reset by peer]
emmanuelrosa[m] has quit [Write error: Connection reset by peer]
drozdziak1 has quit [Write error: Connection reset by peer]
frobenius[m] has quit [Write error: Connection reset by peer]
icetan has quit [Write error: Connection reset by peer]
xavierm02 has quit [Write error: Connection reset by peer]
tristan[m] has quit [Write error: Connection reset by peer]
gsals[m] has quit [Write error: Connection reset by peer]
michaelstrogoff[ has quit [Write error: Connection reset by peer]
logan12358[m] has quit [Write error: Connection reset by peer]
kenzie[m] has quit [Remote host closed the connection]
jaewest304[m] has quit [Remote host closed the connection]
Valodim[m] has quit [Write error: Connection reset by peer]
timclassic has quit [Write error: Connection reset by peer]
eadwu[m] has quit [Write error: Connection reset by peer]
roberth has quit [Write error: Connection reset by peer]
comrandroxaos[m] has quit [Write error: Connection reset by peer]
GerdFlaig[m] has quit [Write error: Connection reset by peer]
tlater[m] has quit [Remote host closed the connection]
adit[m] has quit [Write error: Connection reset by peer]
eddyb has quit [Write error: Connection reset by peer]
kraem[m] has quit [Write error: Connection reset by peer]
tbenst[m] has quit [Write error: Connection reset by peer]
bbigras has quit [Write error: Connection reset by peer]
pitch has quit [Write error: Connection reset by peer]
michaelpj has quit [Write error: Connection reset by peer]
mkfart[m] has quit [Write error: Connection reset by peer]
dbirks[m] has quit [Write error: Connection reset by peer]
delroth[m] has quit [Write error: Connection reset by peer]
efra[m] has quit [Read error: Connection reset by peer]
idontgetoutmuch[ has quit [Write error: Connection reset by peer]
MawKKe[m] has quit [Write error: Connection reset by peer]
Hayden[m] has quit [Write error: Connection reset by peer]
rednaZ[m] has quit [Write error: Connection reset by peer]
gcoakes[m] has quit [Write error: Broken pipe]
dammndot[m] has quit [Write error: Connection reset by peer]
cab404[m] has quit [Write error: Broken pipe]
fresheyeball[m] has quit [Write error: Connection reset by peer]
das-g[m] has quit [Write error: Connection reset by peer]
xfix has quit [Write error: Connection reset by peer]
mdlayher1 has quit [Write error: Connection reset by peer]
user51[m] has quit [Write error: Broken pipe]
leons has quit [Write error: Connection reset by peer]
hsngrmpf[m] has quit [Write error: Connection reset by peer]
l33[m] has quit [Write error: Connection reset by peer]
hleb[m] has quit [Write error: Connection reset by peer]
cryptix has quit [Write error: Connection reset by peer]
kueckieben[m] has quit [Write error: Connection reset by peer]
marius851000[m] has quit [Write error: Connection reset by peer]
sputny[m] has quit [Read error: Connection reset by peer]
philipp[m]1 has quit [Write error: Connection reset by peer]
li_matrix has quit [Write error: Connection reset by peer]
dngray has quit [Write error: Connection reset by peer]
Vykook[m] has quit [Read error: Connection reset by peer]
aterius has quit [Write error: Connection reset by peer]
un-cons-cionable has quit [Read error: Connection reset by peer]
mica[m] has quit [Read error: Connection reset by peer]
mathyouguy has quit [Remote host closed the connection]
grin[m] has quit [Write error: Connection reset by peer]
nh2[m] has quit [Read error: Connection reset by peer]
alienpirate5 has quit [Write error: Connection reset by peer]
rk04[m] has quit [Read error: Connection reset by peer]
freeman42x[m] has quit [Read error: Connection reset by peer]
david-sawatzke[m has quit [Read error: Connection reset by peer]
ongy[m] has quit [Read error: Connection reset by peer]
LeBronse[m] has quit [Read error: Connection reset by peer]
Notkea[m] has quit [Read error: Connection reset by peer]
nanashi0x74[m] has quit [Remote host closed the connection]
sshow[m] has quit [Read error: Connection reset by peer]
TheSirC[m] has quit [Read error: Connection reset by peer]
grahamc[m] has quit [Read error: Connection reset by peer]
rycee has quit [Read error: Connection reset by peer]
daraul[m] has quit [Read error: Connection reset by peer]
jschievink has quit [Read error: Connection reset by peer]
vaibhavsagar has quit [Read error: Connection reset by peer]
porphyrogenetos has quit [Read error: Connection reset by peer]
infinisil-m has quit [Read error: Connection reset by peer]
kai_w has quit [Read error: Connection reset by peer]
chmod222[m] has quit [Remote host closed the connection]
yurb has quit [Read error: Connection reset by peer]
Smith[m]1 has quit [Read error: Connection reset by peer]
atgo[m] has quit [Read error: Connection reset by peer]
kriteus[m] has quit [Write error: Connection reset by peer]
Houtworm[m] has quit [Read error: Connection reset by peer]
apple_at_cha[m] has quit [Read error: Connection reset by peer]
hazel[m] has quit [Read error: Connection reset by peer]
solomon[m] has quit [Write error: Connection reset by peer]
JameySharp[m] has quit [Write error: Connection reset by peer]
boogiewoogie[m] has quit [Write error: Connection reset by peer]
balsoft has quit [Write error: Connection reset by peer]
jojosch[m] has quit [Read error: Connection reset by peer]
gnxlxnxx[m] has quit [Read error: Connection reset by peer]
azazel has quit [Write error: Broken pipe]
bachp has quit [Write error: Connection reset by peer]
gildedlink[m] has quit [Remote host closed the connection]
hsiktas[m] has quit [Write error: Connection reset by peer]
ptotter[m] has quit [Write error: Connection reset by peer]
Irenes[m] has quit [Write error: Connection reset by peer]
rgamma[m] has quit [Write error: Connection reset by peer]
utdemir[m] has quit [Write error: Connection reset by peer]
maralorn has quit [Write error: Connection reset by peer]
basilbunting[m] has quit [Write error: Connection reset by peer]
denbrahe[m] has quit [Write error: Connection reset by peer]
goibhniu has quit [Write error: Connection reset by peer]
acys[m] has quit [Remote host closed the connection]
quidome[m] has quit [Remote host closed the connection]
flip[m] has quit [Remote host closed the connection]
billsun has quit [Remote host closed the connection]
bohan[m] has quit [Write error: Connection reset by peer]
yangm has quit [Write error: Connection reset by peer]
phirsch has quit [Write error: Connection reset by peer]
evanjs[m] has quit [Write error: Connection reset by peer]
emily has quit [Write error: Connection reset by peer]
vojta001[m] has quit [Write error: Connection reset by peer]
mlatus[m] has quit [Read error: Connection reset by peer]
rnhmjoj has quit [Read error: Connection reset by peer]
siraben has quit [Write error: Connection reset by peer]
aanderse has quit [Read error: Connection reset by peer]
alexherbo2[m] has quit [Read error: Connection reset by peer]
dxu[m] has quit [Read error: Connection reset by peer]
aloiscochard[m] has quit [Read error: Connection reset by peer]
aleph9[m] has quit [Remote host closed the connection]
nicolas[m]1 has quit [Read error: Connection reset by peer]
srxl has quit [Write error: Connection reset by peer]
qbit[m] has quit [Write error: Connection reset by peer]
lalala56756[m] has quit [Write error: Connection reset by peer]
ohhaimark[m] has quit [Read error: Connection reset by peer]
ma27[m] has quit [Write error: Connection reset by peer]
yutyo[m] has quit [Write error: Connection reset by peer]
zannzen[m] has quit [Write error: Connection reset by peer]
wak-work has quit [Write error: Connection reset by peer]
iwvt[m] has quit [Write error: Connection reset by peer]
aquarial has quit [Write error: Connection reset by peer]
koschitzky[m] has quit [Read error: Connection reset by peer]
d4rkshad0w has quit [Read error: Connection reset by peer]
chris[m]6 has quit [Read error: Connection reset by peer]
signaryk_ is now known as signaryk
joshmeredith has joined #nixos
tsrt^ has joined #nixos
nwspk has joined #nixos
ajmcmiddlin has joined #nixos
elvishjerricco has joined #nixos
digitalgrease has joined #nixos
lukego has joined #nixos
ryzokuken has joined #nixos
adamse has joined #nixos
SOO7 has joined #nixos
alunduil has joined #nixos
Cadey has joined #nixos
lally has joined #nixos
rummik has joined #nixos
heijligen has joined #nixos
johanot has joined #nixos
ctp has joined #nixos
ldlework has joined #nixos
johs has joined #nixos
noogie has quit [Ping timeout: 272 seconds]
noogie has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #129 → show suggestions loading spinner the moment a user starts typing → https://git.io/JJm4e
<{^_^}> [nixos-search] @garbas pushed to master « add backdrop for suggestions and show suggestions loading spinner the moment a user starts typing (#129) »: https://git.io/JJm4Q
<{^_^}> [nixos-search] @garbas pushed 0 commits to fix-118: https://git.io/JJm47
bahamas has joined #nixos
Cale has joined #nixos
<wnklmnn> emilsp, interesting... running mprime works under 5.6 also installing rustup simultaneously seems to work aswell. Thank you from saving me from getting out the screwdriver :D
bahamas has quit [Ping timeout: 258 seconds]
e has joined #nixos
alexherbo2 has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ccf92d9702a (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
justan0theruser has joined #nixos
<emilsp> wnklmnn: no worries :) I've had similar _oh my_ moments when I got my first ryzen CPU too.
alexherbo2 has quit [Ping timeout: 256 seconds]
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon2 is now known as Mateon1
<{^_^}> [nixpkgs] @danieldk merged pull request #92726 → pounce: 1.1 -> 1.3p1 → https://git.io/JJqK4
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJmBJ
noudle has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
Ox4A6F has joined #nixos
DamienCassou has joined #nixos
Elorm[m] has joined #nixos
Ericson2314 has joined #nixos
Minijackson[m] has joined #nixos
MilkManzJourDadd has joined #nixos
Strubbl[m] has joined #nixos
NobbZ[m] has joined #nixos
TheSirC[m] has joined #nixos
alexarice[m] has joined #nixos
alexfmpe has joined #nixos
alexherbo2[m] has joined #nixos
alienpirate5 has joined #nixos
aloiscochard[m] has joined #nixos
atopuzov[m] has joined #nixos
aterius has joined #nixos
azazel has joined #nixos
bbigras has joined #nixos
basilbunting[m] has joined #nixos
bachp has joined #nixos
bohan[m] has joined #nixos
catharsis_[m] has joined #nixos
chreekat[m] has joined #nixos
cmcaine[m] has joined #nixos
cryptix has joined #nixos
colemickens has joined #nixos
bennofs[m] has joined #nixos
danielrf[m] has joined #nixos
das-g[m] has joined #nixos
david-sawatzke[m has joined #nixos
denbrahe[m] has joined #nixos
domenkozar[m] has joined #nixos
davidak[m] has joined #nixos
dxu[m] has joined #nixos
drozdziak1 has joined #nixos
eadwu[m] has joined #nixos
dpc has joined #nixos
edrex has joined #nixos
eddyb has joined #nixos
echel0n[m] has joined #nixos
emily has joined #nixos
fgaz has joined #nixos
freeman42x[m] has joined #nixos
gcoakes[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
gsals[m] has joined #nixos
goibhniu has joined #nixos
gs93 has joined #nixos
hiroshi[m] has joined #nixos
hpfr[m] has joined #nixos
hsiktas[m] has joined #nixos
ilya-fedin has joined #nixos
Irenes[m] has joined #nixos
interro[m] has joined #nixos
iwvt[m] has joined #nixos
jameshjacksonjr4 has joined #nixos
MawKKe[m] has joined #nixos
jluttine[m] has joined #nixos
jtojnar has joined #nixos
jschievink has joined #nixos
LeBronse[m] has joined #nixos
aleph9[m] has joined #nixos
kaychaks_riot has joined #nixos
keithy[m] has joined #nixos
acys[m] has joined #nixos
atemu12[m] has joined #nixos
atgo[m] has joined #nixos
M|[m]1 has joined #nixos
aquarial has joined #nixos
kriteus[m] has joined #nixos
apple_at_cha[m] has joined #nixos
leonardp has joined #nixos
bricewge has joined #nixos
marius851000[m] has joined #nixos
Luigi[m] has joined #nixos
mathyouguy has joined #nixos
antpic01[m] has joined #nixos
matthewbauer has joined #nixos
yoctocell[m] has joined #nixos
mindtree[m] has joined #nixos
chmod222[m] has joined #nixos
cab404[m] has joined #nixos
dammndot[m] has joined #nixos
nh2[m] has joined #nixos
chrismatheson has joined #nixos
nikola[m] has joined #nixos
nilsirl[m] has joined #nixos
ohhaimark[m] has joined #nixos
observer_alpha[m has joined #nixos
mkg20001 has joined #nixos
ongy[m] has joined #nixos
dbirks[m] has joined #nixos
mica[m] has joined #nixos
efra[m] has joined #nixos
porphyrogenetos has joined #nixos
phirsch has joined #nixos
easamuilov[m] has joined #nixos
evanjs[m] has joined #nixos
Poscat[m] has joined #nixos
mattock[m] has joined #nixos
rednaZ[m] has joined #nixos
quiet_laika[m] has joined #nixos
emmanuelrosa[m] has joined #nixos
etrigan63[m] has joined #nixos
daraul[m] has joined #nixos
d3c[m] has joined #nixos
rellen[m] has joined #nixos
regnat has joined #nixos
Fuzen has joined #nixos
faewenys[m] has joined #nixos
flip[m] has joined #nixos
frobenius[m] has joined #nixos
GerdFlaig[m] has joined #nixos
felschr[m] has joined #nixos
roberth has joined #nixos
rgamma[m] has joined #nixos
grahamc[m] has joined #nixos
sabry97[m] has joined #nixos
siraben has joined #nixos
billsun has joined #nixos
fresheyeball[m] has joined #nixos
sonerhalis[m] has joined #nixos
exel[m] has joined #nixos
gildedlink[m] has joined #nixos
guiber[m] has joined #nixos
ibinzari[m] has joined #nixos
slby[m] has joined #nixos
srid has joined #nixos
Nacho[m]1 has joined #nixos
haaksmash[m] has joined #nixos
icetan has joined #nixos
Superleaf1995 has joined #nixos
thequux[m] has joined #nixos
sasyctu[m] has joined #nixos
thefloweringash has joined #nixos
theduke has joined #nixos
timokau[m] has joined #nixos
theotherjimmy[m] has joined #nixos
toraritte has joined #nixos
hsngrmpf[m] has joined #nixos
infinisil-m has joined #nixos
hleb[m] has joined #nixos
idontgetoutmuch[ has joined #nixos
utdemir[m] has joined #nixos
vaibhavsagar has joined #nixos
contrun has joined #nixos
unclechu has joined #nixos
Caleb[m]1 has joined #nixos
wak-work has joined #nixos
JameySharp[m] has joined #nixos
jonreeve[m] has joined #nixos
worldofpeace has joined #nixos
wedens[m] has joined #nixos
watzon has joined #nixos
Hayden[m] has joined #nixos
xavierm02 has joined #nixos
Yakulu[m] has joined #nixos
jlv[m] has joined #nixos
yutyo[m] has joined #nixos
zarathustra[m] has joined #nixos
Notkea[m] has joined #nixos
zrsk[m] has joined #nixos
jojosch[m] has joined #nixos
Jake[m] has joined #nixos
zannzen[m] has joined #nixos
qbit[m] has joined #nixos
comrandroxaos[m] has joined #nixos
Dandellion has joined #nixos
rschulman has joined #nixos
kuznero[m] has joined #nixos
koschitzky[m] has joined #nixos
lalala56756[m] has joined #nixos
jjwatt[m] has joined #nixos
xfix has joined #nixos
Valodim[m] has joined #nixos
bqy has joined #nixos
rnhmjoj has joined #nixos
musicmatze[m] has joined #nixos
kraem[m] has joined #nixos
kai_w has joined #nixos
li_matrix has joined #nixos
l-as has joined #nixos
jaewest304[m] has joined #nixos
cyberwolf[m] has joined #nixos
logan12358[m] has joined #nixos
rycee has joined #nixos
mbick[m] has joined #nixos
mlvzk[m] has joined #nixos
movsxd[m] has joined #nixos
mlatus[m] has joined #nixos
solomon[m] has joined #nixos
init_6 has joined #nixos
koozz[m] has joined #nixos
nolan_d has joined #nixos
aanderse has joined #nixos
ptotter[m] has joined #nixos
timclassic has joined #nixos
chvp has joined #nixos
tskc[m]1 has joined #nixos
hazel[m] has joined #nixos
mullein[m] has joined #nixos
nanashi0x74Old[m has joined #nixos
michaelpj has joined #nixos
mdlayher1 has joined #nixos
NickHu has joined #nixos
michaelstrogoff[ has joined #nixos
mkfart[m] has joined #nixos
michael[m]4 has joined #nixos
jneplokh has joined #nixos
pucilpet[m] has joined #nixos
balsoft has joined #nixos
ptol3my[m] has joined #nixos
nlgila[m] has joined #nixos
pablo1107[m] has joined #nixos
printfn[m] has joined #nixos
neonfuz2 has joined #nixos
pinion[m] has joined #nixos
maralorn has joined #nixos
JJJollyjim has joined #nixos
lpetoroot[m] has joined #nixos
philipp[m] has joined #nixos
leons has joined #nixos
pitch has joined #nixos
mt[m] has joined #nixos
ryantm has joined #nixos
srxl has joined #nixos
yurb has joined #nixos
ZerataX has joined #nixos
axx has joined #nixos
puzzlewolf has joined #nixos
quidome[m] has joined #nixos
regivanx[m] has joined #nixos
d4rkshad0w has joined #nixos
rascencio[m] has joined #nixos
rawas[m] has joined #nixos
redcedar[m] has joined #nixos
rk04[m] has joined #nixos
Ke has joined #nixos
tokudan[m] has joined #nixos
adit[m] has joined #nixos
sparogy has joined #nixos
Houtworm[m] has joined #nixos
sayanarijit[m] has joined #nixos
slabity has joined #nixos
sab7iryudpgf6[m] has joined #nixos
Stphan[m] has joined #nixos
tbenst[m] has joined #nixos
grin[m] has joined #nixos
sty86[m] has joined #nixos
sputny[m] has joined #nixos
ma27[m] has joined #nixos
sshow[m] has joined #nixos
sebass[m] has joined #nixos
yangm has joined #nixos
dngray has joined #nixos
arcnmx has joined #nixos
therivercass[m] has joined #nixos
terrymunro[m] has joined #nixos
blindidiotgod has joined #nixos
vtest[m] has joined #nixos
Xamino[m] has joined #nixos
Vykook[m] has joined #nixos
tlater[m] has joined #nixos
tyrion-mx has joined #nixos
wangoe[m] has joined #nixos
vojta001[m] has joined #nixos
yusdacra[m] has joined #nixos
Markus[m]2 has joined #nixos
notmatthew[m] has joined #nixos
CRTified[m] has joined #nixos
p_m[m] has joined #nixos
vegai1 has joined #nixos
jlv has joined #nixos
mcds[m] has joined #nixos
Wouter[m]1 has joined #nixos
likivik[m] has joined #nixos
kueckieben[m] has joined #nixos
faya01[m] has joined #nixos
nicolas[m]1 has joined #nixos
un-cons-cionable has joined #nixos
kuramashinobi13[ has joined #nixos
qryptic[m] has joined #nixos
boogiewoogie[m] has joined #nixos
chris[m]6 has joined #nixos
AberDerBart[m] has joined #nixos
pauricthelodger[ has joined #nixos
vpfeiffer[m] has joined #nixos
delroth[m] has joined #nixos
deraffe[m] has joined #nixos
kenzie[m] has joined #nixos
l33[m] has joined #nixos
nanashi0x74[m] has joined #nixos
HackerFoo[m] has joined #nixos
tristan[m] has joined #nixos
user51[m] has joined #nixos
Smith[m]1 has joined #nixos
sangoma has joined #nixos
jumper149 has joined #nixos
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meh` has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @LnL7 merged pull request #92347 → libxml2: fix python2 build on darwin → https://git.io/JJInq
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/JJmB1
MmeQuignon has joined #nixos
kleisli_ has joined #nixos
jasom has quit [Quit: WeeChat 2.8]
seku has joined #nixos
jasom has joined #nixos
<KarlJoad> Just winging it, but does someone else use 2 separate GPUs for 2 separate monitors on NixOS? I'm really struggling to get this xorg/xserver config file generated correctly.
<bqv> I did at one point. It was brittle and stopped working
<KarlJoad> bqv: Do you still have a history for it in a Git repo, or something?
<robodojo> how can i find out which keyboard model and layout i should pick in kde plasma settings input devices keyboard if i own https://en.wikipedia.org/wiki/Apple_Keyboard#/media/File:Apple_iMac_Keyboard_A1242.JPG please?
marusich has joined #nixos
<bqv> KarlJoad: It would have stopped working before I versioned the config, can't guarantee anything I have was the right version
<KarlJoad> I just want something else to look at. Right now, I just have the xorg-generated and nvidia-generated configs to work with.
<KarlJoad> Translating them to Nix is being kind of painful because of some of the defaults Nix puts in.
<slabity> KarlJoad: Did you decide whether to go the nvidia-proprietary route or the ximerama route?
<bqv> KarlJoad: http://ix.io/2rhT oh hey, heres the config from gentoo
<KarlJoad> Right now, I'm trying to go the xinerama route, because at least I have relatively good documentation for that compared to the proprietary driver.
<bqv> Ah nvidia, yikes
dermetfan has joined #nixos
<KarlJoad> Both cards are nvidia. Double whammy.
<{^_^}> [nixpkgs] @jonringer merged pull request #90108 → python3Packages.pyspinel: fix build → https://git.io/JfSxD
<{^_^}> [nixpkgs] @jonringer pushed commit from @siriobalmelli to master « python3Packages.pyspinel: fix build »: https://git.io/JJmR0
<bqv> Double yikes
<slabity> I mean... That's probably easier than 1 nvidia and 1 amd
<slabity> I can't imagine trying to get those working together
<KarlJoad> Yeah. I may be a masochist, but at least I'm consistent.
wsch has joined #nixos
<slabity> Honestly the best config I can give is the one on the Arch wiki: https://wiki.archlinux.org/index.php/Multihead#Xinerama
<bqv> At least with one of each you have *options* y'know?
<slabity> There's a config there with dual nvidia gpus with two monitors each
<bqv> With two nvidias, looks like sway is a no-go cause sircmpwn's a sircmprick
<slabity> bqv: tbf nobody wants to support EGLstreams except maybe GNOME
<slabity> Especially when gbm is already a good solution that integrates well with other drivers
<bqv> No, which is fine, I'm just extremely salty from the stunt he pulled several years back
<bqv> Its why I refuse to use sway to this day
<bqv> Despite now being amd
<slabity> Was that when they decided to use wlroots instead of wlc?
<wrl> which stunt?
<bqv> No, when he intentionally put code into sway that prevented it from working if there was an nvidia card on the machine, even if the card wasn't in use
<bqv> I hate nvidia but what I hate more is being economically weaponised to fight some guy's war for him
<bqv> And that was just a shitty response to the situation
alp_ has joined #nixos
pamplemousse has joined #nixos
<slabity> That's hilarious
<slabity> I mean, pretty dumb idea
<slabity> But hilarious
<bqv> It was infuriating
<bqv> I was livid
<slabity> Just like the new "mpv will not run on GNOME" drama that's come up
<KarlJoad> Well, I have no current plans to use Sway, so it's a moot point for me.
<KarlJoad> The example on the archwiki uses separate files for separate devices. Since the NixOS config writes only to xserver.conf, MUST I place things in a particular order?
<slabity> KarlJoad: I don't believe the order matters.
<KarlJoad> slabity: Coolio.
<bqv> Yeah
<nicolas[m]1> To this day launching Sway on an Nvidia GPU requires the "--my-next-gpu-wont-be-nvidia"
<bqv> Was a laugh
<bqv> nicolas[m]1: are you serious
<clever> slabity: *facepalm*
pamplemousse has quit [Ping timeout: 258 seconds]
<nicolas[m]1> flag
<bqv> Fuck that guy for real. And I was starting to feel bad for holding a decade's grudge…
<bqv> I hope distros remove that idiocy
<{^_^}> [nixpkgs] @misuzu opened pull request #92802 → pythonPackages.rednose: fix build on macOS → https://git.io/JJmR1
<slabity> bqv: You had a grudge against wm4 as well?
<clever> bqv: the commit doesnt seem to exist within any branch, which implies they used a force-push to undo it
<bqv> Nah I just rounded up
<bqv> clever: iirc it moved repo at some point, though within github... idk
<nicolas[m]1> Nvidia sucks and I’m sick of it | Drew DeVault’s Blog
<nicolas[m]1> wm4 "removed" support for XDG in mpv, changing the default folder back to "$HOME/.mpv"
<bqv> > Nvidia users are shitty consumers and I don’t even want them in my userbase.
<{^_^}> error: syntax error, unexpected $undefined, expecting ')', at (string):318:44
sigmundv has quit [Read error: Connection reset by peer]
<evanjs> so uh.... re my import issue from earlier....
<bqv> This is the problem I have with him. He's within his rights to do that, but then I'm within my rights to hate him and scorn all his software
acarrico has quit [Ping timeout: 256 seconds]
<evanjs> does anybody have a clue which cases might result in builtins.trace actually _fixing_ e.g. a missing attribute error?
sigmundv has joined #nixos
<nicolas[m]1> For new configurations
wsch has quit []
<nicolas[m]1> builtins.trace has other side effects from printing?
jb55 has quit [Remote host closed the connection]
<bqv> It will force strictness in places
<bqv> Wait, will it?
jb55 has joined #nixos
<bqv> Not sure on that…
<evanjs> that's what I'm wondering
<evanjs> maybe something needed to be eval'd and trace did the trick?
<clever> but the language is pure and shouldnt work like that
<clever> nicolas[m]1: can you paste the part of the expr using trace?
<evanjs> I mean, it's convenient to have in this case, so I guess I'll leave it there... as it does _fix_ the issue
<evanjs> migth've been me lol
marusich has quit [Ping timeout: 244 seconds]
<nbathum> evanjs: what import problem
<nbathum> probably a big ask, but do you have a 'minimal' example expression?
<robodojo> i didnt know how hostile to open source nvidia is or i wouldn't have got their card. next time ati updates their product line i'm switching
<robodojo> anyone else have good experience switching to ati cards from nvidia?
<evanjs> nbathum: lol nice try but you know it's in one of the module files :P
<nbathum> xD
<slabity> robodojo: You're gonna be waiting a LONG time for ATI to release a new card
<slabity> Maybe try AMD?
<evanjs> anyway, it doesn't look like it was trace, after all... it seems e.g. `thing = cfg.thing;` works, but a plain `inherit (cfg) thing` in the override did not work
<bqv> robodojo: besides wlroots, I've not seen a difference in anything
<bqv> Except like, cuda
<evanjs> *sigh*
<evanjs> yeah, it was probably unrelated to _both_ of those things... presumably me doing something like `inherit thing` rather than `inherit (cfg) thing`
<{^_^}> [nixpkgs] @nlewo merged pull request #90115 → postfix: Replaced config key by recommendation and introduced usage of system trust store → https://git.io/JfShw
<{^_^}> [nixpkgs] @nlewo pushed 3 commits to master: https://git.io/JJm0t
<{^_^}> [nixpkgs] @gnxlxnxx opened pull request #92803 → swaylock-effects: v1.6-0 -> v1.6-1 → https://git.io/JJm0q
<{^_^}> [nixpkgs] @danielfullmer opened pull request #92804 → searx: 0.16.0 -> 0.17.0 → https://git.io/JJm0m
orivej has quit [Ping timeout: 240 seconds]
<KarlJoad> Which makes more sense: Writing in monitorSection to configure the monitor[0] stuff, or use xrandrHeads?
malook has joined #nixos
cosimone has quit [Quit: Quit.]
<KarlJoad> Because the ServerLayout section uses screen[0] by default, and there is no way to remove it; and I do not know how this will affect the xinerama screen.
lsix has quit [Ping timeout: 244 seconds]
simba2 has joined #nixos
<bbigras> ,locate event.h
<{^_^}> Found in packages: iv, lv2, lash, lttv, opae, ortp, spdk, gloox, libee, libev, pjsip, snort, wxGTK, attica, freerdp, libagar, liblscp, wxGTK29, wxGTK30, wxGTK31, cxxtools, linphone, projectm, afterstep, linux.dev, mupdf.dev, plan9port, babeltrace, emscripten, fluidsynth, libtorrent, asterisk_13, gstreamermm, lttng-tools, asterisk-lts, dnsutils.dev, fluidsynth_1, libevent.dev, libsidplayfp, pipewire.dev, criterion.dev, freeradius.dev, and 33 more
<bbigras> ,locate imsg.h
<{^_^}> Couldn't find in any packages
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92805 → libevent: 2.1.11 -> 2.1.12 → https://git.io/JJm0n
<lassulus> evanjs: I figured out where the `path /build should have permissions 755, but had permissions 700. Consider running 'chmod o+rx /build'.` error came from
<evanjs> lassulus++
<{^_^}> lassulus's karma got increased to 8
<evanjs> thank you! I was wondering about that lol
noudle has quit []
<evanjs> now we just need #59867 -> https://github.com/lkl/linux/issues/466 to get fixed
<{^_^}> https://github.com/NixOS/nixpkgs/issues/59867 (by dfordivam, 1 year ago, open): VirtualBoxOVA does not work for more than 64gb baseImageSize
<{^_^}> lkl/linux#466 (by dfordivam, 1 year ago, open): cptofs hangs with 100% CPU usage for >64G volumes
Spritzgebaeck has quit [Quit: WeeChat 2.8]
alp_ has quit [Ping timeout: 246 seconds]
<lassulus> well that has to be fixed upstream :D
<{^_^}> [nixpkgs] @primeos pushed to master « signing-party: 2.10 -> 2.11 »: https://git.io/JJm0R
numkem has quit [Quit: The Lounge - https://thelounge.chat]
numkem has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
numkem has quit [Client Quit]
numkem has joined #nixos
numkem has quit [Client Quit]
numkem has joined #nixos
alp_ has joined #nixos
<slabity> Anyone know how I can run a NixOps deployment with a local checkout of `nixpkgs`? My deployment command is `nixops deploy -d MyNetwork --include=my-system`
pamplemousse has joined #nixos
<simpson> I used to override $NIX_PATH in the environment. Maybe there's a better way these days.
camsbury has joined #nixos
<slabity> Yea, that'd probably work
<infinisil> slabity: I think passing `-I nixpkgs=/path/to/nixpkgs` should work
maier has joined #nixos
malook21 has joined #nixos
malook has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #92698 → mandelbulber: 2.21 -> 2.22 → https://git.io/JJqnB
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJm01
lsix has joined #nixos
FRidh has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @dasj19 opened pull request #92806 → webkitgtk: 2.28.2 -> 2.28.3 → https://git.io/JJm0Q
<clever> slabity: if you `nixops modify -d networkname deployment.nix -I nixpkgs=/anything`, it will get baked into the sqlite state
f00860 has joined #nixos
<clever> slabity: and then `nixops deploy -d networkname` will remember that `-I nixpkgs=/anything` for you
<f00860> I am having trouble setting up the "ly" display manager. Can't find any documentation for it. There is only documentation for lightdm and others.
sangoma has quit [Read error: Connection reset by peer]
pamplemousse has quit [Ping timeout: 246 seconds]
<f00860> https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/display-managers/ly <-- I installed this package, but have no idea how to set it up
<lassulus> f00860: uh, I guess noone made a module for it yet, so it's no easy task
<f00860> lassulus: can you give me some hints how to start?
eoli3n_ has joined #nixos
sangoma has joined #nixos
Raito_Bezarius has joined #nixos
<clever> thats enough to make nixos run hsdm, and pass it enough info for hsdm to launch X
<clever> ly will have a different config format, so some things like that will need changes
<lassulus> why does it disable slim?
<f00860> thanks
<clever> lassulus: slim was enabled by default and conflicting
<lassulus> ah its old code
<lassulus> yeah, I remember that
eoli3n_ has quit [Ping timeout: 246 seconds]
eoli3n_ has joined #nixos
<OmnipotentEntity> wnklmnn, how did the mprime stress test work out?
<patagonicus> How can I prevent nix-collect-garbage from deleting build dependencies of my system profiles?
enigma has joined #nixos
enigma has left #nixos [#nixos]
<energizer> add those dependencies to a gc root
knupfer has quit [Ping timeout: 256 seconds]
cosimone has joined #nixos
<energizer> iow, same way you prevent nix-collect-garbage from deleting any file
<patagonicus> Ok, new question: how do I find all build dependencies for something build with nixos-rebuild? :)
<patagonicus> Also would be really nice to automate that, I'd want to put upgrades and gc on a schedule.
alexherbo2 has joined #nixos
<infinisil> patagonicus: Pretty sure you just need `keep-outputs = true` in /etc/nix/nix.conf
<patagonicus> Thanks! keep-outputs sounds like what I want.
<wnklmnn> omnipotententity, mprime was segaulting aswell.
<wnklmnn> *segfaulting
<OmnipotentEntity> That's a pretty good indication that your CPU is running too fast or is faulty then
<OmnipotentEntity> Or your PSU isn't giving it enough power.
<slabity> clever++ thanks
<{^_^}> clever's karma got increased to 469
<wnklmnn> emilsp, gave me the pointer to use a newer kernel 5.6. Not problems after that
pamplemousse has joined #nixos
<OmnipotentEntity> oh, driver error.
<OmnipotentEntity> interesting.
<OmnipotentEntity> Glad you got it figured out!
<wnklmnn> was able to run mprime and simultansiously compile rustup.
<wnklmnn> thanks for your help :)
<OmnipotentEntity> no worries, sorry I kind of led you down a wild goose chase.
knupfer has joined #nixos
<wnklmnn> i think i woudl have gone that route anyway :D
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9534da25bf7 (from 66 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
meh` has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #88263 → trilium: 0.42.2 -> 0.42.7 → https://git.io/JfzSr
<{^_^}> [nixpkgs] @dtzWill pushed 5 commits to master: https://git.io/JJmuk
<{^_^}> [nixpkgs] @justin-gerhardt opened pull request #92808 → powerline: fix fish integration → https://git.io/JJmuI
<{^_^}> [nixpkgs] @romildo merged pull request #90687 → enlightenment: efreet icons not caching → https://git.io/Jfdw6
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JJmus
kleisli_ has quit [Ping timeout: 260 seconds]
zupo has joined #nixos
romildo has joined #nixos
asymptotically has quit [Quit: Leaving]
<romildo> Adding "unstable" to the version of packages when using an untaged commit from git is just a recommendation, right? Or is it mandatory?
f00860 has quit [Remote host closed the connection]
<jlv> `${pkgs.xdg_utils}/bin/xdg-open` doesn't appear to work. It can't find `xdg-mime`.
eoli3n_ has quit [Ping timeout: 264 seconds]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @penguwin opened pull request #92809 → knoxite: init at 2020-06-15 → https://git.io/JJmzO
maier has quit [Ping timeout: 264 seconds]
alp_ is now known as alp
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92810 → lombok: 1.18.10 -> 1.18.12 → https://git.io/JJmz3
sangoma has quit [Ping timeout: 258 seconds]
<KarlJoad> Well... I've made some semblance of progress. I managed to switch the X11 video output from one monitor to another, thus across GPUs...
<KarlJoad> Although, now the other one is not showing up now.
pr06lefs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixos-search] @garbas pushed to ranking-improvement « Adjust ranking of should_match_bool_prefix queries »: https://git.io/JJmz6
<{^_^}> [nixos-search] @garbas opened pull request #130 → Adjust ranking of should_match_bool_prefix queries → https://git.io/JJmzi
malook21 has quit [Remote host closed the connection]
lacesz has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #130 → Adjust ranking of should_match_bool_prefix queries → https://git.io/JJmzi
<{^_^}> [nixos-search] @garbas pushed to master « Adjust ranking of should_match_bool_prefix queries (#130) »: https://git.io/JJmz9
<{^_^}> [nixos-search] @garbas pushed 0 commits to ranking-improvement: https://git.io/JJmzH
alp has quit [Ping timeout: 246 seconds]
cjpbirkbeck has joined #nixos
medvid_ has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
justan0theruser has quit [Ping timeout: 272 seconds]
cjpb0 has joined #nixos
<{^_^}> [nixpkgs] @a-h opened pull request #92811 → Include custom package in vim docs → https://git.io/JJmgq
cjpbirkbeck has quit [Ping timeout: 272 seconds]
cjpb0 is now known as cjpbirkbeck
lacesz has quit [Quit: Leaving]
teto has quit [Quit: WeeChat 2.8]
asymptotically has joined #nixos
cjpb0 has joined #nixos
Cicucci_ has joined #nixos
cjpbirkbeck has quit [Ping timeout: 272 seconds]
cjpb0 is now known as cjpbirkbeck
Cicucci has quit [Ping timeout: 260 seconds]
cjpb0 has joined #nixos
hoijui has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92812 → masterpdfeditor: 5.4.38 -> 5.6.09 → https://git.io/JJmgz
cjpbirkbeck has quit [Ping timeout: 260 seconds]
cjpb0 is now known as cjpbirkbeck
civodul has quit [Remote host closed the connection]
proofofkeags has quit [Remote host closed the connection]
civodul has joined #nixos
<grfn> are non-maintainers allowed to run ofborg test?
<grfn> I guess there's only one way to find out
cjpb0 has joined #nixos
cjpbirkbeck has quit [Ping timeout: 272 seconds]
cjpb0 is now known as cjpbirkbeck
knupfer has quit [Ping timeout: 272 seconds]
cjpbirkbeck has quit [Client Quit]
Fare has quit [Ping timeout: 260 seconds]
nixbitcoin_ has joined #nixos
nixbitcoin has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fare has joined #nixos
mzan has quit [Ping timeout: 240 seconds]
bodgix_ has left #nixos [#nixos]
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos
taylskid has quit [Remote host closed the connection]
capt_zap_ has joined #nixos
capt_zap has quit [Read error: Connection reset by peer]
leotaku has quit [Quit: ZNC 1.8.1 - https://znc.in]
meh` has quit [Ping timeout: 260 seconds]
medvid_ has joined #nixos
leotaku has joined #nixos
romildo has quit [Ping timeout: 272 seconds]
rainmakers_99 has joined #nixos
rainmakers_99 has quit [Remote host closed the connection]
kleisli has joined #nixos
medvid_ has quit [Ping timeout: 260 seconds]
medvid_ has joined #nixos
alp has joined #nixos
rtjure has quit [Ping timeout: 272 seconds]
matthewcroughan has joined #nixos
NeoCron has quit [Ping timeout: 260 seconds]
turion has quit [Ping timeout: 272 seconds]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @markuskowa opened pull request #92813 → nfs-ganesha: init at 3.3 → https://git.io/JJm2H
romildo has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
asymptotically has quit [Quit: Leaving]
alexherbo2 has quit [Ping timeout: 256 seconds]
haslersn has joined #nixos
camsbury has quit [Remote host closed the connection]
fendor has quit [Remote host closed the connection]
srid2 has joined #nixos
sheeldotme has joined #nixos
bahamas has joined #nixos
romildo has quit [Ping timeout: 264 seconds]
bahamas has quit [Ping timeout: 264 seconds]
pamplemousse has quit [Ping timeout: 260 seconds]
cosimone_ has joined #nixos
cosimone has quit [Ping timeout: 244 seconds]
<bqv> ,locate libssl.so
<{^_^}> Found in packages: openssl, libressl, robomongo, scilab-bin, libressl_2_9, openssl-chacha
jared-w has joined #nixos
romildo has joined #nixos
seku has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @tadfisher opened pull request #92814 → buildDartPackage: init, dart-sass: init at 1.26.10 → https://git.io/JJmaV
romildo has quit [Ping timeout: 258 seconds]
<craige> I've got a build failing with broken tar: tar: Skipping to next header ... tar: Skipping to next header
<{^_^}> [nixpkgs] @jtojnar merged pull request #92742 → gnome3.accerciser: 3.36.1 -> 3.36.2 → https://git.io/JJqMC
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.accerciser: 3.36.1 -> 3.36.2 »: https://git.io/JJma6
<craige> I feel like it's cached locally as curl brings it down fine but I've been unable to locate where it's being cached.
<craige> Does anyone have leads for me to pursue?
cyris212 has quit [Ping timeout: 246 seconds]
cosimone_ is now known as cosimone
dermetfan has quit [Ping timeout: 244 seconds]
cyris212 has joined #nixos
drakonis has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @ck3d opened pull request #92815 → redo-c: Initial 0.2 → https://git.io/JJma5
lsix has quit [Quit: WeeChat 2.8]
musteresel has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #92772 → gjs: 1.64.3 -> 1.64.4 → https://git.io/JJqjj
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gjs: 1.64.3 -> 1.64.4 »: https://git.io/JJmVI
<musteresel> Hi, can I add a large file that I downloaded from some URL to the nix store in a way such that a nix-build which requires the file from that url can use it?
<clever> musteresel: look into pkgs.requireFile
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<musteresel> clever: thanks, using src = requireFile { name = ".."; sha256 = ".."; message = ".."; } works great :)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #92816 → mercury: 20.01.2 -> 20.06 → https://git.io/JJmVs
<{^_^}> [nixpkgs] @jtojnar merged pull request #92766 → gnome3.gnome-tetravex: 3.36.3 -> 3.36.4 → https://git.io/JJqxE
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.gnome-tetravex: 3.36.3 -> 3.36.4 »: https://git.io/JJmVZ
matthewcroughan has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @jtojnar merged pull request #92806 → webkitgtk: 2.28.2 -> 2.28.3 → https://git.io/JJm0Q
<{^_^}> [nixpkgs] @jtojnar pushed commit from @dasj19 to master « webkitgtk: 2.28.2 -> 2.28.3 »: https://git.io/JJmVl
n3t has quit [Ping timeout: 240 seconds]
shibboleth has quit [Quit: shibboleth]
justanotheruser has quit [Ping timeout: 272 seconds]
erasmas has quit [Quit: leaving]
leotaku has quit [Quit: ZNC 1.8.1 - https://znc.in]
sangoma has joined #nixos
leotaku has joined #nixos
musteresel has left #nixos ["ERC (IRC client for Emacs 26.3)"]
thc202 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @romildo merged pull request #92336 → marwaita: init at 2020-07-01 → https://git.io/JJI3Z
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JJmVV
n3t has joined #nixos
robodojo has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #92771 → gnome3.gnome-music: 3.36.3 -> 3.36.4.1 → https://git.io/JJqhV
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « gnome3.gnome-music: 3.36.3 -> 3.36.4.1 »: https://git.io/JJmV6
justanotheruser has joined #nixos
robodojo has joined #nixos
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<bqv> ,locate lfp.h
<{^_^}> Found in packages: libfixposix
o1lo01ol_ has joined #nixos
cosimone has quit [Ping timeout: 244 seconds]
o1lo01ol1o has quit [Ping timeout: 264 seconds]
m0rphism has quit [Ping timeout: 272 seconds]
o1lo01ol_ has quit [Remote host closed the connection]
gustavderdrache has joined #nixos
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #92665 → zsh-completions: 0.31.0 -> 0.32.0 → https://git.io/JJt59
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJmwO
justanotheruser has quit [Ping timeout: 244 seconds]
werner291 has quit [Quit: werner291]
MmeQuignon has quit [Ping timeout: 246 seconds]
<Dandellion> Jan Tojnar++
<Dandellion> The wrapProgram thing was a huge help, thanks a lot. did eventually get it to work!
whatisRT has quit [Ping timeout: 244 seconds]
mounty1 has joined #nixos
whatisRT has joined #nixos
justanotheruser has joined #nixos
kleisli has quit [Ping timeout: 244 seconds]
simba2 has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @uosis opened pull request #92817 → loop: 2018-12-04 -> 2020-07-08 → https://git.io/JJmwK
whatisRT has quit [Ping timeout: 246 seconds]
whatisRT has joined #nixos
sheeldotme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sheeldotme has joined #nixos
kvda has joined #nixos
orivej has joined #nixos
astrofog has joined #nixos
wnklmnn has quit [Quit: Leaving]
srid2 has quit [Quit: Connection closed for inactivity]
philr_ has joined #nixos
mbrgm_ has joined #nixos
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm