worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || 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-inf
dsg has quit [Quit: leaving]
dsg has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
supersandro2000 has quit [Disconnected by services]
supersandro20006 has joined #nixos
<{^_^}> [nixpkgs] @cole-h opened pull request #114605 → Testing ofborg deploy, disregard this PR. → https://github.com/NixOS/nixpkgs/pull/114605
<abathur> anyone run into mach-nix resolving a requirement for a private package added to overridesPre just fine on one system/env and not in another? It finds it fine on local macOS, but in gitlab CI (docker, nixos/nix image) it is coming up empty
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #114536 → rst2html5: fix download now that it is a wheel → https://github.com/NixOS/nixpkgs/pull/114536
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/97ae92956b4 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d303eee16ce (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nix] @Ericson2314 opened pull request #4587 → Throw error for derivation goal with bogus wanted output → https://github.com/NixOS/nix/pull/4587
novafacing has joined #nixos
<novafacing> Hey folks, I have a question
<novafacing> I know that I *should* run sagemath tests.
<novafacing> I do NOT want to run sagemath tests, and I cannot for the life of me figure out how to override them because of the (anti-user) way the package is written
<{^_^}> [rfcs] @miallo closed pull request #86 → [RFC 0086] NixOS generation APIs → https://github.com/NixOS/rfcs/pull/86
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @cole-h closed pull request #114605 → Testing ofborg deploy, disregard this PR. → https://github.com/NixOS/nixpkgs/pull/114605
<novafacing> Is there a way to just override `sage-test` to an empty package so when it gets evaluated by https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/math/sage/sage.nix it does nothing?
ddellacosta has quit [Ping timeout: 260 seconds]
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 245 seconds]
<rmcgibbo[m]> rm -rf?
gustavderdrache has joined #nixos
bennofs_ has joined #nixos
<abathur> what have you tried? I assume .override { ttoSrv = inputs.mach-nix.buildPythonPackage {
<abathur> pname = "tto_srv";
<abathur> version = "1.2.17";
<abathur> src = "${builtins.readFile tto_current_tarball_url}";
<abathur> gah
<abathur> sorry
<abathur> I assume .override { sage-tests = { }; } would work for emptying the set
jonringer has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
<abathur> but maybe you tried that and something in the expression breaks
bennofs__ has quit [Ping timeout: 264 seconds]
XgF has joined #nixos
<novafacing> abathur: Yeah it just gives me "called with unexpected argument 'sage-tests'
<novafacing> I'm kind of a scrub so I'm not totally sure how to go about making that work lol
<abathur> on a plain .override (not .overrideAttrs)?
<novafacing> I've tried doing both:
<novafacing> 1. Add sage.override { sage-tests = {}; }
<novafacing> 2. Use nixpkgs.config.packageOverrides = pkgs: { sage = ...... }; };
<novafacing> Yeah on a plain .override
<novafacing> Although....should I be using overrideAttrs? I'll give it a shot on the off chance haha
<{^_^}> [nixpkgs] @bobrik opened pull request #114608 → llvmPackages_11.libcxx: backport block.h fix from llvm12 → https://github.com/NixOS/nixpkgs/pull/114608
<novafacing> Oho now we're getting somewhere
<tomberek> sage burned through quite a bit of electricity during some PR reviews. I wonder if there should be more cases where the package is split out apart from testing
<novafacing> tomberek: Yeah I can imagine, it takes >2hrs to run tests on my laptop
<novafacing> Unfortunately the "test split from the package" is a great idea....but making the package then *depend* on that test that's split out is bad IMO
<novafacing> Having an option to disable tests would be fantastic
<abathur> ah, I see, all-packages calls default.nix, which doesn't have the sage-tests arg, so the override won't work
<abathur> overrideAttrs might actually, yeah
<novafacing> Yeah overrideattrs seems to work
<novafacing> New error but at least one I can work with
<novafacing> Thanks a bunch abathur
jonringer has quit [Remote host closed the connection]
supercoven has joined #nixos
supercoven_ has quit [Ping timeout: 276 seconds]
ddellacosta has joined #nixos
x0rx has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
lopsided98 has quit [Quit: Disconnected]
<{^_^}> [nixpkgs] @marsam merged pull request #114599 → libe-book: fix build after c0b3169d4a48bcd8da29157e1cc2c412873e51d6 → https://github.com/NixOS/nixpkgs/pull/114599
MidAutumnHotaru0 has joined #nixos
<mjlbach> How do linux users who use both guix and nix have their paths set up? The default daemon script referenced in /etc/zshrc always seems to prepend the nix path in the guix environment, shadowing the guix packages
MidAutumnHotaru has quit [Ping timeout: 260 seconds]
MidAutumnHotaru0 is now known as MidAutumnHotaru
<{^_^}> [nixpkgs] @MetaDark opened pull request #114609 → newsflash: 1.2.2 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/114609
janneke has quit [Quit: janneke quits Mes'sing]
janneke has joined #nixos
<tomberek> novafacing: the issue is that disabling the test should not necessitate a rebuild. There are cases where the package takes hours to build.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114610 → python37Packages.alerta: 8.3.0 -> 8.4.0 → https://github.com/NixOS/nixpkgs/pull/114610
lopsided98 has joined #nixos
meh` has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @tomberek merged pull request #112613 → gitkraken: 7.5.0 -> 7.5.1 → https://github.com/NixOS/nixpkgs/pull/112613
<{^_^}> [nixpkgs] @marsam opened pull request #114611 → grpc: 1.35.0 -> 1.36.0 → https://github.com/NixOS/nixpkgs/pull/114611
slack1256 has joined #nixos
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
h0m1 has quit [Ping timeout: 246 seconds]
h0m1 has joined #nixos
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 240 seconds]
Lord_of_Life_ is now known as Lord_of_Life
danny_parker has joined #nixos
<quinn> has anyone experienced a "/bin/sh: node-gyp-build: not found" error with mkYarnPackage?
rajivr has joined #nixos
<emmanuel_erc> Is it the case that recursive can only be used on NixOS?
<emmanuel_erc> I'm having a lot of trouble getting it to work on Arch Linux
<{^_^}> [nixpkgs] @nh2 merged pull request #113657 → turbovnc: init at 2.2.5 → https://github.com/NixOS/nixpkgs/pull/113657
m0rphism1 has quit [Ping timeout: 264 seconds]
ddellacosta has joined #nixos
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #114612 → libnbd: init at 1.7.2 → https://github.com/NixOS/nixpkgs/pull/114612
ddellacosta has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @zowoq opened pull request #114613 → miniserve: 0.10.4 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/114613
danny_parker has quit [Ping timeout: 240 seconds]
kw has joined #nixos
redmp_ has quit [Ping timeout: 264 seconds]
ddellacosta has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
katrin has quit [Quit: ZNC 1.8.1 - https://znc.in]
katrin has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #nixos
andreas303 has quit [Ping timeout: 268 seconds]
andreas303 has joined #nixos
evhan has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #114197 → cvise: init at 2.1.0 → https://github.com/NixOS/nixpkgs/pull/114197
ahmedelgabri has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
ddellacosta has quit [Ping timeout: 276 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/d303eee16ce (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @zowoq merged pull request #114613 → miniserve: 0.10.4 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/114613
<{^_^}> [nixpkgs] @zowoq merged pull request #114385 → go_1_14, go_1_15: support colon at start of TZ → https://github.com/NixOS/nixpkgs/pull/114385
supercoven has quit [Read error: Connection reset by peer]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114614 → python37Packages.databricks-connect: 7.3.8 -> 7.3.9 → https://github.com/NixOS/nixpkgs/pull/114614
Supersonic112 has joined #nixos
ddellacosta has joined #nixos
Supersonic has quit [Ping timeout: 264 seconds]
Supersonic112 is now known as Supersonic
ddellacosta has quit [Ping timeout: 240 seconds]
K0kada has quit [Ping timeout: 240 seconds]
MidAutumnHotaru has quit [Quit: Ping timeout (120 seconds)]
MidAutumnHotaru has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
K0kada has joined #nixos
sangoma has quit [Ping timeout: 240 seconds]
K0kada has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 265 seconds]
ahmedelgabri has joined #nixos
Dotz0cat_ has joined #nixos
Dotz0cat has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
domogled has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
Dr8128 has quit [Ping timeout: 245 seconds]
haya has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #114521 → haskellPackages.xlsx: unbreak → https://github.com/NixOS/nixpkgs/pull/114521
userrr has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114615 → python37Packages.identify: 1.5.14 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/114615
ahmedelgabri has quit [Ping timeout: 264 seconds]
sangoma has quit [Quit: WeeChat 3.0]
mcornick has joined #nixos
sangoma has joined #nixos
marusich has joined #nixos
ky0ko has quit [Remote host closed the connection]
lordcirth has quit [Remote host closed the connection]
kw has quit [Ping timeout: 240 seconds]
<s1341_> good morning.
<s1341_> what is the procedure for moving /nix/store to a different partition on nixos?
redmp has joined #nixos
palo1 has joined #nixos
pjt_tmp2 has joined #nixos
<clever> s1341_: ideally, you would `nixos-rebuild build` with the new config for what is mounted to /nix, then switch to a livecd, and move the full contents over
<clever> on the next boot, it will try to respect the configuration.nix from when you `nixos-rebuild build`, and it will find where you moved it
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
<s1341_> clever: what do I put in configuration.nix to make it use the nix store from a different partition?
<tomberek> i'm thinking a nixos-install --root /new/store/path could do it?
<clever> s1341_: the same fileSystems."/nix" stuff you would use to mount anything else
<s1341_> tomberek: without damaging my existing configuration?
<tomberek> hrm..... don't know.. i'd test that first
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/322e538df89 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<tomberek> s1341_: looks like it builds the config... then sets the profiles up in the new mount point, copies over a channel, then does Grub/bootloader, then password. You may want to skip the bootloader and password
<s1341_> @tomberek where is the source of nixos-install?
<s1341_> tomberek: it looks like it uses the --root's value for many things. not just nix sotre.
<tomberek> yes, it's setting up a fresh /nix and /etc
<s1341_> but I don't want that... I just want to move the /nix/store (as i've run out of space on the current disk)
<s1341_> (on root partition)
<{^_^}> [nixpkgs] @bobrik opened pull request #114616 → python3Packages.grpcio: remove cctools from build inputs → https://github.com/NixOS/nixpkgs/pull/114616
<tomberek> s1341_: what kind of filesystem are you using? (thinking with zfs/btrfs there are some tricks you can pull)
<s1341_> tomberek: ext4
<tomberek> hrm....  you can do something with /dev/disk-by-label maybe. I'm not grok'ing clever's proposal.
<s1341_> clever: what about the initrd?
<clever> s1341_: `nixos-rebuild boot` will update it
<s1341_> ok...
<tomberek> https://nixos.wiki/wiki/Move_Nix_Store_to_new_partition seems someone added some docs (please add any insights you get as well)
<s1341_> clever: so I add a fileSystem."/nix" which is a bind mount to say /home/XXX/data/sdd2/nix, then do a nix-rebuild boot....
<s1341_> the question is if I can then move the nix store without booting to a livecd...
<s1341_> (i need to do this remotely)
<clever> s1341_: that complicates it more, its better to copy in that case
<s1341_> ok.
<s1341_> so i add a fileSystem."/nix" bind. then nix-rebuild boot, then copy /nix onto /home/XXX/data/sdd2/nix ?
<clever> yeah
BaughnLogBot has quit [Ping timeout: 276 seconds]
<tomberek> that seems reasonable, do you have access in a way that can let you select a configuration or rollback in the bootloader?
BaughnLogBot has joined #nixos
<tomberek> remember the correct "neededForBoot" options
<s1341_> tomberek: i'd have to call someone phsyically present.
orion has joined #nixos
<orion> Hi. A package I want to build requires Rust and clang. How do I override GCC in this case?
<orion> I've already tried the following: foo = callPackage ../foo { stdenv = llvmPackages_11.stdenv; };
<orion> When I do: $ nix-shell '<nixpkgs>' -A llvmPackages_11.stdenv <-- I do not see clang. I only see gcc.
jonringer has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
blahblah441_ is now known as blahblah441
avaq has quit [Remote host closed the connection]
avaq has joined #nixos
<tomberek> orion: this is probably not exactly what you want, but shows how to get a shell with that stdenv: https://pastebin.com/dASXK6YN
<orion> tomberek: Thank you.
riksteri has joined #nixos
vidbina has joined #nixos
<s1341_> ok. about to reboot. Wish me luck!
<tomberek> g'luck
sangoma has quit [Read error: Connection reset by peer]
respawn has joined #nixos
<siraben> How do I cross-compile a flake without an overlay?
<{^_^}> [nixpkgs] @bobrik opened pull request #114617 → python38Packages.py-cpuinfo: 5.0.0 -> 7.0.0, aarch64-darwin support → https://github.com/NixOS/nixpkgs/pull/114617
<clever> siraben: the overlay needs to dynamically switch between pkgsCross and normal pkgs, based on the chosen arch
<clever> note though that this wont support darwin->target cross, because the host arch has to be specified
<clever> and it wont allow for native arm->arm
philr has quit [Ping timeout: 276 seconds]
cole-h has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #114618 → sacad: init at 2.3.4 → https://github.com/NixOS/nixpkgs/pull/114618
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114619 → adoptopenjdk-icedtea-web: 1.8.5 -> 1.8.6 → https://github.com/NixOS/nixpkgs/pull/114619
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
ahmedelgabri has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114620 → agate: 2.5.2 -> 2.5.3 → https://github.com/NixOS/nixpkgs/pull/114620
<{^_^}> [nixpkgs] @Mic92 merged pull request #114610 → python37Packages.alerta: 8.3.0 -> 8.4.0 → https://github.com/NixOS/nixpkgs/pull/114610
novafacing has quit [Quit: novafacing]
novafacing has joined #nixos
Heirlung has quit [Quit: ZNC - http://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114621 → argocd: 1.8.5 -> 1.8.6 → https://github.com/NixOS/nixpkgs/pull/114621
Heirlung has joined #nixos
<{^_^}> [nixpkgs] @aaschmid opened pull request #114622 → nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrc → https://github.com/NixOS/nixpkgs/pull/114622
<{^_^}> [nixpkgs] @taku0 merged pull request #114619 → adoptopenjdk-icedtea-web: 1.8.5 -> 1.8.6 → https://github.com/NixOS/nixpkgs/pull/114619
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114623 → azure-storage-azcopy: 10.8.0 -> 10.9.0 → https://github.com/NixOS/nixpkgs/pull/114623
sangoma has joined #nixos
<siraben> clever: thanks
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114624 → bazel-kazel: 0.2.0 -> 0.2.1 → https://github.com/NixOS/nixpkgs/pull/114624
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #114568 → nixos/acpid: clean up the module → https://github.com/NixOS/nixpkgs/pull/114568
apteryx_ has joined #nixos
apteryx is now known as Guest66400
apteryx_ is now known as apteryx
Guest66400 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114625 → bee: 0.5.0 -> 0.5.1 → https://github.com/NixOS/nixpkgs/pull/114625
redmp has quit [Ping timeout: 240 seconds]
bokononist has joined #nixos
respawn has quit [Quit: Leaving]
malook has joined #nixos
Alexey12 has joined #nixos
pjt_tmp2 has quit [Ping timeout: 265 seconds]
bokononi1t has quit [Ping timeout: 264 seconds]
vidbina has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @roberth opened pull request #114626 → Staging 20.09 → https://github.com/NixOS/nixpkgs/pull/114626
<{^_^}> [nixpkgs] @roberth merged pull request #114537 → [20.09] backport Python version updates → https://github.com/NixOS/nixpkgs/pull/114537
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/d303eee16ce (from 15 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> [nixpkgs] @roberth merged pull request #113596 → [20.09] openssl: 1.1.1i -> 1.1.1j → https://github.com/NixOS/nixpkgs/pull/113596
mananamenos_ has joined #nixos
<mananamenos_> join #home-manager
<ldlework> no u
<s1341_> clever, tomberek i was able to move...
<tomberek> bravo!
<s1341_> it didn't come up the first time... but after a little fidgeting it works.
<{^_^}> [nixpkgs] @toastal opened pull request #114627 → julia-mono 0.022 → 0.034 → https://github.com/NixOS/nixpkgs/pull/114627
bitmapper has quit [Quit: Connection closed for inactivity]
<s1341_> now I have an issue with home-manager... i've had this issue for a while... when I try to home-manager switch, I get the following error: https://www.irccloud.com/pastebin/pFTKZ3e8/
jonringer has quit [Ping timeout: 264 seconds]
<tad-lispy[m]> Hey good folks! How can I use https://github.com/colemickens/nixpkgs-wayland with home-manager? I'm on NixOS 20.09 and want OBS Studio with XDG Portal plugin.
inerkick has joined #nixos
mananamenos has joined #nixos
<{^_^}> [nixpkgs] @tomberek opened pull request #114628 → cosmopolitan: init at 20210228 → https://github.com/NixOS/nixpkgs/pull/114628
eddie_8989[m] has joined #nixos
Darkmatter66 has quit [Read error: Connection reset by peer]
mananamenos_ has quit [Ping timeout: 260 seconds]
Darkmatter66 has joined #nixos
philr has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114629 → cargo-crev: 0.19.0 -> 0.19.1 → https://github.com/NixOS/nixpkgs/pull/114629
ky0ko has joined #nixos
dEZujCzoiz has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114630 → cargo-deny: 0.8.7 -> 0.8.8 → https://github.com/NixOS/nixpkgs/pull/114630
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @tomberek merged pull request #107959 → nixos/nix-gc: add persistent and randomizeDelaySec options → https://github.com/NixOS/nixpkgs/pull/107959
<colemickens> tad-lispy: you just apply it like you would any other overlay and then setup obs per the home-manager documentation
<colemickens> you might clarify which part you're unsure about
<tad-lispy[m]> Uhm... I'm a terrible noob at Nix. Never did overlays before.
mananamenos_ has joined #nixos
mananamenos has quit [Ping timeout: 260 seconds]
<tad-lispy[m]> And then `$ nix-channel --update`.
hiro98 has joined #nixos
<tad-lispy[m]> colemickens: ☝️ is it about
<tad-lispy[m]> * colemickens: ☝️ is it about
<tad-lispy[m]> > This plugin only works with obs-studio-dmabuf.
<{^_^}> error: syntax error, unexpected WITH, expecting ')', at (string):488:24
<{^_^}> [nixpkgs] @toastal closed pull request #104477 → julia-mono: 0.022 → 0.027 → https://github.com/NixOS/nixpkgs/pull/104477
zupo has joined #nixos
<tad-lispy[m]> It's from your readme, butI don't understand this line.
zupo has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114631 → clight: 4.2 -> 4.3 → https://github.com/NixOS/nixpkgs/pull/114631
inerkick has quit [Quit: Leaving]
<Alexey12> Is it possible to see in jupyterlab user-site packages? I have in environmentPackages `python38.withPackages (ps: with ps; [ ps.pip ps.virtualenv ps.setuptools ps.cython ps.ipykernel ps.jupyterlab ])`, activated virtual env and run jupyter-lab; now in notebook I can run `!pip install numpy` successfully (now package is installed in venv), but can't
<Alexey12> import numpy ("No module named 'numpy'"). I've tried install jupyterlab via pip, but it fails on start with `ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory`.
veegee has joined #nixos
m0rphism1 has joined #nixos
supersandro20006 is now known as supersandro2000
jmeredith has quit [Quit: Connection closed for inactivity]
veegee has quit [Quit: veegee]
orivej has joined #nixos
<Graypup_> How can I fetchTarball as a derivation?
<{^_^}> [nixpkgs] @tomberek merged pull request #114627 → julia-mono 0.022 → 0.034 → https://github.com/NixOS/nixpkgs/pull/114627
veegee has joined #nixos
mananamenos_ has quit [Ping timeout: 260 seconds]
<Graypup_> nixpkgs.fetchzip...
sangoma has quit [Ping timeout: 245 seconds]
vidbina has joined #nixos
awmv has quit [Quit: Connection closed for inactivity]
mananamenos has joined #nixos
<Alexey12> Even when I create `virtualenv --system-site-packages venv`, pip in venv does not see system-wide packages. Is it a well-known bug?
<rnhmjoj-M> anyone here uses lxd/lxc in nixos?
sleepyMonad has quit [Quit: WeeChat 2.9]
sleepyMonad has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
mananamenos has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @samuelgrf opened pull request #114633 → skanlite: name -> pname, update homepage → https://github.com/NixOS/nixpkgs/pull/114633
bokononist has quit [Ping timeout: 265 seconds]
lord| has quit [Ping timeout: 265 seconds]
lord| has joined #nixos
ahmedelgabri has joined #nixos
whald has joined #nixos
<Reventlov> Hey there
<Reventlov> I'm trying to package some python package, and while packaging it, this is what I get: https://0x0.st/-KyJ.txt
<Reventlov> Here is the derivation: https://0x0.st/-Kyy.txt
<Reventlov> any idea how to debug this ?
<{^_^}> [nixpkgs] @fabaff merged pull request #114615 → python37Packages.identify: 1.5.14 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/114615
tobiasBora3 is now known as tobiasBora
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b51b5a104b7 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @samuelgrf opened pull request #114634 → wpsoffice: update description, homepage → https://github.com/NixOS/nixpkgs/pull/114634
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.ocaml-migrate-parsetree-2-1: use Dune 2 »: https://git.io/JtApp
<Alexey12> https://github.com/pypa/virtualenv/issues/1917 -- virtualenv ignores --system-site-packages, unresolved bug :(
<{^_^}> pypa/virtualenv#1917 (by dHannasch, 28 weeks ago, open): --system-site-packages is ignored
<{^_^}> [nixpkgs] @dotlambda merged pull request #114576 → [20.09] wolfssl: 4.5.0 -> 4.7.0 → https://github.com/NixOS/nixpkgs/pull/114576
m31446 has joined #nixos
<m31446> ,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
<{^_^}> [nixpkgs] @dottedmag opened pull request #114635 → libxcrypt: init at 4.4.18 → https://github.com/NixOS/nixpkgs/pull/114635
<m31446> I'm experimenting with nix/nixos for creating reproducible build environments for picky projects (e.g. buildroot). Is there a good solution to projects using harcoded LSB paths like /usr/bin/file, /bin/true, /usr/bin/install etc.?
<s1341_> has anyone seen this issue:
fendor has joined #nixos
<etu> m31446: This may be interesting for you: https://nixos.org/manual/nixpkgs/stable/#sec-fhs-environments
medvid has quit [Quit: WeeChat 2.3]
<m31446> @etu That looks like precisely what I need. Thanks!
medvid has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114636 → disfetch: 1.14 -> 1.18 → https://github.com/NixOS/nixpkgs/pull/114636
<{^_^}> [nixpkgs] @KaiHa opened pull request #114637 → systemd-boot-builder.py: ignore profile names with invalid chars → https://github.com/NixOS/nixpkgs/pull/114637
ahmedelgabri has quit [Ping timeout: 272 seconds]
vidbina has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114638 → dnsproxy: 0.34.1 -> 0.35.1 → https://github.com/NixOS/nixpkgs/pull/114638
fuiltilt has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @dotlambda opened pull request #114639 → [staging-next] Python fixes → https://github.com/NixOS/nixpkgs/pull/114639
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114640 → doctl: 1.56.0 -> 1.57.0 → https://github.com/NixOS/nixpkgs/pull/114640
<{^_^}> [nixpkgs] @dotlambda closed pull request #41149 → maintainers/scripts/update-python-libraries: support fetchFromGitHub → https://github.com/NixOS/nixpkgs/pull/41149
kiwi_3697 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114641 → doppler: 3.22.1 -> 3.23.0 → https://github.com/NixOS/nixpkgs/pull/114641
kiwi_3697 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @fabaff opened pull request #114642 → python3Packages.identify: enable tests → https://github.com/NixOS/nixpkgs/pull/114642
vrinek has quit [Ping timeout: 272 seconds]
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114644 → emplace: 1.1.0 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/114644
<{^_^}> [nixpkgs] @SFrijters opened pull request #114645 → wine{Unstable,Staging}: 6.2 -> 6.3 → https://github.com/NixOS/nixpkgs/pull/114645
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #113040 → python3Packages.pygraphviz: 1.6 -> 1.7 → https://github.com/NixOS/nixpkgs/pull/113040
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114646 → ergo: 4.0.0 -> 4.0.7 → https://github.com/NixOS/nixpkgs/pull/114646
ahmedelgabri has quit [Ping timeout: 268 seconds]
dsrt^ has quit []
<{^_^}> [nixpkgs] @sternenseemann opened pull request #114647 → perlPackages: make meta.position point to the right location → https://github.com/NixOS/nixpkgs/pull/114647
vs^ has joined #nixos
srk has quit [Remote host closed the connection]
srk has joined #nixos
cartwright has quit [Remote host closed the connection]
oida has quit [Remote host closed the connection]
oida has joined #nixos
cartwright has joined #nixos
<Reventlov> hey there
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #114648 → nixos/lxd: cleanup and misc fixes → https://github.com/NixOS/nixpkgs/pull/114648
<Reventlov> trying to package something that depends on ghostscript (camelot, a python package) that I added to the propagated build dependencies, and it seems the dependencies are not working for the python package (which seems weird)
<Reventlov> i.e. https://0x0.st/-Kt8.txt
ahmedelgabri has joined #nixos
medvid has quit [Ping timeout: 240 seconds]
medvid has joined #nixos
<__monty__> Propagated build inputs probably means something different from what you expect. Read the definitions in the manual really carefully.
jimkooch has joined #nixos
<Reventlov> well, I read it, and I think that's what I expected, yeah
sphalerite has quit [Quit: updates!]
<jimkooch> How to list those packages that were locally compiled from our machine? (ie, not from binary cache)
<Reventlov> and that also does not explain why find_library("gs") works and not the camelot call :/
<{^_^}> [nixpkgs] @zimbatm merged pull request #114488 → google-cloud-sdk: fix searching for cloud_sql_proxy on the PATH → https://github.com/NixOS/nixpkgs/pull/114488
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114649 → flameshot: 0.8.5 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/114649
sphalerite has joined #nixos
ahmedelgabri has quit [Ping timeout: 272 seconds]
jimkooch has quit [Quit: leaving]
jimkooch has joined #nixos
jimkooch has quit [Client Quit]
respawn has joined #nixos
jimkooch has joined #nixos
ahmedelgabri has joined #nixos
jimkooch has joined #nixos
jimkooch has quit [Client Quit]
jimkooch has joined #nixos
jimkooch has quit [Client Quit]
jimkooch has joined #nixos
jimkooch has quit [Client Quit]
Darkmatter66 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114533 → conan: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/114533
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114650 → fsarchiver: 0.8.5 -> 0.8.6 → https://github.com/NixOS/nixpkgs/pull/114650
ahmedelgabri has quit [Ping timeout: 258 seconds]
n-osborne has joined #nixos
n-osborne has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114651 → gammy: 0.9.63 -> 0.9.64 → https://github.com/NixOS/nixpkgs/pull/114651
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114652 → gcsfuse: 0.33.0 -> 0.33.2 → https://github.com/NixOS/nixpkgs/pull/114652
<{^_^}> [nixpkgs] @bkchr opened pull request #114653 → qtwebkit: Fix build with icu 68 → https://github.com/NixOS/nixpkgs/pull/114653
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114654 → gdu: 4.6.4 -> 4.6.5 → https://github.com/NixOS/nixpkgs/pull/114654
whald has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
Thra11 has joined #nixos
o1lo01ol1o has joined #nixos
<Thra11> supersandro2000: You changed my PR (#108354) to a draft without giving any explanation. What was the reason for that? As far as I'm aware, it's fully working and ready to review/merge.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/108354 (by Thra11, 7 weeks ago, open): Osmscout server
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114655 → gerbera: 1.6.4 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/114655
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114656 → ghq: 1.1.6 -> 1.1.7 → https://github.com/NixOS/nixpkgs/pull/114656
vidbina has joined #nixos
SplitFire[m] has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « lf: 20 -> 21 »: https://git.io/JtxL8
fendor has quit [Ping timeout: 264 seconds]
endocrimes_ is now known as endocrimes
<{^_^}> [nixpkgs] @siraben opened pull request #114657 → nawk: 20180827 -> unstable-2021-02-15, fix noweb and nawk cross-complation → https://github.com/NixOS/nixpkgs/pull/114657
mbrgm has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114658 → gleam: 0.14.0 -> 0.14.1 → https://github.com/NixOS/nixpkgs/pull/114658
Dr8128 has joined #nixos
Thra11 has quit [Quit: WeeChat 3.0.1]
ahmedelgabri has joined #nixos
n-osborne has joined #nixos
hugolgst has joined #nixos
<hugolgst> do you know why with the exact same configuration, a raspberry pi 2go detects my keyboard but not a 4go ram
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114660 → grafana-agent: 0.12.0 -> 0.13.0 → https://github.com/NixOS/nixpkgs/pull/114660
n-osborne has quit [Remote host closed the connection]
<tad-lispy[m]> Can someone help me to setup screencasting on Wayland? I think using OBS Studio is the most promising direction, but any other way I'll be happy as long as I can get single display and microphone recorded.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114540 → python3Packages.slicedimage: switch to pytestCheckHook → https://github.com/NixOS/nixpkgs/pull/114540
<tad-lispy[m]> With OBS I know I need one of the two plugins, but I can't figure out how to install them.
<sterni> tad-lispy[m]: for firefox screensharing with pipewire see https://nixos.wiki/wiki/Firefox#Screen_Sharing
Dinkleberg has joined #nixos
Dinkleberg has left #nixos [#nixos]
<tad-lispy[m]> Firefox screen sharing works very well. Will the wlorbs thing work with Mutter?
Izorkin has joined #nixos
n-osborne has joined #nixos
lsix has joined #nixos
n-osborne has quit [Remote host closed the connection]
pjan has joined #nixos
respawn has quit [Quit: Leaving]
<hugolgst> exit
hugolgst has quit [Quit: Lost terminal]
zebrag has joined #nixos
<sterni> tad-lispy[m]: idk, not using GNOME, you'll have to try out the two plugins mentioned there
<sterni> tad-lispy[m]: but with GNOME there's the chance it just™ works
<tad-lispy[m]> No, it doesn't :(
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114661 → iosevka-bin: 5.0.3 -> 5.0.4 → https://github.com/NixOS/nixpkgs/pull/114661
<tad-lispy[m]> I'm banging my head against nixpkgs-wayland.
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<tad-lispy[m]> Part of the problem is that I'm a Nix noob.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114499 → pythonPackages.fonttools: 4.20.0 -> 4.21.1 → https://github.com/NixOS/nixpkgs/pull/114499
Izorkin has joined #nixos
lordcirth has joined #nixos
redcherri has joined #nixos
bitmapper has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114662 → jackett: 0.17.311 -> 0.17.598 → https://github.com/NixOS/nixpkgs/pull/114662
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
lsix has quit [Ping timeout: 272 seconds]
evils has quit [Ping timeout: 276 seconds]
lsix has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114663 → jbang: 0.66.0 -> 0.66.1 → https://github.com/NixOS/nixpkgs/pull/114663
ece has quit [Read error: Connection reset by peer]
<sterni> I'm not sure if nixpkgs-wayland is even required in this case
ece has joined #nixos
Izorkin has joined #nixos
<sterni> tbh seems like the issue the story for obs plugins is not great atm since we have no wrapper derivation
nahamu has quit [*.net *.split]
simpson has quit [*.net *.split]
luigy has quit [*.net *.split]
rattboi has quit [*.net *.split]
luigy has joined #nixos
<sterni> ideally there'd be a convenient way to build obs with a set of plugins already enabled
rattboi has joined #nixos
<tad-lispy[m]> ATM it doesn't have to be convenient, just as long as I can get it to work.
simpson has joined #nixos
<tad-lispy[m]> I don't mind compiling the plugin myself, but also not sure how to do it in NixOS.
UnaDuda has joined #nixos
nahamu has joined #nixos
<UnaDuda> Hello, each day, what number of packages is added to nixpkgs???
redcherri has left #nixos [#nixos]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #114648 → nixos/lxd: cleanup and misc fixes → https://github.com/NixOS/nixpkgs/pull/114648
<{^_^}> [nixpkgs] @sternenseemann opened pull request #114664 → pythonPackages.fonttools: add myself as maintainer → https://github.com/NixOS/nixpkgs/pull/114664
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<sterni> tad-lispy[m]: which plugins were you looking at exactly?
<tad-lispy[m]> As far as I understand either one would do.
Izorkin has joined #nixos
acarrico has quit [Ping timeout: 245 seconds]
<sterni> oh they are both not packaged I see
tami6[m] has joined #nixos
<sterni> tad-lispy[m]: oh, but nixpkgs-wayland has the plugin
<sterni> what's your problem with the overlay exactly?
<tad-lispy[m]> I guess I don't know how to use it :P
<tad-lispy[m]> I also enabled flakes, so maybe that's easier.
<tad-lispy[m]> But also don't know how to install the plugin with it.
<tad-lispy[m]> As I say, I'm learning.
<sterni> you have a nixos installation right?
<tad-lispy[m]> Yes.
<tad-lispy[m]> 20.09
<tad-lispy[m]> With home manager.
<{^_^}> [nixpkgs] @06kellyjac opened pull request #114665 → agate: 2.5.2 -> 2.5.3 → https://github.com/NixOS/nixpkgs/pull/114665
ahmedelgabri has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 245 seconds]
zebrag has quit [Quit: Konversation terminated!]
<UnaDuda> Hello, each day, what number of packages is added to nixpkgs???
zebrag has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Izorkin has joined #nixos
<sterni> tad-lispy[m]: okay, without flakes a configuration.nix like this *should* work, I think https://paste.textboard.org/892ab212
nixy has joined #nixos
meh` has joined #nixos
<sterni> note that this fetches the latest nixpkgs-wayland version from master on basically every rebuild, so it's not truly reproducible / declarative
<tad-lispy[m]> Thanks sterni
<tad-lispy[m]> Let me try.
<sterni> with flakes you can probably do this in a nicer way, but you'd need to convert your system config to flake and I wouldn't recommend using an experimental features directly when getting started (also I don't use flakes so I wouldn't know)
<sterni> tad-lispy[m]: I hope obs-studio picks up on the plugin when you just install it globally
<sterni> also overlays are described here: https://nixos.org/manual/nixpkgs/stable/#chap-overlays In case you are intersted in the internals
<UnaDuda> tad-lispy, Hello, each day, what number of packages is added to nixpkgs???
kosmikus has joined #nixos
<UnaDuda> tad-lispy[m] Hello, each day, what number of packages is added to nixpkgs???
<tad-lispy[m]> UnaDuda:
<tad-lispy[m]> * UnaDuda: IDK
<UnaDuda> tad-lispy[m] What number of packages is added in the 21.09???
<gchristensen> UnaDuda: it isn't appropriate to ping random people hoping they can answer your question
<UnaDuda> gchristensen each day, what number of packages is added to nixpkgs???
<gchristensen> I'm not sure, maybe you could review the PRs in a given day over a month and get a representative number? might be interesting
<sterni> repology might track that
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114666 → klayout: 0.26.9 -> 0.26.10 → https://github.com/NixOS/nixpkgs/pull/114666
<{^_^}> [nixpkgs] @ajs124 opened pull request #114667 → gnustep.base: fix icu 68 compatibility → https://github.com/NixOS/nixpkgs/pull/114667
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
respawn has joined #nixos
Izorkin has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114516 → soxr: add patch to fix aarch64-darwin compilation → https://github.com/NixOS/nixpkgs/pull/114516
<s1341_> is there a gdbserver derivation anywhere?
<tad-lispy[m]> I think `nixpkgs-wayland` may expect `nixpkg-unstable`, when I have `20.09`
<tad-lispy[m]> * I think `nixpkgs-wayland` may expect `nixpkgs-unstable`, when I have `20.09`
<tad-lispy[m]> But it's all a bit abracadabra to me.
<tad-lispy[m]> Would it be easier (safer) to install it just for my user? E.g. via Home Manager.
<viric> 176 directories in development/compilers. I expected less
<tad-lispy[m]> I tried it before with similar result.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114668 → kubectx: 0.9.2 -> 0.9.3 → https://github.com/NixOS/nixpkgs/pull/114668
<sterni> tad-lispy[m]: bit confusing though that it causes wlroots and sway to be built if you are using gnome
<sterni> tad-lispy[m]: I'll have a check if obs somehow depends on that
<tad-lispy[m]> Yeah.
petar has quit [Remote host closed the connection]
<tad-lispy[m]> After cloning the nixpkgs-wayland to `$HOME/.config/nixpkgs/overlays/nixpkgs-wayland`
acarrico has joined #nixos
<sterni> oh home-manager has plugin support for obs-studio?
<sterni> that's better then!
<sterni> use home-manager
petar has joined #nixos
<sterni> (I wasn't aware sorry)
<tad-lispy[m]> I'm trying.
tv has quit [Read error: Connection reset by peer]
UnaDuda has quit [Ping timeout: 260 seconds]
<tad-lispy[m]> I have a feeling that it has something to do with nixpkgs channel.
<sterni> try giving -I nixpkgs=https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz to the rebuild command
<sterni> (I hope home-manager supports that)
lsix has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114595 → thin-provisioning-tools: extraneous dependency on binutils → https://github.com/NixOS/nixpkgs/pull/114595
lsix has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #114669 → rustPlatform.cargoBuildHook: do not use when buildPhase is set → https://github.com/NixOS/nixpkgs/pull/114669
<{^_^}> [nixpkgs] @robertoszek opened pull request #114670 → pleroma-bot: init at 0.8.6 → https://github.com/NixOS/nixpkgs/pull/114670
<supersandro2000> Thra11: probably based on what you wrote
<tad-lispy[m]> It doesn't. I only have `programs.firefox.enable = true;`
<tad-lispy[m]> I'll remove it and try again.
<tad-lispy[m]> Switching....
<{^_^}> [nixpkgs] @sternenseemann opened pull request #114671 → pythonPackages.afdko: fix tests for fonttools >= 4.21.0 → https://github.com/NixOS/nixpkgs/pull/114671
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114672 → lean: 3.26.0 -> 3.27.0 → https://github.com/NixOS/nixpkgs/pull/114672
<tad-lispy[m]> I switched without errors, but see no difference in OBS.
<tad-lispy[m]> sterni:
<tad-lispy[m]> There should be a new input, right?
<tad-lispy[m]> I only see `Screen Capture (XSHM)`, like before.
zakame has quit [Ping timeout: 260 seconds]
<tad-lispy[m]> How do I tell if the plugin is loaded?
<sterni> tad-lispy[m]: https://github.com/nix-community/home-manager/blob/master/modules/programs/obs-studio.nix#L52 it seems to generate a config file for this
<sterni> I'm not sure how these work with home-manager, maybe check .config/obs-studio/plugins?
<sterni> or $XDG_CONFIG_HOME/obs-studio/plugins if it doesn't exist
tv has joined #nixos
<tad-lispy[m]> So it seems to be installed.
<tad-lispy[m]> Do I need to enable it somehow?
<{^_^}> [nixpkgs] @worldofpeace opened pull request #114673 → gnome-tour: fix build → https://github.com/NixOS/nixpkgs/pull/114673
<sterni> I'm not sure how that work with obs
mcornick has quit [Quit: bbl]
supersandro2000 has quit [Read error: Connection reset by peer]
<tad-lispy[m]> Yay! Got it!
supersandro2000 has joined #nixos
<tad-lispy[m]> `$ QT_QPA_PLATFORM=wayland obs`
<sterni> tad-lispy[m]: ohh
<worldofpeace> tad-lispy: you're trying to use the obs portal right?
<sterni> tad-lispy[m]: also make sure to remove obs-studio from configuration.nix again so the two versions don't interfere with each other
<tad-lispy[m]> worldofpeace: yes.
<worldofpeace> tad-lispy: it needs to be in xdg.portal.extraPortals
<tad-lispy[m]> Can you be more specific. I'm a noob.
<worldofpeace> um sure, tad-lispy what environment are u in? Like a DE, a WM?
<worldofpeace> just good to know before I give an exact answer
<tad-lispy[m]> Gnome on Wayland.
<tad-lispy[m]> And I'm using home manager.
<worldofpeace> okay okay, so you can just add that obs package like this `xdg.portal.extraPortals = [ whatever-that-packages-attribute-is ];`
<worldofpeace> tad-lispy: is it installed with home-manager?
zakame has joined #nixos
<tad-lispy[m]> By "it" you mean obs?
<tad-lispy[m]> Yes.
domogled has quit [Quit: domogled]
<worldofpeace> tad-lispy: hmm, I don't think I have any reason why the config I mentioned shouldn't work in that case either. So yeah I think that should mostly solve the issue you're asking
<tad-lispy[m]> But I didn't understand you about this xdg.extraPortals.
<tad-lispy[m]> Where do I put it?
<worldofpeace> your system configuration
<worldofpeace> that isn't configuration from home-manager
<worldofpeace> so configuration.nix
<tad-lispy[m]> Aha.
<tad-lispy[m]> Ok. And then OBS should just peak it up?
<tad-lispy[m]> I still need this plugin, right?
<Dandellion> I've been digging through documentation trying to find a function that takes `[ { ... } { ... }]` and outputs those attrs merged `{ ... }` but haven't had any luck, any pointers?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114578 → geos: 3.9.0 -> 3.9.1, python3Packages.shapely: fix build → https://github.com/NixOS/nixpkgs/pull/114578
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #114398 → awscli: 1.19.12 -> 1.19.15 → https://github.com/NixOS/nixpkgs/pull/114398
cyphase has quit [Ping timeout: 260 seconds]
neiluj has joined #nixos
neiluj has quit [Changing host]
neiluj has joined #nixos
<worldofpeace> tad-lispy: the implementation details are a bit complicated, but yes, I don't see any reason why that shouldn't work
<sterni> Dandellion: you could do builtins.foldl' (acc: x: acc // x) {}
<sterni> not sure if there's a dedicated function for it, there might
<sterni> tad-lispy[m]: you can set the value of the QT environment variable using environment.sessionVariables in your configuration.nix btw
<tad-lispy[m]> sterni: thanks for all your help. Now I'd like to wrap it up, because now it only works if I pass `-I nixpkgs=...` to `home-manager switch`. Next time I switch and forget about it it will be gone.
awmv has joined #nixos
<sterni> tad-lispy[m]: what does nix-channel --list say?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114634 → wpsoffice: update description, homepage → https://github.com/NixOS/nixpkgs/pull/114634
<sterni> maybe you just need to switch to the unstable home manager channel
<tad-lispy[m]> So I guess one way would be to `nix-channel --add nixpkgs https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz`, right?
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #114642 → python3Packages.identify: enable tests → https://github.com/NixOS/nixpkgs/pull/114642
<tad-lispy[m]> But the nixos line is probably wrong. I was trying things 😊
<sterni> tad-lispy[m]: that is a bad idea because it would interfere with more than just home-manager
<tad-lispy[m]> Aha.
<Dandellion> sterni++ that does the job! thanks
<{^_^}> sterni's karma got increased to 2
<sterni> tad-lispy[m]: can you do sudo nix-channel --list as well, then I can tell you more :)
<tad-lispy[m]> So what you suggest is to use `master.tat.gz` for home-manager channel?
<tad-lispy[m]> Sure.
<sterni> tad-lispy[m]: you definitely want to nix-channel --remove home-manager (as your user) and run nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
<tad-lispy[m]> ```
<tad-lispy[m]> ```
<tad-lispy[m]> Ok. Doing...
<sterni> tad-lispy[m]: okay, then just do nix-channel --remove nixos (as your user and everything except home-manager should use the stable channel again)
tboston has joined #nixos
<sterni> oh wait, the home-manager bit won't work, I think
<tad-lispy[m]> Aha?
<tad-lispy[m]> Why not?
<sterni> for home-manager you have two channels: home-manager it self, i. e. all the modules and setting you can use and <nixpkgs> where it takes the packages from
<sterni> you should definitely upgrade your home-manager channel like I said
<tad-lispy[m]> You mean to master? Now I have this:
<tad-lispy[m]> ```
<sterni> yep!
<tad-lispy[m]> ☝️
<tad-lispy[m]> And I can't switch.
<sterni> tad-lispy[m]: now try, nix-channel --add https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz nixpkgs as your user account
<sterni> and run nix-channel --update
<sterni> and run echo $NIX_PATH and show it to me :)
<{^_^}> [nixpkgs] @fabaff merged pull request #114664 → pythonPackages.fonttools: add myself as maintainer → https://github.com/NixOS/nixpkgs/pull/114664
<tad-lispy[m]> Switch failed the same way/
<tad-lispy[m]> * Switch failed the same way.
attila_lendvai has joined #nixos
<tad-lispy[m]> Ah, wait. Something is wrong.
paniash has joined #nixos
<sterni> what does ls $HOME/.nix-defexpr/channels say?
<paniash> hello there!
<paniash> will there ever be support for an alternate init system?
<paniash> something like runit or openrc
<tad-lispy[m]> Ok, switch works. Previously I made a mistake.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114635 → libxcrypt: init at 4.4.18 → https://github.com/NixOS/nixpkgs/pull/114635
<Emantor> paniash: If you put in the work, sure. If you really hate systemd, you can go for guix, they also do not use systemd.
<sterni> tad-lispy[m]: great!!
<paniash> Emantor: but it's completely libre. wifi and nvidia don't like it :-(
* Emantor shrugs.
<tad-lispy[m]> And screen recording too, as long as I start obs with `QT_QPA_PLATFORM=wayland`.
<tad-lispy[m]> It would be nice to make it work without it...
<paniash> Emantor: thanks though. I'll see what I can do...
<Emantor> paniash: Why do you want a system without systemd anyway?
<ronthecookie> can someone take a look at https://github.com/NixOS/nixpkgs/pull/114209? the old version's build is broken
<{^_^}> #114209 (by nicbk, 4 days ago, open): tor-browser-bundle-bin: 10.0.9 -> 10.0.12
<paniash> Emantor: for the memes I guess :P
<sterni> tad-lispy[m]: I have these settings which you could also add to your configuration.nix https://github.com/openlab-aux/vuizvui/blob/master/modules/user/sternenseemann/services/sway.nix#L128-L138
<sterni> tad-lispy[m]: that sets QT_QPA_PLATFORM=wayland on login among other things globally
<paniash> Emantor: but seriously, I use artix currently and prefer it to arch tbh
<tad-lispy[m]> Maybe I can just put it in my `home.nix`?
cole-h has joined #nixos
jmeredith has joined #nixos
<sterni> paniash: it is unlikely for nixos since our service modules rely on systemd heavily, so it would require major refactoring adding another init system and fixing all issues along the way
<sterni> paniash: it would be possible theoretically
<sterni> tad-lispy[m]: let me check
<paniash> sterni: I see. I already saw a post regarding this but just wanted to confirm if it is still the case. thanks though
<sterni> tad-lispy[m]: https://github.com/nix-community/home-manager/blob/master/modules/home-environment.nix#L230 seems like it's home.sessionVariables there
<sterni> paniash: essentially we'd need to have an abstraction over any type of init system, but that would mean that we wouldn't be able to use _a lot_ of useful systemd features other init systems don't have
philr has quit [Ping timeout: 260 seconds]
<paniash> sterni: i see...
<paniash> thanks
paniash has quit [Quit: WeeChat 3.0]
ixaxaar[m] has quit [Quit: Idle for 30+ days]
<tad-lispy[m]> Yes, definitely! I need to restart my DE after switching, right?
m31446 has quit [Quit: Connection closed]
<sterni> tad-lispy[m]: I think you need to log out and in again because sessionVariables are set by PAM
<tad-lispy[m]> Ok. See you in a bit!
<{^_^}> [nixpkgs] @worldofpeace merged pull request #114673 → gnome-tour: fix build → https://github.com/NixOS/nixpkgs/pull/114673
<{^_^}> [nixpkgs] @fabaff merged pull request #114654 → gdu: 4.6.4 -> 4.6.5 → https://github.com/NixOS/nixpkgs/pull/114654
<tad-lispy[m]> sterni: looks like the variables are only set when I start apps from terminal.
<tad-lispy[m]> Not when starting them from Gnome shell
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jtxnp
<sterni> tad-lispy[m]: okay, correction home-manager only manages your shell https://nix-community.github.io/home-manager/index.html#_why_are_the_session_variables_not_set
<sterni> tad-lispy[m]: set environment.sessionVariables in your configuration.nix, that's the only way to do that then
<sterni> (or the best, rather)
<tad-lispy[m]> Ok.
<{^_^}> [nixpkgs] @AndersonTorres closed pull request #42677 → nixos/xsession: check for env vars → https://github.com/NixOS/nixpkgs/pull/42677
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #95019 → nixos/x11: Respect XCOMPOSECACHE/XDG_DATA_HOME if set in xsession-wrapper → https://github.com/NixOS/nixpkgs/pull/95019
supersandro2000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nixos
nixbitcoin has joined #nixos
mcornick has joined #nixos
<nixbitcoin> Is there a way to extract all options, their descriptions and examples from a set of nix modules?
supersandro2000 has quit [Read error: Connection reset by peer]
<tpw_rules> extract in what format?
<nixbitcoin> A format from which one can make man files
<sterni> nixbitcoin: you can use the nixos function from nixpkgs for that, I think
<tpw_rules> there's nixos-option which can dump options as XML
<sterni> nixbitcoin: at least to have the values in nix
<tpw_rules> it's a command line program
<nixbitcoin> very nice
supersandro2000 has joined #nixos
<nixbitcoin> Is nixos-option only available on nixos?
Alexey12 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #114590 → python3Packages.pandas: fix scipy coo_matrix test → https://github.com/NixOS/nixpkgs/pull/114590
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114671 → pythonPackages.afdko: fix tests for fonttools >= 4.21.0 → https://github.com/NixOS/nixpkgs/pull/114671
jumper149 has joined #nixos
<etu> tpw_rules: `environment.variables.QT_QPA_PLATFORM = "wayland";`
<etu> tad-lispy[m]: ^
<etu> Oh, others have mentioned it, I was scrolled up :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114609 → newsflash: 1.2.2 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/114609
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114617 → python38Packages.py-cpuinfo: aarch64-darwin support → https://github.com/NixOS/nixpkgs/pull/114617
<{^_^}> [nixos-hardware] @thiagokokada opened pull request #233 → Add nvidia-disable profile → https://github.com/NixOS/nixos-hardware/pull/233
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<sterni> tad-lispy[m]: everything working as expected btw?
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114616 → python3Packages.grpcio: remove cctools from build inputs → https://github.com/NixOS/nixpkgs/pull/114616
cmk_zzz_ has joined #nixos
<{^_^}> [nixpkgs] @Mindavi opened pull request #114674 → tecla: support cross-compilation → https://github.com/NixOS/nixpkgs/pull/114674
cmk_zzz has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #114675 → python3Packages.sagemaker: 2.25.2 -> 2.26.0 → https://github.com/NixOS/nixpkgs/pull/114675
poscat has quit [Quit: ZNC 1.8.2 - https://znc.in]
poscat has joined #nixos
ahmedelgabri has quit [Ping timeout: 272 seconds]
simisimis has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #114644 → emplace: 1.1.0 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/114644
<s1341_> hey. how do I specify a specific glibc version in nix-shell?
cole-h has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @sternenseemann closed pull request #104426 → haskellPackages.binary-search: unbreak and patch → https://github.com/NixOS/nixpkgs/pull/104426
nixbitcoin has left #nixos ["WeeChat 2.3"]
<{^_^}> [nixpkgs] @jD91mZM2 opened pull request #114676 → remove me as maintainer → https://github.com/NixOS/nixpkgs/pull/114676
BaughnLogBot has quit [Ping timeout: 264 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
malook has joined #nixos
berberman_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
BaughnLogBot has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 reopened pull request #114616 → python3Packages.grpcio: remove cctools from build inputs → https://github.com/NixOS/nixpkgs/pull/114616
<{^_^}> [nixpkgs] @vcunat pushed 5 commits to release-20.09: https://git.io/Jtxlv
<{^_^}> [nixpkgs] @vcunat merged pull request #114560 → [20.09] firefox: 85.0.1 -> 86.0; nss_latest: 3.56 -> 3.61; rust-cbindgen_latest: rename from rust-cbindgen_0_15; 0.15.0 … → https://github.com/NixOS/nixpkgs/pull/114560
supersandro2000 has joined #nixos
berberman has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114677 → apt-cacher-ng: 3.6 -> 3.6.1 → https://github.com/NixOS/nixpkgs/pull/114677
<srid> Is there a reason why `nix-channel --update` would use outdated stale channels? (Instead of actually fetching the URL specified?) cf. https://github.com/nix-community/home-manager/issues/1836#issuecomment-787482995
<{^_^}> [nixpkgs] @MetaDark opened pull request #114678 → newsflash: use cargoSetupHook instead of buildRustPackage → https://github.com/NixOS/nixpkgs/pull/114678
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
BaughnLogBot has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
BaughnLogBot has joined #nixos
* tad-lispy[m] posted a file: 2021-02-28 18-01-20.mkv (445KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/YNwfQFiKsBzzmQkbeeRzlYat/2021-02-28 18-01-20.mkv >
<tad-lispy[m]> sterni: ☝️
<tad-lispy[m]> Those are being applied in DE.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114046 → angr dependencies: 9.0.5739 -> 9.0.5903 → https://github.com/NixOS/nixpkgs/pull/114046
<sterni> <3 tad-lispy[m]
<{^_^}> tad-lispy[m]'s karma got increased to 1
<sterni> nice!
ahmedelgabri has joined #nixos
civodul has joined #nixos
<tami5[m]> Anyone uses dwm here and have managed to set it up using home manager?
<{^_^}> [nixpkgs] @Mephistophiles opened pull request #114679 → i3status-rust: 0.14.3 -> 0.14.7 → https://github.com/NixOS/nixpkgs/pull/114679
ahmedelgabri has quit [Ping timeout: 272 seconds]
teasea has quit [Quit: teasea]
teasea has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #114680 → python3Packages.pydantic: 1.7.3 -> 1.8 → https://github.com/NixOS/nixpkgs/pull/114680
fendor has joined #nixos
orivej has joined #nixos
jonringer has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114674 → tecla: support cross-compilation → https://github.com/NixOS/nixpkgs/pull/114674
<{^_^}> [nixpkgs] @abathur opened pull request #114681 → bashup-events: fix nixpkgs-hammering warnings → https://github.com/NixOS/nixpkgs/pull/114681
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @benneti opened pull request #114682 → .*gopass.*: remove platform from buildGoModule → https://github.com/NixOS/nixpkgs/pull/114682
jumper149 has quit [Quit: WeeChat 3.0.1]
sss2 has joined #nixos
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114591 → python3Packages.asteval: 0.9.22 -> 0.9.23 → https://github.com/NixOS/nixpkgs/pull/114591
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114589 → erlang: 23.1.4 -> 23.2.6, 22.3 -> 22.3.4.16, 21.3.8.3 -> 21.3.8.21 → https://github.com/NixOS/nixpkgs/pull/114589
<Ke> would maybe poke go into that list
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114665 → agate: 2.5.2 -> 2.5.3 → https://github.com/NixOS/nixpkgs/pull/114665
<tad-lispy[m]> What's this thing about karma?
<Yaniel> imaginary internet points
<Yaniel> well, I guess they can kind of hint at which people have been actively helping others in here for a long time
joko has quit [Quit: WeeChat 2.9]
<simpson> I hear that karma can be redeemed for swag like t-shirts. But I don't know whether that's true.
<{^_^}> [nixpkgs] @gebner merged pull request #114672 → lean: 3.26.0 -> 3.27.0 → https://github.com/NixOS/nixpkgs/pull/114672
<{^_^}> [nixpkgs] @xwvvvvwx opened pull request #114683 → radicle-upstream: 0.1.6 -> 0.1.11 → https://github.com/NixOS/nixpkgs/pull/114683
<gchristensen> if one day I have budget for such a thing again, I would happily
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114684 → babl: 0.1.84 -> 0.1.86 → https://github.com/NixOS/nixpkgs/pull/114684
<s1341_> how do I get a rustc that supports aarch64-linux-android?
julm has joined #nixos
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
<Yaniel> easiest is probably via rustup
<Yaniel> I've installed rustup with nix and use that to grab the rust toolchains I need
<s1341_> Yaniel: I need cargo to compile for android target.
ahmedelgabri has joined #nixos
<Yaniel> and I need to compile for riscv-eabi
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114685 → armadillo: 10.2.1 -> 10.2.2 → https://github.com/NixOS/nixpkgs/pull/114685
<Yaniel> should work just fine for android as well
<s1341_> rustc --print target-list shows aarch64-linux-android
<s1341_> but I get this error when compiling:
simisimis has quit [Ping timeout: 240 seconds]
<Yaniel> yes, you are missing the standard library for that target
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114681 → bashup-events: fix nixpkgs-hammering warnings → https://github.com/NixOS/nixpkgs/pull/114681
<s1341_> ok. so how do I install that?
<Yaniel> how did you install rustc?
<s1341_> nix-shell.
<s1341_> nix-shell -p rustc
<{^_^}> [nixpkgs] @kalbasit merged pull request #114624 → bazel-kazel: 0.2.0 -> 0.2.1 → https://github.com/NixOS/nixpkgs/pull/114624
<Yaniel> https://github.com/NixOS/nixpkgs/blob/nixos-20.09/pkgs/development/compilers/rust/rustc.nix#L165 looks like it fetches rust for whatever target your stdenv is set up for
<s1341_> yeah. so my stdenv is a crossSystem... for aarch64-linux-android.
<s1341_> but it obviously isn't installing the stdlib or whatever...
<s1341_> how do I do that?
<{^_^}> [nixpkgs] @zimbatm merged pull request #114454 → squashfs: use -no-hardlinks for reproducible squashfs images → https://github.com/NixOS/nixpkgs/pull/114454
ahmedelgabri has quit [Ping timeout: 272 seconds]
respawn has quit [Quit: Leaving]
<Yaniel> no idea
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
davidv7_ has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @kalbasit merged pull request #114668 → kubectx: 0.9.2 -> 0.9.3 → https://github.com/NixOS/nixpkgs/pull/114668
supersandro2000 has joined #nixos
redmp has joined #nixos
davidv7 has joined #nixos
emilsp has quit [Quit: I become anti-present]
<{^_^}> [nixpkgs] @adisbladis merged pull request #114683 → radicle-upstream: 0.1.6 -> 0.1.11 → https://github.com/NixOS/nixpkgs/pull/114683
emilsp has joined #nixos
supersandro2000 has quit [Ping timeout: 245 seconds]
rajivr has quit [Quit: Connection closed for inactivity]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @bobrik closed pull request #114608 → llvmPackages_11.libcxx: backport block.h fix from llvm12 → https://github.com/NixOS/nixpkgs/pull/114608
zupo has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #114686 → llvmPackages_11.libcxx: backport block.h fix from llvm12 → https://github.com/NixOS/nixpkgs/pull/114686
dev_mohe has joined #nixos
peterstorm[m] has joined #nixos
domogled has joined #nixos
domogled has quit [Client Quit]
jmeredith has quit [Quit: Connection closed for inactivity]
aveltras has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #114678 → newsflash: use cargoSetupHook instead of buildRustPackage → https://github.com/NixOS/nixpkgs/pull/114678
<{^_^}> [nixpkgs] @bobrik reopened pull request #114589 → erlang: 23.1.4 -> 23.2.6, 22.3 -> 22.3.4.16, 21.3.8.3 -> 21.3.8.21 → https://github.com/NixOS/nixpkgs/pull/114589
novafacing has quit [Ping timeout: 245 seconds]
emmanuel_erc has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
vs^ has quit []
romildo has joined #nixos
attila_lendvai has quit [Ping timeout: 272 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #114656 → ghq: 1.1.6 -> 1.1.7 → https://github.com/NixOS/nixpkgs/pull/114656
<{^_^}> [nixpkgs] @fabaff merged pull request #114636 → disfetch: 1.14 -> 1.18 → https://github.com/NixOS/nixpkgs/pull/114636
<{^_^}> [nixpkgs] @fabaff merged pull request #114641 → doppler: 3.22.1 -> 3.23.0 → https://github.com/NixOS/nixpkgs/pull/114641
<{^_^}> [nixpkgs] @fabaff merged pull request #114651 → gammy: 0.9.63 -> 0.9.64 → https://github.com/NixOS/nixpkgs/pull/114651
<{^_^}> [nixpkgs] @fabaff merged pull request #114658 → gleam: 0.14.0 -> 0.14.1 → https://github.com/NixOS/nixpkgs/pull/114658
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #114688 → nixos/tcsd: several improvements and fixes → https://github.com/NixOS/nixpkgs/pull/114688
romildo has quit [Quit: Leaving]
n-osborne has joined #nixos
n-osborne has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114682 → .*gopass.*: remove platform from buildGoModule → https://github.com/NixOS/nixpkgs/pull/114682
mallox has joined #nixos
berberman_ has joined #nixos
berberman has quit [Ping timeout: 272 seconds]
<Cadey> how do you force the systemd-boot menu to scan for other OSes?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114689 → calibre: 5.11.0 -> 5.12.0 → https://github.com/NixOS/nixpkgs/pull/114689
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114680 → python3Packages.pydantic: 1.7.3 -> 1.8 → https://github.com/NixOS/nixpkgs/pull/114680
<{^_^}> [nixpkgs] @fabaff opened pull request #114690 → python3Packages.elmax: init at 0.1.0 → https://github.com/NixOS/nixpkgs/pull/114690
<{^_^}> [nixpkgs] @fabaff merged pull request #114655 → gerbera: 1.6.4 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/114655
<{^_^}> [nixpkgs] @fabaff merged pull request #114640 → doctl: 1.56.0 -> 1.57.0 → https://github.com/NixOS/nixpkgs/pull/114640
dev_mohe has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @KaiHa opened pull request #114691 → Systemtap: 4.1 -> 4.4 → https://github.com/NixOS/nixpkgs/pull/114691
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
Fuzen has joined #nixos
tsrt^ has joined #nixos
Fuzen has quit [Quit: ZNC - https://znc.in]
nnnnnn has joined #nixos
Fuzen has joined #nixos
simisimis has joined #nixos
Fuzen has quit [Client Quit]
nnnnnn has quit [Client Quit]
meursault has joined #nixos
bokononi1t has joined #nixos
Darkmatter66 has joined #nixos
lsix has quit [Ping timeout: 268 seconds]
Uma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114692 → chessx: 1.5.0 -> 1.5.6 → https://github.com/NixOS/nixpkgs/pull/114692
simisimis has quit [Ping timeout: 240 seconds]
<Uma> Gamer question ahead: has anyone had any luck running league of legends? I've tried the latest image fron lutris, but I get a mysterious segmentation error from openssl
<{^_^}> [nixpkgs] @teto merged pull request #114649 → flameshot: 0.8.5 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/114649
<|beowulf|> are the special variables available in nix expressions (like $out) documented anywhere?
<figgyc> does anyone have any luck running ModemManager on startup? systemctl seems to think it's "enabled" already but I have to start it manually and idk why, it works fine when I do that
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114528 → resholve: 0.4.2 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/114528
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114679 → i3status-rust: 0.14.3 -> 0.14.7 → https://github.com/NixOS/nixpkgs/pull/114679
<|beowulf|> is there any way to add a checked-out local working copy of the nixpkgs repo as a channel?
<Ke> does it need to be a channel or could you just build system against it?
<Ke> like -I nixpkgs=...
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114690 → python3Packages.elmax: init at 0.1.0 → https://github.com/NixOS/nixpkgs/pull/114690
romildo has joined #nixos
<|beowulf|> hm, I don't think I want to build the complete system from that working copy, just one package and I need to do that from configuration.nix
<tomberek> [beowulf]: look at the bare minimum things: `nix-build -E 'derivation {name="a";builder="/bin/sh";args=["-c" "export"];system="x86_64-linux";}'`
attila_lendvai has joined #nixos
<hplar> on unstable, I have issues building ldc locally today; nix-shell -p ldc (compiler for D dlang) pulls a binary which is fine; doing a local nix clone and pointing to it (-I nixpkgs=) build *fails* ... as of today, nothing obvious to me has changed no new version, (is way have worked as need to modify dub locally to build with ldc (rather than dmd)); ideas (or verification) welcome
<|beowulf|> tomberek: what does that do?
<tomberek> mkDerivation adds a ton more, that stuff is all documented in the Nix manual
<rmcgibbo[m]> Is anyone familar with using stuff from `pkgs.linuxPackages` -- I'm getting a failure at runtime because, I think, my current kernel is 5.10.17, but when I use `pkgs.linuxPackages_5_10.bcc`, it's for 5.10.18, and so the kernel headers aren't found.
<|beowulf|> ah, about variables?
<tomberek> that runs a very simple builder that just outputs the environment, so you can see what is set
<|beowulf|> nice, thanks :)
<{^_^}> [nixpkgs] @jojosch opened pull request #114693 → dbeaver: 7.3.5 -> 21.0.0 → https://github.com/NixOS/nixpkgs/pull/114693
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114580 → python3Packages.watchdog: fix flaky test on macOS → https://github.com/NixOS/nixpkgs/pull/114580
<tomberek> out is provided by the derivation primop and is a consequence of a series of hashing steps based on the derivation
<{^_^}> [nixpkgs] @sternenseemann opened pull request #114694 → trivial-builders: add runCommandInStdenv, runCommandInStdenvLocal → https://github.com/NixOS/nixpkgs/pull/114694
acarrico has quit [Ping timeout: 260 seconds]
acarrico has joined #nixos
jimkooch has joined #nixos
<orion> I am receiving an error from nix-build: error: build of '/nix/store/n5vglpl7ri56yc06fdbcq5ldzwfp7y41-shell.drv' failed <-- How do I properly troubleshoot this?
<orion> I already tried adding the -v flag. No additional output related to that error was received.
mallox has quit [Quit: WeeChat 3.0.1]
<Ke> if you are up to it, I would just strace nix-daemon as root, though that will give you a lot of output
<Ke> not saying it's the best way, but it should theoretically show you the reason
Fuzen has joined #nixos
buggymcbugfix has quit [Quit: Connection closed for inactivity]
sangoma has joined #nixos
<{^_^}> [nixpkgs] @xfnw opened pull request #114695 → ircrobots: 0.3.6 -> 0.3.7 → https://github.com/NixOS/nixpkgs/pull/114695
<hplar> more generally "nix-shell -p ldc" works; "git clone git://github.com/NixOS/nixpkgs" and then "nix-shell -p ldc -I nixpkgs=/nixpkgs-dev/nixpkgs" does not after today's update (i pull and build with it almost daily)
hiro98 has quit [Quit: hiro98]
hiro98 has joined #nixos
malook has joined #nixos
<ronthecookie> im trying to use a shared library from a kernel module in my shell.nix but for whatever reason it cant find it. https://termbin.com/0ukk
<ronthecookie> ./monitorsim/monitorsim: error while loading shared libraries: libevdi.so.0: cannot open shared object file: No such file or directory
<ronthecookie> it resides at /nix/store/3gj1rns91s01k19l82b23cdwaq8fgvyz-evdi-v1.7.2/lib/libevdi.so, is it possible that it cant find it because of the lack of a .0 on the end of that path?
hiro98 has quit [Quit: hiro98]
kenran has joined #nixos
cyphase has joined #nixos
sangoma has quit [Ping timeout: 245 seconds]
<noonien> does nvidia-x11-455.38-5.10.18 not build for the latest 20.09?
BaughnLogBot has quit [Ping timeout: 240 seconds]
BaughnLogBot has joined #nixos
<unclechu> hey. i’m trying to use stdenv.mkDerivation but i’m a bit confusing by documentation that showing examples with arguments which are marked as deprecated in the nixpkgs and doesn’t give enough explanation for my question.
<unclechu> what argument do i use to in order to provide dependencies required only during the build (make, gcc, etc) and what argument is for dependencies that are required during runtime of the derivation?
<ronthecookie> unclechu: my shell.nix might help a bit but i dont really know either :P
<rnhmjoj-M> unclechu: nativeBuildInputs and buildInputs, in the order you asked
<unclechu> rnhmjoj-M: thanks but these two are marked as ‘n.b. legacy name’ in `pkgs/stdenv/generic/make-derivation.nix`
kenran has quit [Remote host closed the connection]
kenran has joined #nixos
knupfer1 has joined #nixos
xAr86 has joined #nixos
<noonien> i'm trying to help debug an issue with nvidia-x11 not building. how can i print values from my config? `boot.kernelModules` for example
knupfer1 has quit [Client Quit]
<rnhmjoj-M> unclechu: ah, you're right: i had no idea. in practice they are not deprecated, though
xAr86 has quit [Client Quit]
<ronthecookie> noonien: maybe `nix eval`? idk, should read man page for that
bokononi3t has joined #nixos
xAr86 has joined #nixos
sangoma has joined #nixos
<xAr86> Hey :)
<x0rx> mmmm hey hey :)
supersandro2000 has quit [Ping timeout: 245 seconds]
<unclechu> rnhmjoj-M: so could it be that they are marked as ‘legacy names’ in sense that ‘we better come up with more sensible names in the future’?
<xAr86> I've setup FDE nixos and run into a problem - after unlocking my encrpyted zfs I get permission denied when its automatically mounted on boot -
<unclechu> so they are not actually deprecated yet but are planned to be deprecated
<unclechu> whilst there are no replacements for them at the moment
bokononi1t has quit [Ping timeout: 264 seconds]
<xAr86> I followed mostly the wiki and adjusted when I run into an error, do you have an idea? if needed I could post config-parts and a pictore from boot
supersandro2000 has joined #nixos
aveltras has quit [Quit: Connection closed for inactivity]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<rnhmjoj-M> unclechu: it seems the whole cross-compilation support and documentation has been contributed by ericson2314 (github username)
<rnhmjoj-M> you should probably ask him
riksteri has quit [Quit: riksteri]
redmp has quit [Ping timeout: 264 seconds]
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @mweinelt merged pull request #114695 → ircrobots: 0.3.6 -> 0.3.7 → https://github.com/NixOS/nixpkgs/pull/114695
sangoma has quit [Quit: WeeChat 3.0]
vidbina has quit [Quit: vidbina]
<rnhmjoj-M> unclechu: the nixpkgs manuals says the name buildInputs is kept for historical continuity but would be depsHostTarget for correctness. i think this is what the "legacy name" means
vidbina has joined #nixos
ATuin has joined #nixos
Jackneill has quit [Read error: Connection reset by peer]
ahmed_elgabri has joined #nixos
<tami6[m]> Did anyone here managed to set tmux using home-manager, how do I setup tpm?
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #114696 → ocamlPackages.base: 0.14.0 → 0.14.1 → https://github.com/NixOS/nixpkgs/pull/114696
ahmedelgabri has quit [Ping timeout: 264 seconds]
<unclechu> tami5: i set up tmux system-wide recently. but my config also works as standalone `tmux` executable. not sure if it’s useful for you but you can look at: https://github.com/unclechu/tmuxrc/blob/master/default.nix
<{^_^}> [nixpkgs] @mbbx6spp opened pull request #114697 → purescript: 0.13.8 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/114697
growpotkin has joined #nixos
<unclechu> tami5: you use tpm as `run '~/.tmux/plugins/tpm/tpm'` so you could just replace this path with some derivation
work_ has joined #nixos
simukis__ is now known as simukis_
shibboleth has joined #nixos
Dotz0cat_ has quit [Ping timeout: 260 seconds]
<samueldr> jojosch[m]: are you familiar enough with maven to help me help you test dbeaver on aarch64?
<samueldr> it's building the wrong target, I think, because of that https://github.com/dbeaver/dbeaver/blob/131e2d2ff86892ca88051c7442632b2c67335dc4/pom.xml#L152-L154
<xAr86> I'm getting "Permission denied" while boot (after entering password) mounting zfs datasets (https://ibb.co/0n0bmp0), Partial hardware-config: https://pastebin.com/nVb9Sj1h | Does anyone have an idea? :)
<unclechu> tami5: ☝️
vidbina has quit [Quit: vidbina]
vidbina has joined #nixos
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #114209 → tor-browser-bundle-bin: 10.0.9 -> 10.0.12 → https://github.com/NixOS/nixpkgs/pull/114209
tboston has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tboston has joined #nixos
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #114621 → argocd: 1.8.5 -> 1.8.6 → https://github.com/NixOS/nixpkgs/pull/114621
fendor has quit [Ping timeout: 264 seconds]
vidbina has quit [Quit: vidbina]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #114699 → [20.09] tor-browser-bundle-bin: 10.0.9 -> 10.0.12 → https://github.com/NixOS/nixpkgs/pull/114699
xlei has quit [Ping timeout: 256 seconds]
lonelyspac3 has joined #nixos
<lonelyspac3> hola?
lonelyspac3 has left #nixos [#nixos]
<rmcgibbo[m]> What's the best way to get the latest git hash of the 20.09 release?
cmk_zzz_ is now known as cmk_zzz
<{^_^}> [nixpkgs] @tokudan opened pull request #114700 → fix console.earlySetup → https://github.com/NixOS/nixpkgs/pull/114700
jpo_ is now known as jpo
<{^_^}> [mobile-nixos] @samueldr merged pull request #320 → android: Add flashable zip output → https://github.com/NixOS/mobile-nixos/pull/320
shibboleth has quit [Quit: shibboleth]
malook has quit [Quit: malook]
vidbina has quit [Ping timeout: 240 seconds]
idkrn[m]1 has joined #nixos
nf has quit [Ping timeout: 260 seconds]
nf__ has joined #nixos
nf__ is now known as nf
fuzzypixelz has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
redmp has joined #nixos
<drozdziak1> poetry2nix is giving me `couldn't find remote ref refs/heads/<commit hash>` where <commit hash> is a valid commit in that repo
<drozdziak1> My line for it in pyproject.toml looks like this: django-hstore = {git = "https://github.com/djangonauts/django-hstore.git", rev = "61427e474cb2f4be8fdfce225d78a5330bc77eb0"}
tboston has quit [Quit: Textual IRC Client: www.textualapp.com]
philr has joined #nixos
fuiltilt has joined #nixos
romildo has quit [Quit: Leaving]
afreak has joined #nixos
dansho has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #110507 → [staging] python310Packages: fix package set → https://github.com/NixOS/nixpkgs/pull/110507
mep1911 has joined #nixos
ahmed_elgabri has quit [Ping timeout: 240 seconds]
<{^_^}> [flake-registry] @jonringer closed pull request #7 → Update release version → https://github.com/NixOS/flake-registry/pull/7
<{^_^}> [nixpkgs] @jonringer closed pull request #107278 → [20.09] steamPackages.steam-runtime: 0.20200720.0 → 0.20201203.1 → https://github.com/NixOS/nixpkgs/pull/107278
fuzzypixelz has quit [Quit: Connection closed]
cyphase has quit [Read error: Connection reset by peer]
kenran has quit [Quit: leaving]
<sterni> rmcgibbo[m]: alternatively git fetch origin/nixos-20.09 && git rev-parse origin/nixos-20.09
<rmcgibbo[m]> ah okay "nixos-20.09" corresponds to the last hydra "release"?
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
mep1911 has quit [Quit: Connection closed]
x0rx has left #nixos ["WeeChat 3.0.1"]
mkaito has quit [Client Quit]
cyphase has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #114302 → varnishPackages.dynamic: fix build, use autoreconfHook269 → https://github.com/NixOS/nixpkgs/pull/114302
<sterni> rmcgibbo[m]: nixos-20.09 is the 20.09 channel exactly
<sterni> rmcgibbo[m]: the release-20.09 branch becomes nixos-20.09 as soon as there are no hydra build failures and all builds have promoted to the binary cache
<sterni> I guess that's why the jobset is called release
<rmcgibbo[m]> :+1: got it.
<rmcgibbo[m]> thanks.
meh` has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #114701 → python3Packages.asysocks: 0.1.0 -> 0.1.1 → https://github.com/NixOS/nixpkgs/pull/114701
tsrt^ has quit []
nrh^ has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #114663 → jbang: 0.66.0 -> 0.66.1 → https://github.com/NixOS/nixpkgs/pull/114663
orion has quit [Quit: ""]
ATuin has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @bobrik opened pull request #114702 → python3Packages.gssapi: 1.6.10 -> 1.6.12 → https://github.com/NixOS/nixpkgs/pull/114702
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
xlei has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #4588 → Clean up serialization for `BuildResult` → https://github.com/NixOS/nix/pull/4588
<{^_^}> [nixpkgs] @ryantm merged pull request #114614 → python37Packages.databricks-connect: 7.3.8 -> 7.3.9 → https://github.com/NixOS/nixpkgs/pull/114614
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai has joined #nixos
romildo has joined #nixos
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 245 seconds]
BaughnLogBot is now known as Baughn
ece3 has joined #nixos
attila_lendvai has quit [Ping timeout: 245 seconds]
Czen has quit [Remote host closed the connection]
ece has quit [Ping timeout: 240 seconds]
ece3 is now known as ece
attila_lendvai has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c3493714c79 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
orivej has joined #nixos
attila_lendvai_ has joined #nixos
<Ericson2314> unclechu: legacy != deprecated. I would like to deprecate those names for not matching the others, but it hasn't happened yet
cole-h has joined #nixos
attila_lendvai has quit [Ping timeout: 260 seconds]
attila_lendvai has joined #nixos
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai_ has quit [Ping timeout: 272 seconds]
__monty__ has quit [Quit: leaving]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c3493714c79 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<romildo> How to run nixpkgs-review locally and get suggestions, like the ones seen on nixpkgs repository pull requests? Is it possible? Is any command line option needed for that?
<hexa-> nixpkgs-review wip
<{^_^}> [nixpkgs] @Mic92 merged pull request #114455 → buildRustPackage: use checkType argument → https://github.com/NixOS/nixpkgs/pull/114455
<{^_^}> [nixpkgs] @fabaff opened pull request #114703 → python3Packages.httpx: 0.16.1 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/114703
<{^_^}> [nixpkgs] @cstrahan opened pull request #114704 → qemu: add support for JACK audio → https://github.com/NixOS/nixpkgs/pull/114704
<{^_^}> [nixpkgs] @applePrincess opened pull request #114705 → emacs.pkgs.elpa-packages: 2021-03-01 → https://github.com/NixOS/nixpkgs/pull/114705
<unclechu> Ericson2314: okay, thanks
fendor_ has quit [Read error: Connection reset by peer]
mep1911 has joined #nixos
<rmcgibbo[m]> (I should put a link to nixpkgs-hammering in the comment, the way it has a link to nixpkgs-review)
work_ has quit [Quit: Connection closed for inactivity]
Baughn has quit [Ping timeout: 264 seconds]
BaughnLogBot has joined #nixos
evils has joined #nixos
ece has quit [Read error: Connection reset by peer]
ece has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/870dbb751f4 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<veleiro> what's the easiest way to make a wrapper around a nix package, makeWrapper?
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
ece has quit [Read error: Connection reset by peer]
ece has joined #nixos
<mep1911> hi, i'm trying to get nvidia to work on my TUXEDO Polaris 17 - Gen1, AMD Ryzen 7 4800H | NVIDIA GeForce RTX 2060 —
<mep1911> nixos unstable channel, latest kernel packages (this was required for the AMD graphics configuration to work, but now trying nvidia) —
<mep1911> configured as per https://nixos.wiki/wiki/Nvidia , nvidiaBusId and amdgpuBusId should be correct —
<mep1911> in sync mode, i can bring up the xfce desktop (but not gnome, shows a white error screen), and glxgears doesn't work at all —
<mep1911> in offload mode, glxgears works, using the amd graphics, but with offloading to nvidia i get an error "Major opcode of failed request: 152 (GLX)
<mep1911>  [...]" —
<mep1911> on some other distros i've tried, nvidia works. —
<mep1911> not supported yet or am i missing something to configure?
<rmcgibbo[m]> veleiro: I think. It depends what you need to change in the wrapper though, right? e.g. if it's python and you're trying to make sure python packages get loaded correctly, wrapPython might be easier.
zebrag has quit [Read error: Connection reset by peer]
ece has quit [Read error: Connection reset by peer]
ece8 has joined #nixos
zebrag has joined #nixos
ece8 has quit [Read error: Connection reset by peer]
tami5[m] is now known as ta[m]
zebrag has quit [Client Quit]
ece has joined #nixos
<romildo> sterni, and how to trigger nixpkgs-hammering from nixpkgs-review?
zebrag has joined #nixos
<{^_^}> [nixpkgs] @purcell opened pull request #114706 → jackett: replace deprecated license name → https://github.com/NixOS/nixpkgs/pull/114706
<rmcgibbo[m]> romildo: they're not currently hooked up to do that -- it's just custom code that i run after running nixpkgs-review.
ahmedelgabri has quit [Remote host closed the connection]
Mateon2 has joined #nixos
BaughnLogBot has quit [Ping timeout: 264 seconds]
Mateon1 has quit [Ping timeout: 246 seconds]
Mateon2 is now known as Mateon1
BaughnLogBot has joined #nixos
moltkestr19 has joined #nixos
moltkestr19 has quit [Quit: WeeChat 3.0.1]