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
noudle has quit []
veleiro` has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ZerataX opened pull request #95225 → mangohud: init at 0.4.1 → https://git.io/JJyNi
pareidolia has quit [Ping timeout: 264 seconds]
ris has quit [Ping timeout: 256 seconds]
ambro718 has joined #nixos
pareidolia has joined #nixos
shibboleth has quit [Quit: shibboleth]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJyAu
sigmundv has quit [Ping timeout: 265 seconds]
stu_ has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #94999 → nixos/redmine: patch mercurial integration → https://git.io/JJ1Fi
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JJyxB
<stu_> Hey, I have a two monitor setup and I can't figure out how I can make the one monitor be left (or right) of the other one. How would I achieve that in my nix config?
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<infinisil> stu_: Simple imperative solution: Use arandr
markus1189 has joined #nixos
<DigitalKiwi> sounds like a workaround we want solutions
<infinisil> More involved declarative solution: Use the `services.xserver.xrandrHeads` option
<DigitalKiwi> oh well carry on
<DigitalKiwi> infinisil++
<{^_^}> infinisil's karma got increased to 330
<infinisil> And put e.g. `Option "LeftOf" "foo"` in the monitorConfig
<infinisil> :)
markus1199 has quit [Ping timeout: 264 seconds]
justanotheruser has joined #nixos
stu_ has quit [Ping timeout: 245 seconds]
h0m1 has quit [Ping timeout: 260 seconds]
ambro718 has quit [Ping timeout: 256 seconds]
h0m1 has joined #nixos
kraeXen has joined #nixos
kraeXen has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ZerataX opened pull request #95227 → vscode-extensions.b4dm4n.nixpkgs-fmt init at 0.0.1 → https://git.io/JJyhf
rajivr has joined #nixos
Jonathan76 has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #92618 → matterhorn: fix build → https://git.io/JJt6u
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJyhC
<{^_^}> [nixpkgs] @marsam opened pull request #95228 → syncthing: 1.7.1 -> 1.8.0 → https://git.io/JJyhW
<{^_^}> [nixpkgs] @taku0 opened pull request #95229 → flashplayer: 32.0.0.403 -> 32.0.0.414 → https://git.io/JJyhV
<Jonathan76> Is there an easy way to download a specific version of Wine?
griff_ has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/20904118004 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<jlv> Jonathan76: you can fetch a specific commit of nixpkgs, and use the Wine from it, but I'm not sure I'd call that easy.
Serus has joined #nixos
<{^_^}> [nixpkgs] @uosis opened pull request #95230 → ammonite: 2.0.4 -> 2.2.0 → https://git.io/JJyhP
<jlv> Jonathan76: like this overlay, but for `wine` instead: https://pastebin.com/inHaPVBm
alp has quit [Ping timeout: 272 seconds]
kraeXen has joined #nixos
jurlerci has joined #nixos
kraeXen has quit [Ping timeout: 256 seconds]
<jurlerci> howdy, bit of a weird thing happening ive never had happen before, whenever i reboot, my generation i just built doesnt seem to be saving? the config file is still as i had it, and the stuff in the nix store is still there (it doesnt redownload anything when I rebuild) but its not showing in the boot menu, and the passwd i set for a user isnt sticking
<kini> Jonathan76: for programs whose build instructions don't change very much from version to version, it might be sufficient to just do `foo.overrideAttrs (_: { version = ... ; src = ... ; })`, but I'm not sure if that will work for wine specifically
Jonathan76 has quit [Remote host closed the connection]
kraeXen has joined #nixos
kraeXen has quit [Client Quit]
<jurlerci> side note, but if anyone has a good program for reading pdfs in the terminal that' be great
kraeXen has joined #nixos
Jonathan91 has joined #nixos
zangi has quit [Ping timeout: 256 seconds]
<Jonathan91> Whoops, sorry. I appreciate a question and then restarted my computer to miss any response.
<{^_^}> [nixpkgs] @aanderse opened pull request #95231 → nixos/mysql: run postStart as an unprivileged user → https://git.io/JJyjW
Rurd2di has joined #nixos
<Jonathan91> I am trying to run an application which is failing with nixpkgs.wine and nixpkgs.with-staging.
<Jonathan91> How can I install a different version of Wine? Or change to place the nix-channel is?
wolfshappen has quit [Ping timeout: 256 seconds]
wolfshappen has joined #nixos
kraeXen has quit [Remote host closed the connection]
griff_ has quit [Quit: griff_]
<Jonathan91> Oh, thanks kini
kraeXen has joined #nixos
<mica[m]> So when I build lensfun, it builds with the lens correction profiles from the release version, but the profiles are quite old and out of date. They can be updated with a helper app that isn't currently symlinked into the system path, but that script writes data to /var/lib/lensfun-updates
<mica[m]> Not sure what to do
<mica[m]> I need up to date lens profiles, but currently there is no way to get them
rardiol has quit [Ping timeout: 256 seconds]
justanotheruser has quit [Ping timeout: 244 seconds]
Jonathan91 has quit [Remote host closed the connection]
zupo has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @jerith666 opened pull request #95233 → alpine: 2.21 -> 2.23 → https://git.io/JJSeL
o1lo01ol1o has joined #nixos
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/20904118004 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @nh2 opened pull request #95234 → musl: 1.1.24 -> 1.2.0 → https://git.io/JJSe1
pjt_tmp has joined #nixos
iyzsong has quit [Client Quit]
<{^_^}> [nixpkgs] @jtojnar closed pull request #95112 → exiv2: Patch cmake files to correctly locate libs → https://git.io/JJDVV
LnL has quit [Read error: Connection reset by peer]
LnL has joined #nixos
<kini> mica[m]: If you just use the helper app, do you encounter some problems? Maybe it's OK for the script to write data to /var/lib/lensfun-updates ?
<mica[m]> "kini" (https://matrix.to/#/@freenode_kini:matrix.org): I tried just copying the data to the location, but I think it only looks for data in the nix store, or that's my guess
<{^_^}> [nixpkgs] @tomberek opened pull request #95235 → go: 1_15beta1 -> 1_15 → https://git.io/JJSvq
<kini> The nix expression for lensfun looks pretty simple. It doesn't look like it's customizing the behavior of lensfun to look for correction profiles in some non-default place only, as far as I can tell.
<mica[m]> "kini" (https://matrix.to/#/@freenode_kini:matrix.org): yes it is quite simple... So it'd be OK to write data to /var/lib/lensfun?
user_0x58 has quit [Ping timeout: 260 seconds]
<kini> If you wanted to be cleaner about it you could modify the nix expression for lensfun to accept the updated correction profiles as an input, and bake it into the derivation. But otherwise I guess it would be fine to put the profiles in /var/lib/lensfun-updates if you wanted.
kraeXen has quit [Ping timeout: 244 seconds]
xd1le has quit [Ping timeout: 260 seconds]
<mica[m]> "kini" (https://matrix.to/#/@freenode_kini:matrix.org): the updates are unversioned... The flatpak runs the update script at build time
kraeXen has joined #nixos
kraeXen has quit [Quit: [ - ]]
kraeXen has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/d84d3632abb (from 18 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
pjt_tmp has quit [Ping timeout: 260 seconds]
pjt_tmp has joined #nixos
Supersonic112 has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #3921 → WIP: Trustless remote builder, simple version -- contains #3918 → https://git.io/JJSfH
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJSJW
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
growpotkin has joined #nixos
justache has quit [Quit: The Lounge - https://thelounge.chat]
justache has joined #nixos
ddellacosta has quit [Ping timeout: 264 seconds]
domogled has joined #nixos
gv has quit [Ping timeout: 246 seconds]
Pidgeotto has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
rardiol has joined #nixos
D_ has quit [Ping timeout: 260 seconds]
D_ has joined #nixos
jurlerci has quit [Quit: leaving]
<{^_^}> [nixpkgs] @MetaDark opened pull request #95237 → debugpy: 1.0.0b12 -> 1.0.0rc1 → https://git.io/JJSUt
o1lo01ol1o has joined #nixos
drakonis- has joined #nixos
gv has joined #nixos
endformationage has quit [Quit: WeeChat 2.7.1]
Rusty1 has quit [Quit: WeeChat 2.3]
o1lo01ol1o has quit [Ping timeout: 240 seconds]
kraeXen has quit [Ping timeout: 260 seconds]
drakonis- has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #95238 → coq-ext-lib: 0.11.1 → 0.11.2; QuickChick: 1.3.1 → 1.3.2, 1.4.0 → https://git.io/JJSTI
<elvishjerricco> Playing around with `runInLinuxVM`, I tried `runInLinuxVM hello`, and got `/nix/store/7azp14fh9dy5jfbhl5c2fk1gd1hkd7ja-patchelf-0.9/nix-support/setup-hook: line 7: /dev/fd/62: No such file or directory`
<elvishjerricco> I don't think that's supposed to happen?
alexherbo2 has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
<{^_^}> [nixpkgs] @DamienCassou opened pull request #95239 → notmuch: 0.30 -> 0.30.1c80020 → https://git.io/JJSTE
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
<DigitalKiwi> jtojnar: hulp
<DigitalKiwi> jtojnar: i did an oopsie
never_released has quit [Ping timeout: 256 seconds]
palo1 has joined #nixos
never_released_ has joined #nixos
palo has quit [Ping timeout: 265 seconds]
palo1 is now known as palo
<elvishjerricco> Can anyone else verify whether `runInLinuxVM hello` works for them?
orivej has joined #nixos
<DigitalKiwi> how do you do it?
<DigitalKiwi> command not found
justanotheruser has quit [Ping timeout: 272 seconds]
<elvishjerricco> DigitalKiwi: `nix-build -E 'with import <nixpkgs> {}; vmTools.runInLinuxVM hello'`
<DigitalKiwi> thanks
<elvishjerricco> DigitalKiwi: Basically it'll boot up a VM and run the hello builder directly in stage 2, i.e. without nix in the VM.
<samueldr> it's at least trying to build
<samueldr> (waiting on it to finish)
<elvishjerricco> It's supposed to be identical to building the derivation normally, except that being in a VM lets you do root stuff in the VM
<samueldr> right, so elvishjerricco I figure it's at the end that yours fail too, right?
<elvishjerricco> samueldr: Right, in the patch phase
<elvishjerricco> er
<samueldr> fixup?
user_0x58 has joined #nixos
<elvishjerricco> fixup phase
<samueldr> that's on whatever 20.03~ish commit I'm on
<elvishjerricco> Yea it happens on 20.03 and on current nixos-unstable
<DigitalKiwi> same error
<DigitalKiwi> am on nixpkgs master
<elvishjerricco> So runInLinuxVM is just broken for derivations that use stdenv normally :/
<elvishjerricco> It works for runCommand derivations
DigitalKiwi has quit [Quit: quite.]
jb55 has quit [Quit: jb55]
<elvishjerricco> `buildInDebian` worked, strangely
DigitalKiwi has joined #nixos
wolfshappen has quit [Ping timeout: 264 seconds]
wolfshappen has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
spudly- has joined #nixos
MrCoffee has quit [Quit: Lost terminal]
wolfshappen has quit [Ping timeout: 246 seconds]
spudly has quit [Ping timeout: 240 seconds]
spudly- is now known as spudly
wolfshappen has joined #nixos
aleph- has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos
lewo` has joined #nixos
aleph- has joined #nixos
alexherbo2 has quit [Ping timeout: 256 seconds]
lewo has quit [Ping timeout: 240 seconds]
wolfshappen has quit [Ping timeout: 256 seconds]
wolfshappen has joined #nixos
domogled has quit [Ping timeout: 264 seconds]
cole-h has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95218 → fpp: bugfix → https://git.io/JJy7c
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJSL0
mjrosenb has quit [Quit: leaving]
karantan has joined #nixos
mjrosenb has joined #nixos
lsix has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @lsix opened pull request #95240 → darktable: 3.0.2 -> 3.2.1 → https://git.io/JJSqG
o1lo01ol1o has quit [Ping timeout: 265 seconds]
<bqv> I have a gentoo install from a year ago
<bqv> Haven't used it once
<bqv> Perhaps I should kill it
<DigitalKiwi> upgrade it first maybe you'll like it
<DigitalKiwi> how long can that take
pjt_tmp has quit [Ping timeout: 240 seconds]
<bqv> God. It being this old? Maybe 2 days
<bqv> Nah imma nuke it. No chance it's useful
noderunner[m] has joined #nixos
<mjrosenb> my server's gentoo install is like 12 years old now
<colemickens> If I were packaging two things, "data" and some "tools" (or "bin" or "out", maybe?) would you want to see two derivations or just two outputs from one package?
<colemickens> The latter seems a bit unwieldy but maybe more appropriate?
* DigitalKiwi wonders if kicad does something like what you're asking
<DigitalKiwi> 06:59:39 [kiwi@mvp-nixos ~]$ ls /nix/store/1svzmdr4c6xqr3q9yy607c5awkgapzgr-kicad-packages3d-2020-07-21/
<DigitalKiwi> share
<DigitalKiwi> 07:00:34 [kiwi@mvp-nixos ~]$ ls /nix/store/fyjwgzqzym6xwar7bqls6afqsgwps63d-kicad-unstable-2020-07-21
<DigitalKiwi> bin
<kini> I have a gentoo install from 2012 which I haven't upgraded since 2015. In fact I'm connecting to IRC from it lol (somehow)
jakob_rs has joined #nixos
<DigitalKiwi> i used to have a picture of an arch install that when i booted it was like fsck hasn't been done in 1300(or maybe 1700) days
<DigitalKiwi> i updated it
* DigitalKiwi likes a challenge
<iqubic> You mean image, right?
<jakob_rs> If I discover that a certain PR (from August) breaks sound on my system, should I
<DigitalKiwi> nah i painted it
<jakob_rs> comment on the PR or create a new issue
<colemickens> both
<DigitalKiwi> but i think i mean photo?
<colemickens> cross link them if possible so people following in your steps will find the issue, etc jakob_rs
<DigitalKiwi> i took a picture with my camera parses fine to me
<jakob_rs> okay I'll do that
<colemickens> but have a new issue so we can un-regress it.
<jakob_rs> I'll just have to make sure this is actually the relevant commit, since it occurs inside a range of 50 or so commits that didn't build
sangoma has joined #nixos
sangoma has quit [Client Quit]
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
sangoma has joined #nixos
aw has joined #nixos
spacefrogg has joined #nixos
jakob_rs has quit [Quit: WeeChat 2.7.1]
mallox has joined #nixos
alp has joined #nixos
wolfshappen has quit [Ping timeout: 265 seconds]
fendor has joined #nixos
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95241 → cpp-utilities: 5.5.0 -> 5.6.0 → https://git.io/JJSmy
malook has joined #nixos
cfricke has joined #nixos
graf_blutwurst has joined #nixos
graf_blutwurst has quit [Remote host closed the connection]
graf_blutwurst has joined #nixos
<graf_blutwurst> Good morning. I was wondering if someone had a good ressource on how different types of derivations set up the resulting PATH variable? I'm currently moving our projects to be enabled for nix, lorri and direnv and would like to have a bunch of scripts available on the PATH variable when in those project.
Dagger has quit [Excess Flood]
noderunner[m]1 has joined #nixos
Dagger2 has joined #nixos
graf_blutwurst has quit [Remote host closed the connection]
graf_blutwurst has joined #nixos
jurlerci has joined #nixos
<NobbZ[m]> Everything you have in a derivations `$out/bin` *and* is executable, will be in the `PATH` of the entered shell.
<jurlerci> hello, my nixos builds arent saving, and each time I turn my computre back on i have to log in as root in order to rerun nixos build to create my user and install the programs
<jurlerci> its like it just stopped working after the initial install that got me to where i am now?
stephaneyfx has quit [Quit: Leaving]
<NobbZ[m]> jurlerci what command do you use to build your system?
<jurlerci> nixos-rebuild switch
<jurlerci> no matter how many times i change and rebuild, when i reboot it still only shows 5 generations to boot into
<jurlerci> the same 5, not that its limited to the latest 5 or something*
kreyren has quit [Remote host closed the connection]
cr4y1 has joined #nixos
kreyren has joined #nixos
kreyren has quit [Remote host closed the connection]
<NobbZ[m]> That sounds weird. Have you tried to reinstall your boot manager or have you changed the Bootmanager in your config without writing it?
<jurlerci> yeah im really stumped with whats happening
<jurlerci> ive got it set to systemd-boot which is the same as it was last time i had nixos on this laptop
<jurlerci> i dont get any errors when building or anything
jakob_rs has joined #nixos
cole-h has quit [Quit: Goodbye]
<jakob_rs> So I'm now basically lost on this audio issue
<{^_^}> [nixpkgs] @danieldk opened pull request #95242 → python3: fix impure /bin/sh call in subprocess → https://git.io/JJSOO
<jakob_rs> It *only* occurs on 5.6+ (haven't tested 5.5), and *only* on nixos-unstable
<jakob_rs> #86168 seems relevant, but it's been backported
<{^_^}> https://github.com/NixOS/nixpkgs/pull/86168 (by lblasc, 15 weeks ago, merged): Sound Open Firmware support, sof-firmware: init at 1.4.2, update kernel config
<jakob_rs> So if it is the right commit, it's possibly caused by a combination of a Linux update, this PR *and* something else
<jurlerci> if i want to change, declaritively, the channel nixos gets its packages from do I do that through system.stateVersion?
<NobbZ[m]> jurlerci no. In the config.nix you can do it through `nix.nixpkgs` iirc.
jakob_rs has quit [Quit: WeeChat 2.7.1]
albert[m]1 has joined #nixos
<NobbZ[m]> Though it will only affect what is used in the config, not what is visible outside.
<jurlerci> so if i want pkgs in configuration.nix to refer to the unstable channel i can do that through nix.nixpkgs?
<NobbZ[m]> And also it will not affect `<>` syntax
<NobbZ[m]> Yes, if I recall things correctly
griff_ has joined #nixos
zal has joined #nixos
<jurlerci> hmmm
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jurlerci> im afraid to reboot :(
Athas has quit [Quit: ZNC - http://znc.sourceforge.net]
zalaare has quit [Ping timeout: 265 seconds]
<makefu> there is no need to be afraid, you can always rollback :)
gthm has joined #nixos
<graf_blutwurst> NobbZ[m]: Thanks! and how does the $out/bin works for mkShell?
<{^_^}> [nixpkgs] @adisbladis merged pull request #95239 → notmuch: 0.30 -> 0.30.1c80020 → https://git.io/JJSTE
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JJS3O
<jurlerci> makefu: it rolling back is what im afraid of aha
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
itshaydendev has joined #nixos
<makefu> :D
<jurlerci> i cant find documentation on declaritively saying what channel to follow in configuration.nix :(
karantan has joined #nixos
karantan has quit [Ping timeout: 256 seconds]
<Mic92> jurlerci: this does not work yet with configuration.nix
<Mic92> this is what nix flakes fixes
<jurlerci> ah i see, gotcha
<jurlerci> question, is there a way to automatically run home-manager? i want declaritive home files, but i dont like having to set up the nixos configuration, run it to get home-manager, then log in as the user to run home-manager to build their environment
thc202 has joined #nixos
<Mic92> jurlerci: if you use something like krops, they also provide you means of managing a NIX_PATH declarativly
<Mic92> jurlerci: maybe a pam module or /etc/profile.d?
<jurlerci> sorry for all the questions im just trying to figure out my workflow
<makefu> Mic92: well, you could set the NIX_PATH declaratively, no? this however only applies to the `next` rebuild which is not super cool
<Mic92> makefu: yes. but this is not in configuration.nix itself
<Mic92> which was the question of jurlerci
<Mic92> see what you mean now.
<Mic92> Well. This is quite hacky
<makefu> there is also nix.nixPath
<jurlerci> maybe ill give home-manager another go
<Mic92> I use nix.nixPath to set the legacy NIX_PATH when using flakes: https://github.com/Mic92/dotfiles/blob/master/nixos/configurations.nix#L14
<makefu> but yeah, with flakes everything eventually gets solved. lets see what new class of issues we get then :)
<Mic92> makefu: new class of issues is, if you want to quickly use nixpkgs from a git checkout
<Mic92> It requires quite a bit of copying. I added --impure flag to nixos-rebuild
<{^_^}> [nixpkgs] @danieldk merged pull request #95240 → darktable: 3.0.2 -> 3.2.1 → https://git.io/JJSqG
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJSs8
<jurlerci> whats the best documentation on all the home-manager options?
<Mic92> the home-manager manual and the README
<makefu> man home-configuration.nix
<makefu> exactly
<jurlerci> thank you :) ill stop bothering you all now haha
<makefu> for all questions related to home-manager there is also #home-manager on freenode :)
sbetrium has joined #nixos
mallox has quit [Quit: WeeChat 2.9]
griff_ has quit [Quit: griff_]
b42 has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
titano has quit [Read error: Connection reset by peer]
titano has joined #nixos
orivej has joined #nixos
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
user_0x58 has quit [Ping timeout: 260 seconds]
alp has quit [Ping timeout: 244 seconds]
gv has quit [Ping timeout: 246 seconds]
sbetrium has quit [Quit: sbetrium]
AlesHuzik[m]1 has quit [Quit: Idle for 30+ days]
sbetrium has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @taku0 closed pull request #95229 → flashplayer: 32.0.0.403 -> 32.0.0.414 → https://git.io/JJyhV
domenkozar[m] has quit [Quit: killed]
wak-work has quit [Quit: killed]
davidak[m] has quit [Quit: killed]
dtz has quit [Quit: killed]
dngray has quit [Quit: killed]
yutyo[m] has quit [Quit: killed]
MilkManzJourDadd has quit [Quit: killed]
nilsirl[m] has quit [Quit: killed]
emily has quit [Quit: killed]
nh2[m] has quit [Quit: killed]
Superleaf1995 has quit [Quit: killed]
bbigras has quit [Quit: killed]
Ericson2314 has quit [Quit: killed]
theduke has quit [Quit: killed]
raju[m] has quit [Quit: killed]
maralorn has quit [Quit: killed]
fgaz has quit [Quit: killed]
Ox4A6F has quit [Quit: killed]
NobbZ[m] has quit [Quit: killed]
Yakulu[m] has quit [Quit: killed]
hiroshi[m] has quit [Quit: killed]
aloiscochard[m] has quit [Quit: killed]
aanderse has quit [Quit: killed]
slavfox has quit [Quit: killed]
yangm has quit [Quit: killed]
vaibhavsagar has quit [Quit: killed]
danielrf[m] has quit [Quit: killed]
philipp[m] has quit [Quit: killed]
colemickens has quit [Quit: killed]
Valodim[m] has quit [Quit: killed]
hsiktas[m] has quit [Quit: killed]
mcaju has quit [Quit: killed]
thefloweringash has quit [Quit: killed]
cyberwolf[m] has quit [Quit: killed]
DamienCassou has quit [Quit: killed]
yurb has quit [Quit: killed]
pjhenning[m] has quit [Quit: killed]
grin[m] has quit [Quit: killed]
ilya-fedin has quit [Quit: killed]
ongy[m] has quit [Quit: killed]
Notkea[m] has quit [Quit: killed]
bohan[m] has quit [Quit: killed]
felixfoertsch has quit [Quit: killed]
pinion[m] has quit [Quit: killed]
axx has quit [Quit: killed]
GuillaumeChrel[m has quit [Quit: killed]
dxu[m] has quit [Quit: killed]
zrsk[m] has quit [Quit: killed]
qbit[m] has quit [Quit: killed]
arcnmx has quit [Quit: killed]
michaelpj has quit [Quit: killed]
xavierm02 has quit [Quit: killed]
rednaZ[m] has quit [Quit: killed]
sasyctu[m] has quit [Quit: killed]
Minijackson[m] has quit [Quit: killed]
leons has quit [Quit: killed]
mindtree[m] has quit [Quit: killed]
bqy has quit [Quit: killed]
blindidiotgod has quit [Quit: killed]
kriteus119[m] has quit [Quit: killed]
acidpointer[m] has quit [Quit: killed]
tbenst[m] has quit [Quit: killed]
blahaj[m] has quit [Quit: killed]
phirsch has quit [Quit: killed]
j4ng5y[m] has quit [Quit: killed]
j0hax[m] has quit [Quit: killed]
comrandroxaos[m] has quit [Quit: killed]
AberDerBart[m] has quit [Quit: killed]
oopisthedevil[m] has quit [Quit: killed]
bpye has quit [Quit: killed]
matthewbauer has quit [Quit: killed]
hienergy[m] has quit [Quit: killed]
das-g[m] has quit [Quit: killed]
worldofpeace has quit [Quit: killed]
sebass[m] has quit [Quit: killed]
drozdziak1 has quit [Quit: killed]
gretax[m] has quit [Quit: killed]
srid has quit [Quit: killed]
wedens[m] has quit [Quit: killed]
codyopel has quit [Quit: killed]
chvp has quit [Quit: killed]
hazel[m] has quit [Quit: killed]
test300[m] has quit [Quit: killed]
gsals[m] has quit [Quit: killed]
alexherbo2[m] has quit [Quit: killed]
M0-[m] has quit [Quit: killed]
SpaghettiCthulhu has quit [Quit: killed]
mica[m] has quit [Quit: killed]
cjbassi[m] has quit [Quit: killed]
M|[m]1 has quit [Quit: killed]
sauyon[m] has quit [Quit: killed]
Lars[m]3 has quit [Quit: killed]
shider[m] has quit [Quit: killed]
joey_tribbiianii has quit [Quit: killed]
felschr[m] has quit [Quit: killed]
mattock[m] has quit [Quit: killed]
davegallant[m] has quit [Quit: killed]
ryantm has quit [Quit: killed]
manu12[m] has quit [Quit: killed]
Dandellion has quit [Quit: killed]
balsoft has quit [Quit: killed]
sparogy has quit [Quit: killed]
Geezus42[m] has quit [Quit: killed]
chreekat[m] has quit [Quit: killed]
kaychaks_riot has quit [Quit: killed]
aterius has quit [Quit: killed]
ma27[m] has quit [Quit: killed]
rycee has quit [Quit: killed]
ndarilek has quit [Quit: killed]
JJJollyjim has quit [Quit: killed]
srxl has quit [Quit: killed]
georg[m] has quit [Quit: killed]
Ke has quit [Quit: killed]
rschulman has quit [Quit: killed]
jtojnar has quit [Quit: killed]
siraben has quit [Quit: killed]
slby[m] has quit [Quit: killed]
nocturnalbeast[m has quit [Quit: killed]
scratch171[m] has quit [Quit: killed]
fszdg[m] has quit [Quit: killed]
dihydrogenmonoxi has quit [Quit: killed]
srgancap[m] has quit [Quit: killed]
chrismatheson has quit [Quit: killed]
daddy_james[m] has quit [Quit: killed]
pachumicchu has quit [Quit: killed]
betrion[m] has quit [Quit: killed]
alaskacanyon[m] has quit [Quit: killed]
timclassic has quit [Quit: killed]
haslersn has quit [Quit: killed]
l_inus[m] has quit [Quit: killed]
ZerataX has quit [Quit: killed]
azazel has quit [Quit: killed]
stites[m] has quit [Quit: killed]
hydridity[m] has quit [Quit: killed]
onny[m] has quit [Quit: killed]
peterlau[m] has quit [Quit: killed]
lily[m] has quit [Quit: killed]
truby has quit [Quit: killed]
kekw736[m] has quit [Quit: killed]
truh[m] has quit [Quit: killed]
tlater[m] has quit [Quit: killed]
spazzpp2[m] has quit [Quit: killed]
atemu12[m] has quit [Quit: killed]
joghuru[m] has quit [Quit: killed]
toto[m] has quit [Quit: killed]
init_6 has quit [Quit: killed]
regivanx[m] has quit [Quit: killed]
feffe[m] has quit [Quit: killed]
greghab[m] has quit [Quit: killed]
anonymouserobot[ has quit [Quit: killed]
jehova[m] has quit [Quit: killed]
BjrnForsman[m] has quit [Quit: killed]
zerocostabstrac4 has quit [Quit: killed]
dbg[m] has quit [Quit: killed]
xeaal[m] has quit [Quit: killed]
ks2048[m] has quit [Quit: killed]
HumanJohn[m] has quit [Quit: killed]
eadwu[m] has quit [Quit: killed]
noderunner[m] has quit [Quit: killed]
mathyouguy has quit [Quit: killed]
TheSirC[m] has quit [Quit: killed]
noneucat has quit [Quit: killed]
antpic01[m] has quit [Quit: killed]
ChrisOboe[m] has quit [Quit: killed]
chefkoch[m] has quit [Quit: killed]
rigola[m] has quit [Quit: killed]
quidome[m] has quit [Quit: killed]
neonfuz2 has quit [Quit: killed]
Addison[m] has quit [Quit: killed]
jangsentry10032[ has quit [Quit: killed]
porphyrogenetos has quit [Quit: killed]
id[m] has quit [Quit: killed]
aflatter[m] has quit [Quit: killed]
jojosch|Johannes has quit [Quit: killed]
sghir_med[m] has quit [Quit: killed]
philipp[m]1 has quit [Quit: killed]
syntaxtree[m] has quit [Quit: killed]
inquisitiv3 has quit [Quit: killed]
octowan[m] has quit [Quit: killed]
crazazy[m] has quit [Quit: killed]
clandest[m] has quit [Quit: killed]
enderdays[m] has quit [Quit: killed]
lorencio[m] has quit [Quit: killed]
fatjedi[m] has quit [Quit: killed]
puzzlewolf has quit [Quit: killed]
jschievink has quit [Quit: killed]
epitron[m] has quit [Quit: killed]
koschitzky[m] has quit [Quit: killed]
allsyed[m] has quit [Quit: killed]
utdemir[m] has quit [Quit: killed]
nikola[m] has quit [Quit: killed]
wlan42[m] has quit [Quit: killed]
norbert[m]1 has quit [Quit: killed]
kraem[m] has quit [Quit: killed]
sreybastien[m] has quit [Quit: killed]
unclechu has quit [Quit: killed]
alj[m] has quit [Quit: killed]
scatteredray[m] has quit [Quit: killed]
Leira[m] has quit [Quit: killed]
alienpirate5 has quit [Quit: killed]
pitchzer0 has quit [Quit: killed]
hpfr has quit [Quit: killed]
GerdFlaig[m] has quit [Quit: killed]
ashandme[m] has quit [Quit: killed]
padok[m]2 has quit [Quit: killed]
brianh[m] has quit [Quit: killed]
aniketd[m] has quit [Quit: killed]
kaiha[m] has quit [Quit: killed]
eddyb has quit [Quit: killed]
lihram has quit [Quit: killed]
david-sawatzke[m has quit [Quit: killed]
rnhmjoj has quit [Quit: killed]
alexarice[m] has quit [Quit: killed]
timokau[m] has quit [Quit: killed]
alexfmpe has quit [Quit: killed]
sjn[m] has quit [Quit: killed]
tskc[m]1 has quit [Quit: killed]
l-as has quit [Quit: killed]
ngerstle[m] has quit [Quit: killed]
focalluna[m] has quit [Quit: killed]
gh0st[m] has quit [Quit: killed]
Eli[m]2 has quit [Quit: killed]
hsngrmpf[m] has quit [Quit: killed]
piotrszegda[m] has quit [Quit: killed]
cab404[m] has quit [Quit: killed]
sneknek[m] has quit [Quit: killed]
l33[m] has quit [Quit: killed]
nicolas[m]1 has quit [Quit: killed]
sirreal[m] has quit [Quit: killed]
tyrion-mx has quit [Quit: killed]
yochai[m] has quit [Quit: killed]
Philipp[m]2 has quit [Quit: killed]
hmpffff[m] has quit [Quit: killed]
nrdxp[m] has quit [Quit: killed]
boogiewoogie[m] has quit [Quit: killed]
j0hax[m]1 has quit [Quit: killed]
tristan[m] has quit [Quit: killed]
adray has quit [Quit: killed]
omasanori[m] has quit [Quit: killed]
Akshay[m] has quit [Quit: killed]
pjt_014[m] has quit [Quit: killed]
julien[m] has quit [Quit: killed]
hr[m] has quit [Quit: killed]
idontgetoutmuch[ has quit [Quit: killed]
marcuslee[m] has quit [Quit: killed]
Poscat[m] has quit [Quit: killed]
cmcaine[m] has quit [Quit: killed]
Houtworm[m] has quit [Quit: killed]
bendlas has quit [Quit: killed]
Aljosha[m] has quit [Quit: killed]
AmitLevy[m] has quit [Quit: killed]
TimePath has quit [Quit: killed]
wangoe[m] has quit [Quit: killed]
Xamino[m] has quit [Quit: killed]
badmutex[m] has quit [Quit: killed]
slabity has quit [Quit: killed]
jgart[m] has quit [Quit: killed]
lwbcdt[m] has quit [Quit: killed]
Niobium[m] has quit [Quit: killed]
tolja[m] has quit [Quit: killed]
mt[m] has quit [Quit: killed]
musicmatze has quit [Quit: killed]
sshow[m] has quit [Quit: killed]
chr0ma[m] has quit [Quit: killed]
derrecklowe[m] has quit [Quit: killed]
jabarszcz[m] has quit [Quit: killed]
symphorien[m] has quit [Quit: killed]
elorm[m] has quit [Quit: killed]
dominicusin[m] has quit [Quit: killed]
cdknight[m] has quit [Quit: killed]
ptotter[m] has quit [Quit: killed]
regnat has quit [Quit: killed]
mukayu[m] has quit [Quit: killed]
SourOatMilk[m] has quit [Quit: killed]
noderunner[m]1 has quit [Quit: killed]
trepetti[m] has quit [Quit: killed]
martha[m] has quit [Quit: killed]
Strubbl[m] has quit [Quit: killed]
bachp has quit [Quit: killed]
jneplokh has quit [Quit: killed]
bennofs[m] has quit [Quit: killed]
betty[m] has quit [Quit: killed]
yusdacra[m] has quit [Quit: killed]
albert[m]1 has quit [Quit: killed]
hanckmann[m] has quit [Quit: killed]
cutuchiqueno[m] has quit [Quit: killed]
aquarial has quit [Quit: killed]
joschi has quit [Quit: killed]
gildedlink[m] has quit [Quit: killed]
ice7[m] has quit [Quit: killed]
tinamus[m] has quit [Quit: killed]
dxb[m] has quit [Quit: killed]
shu9[m] has quit [Quit: killed]
printfn[m] has quit [Quit: killed]
Soarin[m] has quit [Quit: killed]
khassanov[m] has quit [Quit: killed]
jlv has quit [Quit: killed]
Jan-HenrikBruhn[ has quit [Quit: killed]
CRTified[m] has quit [Quit: killed]
Rian[m] has quit [Quit: killed]
faya01[m] has quit [Quit: killed]
ggpeti[m] has quit [Quit: killed]
MaJoe[m] has quit [Quit: killed]
zoickx[m] has quit [Quit: killed]
Jake[m] has quit [Quit: killed]
guelosk[m] has quit [Quit: killed]
Smith[m]1 has quit [Quit: killed]
hans[m]1 has quit [Quit: killed]
ArtemVorotnikov[ has quit [Quit: killed]
flip[m] has quit [Quit: killed]
travelion[m] has quit [Quit: killed]
d8d910[m] has quit [Quit: killed]
johnazoidberg[m] has quit [Quit: killed]
lina[m] has quit [Quit: killed]
lopsided98 has quit [Ping timeout: 260 seconds]
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @afreakk opened pull request #95244 → tmuxPlugins.fingers: fix rtpFilePath → https://git.io/JJSCW
lopsided98 has joined #nixos
yurb has joined #nixos
Dagger2 has quit [Excess Flood]
Dagger has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to glibc232: https://git.io/JJSWK
gv has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95245 → fluent-bit: 1.5.2 -> 1.5.3 → https://git.io/JJSls
<jurlerci> does anyone here use cwm?
knupfer has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
betty[m] has joined #nixos
Ox4A6F has joined #nixos
omasanori[m] has joined #nixos
bachp has joined #nixos
bqy has joined #nixos
jschievink has joined #nixos
unclechu has joined #nixos
hpfr has joined #nixos
aloiscochard[m] has joined #nixos
gretax[m] has joined #nixos
Gleaken[m] has joined #nixos
ryantm has joined #nixos
l-as has joined #nixos
sjn[m] has joined #nixos
zerocostabstrac4 has joined #nixos
hiroshi[m] has joined #nixos
chvp has joined #nixos
qbit[m] has joined #nixos
alexherbo2[m] has joined #nixos
worldofpeace has joined #nixos
codyopel has joined #nixos
chreekat[m] has joined #nixos
nikola[m] has joined #nixos
emily has joined #nixos
timclassic has joined #nixos
danielrf[m] has joined #nixos
gsals[m] has joined #nixos
musicmatze has joined #nixos
toto[m] has joined #nixos
elorm[m] has joined #nixos
blindidiotgod has joined #nixos
NobbZ[m] has joined #nixos
eadwu[m] has joined #nixos
wlan42[m] has joined #nixos
Ericson2314 has joined #nixos
srid has joined #nixos
mindtree[m] has joined #nixos
Notkea[m] has joined #nixos
TheSirC[m] has joined #nixos
srgancap[m] has joined #nixos
norbert[m] has joined #nixos
srxl has joined #nixos
allsyed[m] has joined #nixos
MilkManzJourDadd has joined #nixos
chefkoch[m] has joined #nixos
kaychaks_riot has joined #nixos
mcaju has joined #nixos
ndarilek has joined #nixos
jgart[m] has joined #nixos
mattock[m] has joined #nixos
das-g[m] has joined #nixos
alexarice[m] has joined #nixos
sebass[m] has joined #nixos
rednaZ[m] has joined #nixos
grahamc[m] has joined #nixos
puzzlewolf has joined #nixos
GuillaumeChrel[m has joined #nixos
sshow[m] has joined #nixos
watzon has joined #nixos
xavierm02 has joined #nixos
M0-[m] has joined #nixos
rschulman has joined #nixos
atemu12[m] has joined #nixos
aanderse has joined #nixos
lorencio[m] has joined #nixos
l_inus[m] has joined #nixos
slabity has joined #nixos
johnazoidberg[m] has joined #nixos
felixfoertsch has joined #nixos
slby[m] has joined #nixos
noderunner_[m] has joined #nixos
scatteredray[m] has joined #nixos
syntaxtree[m] has joined #nixos
BjrnForsman[m] has joined #nixos
yochai[m] has joined #nixos
manu12[m] has joined #nixos
georg[m] has joined #nixos
bbigras has joined #nixos
Rian[m] has joined #nixos
tbenst[m] has joined #nixos
fszdg[m] has joined #nixos
tolja[m] has joined #nixos
slavfox has joined #nixos
theduke has joined #nixos
gnxlxnxx[m] has joined #nixos
ChrisOboe[m] has joined #nixos
octowan[m] has joined #nixos
dngray has joined #nixos
jabarszcz[m] has joined #nixos
spazzpp2[m] has joined #nixos
Ke has joined #nixos
lina[m] has joined #nixos
sparogy has joined #nixos
azazel has joined #nixos
domenkozar[m] has joined #nixos
neonfuz2 has joined #nixos
SpaghettiCthulhu has joined #nixos
test300[m] has joined #nixos
zoickx[m] has joined #nixos
sasyctu[m] has joined #nixos
michaelpj has joined #nixos
Aljosha[m] has joined #nixos
sghir_med[m] has joined #nixos
phirsch has joined #nixos
Xamino[m] has joined #nixos
rycee has joined #nixos
Houtworm[m] has joined #nixos
raju[m] has joined #nixos
axx has joined #nixos
haslersn has joined #nixos
cyberwolf[m] has joined #nixos
lily[m] has joined #nixos
maralorn has joined #nixos
aquarial has joined #nixos
Smith[m]1 has joined #nixos
jneplokh has joined #nixos
davidak[m] has joined #nixos
Eli[m]1 has joined #nixos
Soarin[m] has joined #nixos
pachumicchu has joined #nixos
nrdxp[m] has joined #nixos
travelion[m] has joined #nixos
SourOatMilk[m] has joined #nixos
printfn[m] has joined #nixos
kriteus119[m] has joined #nixos
alexfmpe has joined #nixos
tristan[m] has joined #nixos
alaskacanyon[m] has joined #nixos
dbg[m] has joined #nixos
Jake[m] has joined #nixos
hr[m] has joined #nixos
aflatter[m] has joined #nixos
mt[m] has joined #nixos
M__[m] has joined #nixos
edrex has joined #nixos
peterlau[m] has joined #nixos
philipp[m] has joined #nixos
greghab[m] has joined #nixos
joschi has joined #nixos
truh[m] has joined #nixos
derrecklowe[m] has joined #nixos
Lars[m]3 has joined #nixos
hazel[m] has joined #nixos
guelosk[m] has joined #nixos
kekw736[m] has joined #nixos
lihram has joined #nixos
betrion[m] has joined #nixos
Dandellion has joined #nixos
Superleaf1995 has joined #nixos
koschitzky[m] has joined #nixos
boogiewoogie[m] has joined #nixos
wangoe[m] has joined #nixos
tinamus[m] has joined #nixos
sirreal[m] has joined #nixos
yusdacra[m] has joined #nixos
bendlas has joined #nixos
DamienCassou has joined #nixos
drozdziak1 has joined #nixos
leons has joined #nixos
ArtemVorotnikov[ has joined #nixos
hans[m]5 has joined #nixos
fatjedi[m] has joined #nixos
badmutex[m] has joined #nixos
hsiktas[m] has joined #nixos
chrismatheson has joined #nixos
davegallant[m] has joined #nixos
sauyon[m] has joined #nixos
siraben has joined #nixos
j4ng5y[m] has joined #nixos
colemickens has joined #nixos
dominicusin[m] has joined #nixos
joghuru[m] has joined #nixos
grin[m] has joined #nixos
joey_tribbiianii has joined #nixos
albert[m]1 has joined #nixos
kuramashinobi13[ has joined #nixos
brianh[m] has joined #nixos
wedens[m] has joined #nixos
HumanJohn[m] has joined #nixos
tskc[m]1 has joined #nixos
sayanarijit[m] has joined #nixos
nh2[m] has joined #nixos
AberDerBart[m] has joined #nixos
Akshay[m] has joined #nixos
aterius has joined #nixos
bohan[m] has joined #nixos
anonymouserobot[ has joined #nixos
sputny[m] has joined #nixos
noneucat has joined #nixos
antpic01[m] has joined #nixos
Jan-HenrikBruhn[ has joined #nixos
comrandroxaos[m] has joined #nixos
tlater[m] has joined #nixos
stites[m] has joined #nixos
JJJollyjim has joined #nixos
jehova[m] has joined #nixos
balsoft has joined #nixos
rnhmjoj has joined #nixos
yangm has joined #nixos
jangsentry10032[ has joined #nixos
pitchzer0 has joined #nixos
ma27[m] has joined #nixos
CRTified[m] has joined #nixos
ggpeti[m] has joined #nixos
Minijackson[m] has joined #nixos
bennofs[m] has joined #nixos
ptotter[m] has joined #nixos
jtojnar has joined #nixos
ongy[m] has joined #nixos
timokau[m] has joined #nixos
dtz has joined #nixos
blahaj[m] has joined #nixos
oopisthedevil[m] has joined #nixos
gh0st[m] has joined #nixos
dxb[m] has joined #nixos
enderdays[m] has joined #nixos
cdknight[m] has joined #nixos
hydridity[m] has joined #nixos
mica[m] has joined #nixos
cjbassi[m] has joined #nixos
ZerataX has joined #nixos
thefloweringash has joined #nixos
ilya-fedin has joined #nixos
vaibhavsagar has joined #nixos
trewqasad1[m] has joined #nixos
porphyrogenetos has joined #nixos
epitron[m] has joined #nixos
MaJoe[m] has joined #nixos
pjt_014[m] has joined #nixos
sneknek[m] has joined #nixos
Strubbl[m] has joined #nixos
quidome[m] has joined #nixos
id[m] has joined #nixos
noderunner[m] has joined #nixos
philipp[m]1 has joined #nixos
TimePath has joined #nixos
Geezus42[m] has joined #nixos
nilsirl[m] has joined #nixos
trepetti[m] has joined #nixos
Niobium[m] has joined #nixos
arcnmx has joined #nixos
wak-work has joined #nixos
Valodim[m] has joined #nixos
cab404[m] has joined #nixos
j0hax[m] has joined #nixos
Yakulu[m] has joined #nixos
fgaz has joined #nixos
utdemir[m] has joined #nixos
Leira[m] has joined #nixos
yutyo[m] has joined #nixos
dihydrogenmonoxi has joined #nixos
david-sawatzke[m has joined #nixos
Louis[m]2 has joined #nixos
Philipp[m]2 has joined #nixos
zrsk[m] has joined #nixos
martha[m] has joined #nixos
crazazy[m] has joined #nixos
eddyb has joined #nixos
Poscat[m] has joined #nixos
khassanov[m] has joined #nixos
felschr[m] has joined #nixos
regnat has joined #nixos
acidpointer[m] has joined #nixos
symphorien[m] has joined #nixos
d8d910[m] has joined #nixos
mathyouguy has joined #nixos
marcus[m]1 has joined #nixos
focalluna[m] has joined #nixos
mukayu[m] has joined #nixos
julien[m] has joined #nixos
ngerstle[m] has joined #nixos
cmcaine[m] has joined #nixos
dxu[m] has joined #nixos
boomer[m] has joined #nixos
matthewbauer has joined #nixos
alienpirate5 has joined #nixos
jlv has joined #nixos
pjhenning[m] has joined #nixos
l33[m] has joined #nixos
kyren has joined #nixos
idontgetoutmuch[ has joined #nixos
sreybastien[m] has joined #nixos
bpye has joined #nixos
jojosch|Johannes has joined #nixos
inquisitiv3 has joined #nixos
AmitLevy[m] has joined #nixos
tyrion-mx has joined #nixos
onny[m] has joined #nixos
nicolas[m]1 has joined #nixos
hanckmann[m] has joined #nixos
Addison[m] has joined #nixos
kraem[m] has joined #nixos
regivanx[m] has joined #nixos
ice7[m] has joined #nixos
shider[m] has joined #nixos
nocturnalbeast[m has joined #nixos
rigola[m] has joined #nixos
alj[m] has joined #nixos
flip[m] has joined #nixos
kaiha[m] has joined #nixos
cutuchiqueno[m] has joined #nixos
feffe[m] has joined #nixos
j0hax[m]1 has joined #nixos
truby has joined #nixos
hmpffff[m] has joined #nixos
lwbcdt[m] has joined #nixos
init_6 has joined #nixos
faya01[m] has joined #nixos
hienergy[m] has joined #nixos
chr0ma[m] has joined #nixos
adray has joined #nixos
shu9[m] has joined #nixos
GerdFlaig[m] has joined #nixos
pinion[m] has joined #nixos
clandest[m] has joined #nixos
daddy_james[m] has joined #nixos
gildedlink[m] has joined #nixos
scratch171[m] has joined #nixos
piotrszegda[m] has joined #nixos
ks2048[m] has joined #nixos
aniketd[m] has joined #nixos
hsngrmpf[m] has joined #nixos
lblasc[m] has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Read error: Connection reset by peer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Read error: Connection reset by peer]
knupfer1 has joined #nixos
knupfer1 has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
tmaekawa has joined #nixos
tmaekawa has quit [Quit: tmaekawa]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #95246 → buildGoModule: update deleteVendor docs → https://git.io/JJS0W
tobiasBora2 has quit [Quit: WeeChat 1.6]
wolfshappen has quit [Ping timeout: 260 seconds]
wolfshappen has joined #nixos
sangoma has quit [Ping timeout: 256 seconds]
sangoma has joined #nixos
julien[m] is now known as Julien[m]
sbetrium has quit [Quit: sbetrium]
nrdxp[m] is now known as nrdxp[m]1
wolfshappen has quit [Ping timeout: 260 seconds]
sbetrium has joined #nixos
wolfshappen has joined #nixos
alp has joined #nixos
jurlerci has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/20904118004 (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
itshaydendev has quit [Ping timeout: 256 seconds]
sangoma has quit [Ping timeout: 244 seconds]
edrex has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
sangoma 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/JJSu3
zupo has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #95247 → gobetween, kustomize: remove deleteVendor, enable checks → https://git.io/JJSuR
Rurd2di has quit []
orivej has quit [Ping timeout: 265 seconds]
devhell has joined #nixos
<devhell> Can someone please merge #95066 if there are no objections? Thank you! <3
<{^_^}> https://github.com/NixOS/nixpkgs/pull/95066 (by devhell, 2 days ago, open): profanity: 0.8.1 -> 0.9.5
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @flokli merged pull request #94970 → [20.03] gitlab: 13.0.12 → https://git.io/JJ18h
nikivi has quit [Read error: Connection reset by peer]
matthiaskrgr has quit [Write error: Connection reset by peer]
<{^_^}> [nixpkgs] @flokli pushed 7 commits to release-20.03: https://git.io/JJSz3
sbetrium has joined #nixos
mananamenos_ has quit [Remote host closed the connection]
mananamenos has joined #nixos
<{^_^}> [nixpkgs] @adisbladis pushed commit from @jtojnar to master « meson: Fix rpath clearing »: https://git.io/JJSzu
devhell has quit [Quit: leaving]
matthiaskrgr has joined #nixos
polezaivsani has joined #nixos
nikivi has joined #nixos
alp has quit [Ping timeout: 272 seconds]
mananamenos has quit [Remote host closed the connection]
mananamenos has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #95249 → nixos/nginx: run config test as nginx user → https://git.io/JJSgs
gxt has joined #nixos
stu_ has joined #nixos
ky0ko has quit [Quit: killed]
meh` has joined #nixos
ky0ko has joined #nixos
<stu_> I currently have this in my configuration: `environment.variables = { TERM = "alacritty"; };`, but my `TERM` doesnt change and is still `xterm`
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<symphorien[m]> you need to logout and login again for env var changes to take effect
stu_ has quit [Remote host closed the connection]
stu_ has joined #nixos
<stu_> even after I logout and login again, it doesn't work
mananamenos has quit [Remote host closed the connection]
iyzsong has joined #nixos
meh` has quit [Ping timeout: 256 seconds]
meh` has joined #nixos
stu_ has quit [Remote host closed the connection]
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
sarthor has joined #nixos
<sarthor> let me paste here..... https://youtu.be/8vpE32K1jew
<Izorkin> Mic92: What is needed to get this PR merged? - #94291
<{^_^}> https://github.com/NixOS/nixpkgs/pull/94291 (by Izorkin, 1 week ago, open): nixos/gitea: update service configuration
<{^_^}> [nixpkgs] @Mic92 merged pull request #94291 → nixos/gitea: update service configuration → https://git.io/JJ2VF
<{^_^}> [nixpkgs] @Mic92 pushed 8 commits to master: https://git.io/JJSau
<Mic92> Izorkin: someone to do it.
<Izorkin> Mic92: Thanks!
iyzsong has quit [Ping timeout: 244 seconds]
iyzsong- has joined #nixos
<sarthor> let me paste here..... https://youtu.be/8vpE32K1jew
sarthor has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @flokli closed pull request #85820 → nixos/nginx: run nginx-config-reload as the nginx user and group → https://git.io/JfIL4
n9nes- has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #94827 → tilt: 0.11.3 -> 0.17.0, move to buildGoModule → https://git.io/JJPJ6
<{^_^}> [nixpkgs] @zowoq pushed commit from @w4 to master « tilt: 0.11.3 -> 0.17.0, move to buildGoModule »: https://git.io/JJSax
n9nes has quit [Ping timeout: 265 seconds]
etokarev[m] has joined #nixos
n9nes has joined #nixos
n9nes- has quit [Ping timeout: 260 seconds]
fendor has quit [Remote host closed the connection]
whald has joined #nixos
gxt has quit [Quit: WeeChat 2.9]
EsperLily has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @vbgl pushed commit from @symphorien to master « spacetime_lib: fix missing module »: https://git.io/JJSwe
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #93562 → fontconfig_210: remove package → https://git.io/JJCa0
<{^_^}> [nixpkgs] @flokli pushed 4 commits to master: https://git.io/JJSwg
thc202 has quit [Quit: thc202]
n9nes- has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #95250 → homeassistant: 0.113.3 -> 0.114.0 → https://git.io/JJSwX
itshaydendev has joined #nixos
n9nes has quit [Ping timeout: 264 seconds]
thc202 has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
kenshinCH has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #95251 → enable checks in some buildGoModule packages → https://git.io/JJSr6
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @misuzu opened pull request #95252 → qemu: 5.0.0 -> 5.1.0 → https://git.io/JJSoX
<{^_^}> [nixpkgs] @vbgl pushed commit from @symphorien to master « ocamlPackages.prof_spacetime: init at 0.3.0 »: https://git.io/JJSob
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has joined #nixos
maloook has joined #nixos
sputny has joined #nixos
sputny has quit [Remote host closed the connection]
sbetrium has quit [Quit: sbetrium]
kenshinCH has quit [Ping timeout: 246 seconds]
sbetrium has joined #nixos
kenshinCH has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
griff_ has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #95230 → ammonite: 2.0.4 -> 2.2.0 → https://git.io/JJyhP
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JJSio
turion has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #95245 → fluent-bit: 1.5.2 -> 1.5.3 → https://git.io/JJSls
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSPs
<{^_^}> [nixpkgs] @kalekseev opened pull request #95254 → neovim: fix node neovim binary link → https://git.io/JJSPP
sbetrium has quit [Quit: sbetrium]
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @ryantm closed pull request #94361 → bitwarden: 1.19.0 -> 1.20.0 → https://git.io/JJaWt
ddellacosta has joined #nixos
<flythief> hi, my audio in gpu hdmi interface is not working( gpu hdmi connects with my monitor, and monitor connects with my sound box). My headphone which connect with my computer is ok. can someone give me some guide? thanks firstly.
<{^_^}> [nixpkgs] @ryantm merged pull request #95186 → tailscale: 1.0.0 -> 1.0.3 → https://git.io/JJygY
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJSXh
<{^_^}> [nixpkgs] @marsam opened pull request #95255 → nodejs-14_x: 14.7.0 -> 14.8.0 → https://git.io/JJS1f
<flythief> I use this config, and really can't search to get more help... some ubuntu error :( https://www.irccloud.com/pastebin/uJ1FUnyP/audio_config
<{^_^}> [nixpkgs] @marsam merged pull request #95212 → flashplayer: 32.0.0.403 -> 32.0.0.414 → https://git.io/JJyMH
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJS1Z
fendor has joined #nixos
Rusty1 has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
<{^_^}> [nixos-hardware] @ImExtends opened pull request #183 → Add Asus TUF FX504GD → https://git.io/JJS1r
<{^_^}> [nixpkgs] @marsam pushed commit from @samuelgrf to release-20.03 « flashplayer: 32.0.0.403 -> 32.0.0.414 »: https://git.io/JJS1S
marsh has quit [Read error: Connection reset by peer]
marsh has joined #nixos
domogled has joined #nixos
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #nixos
alp has joined #nixos
<hyper_ch> anyone using nginx and acme?
<infinisil> flythief: Define "not working"
<infinisil> flythief: Have you tried different settings in pavucontrol?
<hyper_ch> I keepgetting: ...-acme-start[22130]: 2020/08/12 15:05:31 Account user@domain.tld is not registered. Use 'run' to register a new account.
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJSM7
<flythief> no voice in my sound box. I try to install pavucontrol only and config it, but it still has no voice. @infinisil
alp has quit [Quit: Leaving]
griff_ has quit [Quit: griff_]
xlei has quit [Ping timeout: 265 seconds]
azure1 has joined #nixos
azure1 is now known as zangi
zangi is now known as zanc
zanc is now known as zangi
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
<infinisil> flythief: Are you seeing the audio output in pavucontrol
itshaydendev has quit [Ping timeout: 240 seconds]
<flythief> It has a output named "TU104 HD Audio Controller Digital Stereo (HDMI). And When I play music, I can see that guage is beating.
<{^_^}> [nixpkgs] @LouisDK1 closed pull request #95005 → [wip] crossover: init at 19.02 → https://git.io/JJ1ps
<flythief> But my sound box is silent all the time...
knupfer has quit [Ping timeout: 256 seconds]
itshaydendev has joined #nixos
whald has quit [Remote host closed the connection]
cfricke has quit [Ping timeout: 240 seconds]
rardiol has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<infinisil> flythief: Maybe try messing with the configuration tab
<infinisil> rightmost tab in pavucontrol
<{^_^}> [nixpkgs] @marsam merged pull request #95255 → nodejs-14_x: 14.7.0 -> 14.8.0 → https://git.io/JJS1f
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSHf
<flythief> @infinisil
<flythief> thanks, I'll check it again.
<{^_^}> [nixpkgs] @marsam merged pull request #95182 → spdx-license-list-data: 3.9 -> 3.10 → https://git.io/JJyun
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSHH
rardiol has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #95192 → topgrade: 5.3.0 -> 5.4.0 → https://git.io/JJyVE
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSH7
meck has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @marsam merged pull request #95177 → seasocks: 1.4.3 -> 1.4.4 → https://git.io/JJyBq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSQY
bukkitgerman8608 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #95178 → sensu-go-agent: 5.21.0 -> 5.21.1 → https://git.io/JJyRW
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSQB
<{^_^}> [nixpkgs] @cab404 opened pull request #95256 → osu: init at 2020.806.0 → https://git.io/JJSQ2
cfricke has joined #nixos
andi- has quit [Ping timeout: 260 seconds]
meck has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #95172 → radsecproxy: 1.8.1 -> 1.8.2 → https://git.io/JJyCc
<{^_^}> [nixpkgs] @marsam pushed 2 commits to staging: https://git.io/JJSQX
<{^_^}> [nixpkgs] @marsam merged pull request #95167 → playerctl: 2.1.1 -> 2.2.1 → https://git.io/JJy3A
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSQ9
<{^_^}> [nixpkgs] @marsam merged pull request #95185 → kopia: 0.5.2 -> 0.6.0 → https://git.io/JJyzQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSQ7
<{^_^}> [nixpkgs] @marsam merged pull request #95164 → pdf2djvu: 0.9.17 -> 0.9.17.1 → https://git.io/JJymK
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJSQj
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/4e4906da4e1 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
dimenus has quit [Quit: WeeChat 2.9]
acarrico has quit [Ping timeout: 240 seconds]
<cab404[m]> anyone plays osu here?)
<{^_^}> #95256 (by cab404, 7 minutes ago, open): osu: init at 2020.806.0
jumper149 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #95034 → clightning: 0.8.2.1 -> 0.9.0 → https://git.io/JJMVl
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJS7T
cfricke has quit [Ping timeout: 265 seconds]
bukkitgerman8608 has joined #nixos
zangi has quit [Ping timeout: 246 seconds]
gustavderdrache has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #3922 → WIP: Test `RemoteStore::buildDerivation` → https://git.io/JJS74
wolfshappen has quit [Ping timeout: 244 seconds]
wolfshappen has joined #nixos
andi- has joined #nixos
andi- has quit [Excess Flood]
alonzo has joined #nixos
andi- has joined #nixos
alonzo is now known as AlonzoC
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95257 → mdbook: 0.4.1 -> 0.4.2 → https://git.io/JJS5R
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/4e4906da4e1 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
overlay-kiwi has joined #nixos
wolfshappen has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<overlay-kiwi> hello, I'm trying to create an overlay to use an updated version of atom editor which is being fetched from github. I'm not sure which resource is the best practice currently and what the system defaults are. Does creating the overlay.nix in .config/nixpkgs get automatically taken in when running nix-rebuild?
wolfshappen has joined #nixos
<AlonzoC> n
<hyper_ch> davhau isn't here?
<dutchie> overlay-kiwi: i just went down a similar rabbit hole, and afaict putting it into nixpkgs.overlays in configuration.nix works
zangi has joined #nixos
<dutchie> (well, i ended up putting it in nixpkgs.overlays from home.nix, but i tested in configuration.nix too)
<overlay-kiwi> I saw that somewhere but some guy from nixcon vid suggested against it back in 2017 I think? Will try it now tho, whatever works lol
<dutchie> oh, i didn't watch the video for the anti-recommendation
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
malook has quit [Ping timeout: 240 seconds]
<evanjs> Trying to generate a Cargo.nix using either crate2nix or cargo2nix or whatever for a remote repository... any ideas?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95258 → minio: 2020-05-01T22-19-14Z -> 2020-08-08T04-50-06Z → https://git.io/JJSNe
<cab404[m]> <evanjs "Trying to generate a Cargo.nix u"> try using naersk
<evanjs> Trying to fit things into a Jenkins pipeline, and I guess for now, I can just checkout the repo, generate Cargo.nix, and pass it into the expression. Just feels redundant/messy
<evanjs> I did, but other issues popped up
<cab404[m]> what kind of issues?
<cab404[m]> also, what are you trying to package?
graf_blutwurst has quit [Remote host closed the connection]
Darkmatter66_ has joined #nixos
<evanjs> A private repository with a few private deps, some of them with private submodules
<evanjs> Which is mostly solved by using fetchGit from nixUnstable
<evanjs> i.e. building the whole expression with nixUnstable
Darkmatter66 has quit [Ping timeout: 264 seconds]
gthm has quit [Ping timeout: 256 seconds]
azure1 has joined #nixos
<evanjs> After I figured https://github.com/nmattia/naersk/issues/109 and https://github.com/nmattia/naersk/issues/110 out... *reading back through chat logs* it looks like it was throwing some "No such file or directory" errors
<{^_^}> nmattia/naersk#109 (by energizah, 8 weeks ago, open): No rev specified
<{^_^}> nmattia/naersk#110 (by Hoverbear, 7 weeks ago, open): Git submodules not being initialized?
<evanjs> On Cargo.toml files for projects I was trying to build
<evanjs> But the files _did_ exist :P
Soft has joined #nixos
Extends has joined #nixos
<evanjs> Seems similar to https://github.com/nmattia/naersk/issues/108, though in my case, the file had an absolute path from the nix store
<{^_^}> nmattia/naersk#108 (by drozdziak1, 8 weeks ago, open): vcpkg fails to build on latest nightly: "readme file with name '../README.md' was not found"
zangi has quit [Ping timeout: 264 seconds]
wolfshappen has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos
sasyctu[m] is now known as srasu
<higherorder> Hey! Quick Q: what would you recommend as the easiest way to find the implementation of a specific package, e.g. `pkgs.runCommand`?
<higherorder> I can't figure out where exactly it is defined in the nixpkgs repo
<{^_^}> [nixpkgs] @ckauhaus merged pull request #95233 → alpine: 2.21 -> 2.23 → https://git.io/JJSeL
<{^_^}> [nixpkgs] @ckauhaus pushed 2 commits to release-20.03: https://git.io/JJSNM
wolfshappen has joined #nixos
<infinisil> higherorder: You can use builtins.unsafeGetAttrPos "runCommand" pkgs
<infinisil> > builtins.unsafeGetAttrPos "runCommand" pkgs
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/build-support/trivial-builders.nix"; line = 42; }
<evanjs> Holy heck
<evanjs> infinisil++
<{^_^}> infinisil's karma got increased to 331
srasu is now known as srasu[m]
<higherorder> infinisil: thanks!
<infinisil> :)
<infinisil> In the bot here there's also showSrc which directly shows the line
<infinisil> > showSrc pkgs "runCommand"
<{^_^}> "trivial-builders.nix:42 runCommand = runCommandNoCC;"
<infinisil> > showSrc pkgs "runCommandNoCC"
<{^_^}> "trivial-builders.nix:45 runCommandNoCC = runCommand' false stdenvNoCC;"
erasmas has joined #nixos
drakonis1 has joined #nixos
<Soft> I am trying to upgrade my nixos 20.03 setup by running nixos-rebuild switch --upgrade but it seems to fail because fontforge build fails: https://dpaste.org/mFNn
<Soft> That seems to happen because it tries to find python3 which is not available in the build environment
<Soft> I cannot seem to find anything related to this from the issue tracker
<higherorder> infinisil: hmm, if I PM the bot I get `error: undefined variable 'showSrc' at (string):7:1`
<Soft> I would also like to understand why nixos wants to build fontforge, what requires it? It is certainly not listed in my systemPackages
<overlay-kiwi> dutchie how about this path nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA discord
<overlay-kiwi> installing from master individually
wolfshappen has quit [Ping timeout: 256 seconds]
<higherorder> Also, another question: what's the best resource to learn Nix? Nix Pills? Or is there something else I'm missing out on?
wolfshappen has joined #nixos
<overlay-kiwi> for me pills weren't very helpful since it kinda requires some background knowledge, I'm not sure whats the best source from scratch higherorder
<Soft> actually I am not sure if the issue is because python is missing or if fontforge is just using cmake macros wrong, or something
maloook has quit [Remote host closed the connection]
maloook has joined #nixos
<Soft> hmm it seems simply doing nix-env -i fontforge fails the same way
ddellacosta has quit [Quit: WeeChat 2.8]
<{^_^}> [nixpkgs] @0x4A6F opened pull request #95260 → meli: alpha-0.5.1 -> alpha-0.6.1 → https://git.io/JJSx2
<infinisil> higherorder: Ah yeah PM's have their own variable scope as of now. You can spam showSrc in #bottest though :)
<higherorder> infinisil: ah perfect, thanks!
<dutchie> `self: super: { discord = (import https://github.com/NixOS/nixpkgs/archive/master.tar.gz {}).discord; }`
<dutchie> overlay-kiwi: ^
<dutchie> wait, not quite
<dutchie> `self: super: { discord = (import (super.fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz) {}).discord; }`
<azure1> the doc says that `builtins.toPath` is deprecated
<azure1> so how do I do this `builtins.toPath (builtins.getEnv "HOME") + "/path/to/file"`
<azure1> ?
<dutchie> or you could do it with `inherit`
<Soft> https://discourse.nixos.org/t/fontforge-20200314-prevents-building-my-system/8269 oh it seems someone else hit this issue as well
<{^_^}> [nixpkgs] @danieldk merged pull request #91938 → openafs: 1.6.23 -> 1.6.24, mark broken due to EOL → https://git.io/JJJQp
azure1 is now known as zangi
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJSxp
<zangi> > builtins.getEnv "HOME"
<{^_^}> ""
drakonis1 has quit [Ping timeout: 260 seconds]
<zangi> > builtins.getEnv "PATH"
<{^_^}> ""
drakonis_ has quit [Ping timeout: 260 seconds]
<zangi> > builtins.getEnv "SHELL"
<{^_^}> ""
wolfshappen has quit [Ping timeout: 256 seconds]
drakonis_ has joined #nixos
<Mic92> probably a pure evaluation
drakonis1 has joined #nixos
wolfshappen has joined #nixos
ddellacosta has joined #nixos
<overlay-kiwi> why the .discord after?
<overlay-kiwi> also error: value is a function while a list was expected, at /nix/store/dhm1lks73f0rl2v1cr7pg8xd1wxqyicb-master.tar.gz/pkgs/top-level/stage.nix:243:8
<overlay-kiwi> dutchie
<higherorder> > nix-repl> (a: {inherit a;}) { b = 22;}
<higherorder> > { a = { ... }; }
<higherorder> can I force nix-repl to print more than one level of an attribute map?
<{^_^}> nix-repl has been removed because it's not maintained anymore, use `nix repl` instead. Also see https://github.com/NixOS/nixpkgs/pull/44903
<{^_^}> error: syntax error, unexpected ';', expecting ':' or '@', at (string):320:14
<dutchie> overlay-kiwi: hmm, not sure about the error. the .discord at the end is to set the discord attribute in the pkgs that modules see to the one from master
<dutchie> without it, pkgs.discord would end up being nixpkgs master channel, which isn't what you want
meh` has quit [Remote host closed the connection]
<overlay-kiwi> hmmmmmmmm
<dutchie> with inherit: `self: super: { inherit (import (super.fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz) {}) discord; }`
wolfshappen has quit [Ping timeout: 240 seconds]
<dutchie> oh, i can guess the problem: nixpkgs.overlays should be a list of overlays
<dutchie> so `nixpkgs.overlays = [ (...) ];`
<dutchie> where ... is the thing i posted before
wolfshappen has joined #nixos
kreyren has joined #nixos
zupo has joined #nixos
xlei has joined #nixos
xlei has quit [Excess Flood]
xlei has joined #nixos
xlei has quit [Excess Flood]
itshaydendev has quit [Ping timeout: 246 seconds]
<overlay-kiwi> I'm getting some other error, in my case I just need to append the version number and hash, I believe.
<overlay-kiwi> nixpkgs.overlays = [(
<overlay-kiwi> self: super:
<overlay-kiwi> { atom = super.atom.override {
<overlay-kiwi> version = "1.48.0";
<overlay-kiwi> sha256 = "1693bxbylf6jhld9bdcr5pigk36wqlbj89praldpz9s96yxig9s1";
<overlay-kiwi> }.atom;}
<overlay-kiwi> )];
<overlay-kiwi> does this make sense?
<dutchie> wowow don't paste to irc like that
<overlay-kiwi> oops
xlei has joined #nixos
xlei has quit [Excess Flood]
<dutchie> you shouldn't need the .atom when you are doing an override
<zangi> overlay-kiwi: have you tried the following
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95261 → operator-sdk: 0.19.2 -> 1.0.0 → https://git.io/JJ9Ti
<overlay-kiwi> I'll check it out
<overlay-kiwi> why is pasting into irc a nono? whats the proper pasting etiquette?
<zangi> 0x0.st
<dutchie> it floods the channel
<dutchie> if you paste too many lines the server might kick you off
<infinisil> ,paste
<{^_^}> Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
<overlay-kiwi> interesting
BJTH[m] has joined #nixos
fendor has quit [Remote host closed the connection]
<{^_^}> [patchelf] @rmNULL opened pull request #228 → remove unused DT_IGNORE. → https://git.io/JJ9L4
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JJ9Lw
<{^_^}> [nixpkgs] @peti opened pull request #95262 → Update Haskell package set to LTS 16.9 (plus other fixes) → https://git.io/JJ9ti
<makefu> infinisil: maybe we could add a one-liner for a cli paste (cat myfile | nix-shell -p ... --run '...')
jb55 has joined #nixos
drakonis1 has quit [Quit: WeeChat 2.9]
BJTH[m] has left #nixos ["User left"]
drakonis1 has joined #nixos
nature has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 428 commits to haskell-updates: https://git.io/JJ9mp
<makefu> like this `cat default.nix | nix-shell -p pastebinit --run 'pastebinit -b sprunge.us'`
<{^_^}> [nixpkgs] @FRidh merged pull request #94190 → python3Packages.scikit-build: 0.10.0 -> 0.11.1 → https://git.io/JJzVC
<{^_^}> [nixpkgs] @FRidh pushed commit from @siriobalmelli to master « python3Packages.scikit-build: 0.10.0 -> 0.11.1 »: https://git.io/JJ9YX
knerten has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus opened pull request #95263 → sysstat: 12.2.0 -> 12.2.3 → https://git.io/JJ9Yh
<{^_^}> [nixpkgs] @Mic92 closed pull request #95249 → nixos/nginx: run config test as nginx user → https://git.io/JJSgs
ckauhaus has joined #nixos
ris has joined #nixos
hyper_ch2 has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #95264 → nixos/nginx: move configuration testing script into reload command → https://git.io/JJ9sH
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
wolfshappen has quit [Ping timeout: 256 seconds]
stephaneyfx has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #95217 → python35Packages.pandas: fix build → https://git.io/JJyQf
drakonis_ has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #95216 → python3Packages.cheroot: fix tests → https://git.io/JJy9B
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.cheroot: fix tests »: https://git.io/JJ9Gk
<{^_^}> [nixpkgs] @jonringer merged pull request #95215 → python3Packages.bids-validator: fix tests → https://git.io/JJySe
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JJ9Gt
drakonis has joined #nixos
<aanderse> Izorkin: you run a mariadb galera cluster, right? i have a question about `galera_new_cluster` on nixos: do you need to run this command when setting up a cluster? i ask because our nixos tests don't run this.
<{^_^}> [nixpkgs] @eadwu closed pull request #95223 → pipewire: 0.3.7 -> 0.3.9 → https://git.io/JJy5p
<{^_^}> [nixpkgs] @Ma27 pushed to master « Revert "nextcloud: use mkDefault for whole nginx config" »: https://git.io/JJ9G4
griff_ has joined #nixos
drakonis2 has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis2 has quit [Read error: Connection reset by peer]
user_0x58 has joined #nixos
drakonis2 has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
wolfshappen has quit [Ping timeout: 256 seconds]
<Izorkin> aanderse: the first node must be started with an empty configuration `wsrep_cluster_address = "gcomm://";` Others nodes need running with `wsrep_cluster_address = "gcomm://galera_01,galera_02,galera_03";` After full startup claster, on the first note need replace address to `wsrep_cluster_address = "gcomm://galera_01,galera_02,galera_03";`
<Izorkin> aanderse: With `galera_new_cluster` haven't tried running.
<aanderse> Izorkin: ah, ok, so our tests don't mention that... but they only run once, so its ok
<aanderse> thank you for clarification
<aanderse> maybe `galera_new_cluster` does the equivalent
wolfshappen has joined #nixos
nij has joined #nixos
Soft has quit [Ping timeout: 256 seconds]
<Izorkin> aanderse: didn't complete php-fpm services?
<Unode> Can Nixos services be configured to run at the user instead of system level?
nij has quit [Quit: leaving]
<{^_^}> [nixpkgs] @flokli pushed 2 commits to staging: https://git.io/JJ9G5
<ehmry_> Unode: no, but see home-manager for that
<{^_^}> [nixpkgs] @flokli merged pull request #95264 → nixos/nginx: move configuration testing script into reload command → https://git.io/JJ9sH
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJ9Gx
growpotkin has joined #nixos
turion has quit [Ping timeout: 272 seconds]
xkapastel has joined #nixos
CptCaptain has joined #nixos
wolfshappen has quit [Ping timeout: 240 seconds]
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/7a4047da63a (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
wolfshappen has joined #nixos
<ryantm> ,locate virsh
<CptCaptain> Do port-mappings made with docker-container directives automatically get put into the firewall?
<{^_^}> Found in packages: libvirt, libvirt_5_9_0
<CptCaptain> As in if I configure ports = [ "3000:3000" ], does port 3000 get opened up in the firewall?
<{^_^}> [nixpkgs] @dotlambda merged pull request #95189 → python.pkgs.construct: 2.9.45 -> 2.10.56 → https://git.io/JJy2R
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to master: https://git.io/JJ9Z8
<Unode> ehmry_: thanks. Was trying to figure out if I could have a service running as user instead of system. Mostly for dev reasons. Home manager looks interesting. I'll keep an eye on it.
dxtr has joined #nixos
<hyper_ch> what's the new herokuapp thing where you can see when channels advanced last?
waleee-cl has joined #nixos
<ehmry_> Unode: there is the nixos tests, but if you need internet then the next best thing might be a container
<Unode> ehmry_: indeed. Container might be the easiest option here.
ckauhaus has quit [Quit: WeeChat 2.7.1]
noudle has joined #nixos
<mudri> I'm trying to switch from ad hoc config in `~/.nixpkgs/config.nix` to `home-manager`. Things seem to be fine, except that everything I installed before now seems to have been reinstalled. So, for example, `which ag`, after following the symlinks, gives a different `/nix/store/` hash to `nix-build -A ag`. Why is this? And are my packages still coming from my clone of nixpkgs?
marsh has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @NeQuissimus pushed 4 commits to master: https://git.io/JJ9Z7
turion has joined #nixos
<aanderse> Izorkin: i'm sorry i have not completed work on phpfpm yet ☹️
<aanderse> i've recently had to focus on database changes instead
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5810d6681fa (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<Izorkin> aanderse: without socket activation php-fpm correct worked.
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2a403c94766 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
moet has joined #nixos
<{^_^}> [nixpkgs] @Lassulus opened pull request #95266 → nixos/gollum: replace toFile with writeText → https://git.io/JJ9na
<buffet> hey, im getting "failed to mount /dev/sda1: No such devie" during boot all of a sudden, and im having a hard time doing anything from rescue mode
<buffet> is there anything meaningful i can do from a chroot?
<buffet> without internet access
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95267 → procs: 0.10.3 -> 0.10.4 → https://git.io/JJ9nS
<{^_^}> [nixpkgs] @erictapen merged pull request #95266 → nixos/gollum: replace toFile with writeText → https://git.io/JJ9na
<{^_^}> [nixpkgs] @erictapen pushed 2 commits to master: https://git.io/JJ9nd
Soft has joined #nixos
cosimone has quit [Remote host closed the connection]
shibboleth has quit [Quit: shibboleth]
cosimone has joined #nixos
CptCaptain has quit [Quit: WeeChat 2.9]
jlslnx has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #94910 → apacheHttpd: 2.4.43 -> 2.4.46 → https://git.io/JJXgY
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JJ9cG
<jumper149> How can I find the source for pkgs.mkShell?
griff_ has quit [Quit: griff_]
noudle has quit []
<dutchie> > builtins.unsafeGetAttrPos "mkShell" pkgs
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/top-level/all-packages.nix"; line = 447; }
<jumper149> dutchie++
<{^_^}> dutchie's karma got increased to 1.0
pmwhite has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @kalbasit merged pull request #95214 → bazel_3: use less resources when building Bazel → https://git.io/JJyDF
<{^_^}> [nixpkgs] @kalbasit pushed to master « bazel_3: use less resources when building Bazel (#95214) »: https://git.io/JJ9cy
CptCaptain has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95268 → pure-prompt: 1.12.0 -> 1.13.0 → https://git.io/JJ9ch
<{^_^}> [nix] @Ericson2314 opened pull request #3923 → Separate auth and logic for the daemon → https://git.io/JJ9CJ
dsg has joined #nixos
marsh has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95257 → mdbook: 0.4.1 -> 0.4.2 → https://git.io/JJS5R
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJ9CZ
Darkmatter66 has joined #nixos
Darkmatter66_ has quit [Ping timeout: 256 seconds]
overlay-kiwi has quit [Quit: Connection closed]
spudly- has joined #nixos
spudly- has quit [Changing host]
spudly- has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/2a403c94766 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
zupo_ has joined #nixos
spudly has quit [Ping timeout: 256 seconds]
spudly- is now known as spudly
endformationage has joined #nixos
zupo has quit [Ping timeout: 240 seconds]
wolfshappen has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #95201 → gitkraken: 7.1.0 -> 7.2.0 → https://git.io/JJy66
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJ9CV
cosimone has quit [Remote host closed the connection]
wolfshappen has joined #nixos
<daddy_james[m]> How does /tmp work in nixos? It doesn’t get cleared at boot, does it get automatically cleared when you run out of hdd space or something?
CptCaptain has quit [Quit: WeeChat 2.9]
dbmikus has joined #nixos
Shados_ has joined #nixos
mdlayher_ has joined #nixos
joedevivo_ has joined #nixos
georgyo_ has joined #nixos
evhan` has joined #nixos
jackdk_ has joined #nixos
pikajude- has joined #nixos
lukego_ has joined #nixos
taktoa[c]_ has joined #nixos
typetetris_ has joined #nixos
parsnip_ has joined #nixos
shad_ has joined #nixos
edk_ has joined #nixos
bkv has joined #nixos
infty_ has joined #nixos
Dagger2 has joined #nixos
cosimone has joined #nixos
marek_ has joined #nixos
roosemberth has joined #nixos
farn__ has joined #nixos
<infinisil> daddy_james[m]: By default /tmp isn't handled special in any way, so it's just a normal directory under /
<infinisil> daddy_james[m]: You can however enable `boot.cleanTmpDir` to clean it on boot
<infinisil> Or you can enable `boot.tmpOnTmpfs` to make /tmp a tmpfs
e has quit [Disconnected by services]
edk_ is now known as e
<daddy_james[m]> Cool thx
<{^_^}> [nix] @Ericson2314 opened pull request #3924 → Make `system-features` a store setting → https://git.io/JJ9CS
<{^_^}> [nixpkgs] @oxalica opened pull request #95270 → rust-analyzer: 2020-08-03 -> 2020-08-10 → https://git.io/JJ9CN
orivej has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @symphorien opened pull request #95271 → marwaita: 2020-07-01 -> 7.4.2 → https://git.io/JJ9CA
gildedlink[m] has quit [*.net *.split]
hmpffff[m] has quit [*.net *.split]
scratch171[m] has quit [*.net *.split]
nicolas[m]1 has quit [*.net *.split]
nocturnalbeast[m has quit [*.net *.split]
onny[m] has quit [*.net *.split]
hanckmann[m] has quit [*.net *.split]
acidpointer[m] has quit [*.net *.split]
Leira[m] has quit [*.net *.split]
sneknek[m] has quit [*.net *.split]
Akshay[m] has quit [*.net *.split]
cjbassi[m] has quit [*.net *.split]
badmutex[m] has quit [*.net *.split]
kekw736[m] has quit [*.net *.split]
guelosk[m] has quit [*.net *.split]
aflatter[m] has quit [*.net *.split]
lorencio[m] has quit [*.net *.split]
bennofs[m] has quit [*.net *.split]
lihram has quit [*.net *.split]
rycee has quit [*.net *.split]
koschitzky[m] has quit [*.net *.split]
mindtree[m] has quit [*.net *.split]
gnxlxnxx[m] has quit [*.net *.split]
gretax[m] has quit [*.net *.split]
chvp has quit [*.net *.split]
mt[m] has quit [*.net *.split]
ryantm has quit [*.net *.split]
srasu[m] has quit [*.net *.split]
ArtemVorotnikov[ has quit [*.net *.split]
Dagger has quit [*.net *.split]
chreekat[m] has quit [*.net *.split]
eddyb has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
zerocostabstrac4 has quit [*.net *.split]
drozdziak1 has quit [*.net *.split]
hpfr has quit [*.net *.split]
cmcaine[m] has quit [*.net *.split]
axx has quit [*.net *.split]
bqy has quit [*.net *.split]
Ke has quit [*.net *.split]
Yakulu[m] has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
shad has quit [*.net *.split]
parsnip has quit [*.net *.split]
pikajude has quit [*.net *.split]
leah2 has quit [*.net *.split]
Orbstheorem has quit [*.net *.split]
bqv has quit [*.net *.split]
evhan has quit [*.net *.split]
jackdk has quit [*.net *.split]
taktoa[c] has quit [*.net *.split]
Mic92 has quit [*.net *.split]
typetetris has quit [*.net *.split]
marek has quit [*.net *.split]
nwspk has quit [*.net *.split]
Shados has quit [*.net *.split]
mdlayher has quit [*.net *.split]
joedevivo has quit [*.net *.split]
lukego has quit [*.net *.split]
georgyo has quit [*.net *.split]
hellrazor has quit [*.net *.split]
luelista has quit [*.net *.split]
farn_ has quit [*.net *.split]
infty has quit [*.net *.split]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5880dc0d10d (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jackdk_ is now known as jackdk
bkv is now known as bqv
taktoa[c]_ is now known as taktoa[c]
mdlayher_ is now known as mdlayher
typetetris_ is now known as typetetris
lukego_ is now known as lukego
georgyo_ is now known as georgyo
joedevivo_ is now known as joedevivo
feffe[m] has quit [Remote host closed the connection]
j0hax[m]1 has quit [Remote host closed the connection]
truby has quit [Remote host closed the connection]
pjt_014[m] has quit [Remote host closed the connection]
shider[m] has quit [Remote host closed the connection]
das-g[m] has quit [Read error: Connection reset by peer]
Dandellion has quit [Remote host closed the connection]
ZerataX has quit [Write error: Connection reset by peer]
srgancap[m] has quit [Write error: Connection reset by peer]
srxl has quit [Read error: Connection reset by peer]
ptotter[m] has quit [Write error: Connection reset by peer]
aanderse has quit [Remote host closed the connection]
thefloweringash has quit [Remote host closed the connection]
yangm has quit [Write error: Connection reset by peer]
chr0ma[m] has quit [Remote host closed the connection]
jlv has quit [Remote host closed the connection]
d8d910[m] has quit [Read error: Connection reset by peer]
blindidiotgod has quit [Write error: Connection reset by peer]
HumanJohn[m] has quit [Remote host closed the connection]
aloiscochard[m] has quit [Remote host closed the connection]
chrismatheson has quit [Remote host closed the connection]
wedens[m] has quit [Remote host closed the connection]
vaibhavsagar has quit [Remote host closed the connection]
timclassic has quit [Remote host closed the connection]
toto[m] has quit [Write error: Connection reset by peer]
joghuru[m] has quit [Read error: Connection reset by peer]
Louis[m]2 has quit [Read error: Connection reset by peer]
alexherbo2[m] has quit [Read error: Connection reset by peer]
philipp[m]1 has quit [Read error: Connection reset by peer]
slavfox has quit [Read error: Connection reset by peer]
nilsirl[m] has quit [Read error: Connection reset by peer]
cyberwolf[m] has quit [Read error: Connection reset by peer]
adray has quit [Remote host closed the connection]
AmitLevy[m] has quit [Remote host closed the connection]
tlater[m] has quit [Read error: Connection reset by peer]
bohan[m] has quit [Write error: Connection reset by peer]
phirsch has quit [Read error: Connection reset by peer]
davidak[m] has quit [Read error: Connection reset by peer]
noderunner[m] has quit [Read error: Connection reset by peer]
travelion[m] has quit [Read error: Connection reset by peer]
kyren has quit [Write error: Connection reset by peer]
tyrion-mx has quit [Write error: Connection reset by peer]
SourOatMilk[m] has quit [Write error: Connection reset by peer]
musicmatze has quit [Read error: Connection reset by peer]
tinamus[m] has quit [Remote host closed the connection]
yusdacra[m] has quit [Read error: Connection reset by peer]
puzzlewolf has quit [Read error: Connection reset by peer]
qbit[m] has quit [Read error: Connection reset by peer]
hienergy[m] has quit [Remote host closed the connection]
CRTified[m] has quit [Remote host closed the connection]
j4ng5y[m] has quit [Read error: Connection reset by peer]
l-as has quit [Read error: Connection reset by peer]
Houtworm[m] has quit [Read error: Connection reset by peer]
balsoft has quit [Read error: Connection reset by peer]
grin[m] has quit [Read error: Connection reset by peer]
gsals[m] has quit [Remote host closed the connection]
Valodim[m] has quit [Read error: Connection reset by peer]
sparogy has quit [Read error: Connection reset by peer]
lwbcdt[m] has quit [Write error: Connection reset by peer]
mica[m] has quit [Remote host closed the connection]
id[m] has quit [Read error: Connection reset by peer]
emily has quit [Write error: Connection reset by peer]
shu9[m] has quit [Remote host closed the connection]
martha[m] has quit [Write error: Connection reset by peer]
johnazoidberg[m] has quit [Remote host closed the connection]
quidome[m] has quit [Remote host closed the connection]
unclechu has quit [Read error: Connection reset by peer]
norbert[m] has quit [Write error: Connection reset by peer]
watzon has quit [Read error: Connection reset by peer]
rigola[m] has quit [Read error: Connection reset by peer]
dihydrogenmonoxi has quit [Read error: Connection reset by peer]
l33[m] has quit [Read error: Connection reset by peer]
elorm[m] has quit [Read error: Connection reset by peer]
codyopel has quit [Read error: Connection reset by peer]
Geezus42[m] has quit [Read error: Connection reset by peer]
bbigras has quit [Read error: Connection reset by peer]
hiroshi[m] has quit [Write error: Connection reset by peer]
anonymouserobot[ has quit [Write error: Connection reset by peer]
zoickx[m] has quit [Read error: Connection reset by peer]
M__[m] has quit [Read error: Connection reset by peer]
lblasc[m] has quit [Write error: Connection reset by peer]
GuillaumeChrel[m has quit [Write error: Connection reset by peer]
sputny[m] has quit [Write error: Connection reset by peer]
peterlau[m] has quit [Write error: Connection reset by peer]
azazel has quit [Write error: Connection reset by peer]
fgaz has quit [Write error: Connection reset by peer]
jangsentry10032[ has quit [Read error: Connection reset by peer]
slabity has quit [Read error: Connection reset by peer]
davegallant[m] has quit [Read error: Connection reset by peer]
ilya-fedin has quit [Read error: Connection reset by peer]
sauyon[m] has quit [Write error: Connection reset by peer]
ChrisOboe[m] has quit [Read error: Connection reset by peer]
hsngrmpf[m] has quit [Remote host closed the connection]
cutuchiqueno[m] has quit [Remote host closed the connection]
pinion[m] has quit [Remote host closed the connection]
sirreal[m] has quit [Read error: Connection reset by peer]
M0-[m] has quit [Remote host closed the connection]
Smith[m]1 has quit [Write error: Connection reset by peer]
Julien[m] has quit [Write error: Connection reset by peer]
etokarev[m] has quit [Remote host closed the connection]
Niobium[m] has quit [Read error: Connection reset by peer]
Poscat[m] has quit [Remote host closed the connection]
MaJoe[m] has quit [Remote host closed the connection]
BjrnForsman[m] has quit [Remote host closed the connection]
yochai[m] has quit [Remote host closed the connection]
kaiha[m] has quit [Remote host closed the connection]
tskc[m]1 has quit [Remote host closed the connection]
rschulman has quit [Read error: Connection reset by peer]
Xamino[m] has quit [Remote host closed the connection]
timokau[m] has quit [Remote host closed the connection]
test300[m] has quit [Write error: Connection reset by peer]
jojosch|Johannes has quit [Write error: Connection reset by peer]
colemickens has quit [Read error: Connection reset by peer]
arcnmx has quit [Read error: Connection reset by peer]
betrion[m] has quit [Remote host closed the connection]
trepetti[m] has quit [Remote host closed the connection]
raju[m] has quit [Remote host closed the connection]
porphyrogenetos has quit [Remote host closed the connection]
bpye has quit [Remote host closed the connection]
Lars[m]3 has quit [Remote host closed the connection]
hazel[m] has quit [Remote host closed the connection]
Philipp[m]2 has quit [Write error: Connection reset by peer]
Minijackson[m] has quit [Remote host closed the connection]
lina[m] has quit [Remote host closed the connection]
printfn[m] has quit [Remote host closed the connection]
michaelpj has quit [Remote host closed the connection]
symphorien[m] has quit [Remote host closed the connection]
comrandroxaos[m] has quit [Write error: Connection reset by peer]
aniketd[m] has quit [Write error: Broken pipe]
Strubbl[m] has quit [Remote host closed the connection]
mattock[m] has quit [Remote host closed the connection]
sjn[m] has quit [Remote host closed the connection]
pitchzer0 has quit [Remote host closed the connection]
worldofpeace has quit [Remote host closed the connection]
dtz has quit [Write error: Connection reset by peer]
kuramashinobi13[ has quit [Remote host closed the connection]
ggpeti[m] has quit [Remote host closed the connection]
Jan-HenrikBruhn[ has quit [Remote host closed the connection]
trewqasad1[m] has quit [Remote host closed the connection]
zrsk[m] has quit [Remote host closed the connection]
GerdFlaig[m] has quit [Remote host closed the connection]
georg[m] has quit [Remote host closed the connection]
spazzpp2[m] has quit [Remote host closed the connection]
regnat has quit [Read error: Connection reset by peer]
Superleaf1995 has quit [Read error: Connection reset by peer]
l_inus[m] has quit [Remote host closed the connection]
matthewbauer has quit [Remote host closed the connection]
jtojnar has quit [Read error: Connection reset by peer]
boomer[m] has quit [Read error: Connection reset by peer]
siraben has quit [Read error: Connection reset by peer]
neonfuz2 has quit [Read error: Connection reset by peer]
kriteus119[m] has quit [Write error: Connection reset by peer]
blahaj[m] has quit [Read error: Connection reset by peer]
theduke has quit [Read error: Connection reset by peer]
betty[m] has quit [Read error: Connection reset by peer]
mcaju has quit [Read error: Connection reset by peer]
hans[m]5 has quit [Read error: Connection reset by peer]
hydridity[m] has quit [Read error: Connection reset by peer]
felixfoertsch has quit [Read error: Connection reset by peer]
tristan[m] has quit [Read error: Connection reset by peer]
sayanarijit[m] has quit [Read error: Connection reset by peer]
grahamc[m] has quit [Read error: Connection reset by peer]
fszdg[m] has quit [Read error: Connection reset by peer]
tbenst[m] has quit [Read error: Connection reset by peer]
utdemir[m] has quit [Read error: Connection reset by peer]
srid has quit [Read error: Connection reset by peer]
atemu12[m] has quit [Read error: Connection reset by peer]
inquisitiv3 has quit [Read error: Connection reset by peer]
clandest[m] has quit [Read error: Connection reset by peer]
ice7[m] has quit [Read error: Connection reset by peer]
nh2[m] has quit [Read error: Connection reset by peer]
dngray has quit [Read error: Connection reset by peer]
brianh[m] has quit [Read error: Connection reset by peer]
philipp[m] has quit [Remote host closed the connection]
danielrf[m] has quit [Read error: Connection reset by peer]
domenkozar[m] has quit [Remote host closed the connection]
bendlas has quit [Remote host closed the connection]
khassanov[m] has quit [Read error: Connection reset by peer]
david-sawatzke[m has quit [Read error: Connection reset by peer]
cab404[m] has quit [Read error: Connection reset by peer]
gh0st[m] has quit [Read error: Connection reset by peer]
cdknight[m] has quit [Read error: Connection reset by peer]
dbg[m] has quit [Remote host closed the connection]
omasanori[m] has quit [Read error: Connection reset by peer]
eadwu[m] has quit [Write error: Connection reset by peer]
lily[m] has quit [Write error: Connection reset by peer]
daddy_james[m] has quit [Write error: Connection reset by peer]
JJJollyjim has quit [Write error: Connection reset by peer]
bachp has quit [Write error: Connection reset by peer]
octowan[m] has quit [Write error: Connection reset by peer]
Rian[m] has quit [Write error: Connection reset by peer]
Jake[m] has quit [Write error: Connection reset by peer]
fatjedi[m] has quit [Write error: Connection reset by peer]
felschr[m] has quit [Write error: Broken pipe]
chefkoch[m] has quit [Remote host closed the connection]
manu12[m] has quit [Remote host closed the connection]
dominicusin[m] has quit [Write error: Connection reset by peer]
hsiktas[m] has quit [Write error: Connection reset by peer]
AberDerBart[m] has quit [Write error: Connection reset by peer]
enderdays[m] has quit [Write error: Connection reset by peer]
oopisthedevil[m] has quit [Write error: Connection reset by peer]
dxb[m] has quit [Write error: Connection reset by peer]
jehova[m] has quit [Write error: Connection reset by peer]
j0hax[m] has quit [Read error: Connection reset by peer]
hr[m] has quit [Read error: Connection reset by peer]
init_6 has quit [Remote host closed the connection]
ngerstle[m] has quit [Remote host closed the connection]
faya01[m] has quit [Remote host closed the connection]
noneucat has quit [Remote host closed the connection]
jneplokh has quit [Remote host closed the connection]
Ericson2314 has quit [Remote host closed the connection]
MilkManzJourDadd has quit [Read error: Connection reset by peer]
yurb has quit [Remote host closed the connection]
xavierm02 has quit [Read error: Connection reset by peer]
TheSirC[m] has quit [Remote host closed the connection]
jgart[m] has quit [Read error: Connection reset by peer]
TimePath has quit [Read error: Connection reset by peer]
alexfmpe has quit [Remote host closed the connection]
allsyed[m] has quit [Write error: Connection reset by peer]
epitron[m] has quit [Write error: Connection reset by peer]
pachumicchu has quit [Write error: Connection reset by peer]
sghir_med[m] has quit [Write error: Connection reset by peer]
noderunner_[m] has quit [Write error: Connection reset by peer]
Aljosha[m] has quit [Write error: Connection reset by peer]
wak-work has quit [Write error: Connection reset by peer]
sebass[m] has quit [Write error: Connection reset by peer]
ongy[m] has quit [Read error: Connection reset by peer]
focalluna[m] has quit [Read error: Connection reset by peer]
wangoe[m] has quit [Read error: Connection reset by peer]
flip[m] has quit [Read error: Connection reset by peer]
idontgetoutmuch[ has quit [Read error: Connection reset by peer]
Addison[m] has quit [Read error: Connection reset by peer]
wlan42[m] has quit [Remote host closed the connection]
alienpirate5 has quit [Remote host closed the connection]
truh[m] has quit [Read error: Connection reset by peer]
leons has quit [Read error: Connection reset by peer]
sshow[m] has quit [Read error: Connection reset by peer]
jabarszcz[m] has quit [Read error: Connection reset by peer]
alaskacanyon[m] has quit [Remote host closed the connection]
boogiewoogie[m] has quit [Read error: Connection reset by peer]
slby[m] has quit [Read error: Connection reset by peer]
tolja[m] has quit [Read error: Connection reset by peer]
nrdxp[m]1 has quit [Read error: Connection reset by peer]
joschi has quit [Read error: Connection reset by peer]
Soarin[m] has quit [Remote host closed the connection]
greghab[m] has quit [Remote host closed the connection]
marcus[m]1 has quit [Read error: Connection reset by peer]
ks2048[m] has quit [Remote host closed the connection]
mukayu[m] has quit [Remote host closed the connection]
SpaghettiCthulhu has quit [Read error: Connection reset by peer]
alj[m] has quit [Read error: Connection reset by peer]
piotrszegda[m] has quit [Remote host closed the connection]
regivanx[m] has quit [Remote host closed the connection]
rnhmjoj has quit [Remote host closed the connection]
joey_tribbiianii has quit [Write error: Connection reset by peer]
alexarice[m] has quit [Remote host closed the connection]
ndarilek has quit [Remote host closed the connection]
dxu[m] has quit [Write error: Connection reset by peer]
sreybastien[m] has quit [Write error: Connection reset by peer]
aquarial has quit [Write error: Connection reset by peer]
rednaZ[m] has quit [Write error: Connection reset by peer]
antpic01[m] has quit [Write error: Connection reset by peer]
kaychaks_riot has quit [Write error: Connection reset by peer]
NobbZ[m] has quit [Write error: Connection reset by peer]
nikola[m] has quit [Write error: Connection reset by peer]
crazazy[m] has quit [Write error: Connection reset by peer]
DamienCassou has quit [Read error: Connection reset by peer]
kraem[m] has quit [Read error: Connection reset by peer]
syntaxtree[m] has quit [Write error: Connection reset by peer]
jschievink has quit [Write error: Connection reset by peer]
Notkea[m] has quit [Write error: Connection reset by peer]
yutyo[m] has quit [Read error: Connection reset by peer]
derrecklowe[m] has quit [Write error: Connection reset by peer]
Gleaken[m] has quit [Write error: Connection reset by peer]
stites[m] has quit [Write error: Connection reset by peer]
Eli[m]1 has quit [Write error: Connection reset by peer]
maralorn has quit [Read error: Connection reset by peer]
scatteredray[m] has quit [Write error: Connection reset by peer]
haslersn has quit [Write error: Connection reset by peer]
albert[m]1 has quit [Write error: Connection reset by peer]
aterius has quit [Write error: Connection reset by peer]
mathyouguy has quit [Write error: Connection reset by peer]
pjhenning[m] has quit [Write error: Connection reset by peer]
orivej has joined #nixos
gthm has joined #nixos
hellrazo1 has joined #nixos
cosimone has quit [Remote host closed the connection]
greymalkin has quit [Ping timeout: 264 seconds]
nwspk has joined #nixos
ericnoan has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #95250 → homeassistant: 0.113.3 -> 0.114.0 → https://git.io/JJSwX
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JJ9Wv
Mic92 has joined #nixos
philr has quit [Ping timeout: 256 seconds]
ericnoan has joined #nixos
lopsided98 has quit [Ping timeout: 244 seconds]
leah2 has joined #nixos
greymalkin has joined #nixos
sparogy has joined #nixos
luelista has joined #nixos
lopsided98 has joined #nixos
<evils> i'm trying to update the stlink package and i'm getting an ld failure, `crtbeginT.o: relocation R_X86_64_32 against hidden symbol '__TMC_END__' can not be used when making a shared object`
wolfshappen has quit [Ping timeout: 246 seconds]
<evils> hmm, looks like their latest git rev works, so it's just their released version that's broken :D
selfsymmetric-mu has joined #nixos
wolfshappen has joined #nixos
Soft has quit [Quit: WeeChat 2.7.1]
<bqv> Systemd is so subtly upsetting. It's the most convenient way to do almost anything, but I still really don't like it. Can't win
drakonis2 has quit [Ping timeout: 256 seconds]
<evils> this makes no sense, there's 1 additional commit on their master branch vs the release, that only touches their .github templates
gthm has quit [Ping timeout: 256 seconds]
<selfsymmetric-mu> I'm getting "error: stack overflow (possible infinite recursion)". `--show-trace` doesn't show anything. How do I find out where it's happening?
drakonis1 has quit [Quit: WeeChat 2.9]
<evils> ah no, 88 commits in their develop branch which is the default one, even though they have one called master...
<Extends> selfsymmetric-mu: when doing what ?
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis has joined #nixos
<selfsymmetric-mu> When running `emacsWithPackagesFromUsePackage`.
<selfsymmetric-mu> Extends: If I cut my config in half it works, but it doesn't matter which half. Sounds like I might just need a bigger stack or a smaller config.
wlan42[m] has joined #nixos
bennofs[m] has joined #nixos
pjt_014[m] has joined #nixos
nh2[m] has joined #nixos
mt[m] has joined #nixos
lina[m] has joined #nixos
rschulman has joined #nixos
ArtemVorotnikov[ has joined #nixos
theduke has joined #nixos
yangm has joined #nixos
chvp has joined #nixos
toto[m] has joined #nixos
M0-[m] has joined #nixos
eadwu[m] has joined #nixos
gretax[m] has joined #nixos
hazel[m] has joined #nixos
arcnmx has joined #nixos
l_inus[m] has joined #nixos
crazazy[m] has joined #nixos
aanderse has joined #nixos
regnat has joined #nixos
Ox4A6F has joined #nixos
maralorn has joined #nixos
rnhmjoj has joined #nixos
jgart[m] has joined #nixos
timokau[m] has joined #nixos
kaychaks_riot has joined #nixos
balsoft has joined #nixos
dxu[m] has joined #nixos
l-as has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer merged pull request #95220 → nixos/ipfs: Allow QUIC connections to socket activate too → https://git.io/JJy5I
ngerstle[m] has joined #nixos
tolja[m] has joined #nixos
felixfoertsch has joined #nixos
michaelpj has joined #nixos
ptotter[m] has joined #nixos
aquarial has joined #nixos
chefkoch[m] has joined #nixos
sjn[m] has joined #nixos
hpfr has joined #nixos
alaskacanyon[m] has joined #nixos
tskc[m]1 has joined #nixos
SpaghettiCthulhu has joined #nixos
octowan[m] has joined #nixos
srid has joined #nixos
domenkozar[m] has joined #nixos
watzon has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer pushed 3 commits to master: https://git.io/JJ9Wj
JJJollyjim has joined #nixos
ma27[m] has joined #nixos
bendlas has joined #nixos
norbert[m]1 has joined #nixos
HumanJohn[m] has joined #nixos
stites[m] has joined #nixos
TheSirC[m] has joined #nixos
tlater[m] has joined #nixos
philipp[m]1 has joined #nixos
worldofpeace has joined #nixos
sputny[m] has joined #nixos
wangoe[m] has joined #nixos
davegallant[m] has joined #nixos
l33[m] has joined #nixos
timclassic has joined #nixos
Gleaken[m] has joined #nixos
azazel has joined #nixos
haslersn has joined #nixos
srgancap[m] has joined #nixos
TimePath has joined #nixos
puzzlewolf has joined #nixos
grin[m] has joined #nixos
cab404[m] has joined #nixos
travelion[m] has joined #nixos
blindidiotgod has joined #nixos
ndarilek has joined #nixos
codyopel has joined #nixos
pinion[m] has joined #nixos
mcaju has joined #nixos
alienpirate5 has joined #nixos
MaJoe[m] has joined #nixos
Notkea[m] has joined #nixos
lily[m] has joined #nixos
sayanarijit[m] has joined #nixos
gh0st[m] has joined #nixos
cjbassi[m] has joined #nixos
GuillaumeChrel[m has joined #nixos
mica[m] has joined #nixos
symphorien[m] has joined #nixos
yutyo[m] has joined #nixos
cyberwolf[m] has joined #nixos
betrion[m] has joined #nixos
hsiktas[m] has joined #nixos
allsyed[m] has joined #nixos
ggpeti[m] has joined #nixos
slavfox has joined #nixos
dihydrogenmonoxi has joined #nixos
scatteredray[m] has joined #nixos
hr[m] has joined #nixos
epitron[m] has joined #nixos
noneucat has joined #nixos
utdemir[m] has joined #nixos
alexherbo2[m] has joined #nixos
pachumicchu has joined #nixos
xavierm02 has joined #nixos
flip[m] has joined #nixos
Yakulu[m] has joined #nixos
hans[m]5 has joined #nixos
chrismatheson has joined #nixos
rigola[m] has joined #nixos
sauyon[m] has joined #nixos
joghuru[m] has joined #nixos
emily has joined #nixos
Houtworm[m] has joined #nixos
cdknight[m] has joined #nixos
piotrszegda[m] has joined #nixos
ongy[m] has joined #nixos
alexarice[m] has joined #nixos
boomer[m] has joined #nixos
dtz has joined #nixos
hiroshi[m] has joined #nixos
nikola[m] has joined #nixos
phirsch has joined #nixos
chr0ma[m] has joined #nixos
sirreal[m] has joined #nixos
mukayu[m] has joined #nixos
atemu12[m] has joined #nixos
gsals[m] has joined #nixos
dominicusin[m] has joined #nixos
betty[m] has joined #nixos
leons has joined #nixos
slabity has joined #nixos
sneknek[m] has joined #nixos
trewqasad1[m] has joined #nixos
wak-work has joined #nixos
ice7[m] has joined #nixos
unclechu has joined #nixos
musicmatze has joined #nixos
Minijackson[m] has joined #nixos
philipp[m] has joined #nixos
guelosk[m] has joined #nixos
bpye has joined #nixos
nilsirl[m] has joined #nixos
brianh[m] has joined #nixos
lihram has joined #nixos
jtojnar has joined #nixos
colemickens has joined #nixos
david-sawatzke[m has joined #nixos
joschi has joined #nixos
Philipp[m]2 has joined #nixos
bbigras has joined #nixos
gildedlink[m] has joined #nixos
AberDerBart[m] has joined #nixos
anonymouserobot[ has joined #nixos
fatjedi[m] has joined #nixos
mindtree[m] has joined #nixos
Poscat[m] has joined #nixos
bohan[m] has joined #nixos
aloiscochard[m] has joined #nixos
lwbcdt[m] has joined #nixos
kekw736[m] has joined #nixos
ilya-fedin has joined #nixos
Smith[m]1 has joined #nixos
bachp has joined #nixos
Ke has joined #nixos
GerdFlaig[m] has joined #nixos
georg[m] has joined #nixos
aniketd[m] has joined #nixos
jlv has joined #nixos
chreekat[m] has joined #nixos
alexfmpe has joined #nixos
elorm[m] has joined #nixos
hsngrmpf[m] has joined #nixos
yochai[m] has joined #nixos
srasu[m] has joined #nixos
kriteus119[m] has joined #nixos
jojosch|Johannes has joined #nixos
Dandellion has joined #nixos
rednaZ[m] has joined #nixos
clandest[m] has joined #nixos
tristan[m] has joined #nixos
pjhenning[m] has joined #nixos
dbg[m] has joined #nixos
truh[m] has joined #nixos
jangsentry10032[ has joined #nixos
Ericson2314 has joined #nixos
ryantm has joined #nixos
davidak[m] has joined #nixos
axx has joined #nixos
BjrnForsman[m] has joined #nixos
mattock[m] has joined #nixos
MilkManzJourDadd has joined #nixos
matthewbauer has joined #nixos
Valodim[m] has joined #nixos
sreybastien[m] has joined #nixos
daddy_james[m] has joined #nixos
Louis[m]3 has joined #nixos
Superleaf1995 has joined #nixos
NobbZ[m] has joined #nixos
aterius has joined #nixos
d8d910[m] has joined #nixos
Rian[m] has joined #nixos
printfn[m] has joined #nixos
tbenst[m] has joined #nixos
lblasc[m] has joined #nixos
fgaz has joined #nixos
hanckmann[m] has joined #nixos
j0hax[m] has joined #nixos
danielrf[m] has joined #nixos
zrsk[m] has joined #nixos
thefloweringash has joined #nixos
eddyb has joined #nixos
blahaj[m] has joined #nixos
ZerataX has joined #nixos
sshow[m] has joined #nixos
kyren has joined #nixos
sghir_med[m] has joined #nixos
siraben has joined #nixos
dngray has joined #nixos
enderdays[m] has joined #nixos
j0hax[m]1 has joined #nixos
Strubbl[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
martha[m] has joined #nixos
hydridity[m] has joined #nixos
jneplokh has joined #nixos
faya01[m] has joined #nixos
inquisitiv3 has joined #nixos
onny[m] has joined #nixos
cutuchiqueno[m] has joined #nixos
jschievink has joined #nixos
omasanori[m] has joined #nixos
qbit[m] has joined #nixos
manu12[m] has joined #nixos
vaibhavsagar has joined #nixos
ptotter[m]1 has joined #nixos
rycee has joined #nixos
spazzpp2[m] has joined #nixos
acidpointer[m] has joined #nixos
raju[m] has joined #nixos
khassanov[m] has joined #nixos
aflatter[m] has joined #nixos
ks2048[m] has joined #nixos
kraem[m] has joined #nixos
johnazoidberg[m] has joined #nixos
jehova[m] has joined #nixos
koschitzky[m] has joined #nixos
M__[m] has joined #nixos
Eli[m]1 has joined #nixos
SourOatMilk[m] has joined #nixos
neonfuz2 has joined #nixos
ChrisOboe[m] has joined #nixos
cmcaine[m] has joined #nixos
DamienCassou has joined #nixos
Akshay[m] has joined #nixos
nrdxp[m] has joined #nixos
quidome[m] has joined #nixos
peterlau[m] has joined #nixos
dxb[m] has joined #nixos
lorencio[m] has joined #nixos
yurb has joined #nixos
drozdziak1 has joined #nixos
pitchzer0 has joined #nixos
sebass[m] has joined #nixos
tyrion-mx has joined #nixos
das-g[m] has joined #nixos
fszdg[m] has joined #nixos
test300[m] has joined #nixos
srxl has joined #nixos
Addison[m] has joined #nixos
Geezus42[m] has joined #nixos
alj[m] has joined #nixos
Julien[m] has joined #nixos
bqy has joined #nixos
Leira[m] has joined #nixos
shider[m] has joined #nixos
jabarszcz[m] has joined #nixos
zerocostabstrac4 has joined #nixos
noderunner[m] has joined #nixos
boogiewoogie[m] has joined #nixos
Niobium[m] has joined #nixos
mathyouguy has joined #nixos
marcus[m]1 has joined #nixos
scratch171[m] has joined #nixos
shu9[m] has joined #nixos
<lassulus> is matrix restarting again?
syntaxtree[m] has joined #nixos
Lars[m]4 has joined #nixos
trepetti[m] has joined #nixos
tinamus[m] has joined #nixos
Xamino[m] has joined #nixos
adray has joined #nixos
j4ng5y[m] has joined #nixos
regivanx[m] has joined #nixos
badmutex[m] has joined #nixos
etokarev[m] has joined #nixos
greghab[m] has joined #nixos
felschr[m] has joined #nixos
idontgetoutmuch[ has joined #nixos
CRTified[m] has joined #nixos
truby has joined #nixos
porphyrogenetos has joined #nixos
noderunner_[m] has joined #nixos
hienergy[m] has joined #nixos
yusdacra[m] has joined #nixos
AmitLevy[m] has joined #nixos
focalluna[m] has joined #nixos
nicolas[m]1 has joined #nixos
joey_tribbiianii has joined #nixos
albert[m]1 has joined #nixos
derrecklowe[m] has joined #nixos
kaiha[m] has joined #nixos
oopisthedevil[m] has joined #nixos
init_6 has joined #nixos
id[m] has joined #nixos
slby[m] has joined #nixos
kuramashinobi13[ has joined #nixos
wedens[m] has joined #nixos
Jan-HenrikBruhn[ has joined #nixos
Soarin[m] has joined #nixos
comrandroxaos[m] has joined #nixos
feffe[m] has joined #nixos
antpic01[m] has joined #nixos
hmpffff[m] has joined #nixos
zoickx[m] has joined #nixos
Jake[m] has joined #nixos
grahamc[m] has joined #nixos
Aljosha[m] has joined #nixos
nocturnalbeast[m has joined #nixos
<Ke> if I do nixos-install on a mktemp -d'd path I get EPERM when trying to do bind mounts, I tried shorter path lenghts and it worked
missionformilk has quit [Ping timeout: 256 seconds]
<Ke> am I really the only one who does nixos-instal on not mnt or is there something silly on mktemp or installer
<bqv> This is why I hide joins/parts…
<bqv> Gonna have to up my scrollback though
<bqv> Looks weird when its mostly missing
lopsided98 has quit [Ping timeout: 260 seconds]
lopsided98 has joined #nixos
<selfsymmetric-mu> If I can't see where it's happening, and it seems to be a matter of scale rather than an infinite loop, is there a way I can simply give Nix more stack space?
kahiru_ has joined #nixos
<Ke> ok maybe not
kalbasit has joined #nixos
<Ke> chmod 755 helped, so someone does mounts as nonroot or something
<Ke> I guess some mount/user namespace thing
dsg has quit [Quit: leaving]
dsg has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
EsperLily has joined #nixos
<selfsymmetric-mu> Another issue is that emacsWithPackagesFromUsePackage appears to dislike non-ascii characters.
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #88200 → openexr: 2.4.1 -> 2.5.2 → https://git.io/JfzCR
<{^_^}> [nixpkgs] @jtojnar pushed to staging « openexr: 2.4.1 -> 2.5.2 »: https://git.io/JJ9ll
veleiro has joined #nixos
<{^_^}> [nixpkgs] @Atemu opened pull request #95273 → Mlterm: Wrap as GTK app → https://git.io/JJ9lR
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
Izorkin has joined #nixos
Julien[m] is now known as Julien[m]
nrdxp[m] is now known as nrdxp[m]1
missionformilk has joined #nixos
noudle has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @misuzu opened pull request #95274 → qemu: libiscsi support → https://git.io/JJ98e
CptCaptain has joined #nixos
<CptCaptain> dirOf (writeTextDir "foo/bar.txt" "Hello, World!") = "/nix/store"
<CptCaptain> Is it supposed to be like this?
<CptCaptain> I thought it would create the preceding foo directory
tarruda2 has quit [Ping timeout: 246 seconds]
missionformilk has quit [Ping timeout: 256 seconds]
tarruda2 has joined #nixos
<lassulus> it does, but it does return where its inside, so the parent directory of that would be /nix/store
cosimone has joined #nixos
<CptCaptain> So what exactly is the purpose of writeTextDir then?
<lassulus> find $(nix-build -E 'with import <nixpkgs> {}; (writeTextDir "foo/bar.txt" "Hello, World!")') -> /nix/store/gwxvfs7v7qv69hxz8mxk2a2innja2q4h-bar.txt/foo/bar.txt
<lassulus> it creates a directory with textfiles, so it does what you expect
<CptCaptain> so how do I get that directory?
<CptCaptain> inside a nix expression?
<lassulus> (writeTextDir "foo/bar.txt" "Hello, World!")/foo ?
<CptCaptain> oh god, now I get it
<CptCaptain> thank you
Kk2 has joined #nixos
kalbasit_ has joined #nixos
<{^_^}> [nixpkgs] @filalex77 merged pull request #95267 → procs: 0.10.3 -> 0.10.4 → https://git.io/JJ9nS
<{^_^}> [nixpkgs] @filalex77 pushed 2 commits to master: https://git.io/JJ98Y
<Kk2> is there any way to store my nvidia-settings xorg.conf on nixos?
<Kk2> i will try to specify the services.xserver.config directly let see
CptCaptain has quit [Quit: WeeChat 2.9]
<lassulus> maybe services.xserver.extraConfig if that doesn't work or you want some of the other options to have an effect
<{^_^}> [nixpkgs] @KyleOndy opened pull request #95275 → tmuxPlugins.tmux-fzf: init at unstable-2020-07-28 → https://git.io/JJ98b
<energizer> what is the bottleneck installing stuff from cache.nixos.org?
<energizer> actually nevermind that.
<energizer> when i'm running nix in single-user installation, does nix ever have more than one client connection open on the db.sqlite?
cjpbirkbeck has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<bqv> there's locking mechanisms
<bqv> iirc
nschoe has joined #nixos
quinn has joined #nixos
watzon has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
<energizer> i'm experiencing database corruption when using nix on NFS. i'm looking for ways to reduce these problems. can i tell nix to be less concurrent?
<bqv> nix doesn't use the daemon if you're root, right?
<energizer> kini: that post advises '"use-sqlite-wal = false" in your nix.conf.' but i dont see that option in `man nix.conf`
angelos has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #95247 → gobetween, kustomize: remove deleteVendor, enable checks → https://git.io/JJSuR
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/JJ9BE
<angelos> Hello all, I am trying to install nixox and when I am running nixos-install I get the following error: changing ownership of path '/mnt/nix/store': Operation not permitted
<angelos> any ideas?
<energizer> be root
<angelos> I am root, to get as root I did 'sudo su'
kenshinCH has quit [Ping timeout: 256 seconds]
<energizer> show stat /mnt /mnt/nix /mnt/nix/store
kenshinCH has joined #nixos
<higherorder> Hey :) Is there a way to inspect the context of a string ?
<angelos> energizer its a bit long text to copy. What do you want to know from stat?
<energizer> angelos: do you have internet on that computer?
nullheroes has joined #nixos
CodeSpelunker has joined #nixos
<angelos> yes
<energizer> angelos: pipe it into curl -F 'f:1=<-' ix.io
__monty__ has joined #nixos
o1lo01ol1o has joined #nixos
<angelos> energizer
<angelos> energizer stat /mnt
<energizer> stat takes multiple arguments
<energizer> you can do it all in one
<energizer> oh include / too
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
<angelos> energizer http://ix.io/2u0B
<energizer> that looks okay. i'm not sure what's wrong
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/2a403c94766 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<angelos> energizer I am sending you the commands I run, to tell me if I miss something then
cole-h has joined #nixos
<energizer> angelos: yes i see what you said, i dont know what is wrong
shibboleth has joined #nixos
<angelos> energizer http://ix.io/2u0D
<angelos> do you see something wrong here?
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
angelos has quit [Quit: Ping timeout (120 seconds)]
<energizer> i dont know. i've been using nix a while but i'm not an actual expert. if you can hang around a bit some experts might drop by (they often do)
<higherorder> Also.. what is the difference between `import ./abc.nix` and `import <./abc.nix>`?
<energizer> higherorder: <...> comes from NIX_PATH=abc=foobar
angelos has joined #nixos
<energizer> oh you asked <./abc.nix>, never seen that before
xkapastel has quit [Quit: Connection closed for inactivity]
<immae> maybe NIX_PATH=.=something is valid?
<immae> It is
<immae> funny smiley in the middle
<{^_^}> [nixpkgs] @lilyball opened pull request #95277 → cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2 → https://git.io/JJ9R1
<higherorder> energizer: I messed up trying to import a local file with <>, so I was wondering what it did
<immae> To answer your question higherorder, a path between brakets <some/path.nix> refers to the "some" in the environment variable NIX_PATH=some=https://someurl (which, in my example, should contain a path.nix at its root)
Guest9432 has quit [Quit: ZNC 1.8.1 - https://znc.in]
<immae> While ./abc.nix refers to abc.nix "next" to the current location
<higherorder> immae: ah I see! so `import <nixpkgs>` looks it up from NIX_PATH?
<higherorder> `nixpkgs=nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos`
<immae> Yes
<immae> NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos yes
<higherorder> I see; thanks!
<higherorder> Another question... how can I run `nix repl` in pure evaluation mode?
<immae> how pure?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95278 → syncthing-discovery: 1.7.1 -> 1.8.0 → https://git.io/JJ9Rd
<{^_^}> [nixpkgs] @toraritte opened pull request #95279 → azure-new: Amend `upload-image.sh` and `boot-vm.sh` → https://git.io/JJ9Rb
<immae> Not using impure functions should be sufficient to remain pure in nix repl
<immae> But technically nix repl accepts your input so it cannot be pure
<higherorder> immae: https://nixos.org/nix/manual/; the manual mentions something called "pure evaluation mode" in which things like fetchGit without rev are disabled. I wanted to check if `fetchUrl` was also disabled
<higherorder> (without a has)
<higherorder> hash*
<higherorder> I assume it is
knupfer has joined #nixos
<immae> Oh
knupfer1 has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #95190 → tiled: 1.4.1 -> 1.4.2 → https://git.io/JJyaO
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JJ9Rj
angelos has quit [Remote host closed the connection]
thc202 has quit [Ping timeout: 244 seconds]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
smatting_ has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #95280 → pure-ftpd: add patch for CVE-2020-9274 → https://git.io/JJ90e
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
leonardp has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<_habnabit> erm, does nix-build require kvm? qemu seems to start without issue but every time i get this error and i'm not sure why or how to configure it not to? qemu-system-x86_64: CPU model 'host' requires KVM
<_habnabit> command is: $ nix-build '<nixpkgs/nixos/release.nix>' -o ./result -A amazonImage.x86_64-linux --argstr system x86_64-linux
jbox has joined #nixos
jbox is now known as Guest46902
knupfer has quit [Ping timeout: 260 seconds]
knupfer1 is now known as knupfer
<{^_^}> [nixpkgs] @Ma27 pushed 20 commits to glibc232: https://git.io/JJ90t
<cransom> to build an ami, it needs to start a vm for some aspects of the image build. it would use kvm to do that faster, but it can be done without it if you, for instance, are doing this in aws where there's no hardware virtualisation support.
nschoe has quit [Ping timeout: 272 seconds]
<_habnabit> cransom, i'm running it locally
polezaivsani has quit [Ping timeout: 256 seconds]
euandreh has left #nixos ["ERC (IRC client for Emacs 26.3)"]
euandreh has joined #nixos
drakonis has joined #nixos
<{^_^}> [nixpkgs] @NickHu merged pull request #90161 → agda-categories: 0.1 -> 0.1.3.1 → https://git.io/Jf9D7
<{^_^}> [nixpkgs] @NickHu pushed 2 commits to master: https://git.io/JJ90a
missionformilk has joined #nixos
smatting_ has quit [Ping timeout: 272 seconds]
<euandreh> Why doesn't the documentation at ./nixos/modules/services/networking/prosody.xml doesn't show up in the NixOS manual?
<euandreh> Was it excluded on purpose?
oida has quit [Ping timeout: 240 seconds]
<_habnabit> cransom, so how do i build without kvm..? the nix-build command exits with an error without seeming to fall back on anything else
<{^_^}> [nixpkgs] @NickHu merged pull request #95059 → agdaPackages.generic: init at v0.1 → https://git.io/JJMHX
<{^_^}> [nixpkgs] @NickHu pushed 2 commits to master: https://git.io/JJ90D
kraeXen has joined #nixos
<infinisil> euandreh: The manual on the website is from stable
maloook has quit [Remote host closed the connection]
moet has quit [Quit: leaving]
oida has joined #nixos
kraeXen has quit [Client Quit]
kraeXen has joined #nixos
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #95066 → profanity: 0.8.1 -> 0.9.5 → https://git.io/JJMdB
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JJ9Ev
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95281 → taskell: 1.9.4 -> 1.10.0 → https://git.io/JJ9EJ
cosimone has quit [Remote host closed the connection]
<energizer> kini: looks that way :\
<{^_^}> [nixpkgs] @jonringer merged pull request #95254 → neovim: fix node neovim binary link → https://git.io/JJSPP
<{^_^}> [nixpkgs] @jonringer pushed commit from @kalekseev to master « neovim: fix node neovim binary link »: https://git.io/JJ9Em
<energizer> for the logs: https://nixos.wiki/wiki/Nix_Installation_Guide#NFS has some more info on avoiding db corruption over nfs
<{^_^}> [nixpkgs] @jonringer closed pull request #80134 → pythonPackages.robotframework-debuglibrary: init at 1.2 → https://git.io/Jvlz8
<nature> how do I add a vim plugin with home manager that is not in the vimPlugin packages ?
<euandreh> nature: it should be probably easy to package your own
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95282 → tendermint: 0.33.6 -> 0.33.8 → https://git.io/JJ9uI
<energizer> nature: you can pass src=
<energizer> nature: eg plugins = [ {name = "fzf-completion"; src = pkgs.fzf; file = "share/fzf/completion.zsh";} ]
drakonis has quit [Ping timeout: 246 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJ9u3
cosimone has joined #nixos
<nature> energizer: oh ok, this one answers my question for fzf
drakonis has joined #nixos
<euandreh> infinisil: I was going to answer that even stable has that documentation, so that's why I asked. However it doesn't have it. My mistake :)
<nature> energizer: but would you know how I can do for asyncomplete ?
<energizer> nature: i'm not familiar with asyncomplete. is it in nixpkgs?
<energizer> nature: er i was answering about zsh not vim, but the idea is the same
<nature> no asyncomplete is not in the nixpkgs
<nature> I think I'll have to do as euandreh said and package my own
<energizer> yep
<nature> Where should I start looking for to do that ?
<nature> Like finding an example, I am currently looking at nixpkgs but I am not sure I understand the relevant part
<energizer> for the case of a zsh plugin i have plugins = [ {name = "fzf-tab"; src = pkgs.fetchFromGitHub {owner = "Aloxaf"; repo = "fzf-tab"; rev = "47ed49e72161aee919eeec3491fe57ad5040ead9"; sha256 = "sha256:09rsdnqxlmr8rmx2dmqk3nz9y63pzz277hp2q8wm6xjamy0yvwva";}; file = "fzf-tab.plugin.zsh";}
raiaq has joined #nixos
<nature> so file is the file to "execute" ?
knupfer has quit [Ping timeout: 256 seconds]
<energizer> something like that
knupfer has joined #nixos
kraeXen has quit [Quit: [ - ]]
kahiru_ has quit [Quit: leaving]
kraeXen has joined #nixos
robogoat has quit [Ping timeout: 246 seconds]
<nature> ok so if I understand with asyncomplete (https://github.com/prabirshrestha/asyncomplete.vim) I could have something like plugins = [ { name = "asyncomplete"; src = pkgs.fetchFromGithub {...}; file = "autoload/asyncomplete.vim" } ]
robogoat has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95283 → terraform-ls: 0.5.4 -> 0.6.0 → https://git.io/JJ9uM
<energizer> something like that i would guess. you can check the home-manager vim modules to see some examples
<energizer> (i'd guess)
<nature> didn't find any, guess I'll try and see if it works ^^'
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95284 → tfsec: 0.24.1 -> 0.25.0 → https://git.io/JJ9zU
allgreed has left #nixos ["The Lounge - https://thelounge.chat"]
hisham has joined #nixos
praduca has joined #nixos
jlslnx has quit [Quit: leaving]
C0M3T has joined #nixos
<nature> energizer: Ok it tells me that it's not of type `package` ...
C0M3T has quit [Client Quit]
<veleiro> can you reference a nixpkgs tarball in nix.nixPath?
<veleiro> or must you extract it first
<_habnabit> so, just to clarify.. nixpkgs will only have one version of python, and if i need an older version like 3.7, i should be using something like pyenv to build it?
<praduca> Hi... someone using zfs and having trouble with grub-install? rebuilding is generating an error sayng "nvlist_lookup_string ("path"): No such file or directory"
<praduca> Cant figure out if this is a bug or if I'm doing something wrong
nature has quit [Ping timeout: 260 seconds]
<energizer> _habnabit: nixpkgs.python36 nixpkgs.python37 nixpkgs.python38
Darkmatter66 has quit [Ping timeout: 240 seconds]
lsix has quit [Quit: WeeChat 2.9]
<_habnabit> energizer, does that name mean i have to `nix-env -i nixpkgs.python37` ?
<energizer> ,-i
<_habnabit> energizer, i don't know what that means
<energizer> _habnabit: i thought that was a bot trigger
Darkmatter66 has joined #nixos
<energizer> ,-iA
<{^_^}> see ,-A
<energizer> ,-A
<{^_^}> You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<energizer> that was a lot of typing for a small message..
<_habnabit> heh
<_habnabit> "attribute 'nixpkgs' in selection path 'nixpkgs.python37' not found"
<_habnabit> did i break something again,
<energizer> which nixpkgs version do you have?
<_habnabit> 20.03 i thought
<energizer> that should have 37
<energizer> try `nix run nixpkgs.python37`
<{^_^}> [nixpkgs] @maxeaubrey closed pull request #84999 → pico-8: init at 0.1.12c → https://git.io/Jvh1A
<energizer> _habnabit: normally i prefer to avoid nix-env altogether in favor of defining my system declaratively in configuration.nix or home-manager, and project-specific stuff in a nix-shell.
<_habnabit> energizer, that command gave me a broken bash prompt but python3 is python 3.7
<{^_^}> [nixpkgs] @maxeaubrey closed pull request #88679 → gnomeExtensions.no-title-bar: unbreak, 9 -> 2020-05-14 → https://git.io/JfaZd
<_habnabit> `nix-shell -p python37` gave me a not-broken shell and python 3.7
<simpson> A shell.nix combined with direnv can allow for Nix to provide the Python, but also for standard Python virtualenv to be loaded and have stuff installed. https://github.com/direnv/direnv/wiki/Nix for the direnv side of things, https://bpa.st/D7YA for a real example .envrc.
<energizer> _habnabit: you can try nix-env -iA python37
__monty__ has quit [Quit: leaving]
<_habnabit> energizer, 'try'? i mean, i got what i wanted with the last command i cited
<energizer> _habnabit: ah ok. nix-env does the systemwide install instead of the "make me a shell with"
<_habnabit> so i guess python is one of the exceptions to the single version policy?
<energizer> yeah
o1lo01ol_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95285 → ugrep: 2.5.0 -> 2.5.1 → https://git.io/JJ92G
shibboleth has quit [Quit: shibboleth]
kalbasit_ has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 240 seconds]
Extends has quit [Remote host closed the connection]
jbox has joined #nixos
moet has joined #nixos
samrose has joined #nixos
samrose_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @stigtsp opened pull request #95286 → perlPackages.Minion: init at 10.13 → https://git.io/JJ92D
<moet> can anyone help me to understand how nixops connects to a host with targetEnv="none"? i can't get it to ssh in, it gets "permission denied (publickey)" even though i've manually added the key from the nixops ResourceAttrs table to the host's authorized keys
cjpbirkbeck has quit [Ping timeout: 260 seconds]
cjpbirkbeck has joined #nixos
<moet> i've also tried extracting the public key that corresponds to the private key and manually sshing to the host, but that doesn't get as far as "permission denied" .. it just hangs
<{^_^}> [nixpkgs] @ryantm merged pull request #95241 → cpp-utilities: 5.5.0 -> 5.6.0 → https://git.io/JJSmy
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJ9aC
raiaq has quit [Quit: WeeChat 2.9]
riaq has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95287 → vips: 8.9.2 -> 8.10.0 → https://git.io/JJ9al
kalbasit_ has joined #nixos
riaq is now known as raiaq
<moet> ok, i've gotten around the port nonsense, and now i can ssh to the box with nixops' public/private key combination .. however nixops cannot ssh to the box
erasmas has quit [Quit: leaving]
Dagger2 is now known as Dagger
mmmattyx has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/38c6c467965 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
growpotkin has joined #nixos
proofofkeags has quit [Remote host closed the connection]
wolfshappen has quit [Ping timeout: 260 seconds]
<moet> yeah, this is kind of a weird place .. i can ssh using nixops' generated creds, but nixops cannot
<moet> no idea where to go from here
<clever> moet: nixops doesnt try to escape any args, so if you `nixops ssh host -v`, it will wind up passing that -v to ssh, and ssh will spew its logs
<moet> oh
<moet> it's using my personal ssh key from ~/.ssh instead of using the one in its own database
<moet> what the heck
toraritte has joined #nixos
<clever> moet: the ssh agent will leak in when using nixops
cosimone has quit [Ping timeout: 260 seconds]
<moet> i don't run ssh agent
<moet> but the `-v` shows that it's using ~/.ssh
<clever> that would explain things better then
<clever> ah
<clever> normally, nixops will use `-i` to change the path to the private key, to one in /tmp/
<clever> if the nixops state doesnt have a key assigned to that machine, it wont do that
<moet> the nixops state has keys assigned to the machine, i can see them by doing `sqlite3 '.dump ResourceAttrs' on the db file
<clever> moet: does it say what args ssh got ran with?
<clever> moet: which backend is the machine managed by?
<moet> it doesn't say what args ssh got run with, even with -v
<clever> check `ps aux | grep ssh` while its asking for a pw?
<lunik1> I'm having some trouble making a nixos live usb. I used unetbootin to create it and it times out waiting for /dev/root when I try to boot it
knupfer has quit [Quit: knupfer]
<clever> lunik1: unetbootin breaks the nixos iso, just dd it directly to the usb
<moet> i didn't specify a backend (or "deployment.targetEnv") so i assume it's using "none" which is the default
<clever> the iso already works on usb
<lunik1> clever: is there a tool that works on windows?
<clever> lunik1: windd, windiskimager, and others
knupfer has joined #nixos
<lunik1> ok
<clever> moet: can you pastebin the records from ResourceAttrs that tie a priv key to the machine? (and obviously censor the key)
<moet> clever: this is how it's running ssh: ssh -x user@hostname -S /run/user/1000/nixops-ssh-tmp0UjLpL/master-socket -M -N -f -oNumberOfPasswordPrompts=3 -oServerAliveInterval=60 -oControlPersist=600 -C -p 8922 -p 8922
<clever> moet: yeah, looks like nixops doesnt believe there is a priv key tied to the machine
<moet> i'm using a custom port, which is already set up correctly on the target machine
<clever> i suspect your misreading the state db
<moet> sec..
tdeo has quit [Read error: Connection reset by peer]
tdeo has joined #nixos
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 260 seconds]
mbrgm has quit [Ping timeout: 246 seconds]
mbrgm_ has joined #nixos
mbrgm_ is now known as mbrgm
wolfshappen has joined #nixos
<moet> you can see there's only one row in resources, with the int id for the machine.. and the resourceattrs table has a pub and priv key which FK to the machine id
<moet> i haven't dug enough into the nixops source to see if i'm interpreting this correctly, but it seems straightforward
<clever> moet: yeah, that all looks correct
<clever> 80 def get_ssh_flags(self, *args, **kwargs):
<clever> 82 if self.vm_id and self.cur_toplevel and self._ssh_public_key_deployed:
<clever> 83 return super_state_flags + ["-o", "StrictHostKeyChecking=accept-new", "-i", self.get_ssh_private_key_file()]
<clever> 35 _ssh_public_key_deployed = attr_property("none.sshPublicKeyDeployed", False, bool)
<moet> ahh....
<clever> moet: none.sshPublicKeyDeployed hasnt been set yet, so nixops believes the key is of zero use
<moet> got it
<clever> 64 def switch_to_configuration(self, method, sync, command=None):
<clever> 66 if res == 0:
<clever> 67 self._ssh_public_key_deployed = True
<clever> once it successfully deploys once, it will think the key works, and try using it
raiaq has quit [Ping timeout: 272 seconds]
<moet> ..so for the initial deploy i should use a password i guess
<{^_^}> [nixpkgs] @marsam merged pull request #95284 → tfsec: 0.24.1 -> 0.25.0 → https://git.io/JJ9zU
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9w1
<clever> or use your main ~/.ssh/id_rsa
<moet> or that, yeah
<clever> that key will work, for the first deploy
<moet> i need to do ssh-copy-id, but yeah
<moet> it's a blank machine running the livecd lol
<clever> ah
<clever> there is another trick you can use
<clever> [clever@amd-nixos:~]$ curl https://github.com/cleverca22.keys
<clever> moet: this returns every pubkey that github believes i own
<clever> so you can just paste in your own username, and > ~/.ssh/authorized_keys
<clever> and boom, your allowed in
<moet> oh that's nice
kaliumxyz has quit [Remote host closed the connection]
knupfer has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Atemu opened pull request #95288 → jc: 1.13.1 -> 1.13.4 → https://git.io/JJ9w7
jurlerci has joined #nixos
<moet> clever: thanks; i think you've got me unstuck so i'll try out these things
<moet> (yet again)
<{^_^}> [nixpkgs] @marsam merged pull request #95285 → ugrep: 2.5.0 -> 2.5.1 → https://git.io/JJ92G
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9rm
kalbasit has quit [Ping timeout: 244 seconds]
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos
torarittex has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #95283 → terraform-ls: 0.5.4 -> 0.6.0 → https://git.io/JJ9uM
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9r3
{`-`} has joined #nixos
kraeXen has quit [Quit: [ - ]]
cr4y1 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #95140 → libmaxminddb: 1.4.2 -> 1.4.3 → https://git.io/JJDN6
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9rZ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95289 → zimg: 2.9.3 -> 3.0 → https://git.io/JJ9rC
<{^_^}> [nixpkgs] @marsam merged pull request #95133 → irqbalance: 1.6.0 -> 1.7.0 → https://git.io/JJD5D
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9r8
philr has joined #nixos
praduca has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Atemu opened pull request #95290 → mlterm: enable IME support → https://git.io/JJ9ro
<{^_^}> [nixpkgs] @jtojnar opened pull request #95291 → openexr: 2.5.2 → 2.5.3 → https://git.io/JJ9r6
noudle has quit []
abathur has quit [Quit: abathur]