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
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
nature has quit [Ping timeout: 240 seconds]
bbarker has quit [Remote host closed the connection]
dermetfan has quit [Ping timeout: 240 seconds]
ReqGame has joined #nixos
bbarker has joined #nixos
Serus has quit [Ping timeout: 260 seconds]
<{^_^}> [nixos-search] @andir opened pull request #208 → Always use NixOS/nixpkgs instead of NixOS/nixpkgs-channels → https://git.io/JUxf1
euandreh has joined #nixos
<colemickens> nix build .#some.thing --builders ssh://root@foo should try the remote builder, right?
<cole-h> Try -j0
<cole-h> I don't think it tries the remote builder until you're at max jobs, whatever that may be.
<{^_^}> [nixpkgs] @jonringer merged pull request #99905 → [20.09] nixos/security/acme: order after nss-lookup.target → https://git.io/JUANJ
<{^_^}> [nixpkgs] @jonringer pushed commit from @andir to release-20.09 « nixos/security/acme: order after nss-lookup.target »: https://git.io/JUxfH
<cole-h> If you set max jobs to 0 (-j0), it won't be able to build on your local machine, but will be able to do so on the remote machine
<cole-h> (I think)
justanotheruser has quit [Ping timeout: 260 seconds]
<colemickens> And -j0 didn't help, just forced a different failure
* colemickens this is why I have multiple scripts where I manually copy derivations, then build, then copy back...
<colemickens> I think that possibly Nix daemon is not running on the suggested remote.
<colemickens> okay, well it's still doing the same thing with a known usable remote builder.
<{^_^}> [nixos-search] @samueldr merged pull request #208 → Always use NixOS/nixpkgs instead of NixOS/nixpkgs-channels → https://git.io/JUxf1
<{^_^}> [nixos-search] @samueldr pushed commit from @andir to master « Always use NixOS/nixpkgs instead of NixOS/nixpkgs-channels (#208) »: https://git.io/JUxJm
jani1234 has joined #nixos
ris has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUxJR
jani1234 has quit [Ping timeout: 240 seconds]
liuyb has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #99913 → syncthing: 1.9.0 -> 1.10.0 → https://git.io/JUxJr
cole-h has quit [Ping timeout: 240 seconds]
hyper_ch5 has joined #nixos
Serus has joined #nixos
hyper_ch4 has quit [Ping timeout: 240 seconds]
liuyb has quit [Ping timeout: 272 seconds]
bbarker has quit [Remote host closed the connection]
liuyb has joined #nixos
justanotheruser has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #99914 → borgbackup: 1.1.13 -> 1.1.14 → https://git.io/JUxUA
<{^_^}> [nixpkgs] @BK1603 opened pull request #99915 → linuxPackages_5_7: added ext4 swap fix patch to the kernel → https://git.io/JUxT3
<{^_^}> [nixpkgs] @marsam opened pull request #99916 → postgresqlPackages.pg_cron: 1.2.0 -> 1.3.0 → https://git.io/JUxTZ
<{^_^}> [nixpkgs] @marsam opened pull request #99917 → bazelisk: 1.6.1 -> 1.7.1 → https://git.io/JUxTn
alexherbo2 has joined #nixos
bbarker has joined #nixos
alexherbo28 has quit [Ping timeout: 272 seconds]
jabster28_ has quit [Ping timeout: 258 seconds]
CMCDragonkai1 has joined #nixos
<{^_^}> [mobile-nixos] @samueldr merged pull request #220 → Generalize Pinephone Device → https://git.io/JUAPC
<{^_^}> [mobile-nixos] @samueldr pushed commit from @J-Kirch to master « pinephone-braveheart: Generalize Pinephone devices »: https://git.io/JUxkc
jabster28 has joined #nixos
bbarker has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam pushed to master « act: build with go 1.15 on darwin »: https://git.io/JUxkV
CMCDragonkai1 has quit [Quit: CMCDragonkai1]
jabster28 has quit [Ping timeout: 240 seconds]
jabster28 has joined #nixos
monokrome|stole is now known as monokrome
jabster28_ has joined #nixos
jabster28 has quit [Ping timeout: 240 seconds]
jabster28 has joined #nixos
jabster28_ has quit [Ping timeout: 240 seconds]
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
knerten2 has joined #nixos
knerten1 has quit [Ping timeout: 240 seconds]
sigmundv__ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @kalbasit opened pull request #99919 → mellowplayer: 3.6.5 -> 3.6.6 → https://git.io/JUxts
patagonicus1388 has joined #nixos
alexherbo2 has quit [Ping timeout: 246 seconds]
patagonicus138 has quit [Ping timeout: 260 seconds]
patagonicus1388 is now known as patagonicus138
zecnate has joined #nixos
<zecnate> I just spent way too long tracing down a bug only to find out that `x:x` parses as a string instead of `x: x`. This surprised me. I reread the manual and realized this must be triggering the "url parser".
<zecnate> > x: x
<{^_^}> <LAMBDA>
jani1234 has joined #nixos
<zecnate> > x:x
<{^_^}> "x:x"
<zecnate> :-(
<zecnate> How useful is the url literal in practice?
jani1234 has quit [Ping timeout: 240 seconds]
<V> zecnate: all instances of it in nixpkgs were removed not so long ago
<V> so I think it was decided as "not"
<zecnate> Oh, that's good to hear.
<zecnate> It doesn't seem worth the complexity/confusion IMO.
<zecnate> I think I'm ok with path literal syntax based on the belief that if a token begins with '.' or '<' it must be a path value otherwise it must not be a path value, which is a fairly simple rule.
<zecnate> Is my belief accurate?
<V> or a /
<V> except if it's two or more / then it's parsed as the attrset update operator
aw_ has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
<AluisioASG> The RFC 45 discussion is too long to load but I wonder if warning upon parsing an URI was considered
spacefrogg has joined #nixos
zecnate has quit [Remote host closed the connection]
rajivr has joined #nixos
<samueldr> it's only been deprecated for use in Nixpkgs
liuyb has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ericdallo opened pull request #99920 → flutter: Bump and add dart cache to flutter → https://git.io/JUxmh
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
knerten2 has quit [Ping timeout: 240 seconds]
jabster28 has quit [Ping timeout: 240 seconds]
jabster28 has joined #nixos
MrCoffee has quit [Quit: Lost terminal]
<{^_^}> [nix] @AmineChikhaoui opened pull request #4116 → support name attribute in fetchGit → https://git.io/JUxYu
ReqGame has quit [Ping timeout: 272 seconds]
jabster28 has quit [Ping timeout: 240 seconds]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
jabster28 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]
<DigitalKiwi> colemickens: i get that error a lot too :(
<colemickens> I just don't get it. Am I doing something wrong or is it just flat out broken?
jabster28 has quit [Ping timeout: 240 seconds]
<DigitalKiwi> we couldn't both be wrong now could we?
<DigitalKiwi> it has to be nix
* colemickens would rather just be wrong :P
ransom has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
<{^_^}> [mobile-nixos-website] @samueldr pushed to master « Add August and September 2020 round-up »: https://git.io/JUxOV
<colemickens> DigitalKiwi: idk, I filed: https://github.com/NixOS/nix/issues/4117
<{^_^}> nix#4117 (by colemickens, 9 seconds ago, open): nix build ... --builders doesn't seem to try to use the remote builder
noonien has quit [Quit: Connection closed for inactivity]
jabster28 has joined #nixos
<colemickens> oh no, as always, I think I figured it out immediately after filing
jabster28 has quit [Ping timeout: 240 seconds]
<DigitalKiwi> what do you think it is?
<colemickens> DigitalKiwi: I forgot to tell nix the remote machine architecture
<DigitalKiwi> how do you do that i can't ever do it from cli
<colemickens> lol, I have to go configure root's ssh access first
<colemickens> DigitalKiwi: this explains what _did_ work, and the source of my confusion: https://github.com/NixOS/nix/issues/4117#issuecomment-704674565
<colemickens> DigitalKiwi: but, maybe this is where you got tripped up, it does the SSH as root.
<DigitalKiwi> i get it even when i'm building x86_64 on x86_64 :(
<colemickens> allowedUsers, root has to be able to ssh, root has to pre-accept the hostkey, those are my usual ones I check
<colemickens> DigitalKiwi: what derivation are you building? you might need to specify big-parallel as a feature.
<{^_^}> [nixpkgs] @ryanorendorff opened pull request #99921 → pyopencl: enable package build for macOS → https://git.io/JUx3x
dansho has joined #nixos
<DigitalKiwi> i haven't in a while idk
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 244 seconds]
Supersonic112 is now known as Supersonic
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
jabster28 has joined #nixos
Izorkin has quit [Read error: Connection reset by peer]
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @S-NA opened pull request #99922 → firefox: add ltoSupport and enable it by default → https://git.io/JUxGe
jabster28 has quit [Ping timeout: 240 seconds]
jabster28 has joined #nixos
AluisioASG has quit [Ping timeout: 245 seconds]
jani1234 has joined #nixos
jani1234 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @austinbutler opened pull request #99923 → [20.09] python3Packages.alerta-server: fix build → https://git.io/JUxZD
Rusty1 has quit [Quit: WeeChat 2.3]
liuyb has joined #nixos
<{^_^}> [nixpkgs] @samuela opened pull request #99924 → spotify-unwrapped: 1.1.26.501.gbe11e53b-15 -> 1.1.42.622.gbd112320-37 → https://git.io/JUxnr
liuyb has quit [Ping timeout: 240 seconds]
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
domogled has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #99925 → orpie: 1.5.2 → 1.6.1 → https://git.io/JUxca
endformationage has quit [Quit: WeeChat 2.9]
liuyb has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
liuyb has quit [Ping timeout: 240 seconds]
jabster28 has quit [Ping timeout: 265 seconds]
jani1234 has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 258 seconds]
palo1 is now known as palo
ransom has joined #nixos
amfl_ has joined #nixos
amfl has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @KAction opened pull request #99926 → Unbreak haskellPackages.hpack-dhall → https://git.io/JUxlY
vonfry has joined #nixos
fresheyeball has joined #nixos
<fresheyeball> I want to do a weird thing
<fresheyeball> is it possible to spawn a nix shell as a process
<fresheyeball> get some kind of a handle for it, that we can use to close it later
<fresheyeball> and execute commands in it, and get their stdout results
bahamas has joined #nixos
sangoma has joined #nixos
<{^_^}> [nixos-homepage] @samueldr pushed 16 commits to redesign-download: https://git.io/JUxly
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to master: https://git.io/JUxlj
orivej has joined #nixos
<{^_^}> [nixpkgs] @vcunat merged pull request #99227 → luajit_2_0: 2.0.5-2020-08-09 -> 2.0.5-2020-09-27, luajit_2_1: 2.1.0-2020-08-27 -> 2.1.0-2020-09-30 → https://git.io/JUyQx
spudly has joined #nixos
justanotheruser has quit [Ping timeout: 240 seconds]
jabster28 has joined #nixos
<sphalerite> fresheyeball: yes
<sphalerite> fresheyeball: one way might be to run it in `expect`
<fresheyeball> I mean programatically
<fresheyeball> I want to serve ghcjs incremental builds as a web service
mallox has joined #nixos
jabster28 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixos-homepage] @samueldr pushed to redesign-download « site-styles: Make text in warning notice more readable »: https://git.io/JUx81
aszlig has joined #nixos
<samueldr> fresheyeball: nix-shell or nix repl?
<fresheyeball> nix-shell
<fresheyeball> I want to run `cabal build --ghcjs` frequently, in response to http calls to my server
<fresheyeball> and respond with the output
waleee-cl has quit [Quit: Connection closed for inactivity]
<fresheyeball> as in the stdout this command produces
<samueldr> >> echo "echo hi" | nix-shell -p bash --run bash
<samueldr> not sure if that helps you
<fresheyeball> I need the shell to persist
<fresheyeball> I can't have users waiting for nix to evaluate as part of the http request response cycle
<samueldr> you'd need to make that part of your daemon
<samueldr> that's really more about _what_ is running in the shell
<fresheyeball> oh hmm
<samueldr> the previous is analogous to echo "echo hi" | bash
<fresheyeball> I see
<samueldr> nix-shell can run anything
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JUx4q
<fresheyeball> so I could write this as a nix module
<samueldr> nix-shell -p hello --run hello
<fresheyeball> and in that module provide the goodies
<fresheyeball> then my server can just call cabal build --ghcjs
<samueldr> so if your daemon runs in the context of nix-shell, you can do anything you want with it :)
<fresheyeball> and not need a nix shell
<samueldr> or that
<Ke> anyone noticed that imperfect people doing wrong configs for acme will make nixos spam acme site and get you blocked
jabster28 has joined #nixos
astylian_ has quit [Ping timeout: 272 seconds]
<Ke> well I guess I would have been blocked already even, if it tried only once
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jabster28 has quit [Ping timeout: 240 seconds]
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
<{^_^}> [nixpkgs] @lheckemann merged pull request #93675 → libminc: 2.4.03 -> unstable-2020-07-17 → https://git.io/JJlVh
<{^_^}> [nixpkgs] @lheckemann pushed 13 commits to master: https://git.io/JUxBe
<{^_^}> [nixpkgs] @lheckemann merged pull request #99596 → nextcloud20: init → https://git.io/JUdQo
<{^_^}> [nixpkgs] @lheckemann pushed 5 commits to master: https://git.io/JUxBT
domogled1 has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
xelxebar has quit [Read error: Connection reset by peer]
est31 has quit [Read error: Connection reset by peer]
kreyren has quit [Read error: Connection reset by peer]
domogled has quit [Ping timeout: 240 seconds]
xelxebar has joined #nixos
joey has joined #nixos
jb55 has joined #nixos
ninjin_ has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
gxt has joined #nixos
andreas303 has joined #nixos
aszlig has quit [Quit: leaving]
domogled has joined #nixos
domogled1 has quit [Ping timeout: 246 seconds]
cfricke has joined #nixos
sangoma has joined #nixos
cole-h has joined #nixos
est31 has joined #nixos
aszlig has joined #nixos
jani1234 has quit [Ping timeout: 260 seconds]
oida has joined #nixos
alp has joined #nixos
jabster28 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kreyren has joined #nixos
zupo has joined #nixos
<samueldr> Ke: another instance of the computer doing exactly what it's told to do :)
<samueldr> Ke: and yes, it happened to me once :/
<samueldr> it eventually clears itself up automatically though
<samueldr> another issue is people with lots of domains can trigger that
zupo_ has joined #nixos
ddellacosta has quit [Ping timeout: 264 seconds]
zupo has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #99927 → hpmyroom: 12.0.0.0220 -> 12.1.1.0257 → https://git.io/JUxRP
orivej has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @samueldr merged pull request #98607 → Remove all non-mainline U-Boots → https://git.io/JU2f8
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/JUx0l
jabster28 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixos-channel-scripts] @edolstra pushed to master « Add Gnome ISO to the channel »: https://git.io/JUx0N
liuyb has joined #nixos
<sphalerite> that's what the staging servers are for though, right? :D
<sphalerite> or testing, whatever they're called
<eyJhb> sphalerite: testing production is the key to success! \s
cr4y1_ has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixos-org-configurations] @edolstra pushed to master « bastion/flake.lock: Update »: https://git.io/JUxEs
jani1234 has joined #nixos
<{^_^}> [nixos-homepage] @garbas merged pull request #594 → Download page redesign → https://git.io/JU1Am
<{^_^}> [nixos-homepage] @garbas pushed 33 commits to master: https://git.io/JUxE2
<{^_^}> [nixos-homepage] @garbas pushed 0 commits to redesign-download: https://git.io/JUxEa
<{^_^}> [nixos-homepage] @garbas pushed 28 commits to redesign-community: https://git.io/JUxEw
ManiacOfMadness has joined #nixos
jani1234 has quit [Ping timeout: 272 seconds]
medvid_ has quit [Ping timeout: 265 seconds]
m0rphism has joined #nixos
saschagrunert has joined #nixos
medvid_ has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #206 → `channel-diff` script → https://git.io/JUNPj
<{^_^}> [nixos-search] @garbas pushed to master « `channel-diff` script (#206) »: https://git.io/JUxuT
<{^_^}> [nixos-search] @garbas pushed 0 commits to channel-diff: https://git.io/JUxuk
sputny has joined #nixos
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
sputny has quit [Ping timeout: 260 seconds]
fresheyeball has quit [Quit: WeeChat 2.7.1]
sputny has joined #nixos
zecnate has joined #nixos
<zecnate> The man page for nix-build says "When evaluating Nix expressions, the expression evaluator will automatically try to call functions that it encounters." in the help for `--arg`.
patagonicus1381 has joined #nixos
<{^_^}> [nix] @edolstra pushed to master « Prevent a deadlock when user namespace setup fails »: https://git.io/JUxzk
<zecnate> Which functions does it "encounter" in this situation? Is it only the top-level, so if I say `nix-build foo.nix` only if `foo.nix` evaluates to a function then only that layer is called automatically? Or is it somehow deeper?
<{^_^}> [nix] @edolstra pushed to 2.3-maintenance « Prevent a deadlock when user namespace setup fails »: https://git.io/JUxzm
wrl_ has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
ml| has quit [Ping timeout: 246 seconds]
jluttine_ has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
ambroiseur has joined #nixos
patagonicus138 has quit [Ping timeout: 272 seconds]
patagonicus1381 is now known as patagonicus138
sputny has quit [Read error: Connection reset by peer]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
sputny has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
ml| has joined #nixos
rager has joined #nixos
lsix has joined #nixos
emacsomancer has joined #nixos
Graypup_ has quit [Quit: ZNC 1.6.1 - http://znc.in]
etrepum has joined #nixos
Graypup__ has joined #nixos
astylian has joined #nixos
vonfry has quit [Remote host closed the connection]
joey has quit [Remote host closed the connection]
joey has joined #nixos
mmohammadi98126 has joined #nixos
sputny has quit [Remote host closed the connection]
<infinisil> zecnate: It's recursive
ElNomReal has quit [Remote host closed the connection]
grobi has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
Izorkin has joined #nixos
<infinisil> So with `{ x }: { a = { y }: { b = 0; }; }` you can do nix-instantiate --eval -A a.b --arg x 0 --arg y 0
sputny has joined #nixos
srhm has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
liuyb has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
maxdevjs has quit [Ping timeout: 240 seconds]
shabius has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #99706 → python3Packages.azure-servicemanagement-legacy: use fetchPypi → https://git.io/JUNok
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.azure-servicemanagement-legacy: use fetchPypi »: https://git.io/JUxa1
<zecnate> infinisil: woah. Ok, thanks.
cole-h has quit [Ping timeout: 265 seconds]
<zecnate> Hm, but I can't set `A` in a derivation like this, right? `let foo = { A ? null }: thingy: do_stuff; in mkDerivation { ...; blah = foo myThingy; }`
<{^_^}> [nixpkgs] @jonringer merged pull request #99708 → python3Packages.rarfile: 3.0 -> 4.0 → https://git.io/JUNoQ
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.rarfile: 3.0 -> 4.0 »: https://git.io/JUxad
konobi has quit [Remote host closed the connection]
<zecnate> I'm guessing that there's a "top-level" expression that `nix-build` is evaluating, and while resolving *that* expression, it does the auto-arg thing, but "deeper" expressions aren't accessible? (I'm guessing.)
liuyb has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #99705 → python3Packages.azure-mgmt-commerce: use fetchpypi → https://git.io/JUNrW
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.azure-mgmt-commerce: use fetchpypi »: https://git.io/JUxab
konobi has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #99636 → [No Merge] pythonPackages.*: bump minor versions → https://git.io/JUb0z
joesventek has quit [Quit: Quit]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
joesventek has joined #nixos
nikivi has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #99899 → gmrender-resurrect: Make build against libupnp 1.14 ok → https://git.io/JUA90
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JUxVG
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @timokau merged pull request #99893 → amule: 2.3.2 -> unstable-20201006 → https://git.io/JUA1R
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JUxVZ
zecnate has quit [Remote host closed the connection]
zupo has joined #nixos
zupo has quit [Client Quit]
konobi has quit [Ping timeout: 265 seconds]
konobi has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #93048 → libupnp: 1.12.0 -> 1.14.0 → https://git.io/JJO1B
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JUxwv
bahamas has quit [Ping timeout: 240 seconds]
morr_ is now known as morr
mmohammadi981266 has joined #nixos
aml has quit [Ping timeout: 258 seconds]
mmohammadi98126 has quit [Ping timeout: 260 seconds]
bahamas has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUxwP
mmohammadi981266 has quit [Ping timeout: 258 seconds]
mmohammadi981266 has joined #nixos
sigmundv__ has joined #nixos
<{^_^}> [nixpkgs] @JesusMtnez opened pull request #99929 → slack: 4.9.0 -> 4.10.0 → https://git.io/JUxrh
vidbina has joined #nixos
domogled1 has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @shlevy opened pull request #99930 → zulip: Don't use buildFHSUserEnvBubblewrap. → https://git.io/JUxoP
grobi has quit [Quit: WeeChat 2.8]
dermetfan has joined #nixos
thc202 has joined #nixos
sigmundv__ has quit [Ping timeout: 256 seconds]
jani1234 has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
jani1234 has quit [Ping timeout: 265 seconds]
Nigel[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
peter0576[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
knerten has joined #nixos
wangoe[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
<{^_^}> [nixpkgs] @sikmir opened pull request #99931 → cudatext: 1.111.0 -> 1.114.0 → https://git.io/JUx63
sigmundv__ has joined #nixos
dermetfan has quit [Ping timeout: 240 seconds]
tsrt^ has quit []
ffl^ has joined #nixos
mmohammadi981266 has quit [Ping timeout: 256 seconds]
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 240 seconds]
alp has quit [Remote host closed the connection]
alp has joined #nixos
civodul has joined #nixos
__monty__ has joined #nixos
kdlv has joined #nixos
numerobis has joined #nixos
ManiacOfMadness has quit []
mmohammadi981266 has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master-test-eval: https://git.io/JUxi2
alp has quit [Read error: Connection reset by peer]
alp has joined #nixos
ManiacOfMadness has joined #nixos
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
n9nes has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
knerten1 has joined #nixos
<dminuoso> We're starting to use nixos in our infrastructure which is vmware managed. Right now, that means we manually install nixos, and then let nixops take over.
<dminuoso> That workflow is somewhat annoying and a bit too manual.
<dminuoso> Do any folks here have success stories on something more automated in a vmware environment?
bahamas has quit [Ping timeout: 260 seconds]
knerten has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @roberth merged pull request #98107 → nixos/cassandra: Add cfg.extraEnvSh → https://git.io/JUBAa
<{^_^}> [nixpkgs] @roberth pushed 2 commits to master: https://git.io/JUxPI
<fadenb> dminuoso: A while back I built a custom nixos iso that was booted by folks that operated the VM infra. It had a pre-configured SSH key and we could just SSH in and replace it with the target system
rajivr has quit [Quit: Connection closed for inactivity]
<fadenb> Basically nixos live iso, ssh in, trigger install script, reboot -> final system
<{^_^}> [nixpkgs] @alexbakker opened pull request #99932 → argon2_cffi: 19.2.0 -> 20.1.0 → https://git.io/JUxP3
<dminuoso> fadenb: How did you manage partitioning of the harddisk?
<{^_^}> [nixpkgs] @doronbehar opened pull request #99933 → ###### Motivation for this change → https://git.io/JUxPg
<{^_^}> [nixpkgs] @timokau merged pull request #93226 → gerbera: init at 1.6.1 → https://git.io/JJGgh
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/JUxPM
dansho has quit [Quit: Leaving]
<fadenb> dminuoso: I use the justdoit.nix approach ( https://github.com/cleverca22/nix-tests/blob/master/kexec/justdoit.nix )
sangoma has joined #nixos
<fadenb> It's "just a shell script" that wipes the disk, uses sfdisk to set up partitions, formats them, ...
<{^_^}> [nixpkgs] @elseym opened pull request #99934 → nixos/murmur: add option `environmentFile` for injecting secrets → https://git.io/JUxXm
<dminuoso> fadenb: Ah cheers, that looks interesting.
<dminuoso> How does that fit into a nixops flow?
<dminuoso> Im not quite sure how everything is tied together with that
<fadenb> I used it to get to a base-system that I can just add to the nixops setup
<dminuoso> Mmm, so that justdoit was baked into the ISO?
<fadenb> Create VM, boot from iso/pxe boot, the script runs (wipe disk, partition, format, nixos-install), reboot -> Enter ip etc in nixops and you are good to go
<fadenb> yes, in the example from cleverca22 you have to manually execute it by typing justdoit in a shell but you can create a systemd unit to do that automated
<dminuoso> Oh I was just wondering. You just said "the script runs" - what invokes it?
<dminuoso> (Since that's a nix expression, not a shell script)
<{^_^}> [nixpkgs] @vcunat pushed to master-test-eval « Re-Revert "xorg: mark fonts with proprietary licences as unfree" »: https://git.io/JUxXo
<{^_^}> [nixpkgs] @alexbakker opened pull request #99935 → libsass-python: init at 0.20.1 → https://git.io/JUxXK
<fadenb> I use a hacky systemd timer to trigger a unit that calls the script
zebrag has quit [Ping timeout: 246 seconds]
inkbottle has joined #nixos
<dminuoso> oh heh
<dminuoso> I see, and that systemd timer is then burned into the ISO presumably
<{^_^}> [nixpkgs] @alexbakker opened pull request #99938 → google-re2: init at 0.0.7 → https://git.io/JUx1i
<__monty__> Should I be backporting to 20.09 already? Since it's not out yet afaik?
cosimone has joined #nixos
<infinisil> __monty__: Yeah, it's branched off already
<srhb> __monty__: Yes, in general, if you can. Otherwise it'll probably be forgotten, and there's no full merge from master from the time of the branchoff in general
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
cosimone has quit [Remote host closed the connection]
alexherbo2 has joined #nixos
amfl_ is now known as amfl
cosimone has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #99939 → cyclone-scheme: init at 0.21 → https://git.io/JUxyi
<{^_^}> [nixpkgs] @vcunat pushed to master « Revert "apparmor: fix and improve the service" »: https://git.io/JUxyj
boxscape has joined #nixos
<__monty__> Ok, thanks! : )
alp has quit [Ping timeout: 240 seconds]
stree has quit [Quit: Caught exception]
stree has joined #nixos
<{^_^}> [nixpkgs] @toonn opened pull request #99941 → Wire desktop bump → https://git.io/JUx93
<{^_^}> [nixpkgs] @toonn opened pull request #99942 → wire-desktop backport to release-20.09 → https://git.io/JUx9c
malook has quit [Ping timeout: 240 seconds]
alp has joined #nixos
<{^_^}> [nixpkgs] @jojosch opened pull request #99943 → dbeaver: 7.2.1 -> 7.2.2 → https://git.io/JUx9g
<{^_^}> [nixpkgs] @toonn opened pull request #99944 → wire-desktop: backport to release-20.03 → https://git.io/JUx9P
Ariakenom has joined #nixos
hugolgst_ has joined #nixos
<{^_^}> [nixpkgs] @andir merged pull request #99902 → firefox: ensure pipewire is only enabled with wayland & webrtc → https://git.io/JUA78
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/JUxHV
<{^_^}> [nixpkgs] @andir merged pull request #99692 → [20.09] firefox: enable pipewire+webrtc for wayland users → https://git.io/JUNC5
<{^_^}> [nixpkgs] @andir pushed 3 commits to release-20.09: https://git.io/JUxHo
<hugolgst_> hey
<simpson> Morning.
<{^_^}> [nixpkgs] @vcunat pushed 0 commits to master-test-eval: https://git.io/JUxHF
<{^_^}> [nixpkgs] @arianvp merged pull request #99941 → Wire desktop bump → https://git.io/JUx93
<{^_^}> [nixpkgs] @arianvp pushed 3 commits to master: https://git.io/JUxHp
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @ggreif opened pull request #99946 → wasmtime: 0.19.0 -> 0.20.0 → https://git.io/JUxQP
<{^_^}> [nixpkgs] @omasanori opened pull request #99947 → beancount: 2.3.1 -> 2.3.2 → https://git.io/JUxQD
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
simonpe^^ has joined #nixos
<simonpe^^> I'm trying to use lib.sourceByRegex but it's throwing me `cannot refer to other paths`. The thing is that the sources I want to filter is imported by Niv so I can't give a path as an argument
rprije has quit [Ping timeout: 240 seconds]
<simonpe^^> I've trie wrapping the paths tring in `builtins.toPath` but it aint helping
<{^_^}> [nixpkgs] @jsimonetti opened pull request #99948 → nixos/security/acme: Add DNS resolver option → https://git.io/JUx7O
boxscape has quit [Quit: Connection closed]
nixuser has joined #nixos
kdlv_ has joined #nixos
kdlv has quit [Ping timeout: 260 seconds]
<sphalerite> simonpe^^: you can't really filter stuff that's already in the store, and it's usually counterproductive (taking up more space) to do so.
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]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Chiliparrot has joined #nixos
domogled1 has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 2 commits to release-20.09: https://git.io/JUx5y
<simonpe^^> sphalerite: ah, I thought there was some symlink magic going on. thx
domogled has quit [Ping timeout: 240 seconds]
domogled1 is now known as domogled
mupf has joined #nixos
fendor_ has joined #nixos
fendor has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @peterhoeg pushed to m/dbus « dbus »: https://git.io/JUxdS
<{^_^}> [nixpkgs] @peterhoeg pushed to m/kodi_1903 « nixos: kodi module »: https://git.io/JUxd9
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/deps: https://git.io/JUxdH
<{^_^}> [nixpkgs] @peterhoeg pushed to f/strip « strip binaries fully »: https://git.io/JUxdQ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/theharvester « theharvester: run pre/post hooks and use makeWrapper for wrapping bin »: https://git.io/JUxd5
<{^_^}> [nixpkgs] @peterhoeg pushed to f/dxx_2 « dxx_rebirth: do not treat certain warnings as errors »: https://git.io/JUxdd
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to __u/sqlite: https://git.io/JUxdF
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to qtquick_style: https://git.io/JUxdb
<{^_^}> [nixpkgs] @peterhoeg pushed to t/pcl « pcl wip »: https://git.io/JUxdN
<{^_^}> [nixpkgs] @peterhoeg pushed to p/check_esx « esx »: https://git.io/JUxdA
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to ocr: https://git.io/JUxdx
<{^_^}> [nixpkgs] @peterhoeg pushed to f/lv « libvirt »: https://git.io/JUxdp
<{^_^}> [nixpkgs] @peterhoeg pushed 6 commits to t/libva: https://git.io/JUxdh
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/tf: https://git.io/JUxdj
<{^_^}> [nixpkgs] @peterhoeg pushed to testssl « wip »: https://git.io/JUxFe
<{^_^}> [nixpkgs] @peterhoeg pushed to f/mp3fs « wip »: https://git.io/JUxFv
<{^_^}> [nixpkgs] @peterhoeg pushed to f/pykms « pykms: fix missing dependencies »: https://git.io/JUxFf
<{^_^}> [nixpkgs] @peterhoeg pushed to p/pyupdate « pythonPackages.pyupdate: init at 0.2.16 »: https://git.io/JUxFJ
<{^_^}> [nixpkgs] @peterhoeg pushed 29 commits to f/nss_stable: https://git.io/JUxFU
<{^_^}> [nixpkgs] @peterhoeg pushed to p/sensu2 « wip »: https://git.io/JUxFT
<{^_^}> [nixpkgs] @peterhoeg pushed to m/sddm_attrs « WIP »: https://git.io/JUxFk
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to n/cups: https://git.io/JUxFI
<{^_^}> [nixpkgs] @peterhoeg pushed to f/py « cleanups »: https://git.io/JUxFL
<{^_^}> [nixpkgs] @peterhoeg pushed to f/powerdevil « powerdevil: add missing X deps »: https://git.io/JUxFt
<niksnut> ehm
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/yad: https://git.io/JUxFq
<{^_^}> [nixpkgs] @peterhoeg pushed to f/tox « description »: https://git.io/JUxFm
<{^_^}> [nixpkgs] @peterhoeg pushed to m/unifi « unifi and mongo »: https://git.io/JUxFY
<{^_^}> [nixpkgs] @peterhoeg pushed to u/keyutils « keyutils: 1.6.1 -> 1.6.3 »: https://git.io/JUxFO
<{^_^}> [nixpkgs] @peterhoeg pushed to u/xkb « libxkbcommon: 0.7.1 -> 0.7.2 »: https://git.io/JUxF3
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/lc: https://git.io/JUxFs
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/maestral: https://git.io/JUxFG
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/qst: https://git.io/JUxFZ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/activation « pam_mount: do not re-prompt for password »: https://git.io/JUxFn
domogled1 has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg pushed to p/users « nixos: kodi user »: https://git.io/JUxFc
<{^_^}> [nixpkgs] @peterhoeg pushed to f/nm_dns « networkmanager: extraConfig »: https://git.io/JUxFC
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/zm: https://git.io/JUxFW
<{^_^}> [nixpkgs] @peterhoeg pushed to u/wbem « wip »: https://git.io/JUxFl
<{^_^}> [nixpkgs] @peterhoeg pushed to u/freecad « freecad cad »: https://git.io/JUxF8
<{^_^}> [nixpkgs] @peterhoeg pushed to p/xset « wip »: https://git.io/JUxF4
<{^_^}> [nixpkgs] @peterhoeg pushed to f/pass « pass: minor cleanup and add tomb »: https://git.io/JUxFB
<{^_^}> [nixpkgs] @peterhoeg pushed to u/speechd « speechd: 0.8.5 -> 0.8.7 »: https://git.io/JUxFR
<{^_^}> [nixpkgs] @peterhoeg pushed to f/gsoap_stable « gsoap: 2.8.42 -> 2.8.49 »: https://git.io/JUxF0
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/pound: https://git.io/JUxFE
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to old/crystal: https://git.io/JUxFu
<{^_^}> [nixpkgs] @peterhoeg pushed to u/xapian « xapian: 1.4.4 -> 1.4.5 »: https://git.io/JUxFz
<{^_^}> [nixpkgs] @peterhoeg pushed 17 commits to peter_unstable: https://git.io/JUxFg
<{^_^}> [nixpkgs] @peterhoeg pushed 6 commits to peter_stable_temp_8819: https://git.io/JUxF2
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/docbook: https://git.io/JUxFa
<{^_^}> [nixpkgs] @peterhoeg pushed to p/gcompris « gcompris: init at 0.90 WIP »: https://git.io/JUxFw
<{^_^}> [nixpkgs] @peterhoeg pushed to f/wp « wp-cli: use 1 store path instead of 4 »: https://git.io/JUxFr
<{^_^}> [nixpkgs] @peterhoeg pushed to m/exwm « wip »: https://git.io/JUxFo
<{^_^}> [nixpkgs] @peterhoeg pushed to f/udev-settle « display-manager: systemd-udev-settle serves no purpose »: https://git.io/JUxFK
<{^_^}> [nixpkgs] @peterhoeg pushed to p/video « wip »: https://git.io/JUxFi
<{^_^}> [nixpkgs] @peterhoeg pushed 7 commits to f/zw: https://git.io/JUxF1
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/kmod_stable: https://git.io/JUxFy
<{^_^}> [nixpkgs] @peterhoeg pushed to u/keybase « keybase: 1.0.20 -> 1.0.22 »: https://git.io/JUxFS
meh` has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg pushed to p/oomd « wip oomd »: https://git.io/JUxF9
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/po: https://git.io/JUxFH
<{^_^}> [nixpkgs] @peterhoeg pushed 6 commits to peter_stable_temp_30904: https://git.io/JUxF7
domogled has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @peterhoeg pushed to f/upnp « miniupnpd wip »: https://git.io/JUxF5
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/mosquitto_166_1903: https://git.io/JUxFF
<{^_^}> [nixpkgs] @peterhoeg pushed to f/redoflacs « redoflacs: 0.30.20150202 -> 0.30.20190903 »: https://git.io/JUxFb
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/lazarus_2_0_10: https://git.io/JUxFN
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to m/socket: https://git.io/JUxFA
<stigo> uh
<{^_^}> [nixpkgs] @peterhoeg pushed to u/iniparser « iniparser: 3.1 -> 4.0 »: https://git.io/JUxFx
<{^_^}> [nixpkgs] @peterhoeg pushed to m/multicast « firewall: support multicast »: https://git.io/JUxFp
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/lo: https://git.io/JUxFh
<{^_^}> [nixpkgs] @peterhoeg pushed 6 commits to u/tox: https://git.io/JUxFj
<niksnut> I guess we need more branch protection...
<{^_^}> [nixpkgs] @peterhoeg pushed to p/suitecrm « suitecrm: init at 7.10.10 »: https://git.io/JUxbe
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/stable_mosquitto_166: https://git.io/JUxbv
<{^_^}> [nixpkgs] @peterhoeg pushed to p/xmlsort « xmlsort: init at 1.01 »: https://git.io/JUxbf
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/poppler: https://git.io/JUxbJ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/ring « wip »: https://git.io/JUxbU
<{^_^}> [nixpkgs] @peterhoeg pushed to f/scad « openscad: fix missing dependency »: https://git.io/JUxbT
<{^_^}> [nixpkgs] @peterhoeg pushed to f/gmsh « gmsh wip »: https://git.io/JUxbk
<{^_^}> [nixpkgs] @peterhoeg pushed to f/hass « nixos home-assistant: a couple of fixes »: https://git.io/JUxbI
<{^_^}> [nixpkgs] @peterhoeg pushed to m/podman « nixos/podman: support configuring registries and policy »: https://git.io/JUxbL
<{^_^}> [nixpkgs] @peterhoeg pushed to m/sata_timeout « smart »: https://git.io/JUxbt
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/openhab: https://git.io/JUxbq
<{^_^}> [nixpkgs] @peterhoeg pushed 4 commits to p/wmi_master: https://git.io/JUxbY
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/force: https://git.io/JUxbO
<{^_^}> [nixpkgs] @peterhoeg pushed to f/unifi « nixos/unifi: add test and additional config options »: https://git.io/JUxb3
<{^_^}> [nixpkgs] @peterhoeg pushed to p/knxd « knxd: 0.14.25 »: https://git.io/JUxbs
<{^_^}> [nixpkgs] @peterhoeg pushed 41 commits to p/openhab_stable: https://git.io/JUxbG
<{^_^}> [nixpkgs] @peterhoeg pushed to f/ids « uid/gid: notice concerning DynamicUser »: https://git.io/JUxbn
<{^_^}> [nixpkgs] @peterhoeg pushed to f/wrk « wrk: add basic documentation »: https://git.io/JUxbc
<{^_^}> [nixpkgs] @peterhoeg pushed to m/nm « networkmanager: add dhcp and loglevel config support »: https://git.io/JUxbW
<{^_^}> [nixpkgs] @peterhoeg pushed to p/ppass « pass-plasma-applet: init at 20180502 »: https://git.io/JUxb8
<{^_^}> [nixpkgs] @peterhoeg pushed to m/openvpn_ip_fwd_keep « openvpn: support setting IP forwarding (nixos) »: https://git.io/JUxb4
<{^_^}> [nixpkgs] @peterhoeg pushed to p/babe « babe wip »: https://git.io/JUxbB
<{^_^}> [nixpkgs] @peterhoeg pushed to p/firewalld « firewalld: init at 0.4.4.4 »: https://git.io/JUxbR
<{^_^}> [nixpkgs] @peterhoeg pushed to p/ozwcp « wip »: https://git.io/JUxb0
<{^_^}> [nixpkgs] @peterhoeg pushed to p/broadlink-cli « broadlink-cli: init at 0.9 »: https://git.io/JUxbu
<{^_^}> [nixpkgs] @peterhoeg pushed to p/tiling « kwin-tiling: init at 2.2 »: https://git.io/JUxbz
<{^_^}> [nixpkgs] @peterhoeg pushed to u/lyx « lyx: 2.3.0 -> 2.3.3 »: https://git.io/JUxbg
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to m/squeezelite: https://git.io/JUxba
<{^_^}> [nixpkgs] @peterhoeg pushed to u/gsettings-qt « wip »: https://git.io/JUxbV
<{^_^}> [nixpkgs] @peterhoeg pushed to f/wbem « wip »: https://git.io/JUxbr
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/rmq: https://git.io/JUxbo
<{^_^}> [nixpkgs] @peterhoeg pushed to f/hassint « home-assistant: use SIGINT instead of SIGTERM to shut down »: https://git.io/JUxb6
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/icr: https://git.io/JUxbi
<{^_^}> [nixpkgs] @peterhoeg pushed to p/domterm « domterm: init at 1.0 WIP »: https://git.io/JUxbP
<{^_^}> [nixpkgs] @peterhoeg pushed to p/nheko « nheko: init at 0.3.0 »: https://git.io/JUxbX
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to p/hyperv: https://git.io/JUxb1
<{^_^}> [nixpkgs] @peterhoeg pushed to fexx « kirigami: add missing qttranslations »: https://git.io/JUxbM
<{^_^}> [nixpkgs] @peterhoeg pushed to u/libm « wip »: https://git.io/JUxbD
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/qt4to5: https://git.io/JUxby
<{^_^}> [nixpkgs] @peterhoeg pushed to m/kodi « nixos: kodi module »: https://git.io/JUxbS
<{^_^}> [nixpkgs] @peterhoeg pushed to f/di « makeDesktopItem: genericName is not mandatory »: https://git.io/JUxb9
<{^_^}> [nixpkgs] @peterhoeg pushed to f/mpv « mpv: we package waf, no reason to inline it »: https://git.io/JUxbQ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/okular « okular: add support for CHM, ZIP and markdown files »: https://git.io/JUxb7
<{^_^}> [nixpkgs] @peterhoeg pushed to f/kdeconnect « kdeconnect: activate via dbus/systemd »: https://git.io/JUxb5
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to f/hotadd: https://git.io/JUxbd
<{^_^}> [nixpkgs] @peterhoeg pushed to p/dupd « dupd: init at 1.7 »: https://git.io/JUxbF
rajivr has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg pushed 5 commits to f/runtime: https://git.io/JUxbb
<{^_^}> [nixpkgs] @peterhoeg pushed to u/openxcom « openxcom: wip nightly »: https://git.io/JUxbN
<{^_^}> [nixpkgs] @peterhoeg pushed to u/mq « mosquitto: 1.5.5 -> 1.5.6 »: https://git.io/JUxbA
<{^_^}> [nixpkgs] @peterhoeg pushed 8 commits to t/unifi: https://git.io/JUxbx
<{^_^}> [nixpkgs] @peterhoeg pushed to p/kitty « kitty: init at 0.3.0 »: https://git.io/JUxbp
<{^_^}> [nixpkgs] @peterhoeg pushed 8 commits to p/mycroft: https://git.io/JUxbh
<{^_^}> [nixpkgs] @peterhoeg pushed 9 commits to broken.p/wmi: https://git.io/JUxNe
<{^_^}> [nixpkgs] @peterhoeg pushed to u/qscin « qscintilla: 2.9.4 -> 2.10 »: https://git.io/JUxNv
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/dbus: https://git.io/JUxNf
<{^_^}> [nixpkgs] @peterhoeg pushed to u/treesitter_0_16_3 « WIP »: https://git.io/JUxNJ
dermetfan has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg pushed to f/slim « wip »: https://git.io/JUxNT
<{^_^}> [nixpkgs] @peterhoeg pushed to u/pjsip « pjsip: 2.6 -> 2.7 wip »: https://git.io/JUxNI
<{^_^}> [nixpkgs] @peterhoeg pushed to p/skanlite « wip - needs libksane packaged »: https://git.io/JUxNL
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/syslinux: https://git.io/JUxNt
<{^_^}> [nixpkgs] @peterhoeg pushed to t/sensu « sensu: 1.0.3 -> 1.1.0 »: https://git.io/JUxNq
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to dxx: https://git.io/JUxNm
<{^_^}> [nixpkgs] @peterhoeg pushed to u/plasma « plasma 5.14 »: https://git.io/JUxNY
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/iso: https://git.io/JUxNO
<{^_^}> [nixpkgs] @peterhoeg pushed to p/havp « havp: init at 0.92a »: https://git.io/JUxNG
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/checks_stable: https://git.io/JUxNZ
<{^_^}> [nixpkgs] @peterhoeg pushed to u/libinput « libinput: 1.5.1 -> 1.7.0 »: https://git.io/JUxNc
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/openvpn: https://git.io/JUxNC
<{^_^}> [nixpkgs] @peterhoeg pushed to f/kinit « kinit: add missing dependencies »: https://git.io/JUxNW
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/lo: https://git.io/JUxNl
<{^_^}> [nixpkgs] @peterhoeg pushed 83 commits to var-run: https://git.io/JUxN8
<{^_^}> [nixpkgs] @peterhoeg pushed to u/tome4 « tome4: 1.4.9 -> 1.5.5 »: https://git.io/JUxN4
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/snapcast: https://git.io/JUxNB
<{^_^}> [nixpkgs] @peterhoeg pushed to u/fc « freecad018 »: https://git.io/JUxNR
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to m/cups: https://git.io/JUxN0
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/mosquitto: https://git.io/JUxNE
<{^_^}> [nixpkgs] @peterhoeg pushed to u/kdiff3 « kdiff3: 2017-02-19 -> 2017-06-11 »: https://git.io/JUxNu
<{^_^}> [nixpkgs] @peterhoeg pushed to u/curl « curl: 7.57.0 -> 7.58.0 »: https://git.io/JUxNz
<{^_^}> [nixpkgs] @peterhoeg pushed to f/portal_kde « xdg-desktop-portal-kde: fix missing cups dependency »: https://git.io/JUxNg
<{^_^}> [nixpkgs] @peterhoeg pushed 32 commits to p/pdf-tools: https://git.io/JUxN2
<{^_^}> [nixpkgs] @peterhoeg pushed to f/mu « mu: add checkInputs »: https://git.io/JUxNa
<{^_^}> [nixpkgs] @peterhoeg pushed to u/ge « googleearth »: https://git.io/JUxNV
<{^_^}> [nixpkgs] @peterhoeg pushed to m/mailhog « nixos/mailhog: run with DynamicUser »: https://git.io/JUxNw
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to hass1803: https://git.io/JUxNr
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/vga2usb: https://git.io/JUxN6
<{^_^}> [nixpkgs] @peterhoeg pushed to u/sensu « sensu: 1.0.3 -> 1.8.0 »: https://git.io/JUxNP
<{^_^}> [nixpkgs] @peterhoeg pushed to p/mht « mht2htm: init at 1.8.1.35 »: https://git.io/JUxNX
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/ios: https://git.io/JUxN1
<{^_^}> [nixpkgs] @peterhoeg pushed to f/g15 « g15daemon: documentation »: https://git.io/JUxNM
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to fix/diffo: https://git.io/JUxND
<{^_^}> [nixpkgs] @peterhoeg pushed to u/mixxx « wip »: https://git.io/JUxNy
<{^_^}> [nixpkgs] @peterhoeg pushed to u/battle « wip »: https://git.io/JUxN9
<{^_^}> [nixpkgs] @peterhoeg pushed to u/nwc « check-{ups,nwc}-health: update to release versions »: https://git.io/JUxNH
<{^_^}> [nixpkgs] @peterhoeg pushed to u/matrix « pythonPackages.matrix-client: 0.2.0 -> 0.3.2 »: https://git.io/JUxNQ
<{^_^}> [nixpkgs] @peterhoeg pushed to ruby_jemalloc « ruby: add jemalloc support »: https://git.io/JUxN7
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/maestral_0_6_3: https://git.io/JUxN5
<{^_^}> [nixpkgs] @peterhoeg pushed 9 commits to u/icr: https://git.io/JUxNd
<{^_^}> [nixpkgs] @peterhoeg pushed to p/falkon « falkon: init at 2.1.2.1 »: https://git.io/JUxNF
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to rel/ledger: https://git.io/JUxNb
<{^_^}> [nixpkgs] @peterhoeg pushed 4 commits to peter_1903: https://git.io/JUxNN
<{^_^}> [nixpkgs] @peterhoeg pushed to f/bundlerapp « bundlerApp: do not quote so we can use wildcards »: https://git.io/JUxNA
<{^_^}> [nixpkgs] @peterhoeg pushed to u/bundler « bundler: 1.17.3 -> 2.0.2 »: https://git.io/JUxNx
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/db_stable: https://git.io/JUxNh
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/https-dns: https://git.io/JUxNj
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/xmlsort: https://git.io/JUxAe
<{^_^}> [nixpkgs] @peterhoeg pushed to u/jruby « jruby wip »: https://git.io/JUxAv
<{^_^}> [nixpkgs] @peterhoeg pushed to u/mu « mu: 0.9.18 -> 1.0 »: https://git.io/JUxAf
<{^_^}> [nixpkgs] @peterhoeg pushed to f/pyudev « pyudev »: https://git.io/JUxAJ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/mysql « nixos mysql: make start-up more robust »: https://git.io/JUxAU
<{^_^}> [nixpkgs] @peterhoeg pushed to m/dbusb « support dbus-broker »: https://git.io/JUxAk
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/rdp_stable: https://git.io/JUxAI
<{^_^}> [nixpkgs] @peterhoeg pushed to c/keepass « keepassx: cleanup »: https://git.io/JUxAL
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to m/unifi_2003: https://git.io/JUxAt
<{^_^}> [nixpkgs] @peterhoeg pushed to f/kodi « kodi: add AirPlay support »: https://git.io/JUxAq
<{^_^}> [nixpkgs] @peterhoeg pushed 4 commits to u/fcad: https://git.io/JUxAY
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/tmpdir: https://git.io/JUxAO
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/live555: https://git.io/JUxA3
<{^_^}> [nixpkgs] @peterhoeg pushed 192 commits to org: https://git.io/JUxAs
<{^_^}> [nixpkgs] @peterhoeg pushed to m/sensu « nixos/sensu: sensu module »: https://git.io/JUxAn
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/weidu: https://git.io/JUxAc
<{^_^}> [nixpkgs] @peterhoeg pushed to m/rkt « rkt: run api service and make socket activatable »: https://git.io/JUxAW
<{^_^}> [nixpkgs] @peterhoeg pushed 12 commits to peter_unstable_temp_21483: https://git.io/JUxAl
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/dbb: https://git.io/JUxA8
<{^_^}> [nixpkgs] @peterhoeg pushed to nm_dnsdhcp « networkmanager module: support for dns and dhcp »: https://git.io/JUxA4
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to mixxx: https://git.io/JUxAB
<{^_^}> [nixpkgs] @peterhoeg pushed to m/fw « firewall: allow fall-back to fail-safe »: https://git.io/JUxAR
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/openhab_broken: https://git.io/JUxA0
<{^_^}> [nixpkgs] @peterhoeg pushed to u/solvespace « solvespace: 2.3 -> 3.0 »: https://git.io/JUxAE
<{^_^}> [nixpkgs] @peterhoeg pushed to maintainer_helper « maintanance helper »: https://git.io/JUxAu
<{^_^}> [nixpkgs] @peterhoeg pushed to f/mpack « mpack: fix up broken paths »: https://git.io/JUxAz
<{^_^}> [nixpkgs] @peterhoeg pushed to f/zbar « zbar qt5 »: https://git.io/JUxAg
<{^_^}> [nixpkgs] @peterhoeg pushed to m/openvpn_ip_fwd « nixos/openvpn: support setting IP forwarding »: https://git.io/JUxA2
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to m/lcdproc: https://git.io/JUxAa
<{^_^}> [nixpkgs] @peterhoeg pushed to p/doagent « doagent »: https://git.io/JUxAV
<{^_^}> [nixpkgs] @peterhoeg pushed to u/lgfs « libguestfs: 1.29.5 -> 1.36.3 »: https://git.io/JUxAw
<{^_^}> [nixpkgs] @peterhoeg pushed to p/lucky « lucky-cli: init at 0.19 »: https://git.io/JUxAr
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/st_stable: https://git.io/JUxAo
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/vmware_stable: https://git.io/JUxAK
<{^_^}> [nixpkgs] @peterhoeg pushed to u/kodi « kodi: 18.3 -> 18.4 »: https://git.io/JUxA6
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/monplug: https://git.io/JUxAP
<{^_^}> [nixpkgs] @peterhoeg pushed to m/openvpn_user « openvpn: support setting IP forwarding (nixos) »: https://git.io/JUxAX
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to f/f3: https://git.io/JUxA1
<{^_^}> [nixpkgs] @peterhoeg pushed to f/bower « uchiwa: avoid use of temp directory for bower »: https://git.io/JUxAM
<{^_^}> [nixpkgs] @peterhoeg pushed to p/omping « omping: init at 0.0.5 »: https://git.io/JUxAD
<{^_^}> [nixpkgs] @peterhoeg pushed to u/fwupd « fwupd: 1.0.5 -> 1.0.7 »: https://git.io/JUxAy
<{^_^}> [nixpkgs] @peterhoeg pushed to perl « perl »: https://git.io/JUxAS
<{^_^}> [nixpkgs] @peterhoeg pushed to f/iotop « iotop wip »: https://git.io/JUxAH
<{^_^}> [nixpkgs] @peterhoeg pushed to m/smartd « wip »: https://git.io/JUxAQ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/vagrant « vagrant WIP »: https://git.io/JUxA7
<{^_^}> [nixpkgs] @peterhoeg pushed to u/quat « quaternion: 0.0.9.2 -> 0.0.9.3 »: https://git.io/JUxA5
<{^_^}> [nixpkgs] @peterhoeg pushed to m/logitech_lcd « nixos/lcd: support for Logitech devices »: https://git.io/JUxAd
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/pound_stable: https://git.io/JUxAF
<{^_^}> [nixpkgs] @peterhoeg pushed to f/usbmuxd « usbmuxd: clean-up »: https://git.io/JUxAb
<{^_^}> [nixpkgs] @peterhoeg pushed 15 commits to peter_strip: https://git.io/JUxAN
<{^_^}> [nixpkgs] @peterhoeg pushed to f/sigrok « libsigrok: include udev rules »: https://git.io/JUxAA
<{^_^}> [nixpkgs] @peterhoeg pushed to fix_mht2htm « WIP »: https://git.io/JUxAx
<{^_^}> [nixpkgs] @peterhoeg pushed to u/lazarus « lazarus wip »: https://git.io/JUxAp
<{^_^}> [nixpkgs] @peterhoeg pushed to p/grml « grml2usb: init at 0.16.1 »: https://git.io/JUxAj
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/parser: https://git.io/JUxxe
<{^_^}> [nixpkgs] @peterhoeg pushed to u/mosquitto_1903 « mosquitto: 1.5.5 -> 1.5.8 and add systemd support »: https://git.io/JUxxv
<{^_^}> [nixpkgs] @peterhoeg pushed to f/ge « googleearth: 7.1 -> 7.3 and move to Qt5 »: https://git.io/JUxxf
<{^_^}> [nixpkgs] @peterhoeg pushed to m/opensmtpd « nixos/opensmtpd: lock it down »: https://git.io/JUxxJ
<{^_^}> [nixpkgs] @peterhoeg pushed 5 commits to u/cura: https://git.io/JUxxU
<{^_^}> [nixpkgs] @peterhoeg pushed to u/gh_0_5_5 « gitAndTools.gh: 0.5.3 -> 0.5.5 »: https://git.io/JUxxT
<{^_^}> [nixpkgs] @peterhoeg pushed to u/pio « platformio: 3.6.2 -> 3.6.3 »: https://git.io/JUxxk
<{^_^}> [nixpkgs] @peterhoeg pushed to m/nginx « nginx (nixos): write pid/locks to /run/nginx »: https://git.io/JUxxI
<{^_^}> [nixpkgs] @peterhoeg pushed to f/mksh « mksh: minor cleanups »: https://git.io/JUxxL
<{^_^}> [nixpkgs] @peterhoeg pushed to p/odoo « odoo init »: https://git.io/JUxxq
<{^_^}> [nixpkgs] @peterhoeg pushed to f/fortivpn « openfortivpn: allow config in /etc/openfortivpn »: https://git.io/JUxxm
<{^_^}> [nixpkgs] @peterhoeg pushed to p/nus « nix-upgrade-scripts: init at 0.0.4 »: https://git.io/JUxxY
<{^_^}> [nixpkgs] @peterhoeg pushed 35 commits to peter_stable: https://git.io/JUxxO
<{^_^}> [nixpkgs] @peterhoeg pushed 4 commits to p/wmi_1809: https://git.io/JUxxs
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to f/ruby: https://git.io/JUxxG
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/clementine: https://git.io/JUxxZ
<{^_^}> [nixpkgs] @peterhoeg pushed to u/nim « wip »: https://git.io/JUxxn
<{^_^}> [nixpkgs] @peterhoeg pushed to p/msse « azure storage explorer - wip »: https://git.io/JUxxc
<{^_^}> [nixpkgs] @peterhoeg pushed to f/gcalcli « gcalcli: fix notifications on linux »: https://git.io/JUxxC
<{^_^}> [nixpkgs] @peterhoeg pushed to f/rainloop « rainloop: fix naming »: https://git.io/JUxxW
<{^_^}> [nixpkgs] @peterhoeg pushed to u/rabbitmq « rabbitmq wip »: https://git.io/JUxxl
<{^_^}> [nixpkgs] @peterhoeg pushed to u/hb « wip »: https://git.io/JUxx8
<{^_^}> [nixpkgs] @peterhoeg pushed to p/diablo « diablo »: https://git.io/JUxx4
<{^_^}> [nixpkgs] @peterhoeg pushed to u/kgraph « wip »: https://git.io/JUxxB
<{^_^}> [nixpkgs] @peterhoeg pushed to u/ws « wireshark: 2.2.5 -> 2.2.6 »: https://git.io/JUxxR
<{^_^}> [nixpkgs] @peterhoeg pushed to p/msr « msr-tools: nixos module »: https://git.io/JUxx0
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/systemd: https://git.io/JUxxE
<{^_^}> [nixpkgs] @peterhoeg pushed to u/aria2 « aria2: 1.32.0 -> 1.33.0 »: https://git.io/JUxxu
<{^_^}> [nixpkgs] @peterhoeg pushed to f/peter_fpc « fpc: 3.0.0 -> 3.0.2 »: https://git.io/JUxxz
<{^_^}> [nixpkgs] @peterhoeg pushed 6 commits to u/fpc: https://git.io/JUxxg
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/hv: https://git.io/JUxx2
<{^_^}> [nixpkgs] @peterhoeg pushed to f/audacity « audacity: 2.4.1 -> 2.4.2 »: https://git.io/JUxxa
<{^_^}> [nixpkgs] @peterhoeg pushed commit from @domenkozar to nix-upgrade « Provide correct instructions how to upgrade Nix without nixpkgs. »: https://git.io/vFtHM
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/networkd: https://git.io/JUxxV
<{^_^}> [nixpkgs] @peterhoeg pushed to p/nvidia « nvidia-firmware: init at 325.15 »: https://git.io/JUxxw
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/dnsmasq: https://git.io/JUxxr
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/box2d: https://git.io/JUxxo
<{^_^}> [nixpkgs] @peterhoeg pushed to f/kvm « introduce kvm »: https://git.io/JUxxK
<{^_^}> [nixpkgs] @peterhoeg pushed to p/matrix-slack « matrix-appservice-slack: init at 2016-12-23 »: https://git.io/JUxx6
<{^_^}> [nixpkgs] @peterhoeg pushed to p/zwave « wip »: https://git.io/JUxxi
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/upnp: https://git.io/JUxxP
<{^_^}> [nixpkgs] @peterhoeg pushed to p/smailq « smailq: init at 1.2 WIP »: https://git.io/JUxxX
<{^_^}> [nixpkgs] @peterhoeg pushed 5 commits to p/tpm2: https://git.io/JUxx1
<{^_^}> [nixpkgs] @peterhoeg pushed to f/pdftk « pdftk wip »: https://git.io/JUxxD
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/ubnt: https://git.io/JUxxy
<{^_^}> [nixpkgs] @peterhoeg pushed to f/sddm « sddm: remove cache in preStart »: https://git.io/JUxxS
<{^_^}> [nixpkgs] @peterhoeg pushed to f/wallpapers « nixos-artwork: make wallpapers available to KDE »: https://git.io/JUxx9
<{^_^}> [nixpkgs] @peterhoeg pushed to f/db « dropbox: add bash to path »: https://git.io/JUxxH
meh` has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to p/hv: https://git.io/JUxxQ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/noti « noti: use installShellFiles »: https://git.io/JUxx5
<{^_^}> [nixpkgs] @peterhoeg pushed to f/slims « slimserver (nixos): run via DynamicUser »: https://git.io/JUxxd
<{^_^}> [nixpkgs] @peterhoeg pushed to p/rt « restorething: init at 0.2.5 »: https://git.io/JUxxF
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to wmic_unused: https://git.io/JUxxN
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to u/maestral_0_4_4: https://git.io/JUxxA
<{^_^}> [nixpkgs] @peterhoeg pushed to m/acpid « acpid socket »: https://git.io/JUxxx
<{^_^}> [nixpkgs] @peterhoeg pushed to p/libmygpo « libmygpo-qt: init at 1.1.0 (wip) »: https://git.io/JUxxp
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to hass_cloud: https://git.io/JUxxh
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/libva_v2: https://git.io/JUxpe
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to f/unet: https://git.io/JUxpJ
<{^_^}> [nixpkgs] @peterhoeg pushed to f/ykman-qt « yubikey-manager-qt: build using Qt mkDerivation »: https://git.io/JUxpT
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/activation: https://git.io/JUxpk
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to u/cryfs: https://git.io/JUxpI
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to m/lcd: https://git.io/JUxpt
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/audacity: https://git.io/JUxpq
<{^_^}> [nixpkgs] @peterhoeg pushed 48 commits to t/hass_fixes: https://git.io/JUxpm
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/bower: https://git.io/JUxpY
<{^_^}> [nixpkgs] @peterhoeg pushed to dbusact « kdeconnect: let dbus activate via systemd »: https://git.io/JUxpO
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/bundlerapp: https://git.io/JUxps
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/db: https://git.io/JUxpG
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/dbb: https://git.io/JUxpZ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/deps: https://git.io/JUxpc
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/di: https://git.io/JUxpC
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/docbook: https://git.io/JUxpW
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/dxx_2: https://git.io/JUxpl
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/f3: https://git.io/JUxp8
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/fortivpn: https://git.io/JUxpR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/g15: https://git.io/JUxp0
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/gcalcli: https://git.io/JUxpE
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/ge: https://git.io/JUxpu
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/gmsh: https://git.io/JUxpz
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/gsoap_stable: https://git.io/JUxpa
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/hass: https://git.io/JUxpw
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/hassint: https://git.io/JUxpo
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/hotadd: https://git.io/JUxpK
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/hv: https://git.io/JUxp6
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/icr: https://git.io/JUxpP
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/ids: https://git.io/JUxpX
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/iotop: https://git.io/JUxp1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/kdeconnect: https://git.io/JUxpM
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/kinit: https://git.io/JUxpS
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/kodi: https://git.io/JUxpH
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/kvm: https://git.io/JUxpQ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/lo: https://git.io/JUxp7
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/lv: https://git.io/JUxp5
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/mksh: https://git.io/JUxpd
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/monplug: https://git.io/fAl55
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/mp3fs: https://git.io/JUxpF
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/mpack: https://git.io/JUxpb
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/mpv: https://git.io/JUxpN
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/mu: https://git.io/JUxpx
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/mysql: https://git.io/JUxpp
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/networkd: https://git.io/JUxpj
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/nm_dns: https://git.io/JUxhv
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/noti: https://git.io/JUxhf
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/nss_stable: https://git.io/JUxhU
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/okular: https://git.io/JUxhT
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/openvpn: https://git.io/JUxhk
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/parser: https://git.io/JUxhI
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/pass: https://git.io/JUxhL
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/pdftk: https://git.io/JUxht
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/peter_fpc: https://git.io/JUxhq
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/portal_kde: https://git.io/JUxhm
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/powerdevil: https://git.io/JUxhY
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/py: https://git.io/JUxh3
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/pykms: https://git.io/JUxhs
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/pyudev: https://git.io/JUxhG
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/qt4to5: https://git.io/JUxhZ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/rainloop: https://git.io/JUxhn
<simpson> infinisil: ^^^ What exactly is happening with these shortlinks? They appear busted for me.
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/redoflacs: https://git.io/JUxhc
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/ring: https://git.io/JUxh8
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/rmq: https://git.io/JUxhB
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/ruby: https://git.io/JUxhR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/runtime: https://git.io/JUxhE
<simpson> I'm excited for whatever's happening, but I don't think that the bot (nor GH) is doing a good job of explaining what's happening.
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/scad: https://git.io/JUxhg
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/sddm: https://git.io/JUxh2
<puck> simpson: they're new branches, i think
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/sigrok: https://git.io/JUxha
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/slim: https://git.io/JUxhV
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/slims: https://git.io/JUxhw
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/strip: https://git.io/JUxhr
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/systemd: https://git.io/JUxho
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/theharvester: https://git.io/JUxhK
<hugolgst_> damn the bot
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/tox: https://git.io/JUxhi
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/udev-settle: https://git.io/JUxhP
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/unet: https://git.io/JUxhX
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/unifi: https://git.io/JUxh1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/usbmuxd: https://git.io/JUxhM
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/vagrant: https://git.io/JUxhD
<niksnut> they're branches that are being deleted
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/vmware_stable: https://git.io/JUxhS
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/wallpapers: https://git.io/JUxh9
<simpson> Aha. That makes a lot of sense.
<edef> oh christ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/wbem: https://git.io/JUxhH
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/wp: https://git.io/JUxhQ
zupo has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/wrk: https://git.io/JUxh7
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/xmlsort: https://git.io/JUxhd
<edef> i guess we're up to x at least
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/ykman-qt: https://git.io/JUxhF
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/zbar: https://git.io/JUxhN
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/zm: https://git.io/JUxhA
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to f/zw: https://git.io/JUxhx
<infinisil> That's only the ones starting with f!
<edef> a-are there more
<edef> i think we might've hit the end
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/aria2: https://git.io/JUxhj
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/battle: https://git.io/JUxje
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/box2d: https://git.io/JUxjv
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/bundler: https://git.io/JUxjJ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/clementine: https://git.io/JUxjT
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/cryfs: https://git.io/JUxjI
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/cura: https://git.io/JUxjt
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/curl: https://git.io/JUxjY
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/db_stable: https://git.io/JUxjO
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/dbus: https://git.io/JUxj3
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/dnsmasq: https://git.io/JUxjs
<edef> guess not
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/fc: https://git.io/JUxjG
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/fcad: https://git.io/JUxjZ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/fpc: https://git.io/JUxjn
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/freecad: https://git.io/JUxjc
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/fwupd: https://git.io/JUxjW
<V> delicious spam
<V> wonderful spam
zangi has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/ge: https://git.io/JUxj8
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/gh_0_5_5: https://git.io/JUxj4
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/gsettings-qt: https://git.io/JUxjB
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/hb: https://git.io/JUxjR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/icr: https://git.io/JUxj0
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/iniparser: https://git.io/JUxjE
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/ios: https://git.io/JUxju
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/jruby: https://git.io/JUxjz
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/kdiff3: https://git.io/JUxjg
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/keybase: https://git.io/JUxj2
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/keyutils: https://git.io/JUxja
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/kgraph: https://git.io/JUxjV
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/kmod_stable: https://git.io/JUxjw
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/kodi: https://git.io/JUxjr
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/lazarus: https://git.io/JUxjo
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/lazarus_2_0_10: https://git.io/JUxjK
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/lc: https://git.io/JUxj6
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/lgfs: https://git.io/JUxji
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/libinput: https://git.io/JUxjX
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/libm: https://git.io/JUxj1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/libva_v2: https://git.io/JUxjM
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/live555: https://git.io/JUxjy
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/lo: https://git.io/JUxj9
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/lyx: https://git.io/JUxjH
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/maestral: https://git.io/JUxj5
<infinisil> /filter add branch_delete irc.freenode.#nixos irc_notice,nick_{^_^} pushed 0 commits
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/maestral_0_4_4: https://git.io/JUxjF
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/maestral_0_6_3: https://git.io/JUxjb
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/matrix: https://git.io/JUxjN
<infinisil> weechat filter ^
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/mixxx: https://git.io/JUxjA
cosimone has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/mosquitto: https://git.io/JUxjx
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/mosquitto_166_1903: https://git.io/JUxjp
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/mosquitto_1903: https://git.io/JUxjj
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/mq: https://git.io/JUpev
zangi has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/mu: https://git.io/JUpef
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/nim: https://git.io/JUpeJ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/nwc: https://git.io/JUpeT
kreyren has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/openxcom: https://git.io/JUpeI
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/pio: https://git.io/JUpeL
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/pjsip: https://git.io/JUpet
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/plasma: https://git.io/JUpem
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/poppler: https://git.io/JUpeY
zangi has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/qscin: https://git.io/JUpe3
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/qst: https://git.io/JUpes
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/quat: https://git.io/JUpeZ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/rabbitmq: https://git.io/JUpen
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/rdp_stable: https://git.io/JUpeC
cosimone has joined #nixos
<__red__> apparently not infinisil ;-)
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/sensu: https://git.io/JUpeW
kreyren has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/snapcast: https://git.io/JUpe8
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/solvespace: https://git.io/JUpe4
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/speechd: https://git.io/JUpeB
<{^_^}> [nixpkgs] @lheckemann merged pull request #99934 → nixos/murmur: add option `environmentFile` for injecting secrets → https://git.io/JUxXm
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/JUpeR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/st_stable: https://git.io/JUpe0
<infinisil> __red__: apparently not what?
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/stable_mosquitto_166: https://git.io/JUpez
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/syslinux: https://git.io/JUpeg
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/tf: https://git.io/JUpe2
<__red__> the filtering
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/tome4: https://git.io/JUpeV
<immae> it’s local
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/tox: https://git.io/JUpew
<__red__> ooh
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/treesitter_0_16_3: https://git.io/JUpeo
<immae> You have to run it yourself __red__
<__red__> okay
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/ubnt: https://git.io/JUpeK
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/wbem: https://git.io/JUpe6
<__red__> thought it was supposed to be a bot command
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/ws: https://git.io/JUpei
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/xapian: https://git.io/JUpe1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/xkb: https://git.io/JUpeD
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to u/yad: https://git.io/JUpe9
<simpson> Yeah, infinisil is saying what you can do now if you're bothered. I presume that the longer fix is to alter the bot's code so that it understands this special case "push" as a branch deletion.
<immae> oh is it edolstra doing some cleanup?
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to broken.p/wmi: https://git.io/JUpeN
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to c/keepass: https://git.io/JUpeA
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to dbusact: https://git.io/JUpex
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to dxx: https://git.io/JUpeh
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to fexx: https://git.io/JUpvf
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to fix/diffo: https://git.io/JUpvk
<{^_^}> [nixpkgs] @shlevy pushed 2 commits to master: https://git.io/JUpvq
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to fix_mht2htm: https://git.io/JUpvY
<{^_^}> [nixpkgs] @shlevy pushed to release-20.09 « zulip: Don't use buildFHSUserEnvBubblewrap. »: https://git.io/JUpv3
<{^_^}> [nixpkgs] @shlevy merged pull request #99930 → zulip: Don't use buildFHSUserEnvBubblewrap. → https://git.io/JUxoP
<zangi> how do I merge sets inside of recursive list to another set? `{ foo = "a"; bar = "b"; } // [ { baz = "c"; qux = "d"; } [ { quux = "e"; } [ { corge = "f"; } ] ] ]f`
nicoo has joined #nixos
<lewo> immae: i think someone did something wrong by pushing a lot of branches to the nixpkgs repo and eelco removed them
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to hass1803: https://git.io/JUpvu
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to hass_cloud: https://git.io/JUpvz
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/acpid: https://git.io/JUpva
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to maintainer_helper: https://git.io/JUpvw
domogled has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/cups: https://git.io/JUpvr
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/dbus: https://git.io/JUpv6
domogled1 has joined #nixos
<immae> ok
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/dbusb: https://git.io/JUpvi
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/exwm: https://git.io/JUpvP
<niksnut> that's right
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to mixxx: https://git.io/JUpvX
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/kodi: https://git.io/JUpv1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/kodi_1903: https://git.io/JUpvD
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/lcd: https://git.io/JUpvy
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/lcdproc: https://git.io/JUpvS
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/logitech_lcd: https://git.io/JUpv9
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/mailhog: https://git.io/JUpvH
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/multicast: https://git.io/JUpvQ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/nm: https://git.io/JUpv7
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/opensmtpd: https://git.io/JUpvd
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/openvpn_ip_fwd: https://git.io/JUpvb
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/openvpn_ip_fwd_keep: https://git.io/JUpvA
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/openvpn_user: https://git.io/JUpvx
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/podman: https://git.io/JUpvh
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/rkt: https://git.io/JUpvj
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/sata_timeout: https://git.io/JUpfe
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/sddm_attrs: https://git.io/JUpfU
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/sensu: https://git.io/JUpfT
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/smartd: https://git.io/JUpfI
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/socket: https://git.io/JUpft
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/squeezelite: https://git.io/JUpfm
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/unifi: https://git.io/JUpfY
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/unifi_2003: https://git.io/JUpfs
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to n/cups: https://git.io/JUpfG
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to nm_dnsdhcp: https://git.io/JUpfZ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to ocr: https://git.io/JUpfc
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to old/crystal: https://git.io/JUpfC
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to org: https://git.io/JUpfW
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/babe: https://git.io/JUpf8
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/broadlink-cli: https://git.io/JUpf4
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/check_esx: https://git.io/JUpfR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/checks_stable: https://git.io/JUpfE
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/diablo: https://git.io/JUpfu
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/doagent: https://git.io/JUpfz
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/domterm: https://git.io/JUpf2
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/dupd: https://git.io/JUpfa
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to perl: https://git.io/JUpfo
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_1903: https://git.io/JUpfK
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_stable: https://git.io/JUpfi
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_stable_temp_30904: https://git.io/JUpfP
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_stable_temp_8819: https://git.io/JUpfX
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_strip: https://git.io/JUpf1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_unstable: https://git.io/JUpfD
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to peter_unstable_temp_21483: https://git.io/JUpfy
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/falkon: https://git.io/JUpfS
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/firewalld: https://git.io/JUpf9
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/force: https://git.io/JUpfH
<immae> poor git.io
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/gcompris: https://git.io/JUpf7
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/grml: https://git.io/JUpf5
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/havp: https://git.io/JUpfN
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/https-dns: https://git.io/JUpfx
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/hv: https://git.io/JUpfp
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/hyperv: https://git.io/JUpfh
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/iso: https://git.io/JUpfj
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/kitty: https://git.io/JUpJv
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/knxd: https://git.io/JUpJf
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/libmygpo: https://git.io/JUpJJ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/lucky: https://git.io/JUpJU
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/matrix-slack: https://git.io/JUpJT
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/mht: https://git.io/JUpJk
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/msr: https://git.io/JUpJL
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/msse: https://git.io/JUpJt
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/mycroft: https://git.io/JUpJm
<buovjaga> why not kick the bot for a bit?
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/nheko: https://git.io/JUpJY
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/nus: https://git.io/JUpJs
<crazymind-102[m]> The bot is really spamming a lot.
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/nvidia: https://git.io/JUpJG
<ar> or +q
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/odoo: https://git.io/JUpJn
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/omping: https://git.io/JUpJW
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/oomd: https://git.io/JUpJ4
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/openhab: https://git.io/JUpJB
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/openhab_broken: https://git.io/JUpJR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/openhab_stable: https://git.io/JUpJ0
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/ozwcp: https://git.io/JUpJu
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/pdf-tools: https://git.io/JUpJg
bbarker has joined #nixos
<makefu> how long will it take until this stops?
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/po: https://git.io/JUpJ2
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/pound: https://git.io/JUpJa
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/pound_stable: https://git.io/JUpJV
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/ppass: https://git.io/JUpJw
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/pyupdate: https://git.io/JUpJr
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/rt: https://git.io/JUpJo
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/sensu2: https://git.io/JUpJK
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/skanlite: https://git.io/JUpJ6
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/smailq: https://git.io/JUpJi
<makefu> this is branch cleanup, right?
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/suitecrm: https://git.io/JUpJP
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/tiling: https://git.io/JUpJX
<makefu> 112 to go
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/tmpdir: https://git.io/JUpJ1
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/tpm2: https://git.io/JUpJM
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/users: https://git.io/JUpJy
<V> no it's the end of nixpkgs as we know it
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/vga2usb: https://git.io/JUpJ9
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/video: https://git.io/JUpJH
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/weidu: https://git.io/JUpJQ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/wmi_1809: https://git.io/JUpJd
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/wmi_master: https://git.io/JUpJb
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/xmlsort: https://git.io/JUpJN
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/xset: https://git.io/JUpJx
stree has quit [Quit: Caught exception]
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to p/zwave: https://git.io/JUpJp
<crazymind-102[m]> Til z I would assume.
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to qtquick_style: https://git.io/JUpJh
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to rel/ledger: https://git.io/JUpJj
<makefu> from cluttered mess to cleaned up room?
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to ruby_jemalloc: https://git.io/JUpUe
stree has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to testssl: https://git.io/JUpUf
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to t/hass_fixes: https://git.io/JUpUT
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to t/libva: https://git.io/JUpUk
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to t/pcl: https://git.io/JUpUI
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to t/sensu: https://git.io/JUpUL
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to t/unifi: https://git.io/JUpUq
<Luciole> whew
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to __u/sqlite: https://git.io/JUpUR
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to var-run: https://git.io/JUpUu
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to wmic_unused: https://git.io/JUpUg
<blackriversoftwa> Hello. How do I get nix to use a private s3 bucket as a cache with a credential profile other than the default?
<{^_^}> [nixpkgs] @marsam opened pull request #99949 → micro: 2.0.7 -> 2.0.8 → https://git.io/JUpU9
<blackriversoftwa> I have the profile `my-profile` in ~/.aws/credentials, and if I run `nix-copy --from 's3://my-bucket?profile=my-profile` /nix/store/some-path it works fine
cosimone has quit [Quit: cosimone]
<{^_^}> [nixpkgs] @marsam merged pull request #99916 → postgresqlPackages.pg_cron: 1.2.0 -> 1.3.0 → https://git.io/JUxTZ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JUpUb
<blackriversoftwa> If I put `s3://my-bucket?profile=my-profile` in `trusted-substituters` in `/etc/nix/nix.conf` I get `warning: AWS error fetching 'nix-cache-info': Access Denied`
<blackriversoftwa> So it seems like Nix is ignoring my credential settings when I try to use that s3 url as a cache
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/fw: https://git.io/JUpTJ
<{^_^}> [nixpkgs] @edolstra pushed 0 commits to m/nginx: https://git.io/JUpTU
wrl_ is now known as wrl
<niksnut> the error may come from nix-daemon which doesn't have access to ~/.aws/credentials
<blackriversoftwa> niksnut: this is my theory, but how do I give it access?
<blackriversoftwa> I tried putting those credentials in the root user but that did not help
orivej has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to master: https://git.io/JUpTK
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to release-20.03: https://git.io/JUpT6
<{^_^}> [nixpkgs] @zowoq opened pull request #99950 → fzf: 0.22.0 -> 0.23.0 → https://git.io/JUpTX
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to release-20.09: https://git.io/JUpTS
mmohammadi981266 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
<blackriversoftwa> niksnut: also, I tried making those credentials the default profile but that didn't help either
<blackriversoftwa> so that theory seems more likely
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
domogled1 has joined #nixos
<blackriversoftwa> niksnut: even removing the profile argument entirely and putting the AWS key in environment variables does not work
domogled has quit [Ping timeout: 246 seconds]
domogled1 is now known as domogled
<blackriversoftwa> niksnut: is it just not possible to use a private s3 bucket as a cache in multi-user mode?
eddyb has quit [Quit: killed]
mnm[m] has quit [Quit: killed]
aniketd[m] has quit [Quit: killed]
Preisschild has quit [Quit: killed]
grin[m]1 has quit [Quit: killed]
porphyrogenetos has quit [Quit: killed]
mcaju has quit [Quit: killed]
srid has quit [Quit: killed]
l_inus[m] has quit [Quit: killed]
david-sawatzke[m has quit [Quit: killed]
michaelpj1 has quit [Quit: killed]
tristan[m] has quit [Quit: killed]
ghasshee[m] has quit [Quit: killed]
maralorn has quit [Quit: killed]
ThaEwat has quit [Quit: killed]
mullein[m]1 has quit [Quit: killed]
Ericson2314 has quit [Quit: killed]
Amit[m] has quit [Quit: killed]
yoctocell[m] has quit [Quit: killed]
sstreet[m]1 has quit [Quit: killed]
fzakaria11 has quit [Quit: killed]
jojosch|Johannes has quit [Quit: killed]
scaroo[m] has quit [Quit: killed]
AmitLevy[m] has quit [Quit: killed]
codyopel has quit [Quit: killed]
DanP[m] has quit [Quit: killed]
alexfmpe has quit [Quit: killed]
mkg20001 has quit [Quit: killed]
cchalc[m] has quit [Quit: killed]
siraben has quit [Quit: killed]
duktus[m] has quit [Quit: killed]
verum_alpha[m] has quit [Quit: killed]
qbit[m] has quit [Quit: killed]
alexarice[m] has quit [Quit: killed]
davidak[m] has quit [Quit: killed]
das-g[m]1 has quit [Quit: killed]
colemickens has quit [Quit: killed]
jonte[m] has quit [Quit: killed]
jfaassen[m] has quit [Quit: killed]
a4wc6n[m] has quit [Quit: killed]
Anonymous[m] has quit [Quit: killed]
yeongsheng_tan[m has quit [Quit: killed]
crazymind-102[m] has quit [Quit: killed]
Guest29939 has quit [Quit: killed]
hr[m] has quit [Quit: killed]
juan[m] has quit [Quit: killed]
srxl has quit [Quit: killed]
user_account[m] has quit [Quit: killed]
demoulin[m] has quit [Quit: killed]
TomaszKsiak[m] has quit [Quit: killed]
AntonioYang[m] has quit [Quit: killed]
chinmayxd[m] has quit [Quit: killed]
ipv6[m] has quit [Quit: killed]
aloiscochard[m] has quit [Quit: killed]
bk1603[m] has quit [Quit: killed]
SplitFire[m] has quit [Quit: killed]
faya01[m] has quit [Quit: killed]
ZerataX1 has quit [Quit: killed]
worldofpeace has quit [Quit: killed]
test128383[m] has quit [Quit: killed]
chreekat[m]1 has quit [Quit: killed]
bennofs[m] has quit [Quit: killed]
unclechu has quit [Quit: killed]
jtojnar has quit [Quit: killed]
qrilka[m] has quit [Quit: killed]
Ox4A6F has quit [Quit: killed]
nyu[m] has quit [Quit: killed]
menelaos[m] has quit [Quit: killed]
musicmatze has quit [Quit: killed]
Valodim[m] has quit [Quit: killed]
94KAATL6B has quit [Quit: killed]
jumper149[m] has quit [Quit: killed]
habbasi[m] has quit [Quit: killed]
GuillaumeChrel[m has quit [Quit: killed]
felschr1[m] has quit [Quit: killed]
eadwu[m] has quit [Quit: killed]
theglenn888[m] has quit [Quit: killed]
hazel[m]1 has quit [Quit: killed]
Rian[m] has quit [Quit: killed]
DamienCassou has quit [Quit: killed]
billsun has quit [Quit: killed]
bloodyfish[m] has quit [Quit: killed]
kueckieben[m] has quit [Quit: killed]
Hayden[m] has quit [Quit: killed]
ffl^ has quit [Max SendQ exceeded]
Guest39010 has quit [Quit: killed]
ffl^ has joined #nixos
nixuser_ has joined #nixos
grobi has joined #nixos
nixuser has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #99952 → spasm-ng: init at unstable-2020-08-03 → https://git.io/JUpIQ
sangoma has joined #nixos
cfricke has quit [Quit: WeeChat 2.9]
domogled has quit [Remote host closed the connection]
domogled has joined #nixos
<{^_^}> [nix] @Ericson2314 opened pull request #4120 → Remove generic std::optional<T> suppport from worker proto → https://git.io/JUptU
<blackriversoftwa> So it appears the only way to use an authenticated s3 bucket as a cache on a multi-user installation is to have the credentials for that bucket be the `default` profile for the `root` user
<blackriversoftwa> this is not ideal
jani1234 has joined #nixos
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
Henson has quit [Ping timeout: 240 seconds]
n9nes has joined #nixos
<{^_^}> [nixpkgs] @ajs124 closed pull request #97258 → raspberrypifw: 1.20200601 -> 1.20200819 → https://git.io/JUGJQ
<{^_^}> [nixpkgs] @ajs124 closed pull request #98429 → raspberrypifw: 1.20200601 -> 1.20200902 → https://git.io/JUzqO
<{^_^}> [nixpkgs] @ajs124 merged pull request #99884 → raspberrypifw: 1.20200601 -> 1.20200902 → https://git.io/JUA6f
<{^_^}> [nixpkgs] @ajs124 pushed 2 commits to master: https://git.io/JUpt0
aml has joined #nixos
jani1234 has quit [Ping timeout: 244 seconds]
Ox4A6F has joined #nixos
DamienCassou has joined #nixos
Ericson2314 has joined #nixos
HumanJohn[m] has joined #nixos
l-as has joined #nixos
Hirmes[m] has joined #nixos
MilkManzJourDadd has joined #nixos
Minijackson[m] has joined #nixos
NobbZ[m] has joined #nixos
alexarice[m] has joined #nixos
alexfmpe has joined #nixos
alaskacanyon[m] has joined #nixos
Anonymous[m] has joined #nixos
alienpirate5 has joined #nixos
yoctocell[m] has joined #nixos
aterius has joined #nixos
barn0 has joined #nixos
bbigras has joined #nixos
bennofs[m] has joined #nixos
bohan[m] has joined #nixos
betrion[m] has joined #nixos
mcaju has joined #nixos
chreekat[m] has joined #nixos
colemickens has joined #nixos
daemon1024 has joined #nixos
crazazy[m] has joined #nixos
danielrf[m] has joined #nixos
darkharmony9999[ has joined #nixos
das-g[m] has joined #nixos
domenkozar[m] has joined #nixos
davidak[m] has joined #nixos
dominicusin[m] has joined #nixos
dtz has joined #nixos
dxu[m] has joined #nixos
eadwu[m] has joined #nixos
drozdziak1 has joined #nixos
eddyb has joined #nixos
emily has joined #nixos
felixfoertsch has joined #nixos
fzakaria1 has joined #nixos
fgaz has joined #nixos
hiroshi[m] has joined #nixos
hsiktas[m] has joined #nixos
hpfr has joined #nixos
hamishdehmer[m] has joined #nixos
humancalico[m] has joined #nixos
ilya-fedin has joined #nixos
JankLoogi has joined #nixos
inquisitiv3 has joined #nixos
jgart[m] has joined #nixos
jschievink has joined #nixos
jt35[m] has joined #nixos
jtojnar has joined #nixos
Jake[m] has joined #nixos
kevincox[m] has joined #nixos
kisaja[m] has joined #nixos
kraem has joined #nixos
TomaszKsiak[m] has joined #nixos
ks2048[m] has joined #nixos
l_inus[m] has joined #nixos
lndn[m] has joined #nixos
mindtree[m] has joined #nixos
mkg20001 has joined #nixos
mmlb[m] has joined #nixos
moben has joined #nixos
nh2[m] has joined #nixos
nikola[m] has joined #nixos
neonfuz2 has joined #nixos
nilsirl[m] has joined #nixos
octowan[m] has joined #nixos
aniketd[m] has joined #nixos
omasanori[m] has joined #nixos
ongy[m] has joined #nixos
paalped[m] has joined #nixos
pheoxy has joined #nixos
rednaZ[m] has joined #nixos
regnat has joined #nixos
pinage404[m] has joined #nixos
ryantm has joined #nixos
tilcreator has joined #nixos
mica[m] has joined #nixos
shu9 has joined #nixos
yurb has joined #nixos
siraben has joined #nixos
sjn[m] has joined #nixos
srid has joined #nixos
srasu[m] has joined #nixos
ThaEwat has joined #nixos
theduke has joined #nixos
the_rajsun[m] has joined #nixos
timokau[m] has joined #nixos
thefloweringash has joined #nixos
Avoozl[m] has joined #nixos
bpye has joined #nixos
callahad[m] has joined #nixos
unrooted[m] has joined #nixos
cab404[m] has joined #nixos
unclechu has joined #nixos
vaibhavsagar has joined #nixos
ArtemVorotnikov[ has joined #nixos
wak-work has joined #nixos
colmeka has joined #nixos
david-sawatzke[m has joined #nixos
worldofpeace has joined #nixos
Yakulu[m] has joined #nixos
zolk3ri[m] has joined #nixos
kc[m] has joined #nixos
porphyrogenetos has joined #nixos
Guest38059 has joined #nixos
tnias[m] has joined #nixos
ZerataX has joined #nixos
hsngrmpf[m] has joined #nixos
ecou[m] has joined #nixos
jonathan[m]3 has joined #nixos
felschr[m] has joined #nixos
grahamc[m] has joined #nixos
SpaghettiCthulhu has joined #nixos
user_account[m] has joined #nixos
raju[m] has joined #nixos
ericdmoore[m] has joined #nixos
Amit[m] has joined #nixos
schmittlauch[m] has joined #nixos
jneplokh has joined #nixos
ndarilek has joined #nixos
fjodor[m] has joined #nixos
jonte[m] has joined #nixos
kaiha[m] has joined #nixos
abcrawf has joined #nixos
crazymind-102[m] has joined #nixos
q3k[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
joachimschmidt55 has joined #nixos
codyopel has joined #nixos
ma27[m] has joined #nixos
esclear_m has joined #nixos
Notkea[m] has joined #nixos
jumper149[m] has joined #nixos
ntnkwmkmnw[m] has joined #nixos
srxl has joined #nixos
axx has joined #nixos
mullein[m] has joined #nixos
manu12[m] has joined #nixos
mmk2410[m] has joined #nixos
slabity has joined #nixos
bourbon has joined #nixos
lahmilahsi[m] has joined #nixos
leons has joined #nixos
Dandellion has joined #nixos
maralorn has joined #nixos
tristan[m] has joined #nixos
treed[m] has joined #nixos
hazel[m] has joined #nixos
georgyo[m] has joined #nixos
GuillaumeChrel[m has joined #nixos
abbec has joined #nixos
leonardp has joined #nixos
lurpahi has joined #nixos
musicmatze has joined #nixos
yangm has joined #nixos
aanderse has joined #nixos
annemarie[m]2 has joined #nixos
symphorien[m] has joined #nixos
test128383[m] has joined #nixos
reyman[m] has joined #nixos
phirsch has joined #nixos
onny[m] has joined #nixos
mt[m] has joined #nixos
qbit[m] has joined #nixos
rycee has joined #nixos
not7cd[h][m] has joined #nixos
meow2142[m] has joined #nixos
timclassic has joined #nixos
JJJollyjim has joined #nixos
Valodim[m] has joined #nixos
quidome[m] has joined #nixos
puzzlewolf has joined #nixos
aith[m] has joined #nixos
billsun has joined #nixos
tangotrotfox[m] has joined #nixos
njha[m] has joined #nixos
ptotter[m] has joined #nixos
toto[m] has joined #nixos
us3r[m] has joined #nixos
jehova[m] has joined #nixos
stu_[m] has joined #nixos
surf76[m] has joined #nixos
Stphan[m] has joined #nixos
sshow[m] has joined #nixos
sstreet[m] has joined #nixos
matthewkenigsber has joined #nixos
jlv has joined #nixos
cyberwolf[m] has joined #nixos
juan[m] has joined #nixos
verum_alpha[m] has joined #nixos
sierraDelta has joined #nixos
balsoft has joined #nixos
killercup[m] has joined #nixos
yusdacra[m] has joined #nixos
yisraeldov has joined #nixos
truby has joined #nixos
Ke has joined #nixos
timotheel-f[m] has joined #nixos
steve[m] has joined #nixos
wjjunyor[m] has joined #nixos
arcnmx has joined #nixos
menelaos[m] has joined #nixos
DanP[m] has joined #nixos
chinmayxd[m] has joined #nixos
rschulman has joined #nixos
Rian[m] has joined #nixos
philipp[m] has joined #nixos
georg[m]2 has joined #nixos
jfaassen[m] has joined #nixos
nicolas[m] has joined #nixos
grin[m] has joined #nixos
bk1603[m] has joined #nixos
roberth has joined #nixos
MrShatteredMirro has joined #nixos
jojosch|Johannes has joined #nixos
michaelpj has joined #nixos
tyrion-mx has joined #nixos
nyu[m] has joined #nixos
SplitFire[m] has joined #nixos
Alex[m]5 has joined #nixos
Preisschild has joined #nixos
bjtitus[m] has joined #nixos
aloiscochard[m] has joined #nixos
AntonioYang[m] has joined #nixos
spudly[m] has joined #nixos
bloodyfish[m] has joined #nixos
ipv6[m] has joined #nixos
qrilka[m] has joined #nixos
ramses[m] has joined #nixos
ghasshee[m] has joined #nixos
kueckieben[m] has joined #nixos
mnm[m] has joined #nixos
cchalc[m] has joined #nixos
daddy_james[m] has joined #nixos
fatjedi[m] has joined #nixos
yeongsheng_tan[m has joined #nixos
martha[m] has joined #nixos
faya01[m] has joined #nixos
doomer[m] has joined #nixos
MElemental[m] has joined #nixos
dxb[m] has joined #nixos
JaakkoLuttinen[m has joined #nixos
rnhmjoj has joined #nixos
CRTified[m] has joined #nixos
ialhamad[m] has joined #nixos
duktus[m] has joined #nixos
lina[m] has joined #nixos
habbasi[m] has joined #nixos
AmitLevy[m] has joined #nixos
Hayden[m] has joined #nixos
evils[m] has joined #nixos
a4wc6n[m] has joined #nixos
jbal[m] has joined #nixos
l33[m] has joined #nixos
sparogy has joined #nixos
superchonk[m] has joined #nixos
scaroo[m] has joined #nixos
demoulin[m] has joined #nixos
hr[m] has joined #nixos
vpfeiffer[m] has joined #nixos
theglenn888[m] has joined #nixos
IslandUsurper[m] has joined #nixos
mcpcpc has joined #nixos
<{^_^}> [nixpkgs] @dasJ opened pull request #99953 → atlassian-confluence: 7.7.4 -> 7.8.0 → https://git.io/JUpq9
nixuser_ has quit [Read error: Connection reset by peer]
joesventek_ has joined #nixos
mcpcpc has quit [Client Quit]
berberman has quit [Quit: ZNC 1.7.5 - https://znc.in]
kirc has joined #nixos
habbasi[m] has quit [*.net *.split]
martha[m] has quit [*.net *.split]
MElemental[m] has quit [*.net *.split]
yeongsheng_tan[m has quit [*.net *.split]
ramses[m] has quit [*.net *.split]
lina[m] has quit [*.net *.split]
ghasshee[m] has quit [*.net *.split]
killercup[m] has quit [*.net *.split]
truby has quit [*.net *.split]
phirsch has quit [*.net *.split]
lahmilahsi[m] has quit [*.net *.split]
betrion[m] has quit [*.net *.split]
GuillaumeChrel[m has quit [*.net *.split]
felschr[m] has quit [*.net *.split]
test128383[m] has quit [*.net *.split]
grahamc[m] has quit [*.net *.split]
jonathan[m]3 has quit [*.net *.split]
kaiha[m] has quit [*.net *.split]
annemarie[m]2 has quit [*.net *.split]
arcnmx has quit [*.net *.split]
worldofpeace has quit [*.net *.split]
mt[m] has quit [*.net *.split]
HumanJohn[m] has quit [*.net *.split]
mindtree[m] has quit [*.net *.split]
yoctocell[m] has quit [*.net *.split]
barn0 has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
jtojnar has quit [*.net *.split]
ilya-fedin has quit [*.net *.split]
leons has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
hpfr has quit [*.net *.split]
srasu[m] has quit [*.net *.split]
Yakulu[m] has quit [*.net *.split]
abbec has quit [*.net *.split]
grobi has quit [*.net *.split]
qbit[m] has quit [*.net *.split]
ryantm has quit [*.net *.split]
MilkManzJourDadd has quit [*.net *.split]
joesventek has quit [*.net *.split]
sigmundv__ has quit [*.net *.split]
civodul has quit [*.net *.split]
dermetfan has quit [*.net *.split]
bbarker has quit [*.net *.split]
spudly has quit [*.net *.split]
wrl has quit [*.net *.split]
Supersonic has quit [*.net *.split]
ambroiseur has quit [*.net *.split]
ky0ko has quit [*.net *.split]
Reventlov has quit [*.net *.split]
zimbatm has quit [*.net *.split]
ldlework has quit [*.net *.split]
noogie has quit [*.net *.split]
bgamari has quit [*.net *.split]
datakurre has quit [*.net *.split]
joshmeredith has quit [*.net *.split]
lewo has quit [*.net *.split]
joesventek_ is now known as joesventek
noogie has joined #nixos
Reventlov has joined #nixos
bgamari has joined #nixos
zimbatm has joined #nixos
Supersonic has joined #nixos
Reventlov has joined #nixos
Reventlov has quit [Changing host]
ky0ko has joined #nixos
spudly has joined #nixos
ghasshee[m] has joined #nixos
kaiha[m] has joined #nixos
martha[m] has joined #nixos
yeongsheng_tan[m has joined #nixos
killercup[m] has joined #nixos
ramses[m] has joined #nixos
habbasi[m] has joined #nixos
dermetfan has joined #nixos
sigmundv__ has joined #nixos
phirsch has joined #nixos
grobi has joined #nixos
GuillaumeChrel[m has joined #nixos
civodul has joined #nixos
betrion[m] has joined #nixos
wrl has joined #nixos
jonathan[m]3 has joined #nixos
truby has joined #nixos
lahmilahsi[m] has joined #nixos
lina[m] has joined #nixos
nixhix has joined #nixos
yoctocell[m] has joined #nixos
annemarie[m]2 has joined #nixos
HumanJohn[m] has joined #nixos
<nixhix> I see that nixpkgs-channels have been deprecated, what should they be replaced with?
ma27[m] has joined #nixos
MElemental[m] has joined #nixos
grahamc[m] has joined #nixos
test128383[m] has joined #nixos
mindtree[m] has joined #nixos
<{^_^}> [nixpkgs] @drewrisinger opened pull request #99954 → libcint: 3.1.1 -> 4.0.2 → https://git.io/JUpmE
mt[m] has joined #nixos
barn0 has joined #nixos
srasu[m] has joined #nixos
felschr[m] has joined #nixos
arcnmx has joined #nixos
worldofpeace has joined #nixos
<hexa-> nixhix: nixpkgs afaik
ilya-fedin has joined #nixos
danielrf[m] has joined #nixos
ryantm has joined #nixos
jtojnar has joined #nixos
abbec has joined #nixos
Yakulu[m] has joined #nixos
leons has joined #nixos
qbit[m] has joined #nixos
kirc has quit [Client Quit]
hpfr has joined #nixos
<hexa-> i believe so
ldlework has joined #nixos
bahamas has joined #nixos
datakurre has joined #nixos
lewo has joined #nixos
joshmeredith has joined #nixos
ambroiseur has joined #nixos
bbarker has joined #nixos
MilkManzJourDadd has joined #nixos
Rusty1 has joined #nixos
MilkManzJourDadd has joined #nixos
MilkManzJourDadd has quit [Changing host]
alp has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @drewrisinger closed pull request #98404 → python3Packages.clifford: fix tests → https://git.io/JUuFd
<{^_^}> [nixpkgs] @andir merged pull request #99950 → fzf: 0.22.0 -> 0.23.0 → https://git.io/JUpTX
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/JUpY1
kirc has joined #nixos
<__monty__> ,locate bin mkdir
<__monty__> ,locate bin date
<{^_^}> Found in packages: toybox, busybox, coreutils, klibcShrunk, coreutils-full
<{^_^}> Found in packages: toybox, busybox, coreutils, coreutils-full
arahael has quit [Ping timeout: 260 seconds]
Henson has joined #nixos
alp has joined #nixos
kirc has quit [Quit: kirc]
<l-as> In this PR for freeimage https://github.com/NixOS/nixpkgs/pull/92708, I am trying to unbundle the dependencies, but freeimage needs private headers for some functionality. Right now I just export the headers by making some small changes to CMakeLists.txt for the dependencies, but obviously freeimage is the only thing that needs these headers, and it isn't possible to extract them from the source since they are headers built when
<l-as> building the dependencies. What is the right decision here?
<{^_^}> #92708 (by L-as, 13 weeks ago, open): [WIP] freeimage: Unbundle dependencies, fix AAarch64 support, and other fixes
gustavderdrache has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4120 → Remove generic std::optional<T> suppport from worker proto → https://git.io/JUptU
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JUpOR
marcy_ has quit []
<l-as> preferably I'd like to get this merged somewhat soon, since it's quite a long time since the PR was opened
marcy_ has joined #nixos
arahael has joined #nixos
ryjm_matrix has quit [Ping timeout: 272 seconds]
eeeeeta has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ajs124 merged pull request #95926 → asterisk-module-sccp: Init at 4.3.2-epsilon → https://git.io/JJj5q
<{^_^}> [nixpkgs] @ajs124 pushed 2 commits to master: https://git.io/JUp3h
lordcirth_ has joined #nixos
philr has quit [Ping timeout: 260 seconds]
meh` has joined #nixos
domogled1 has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
domogled1 is now known as domogled
eeeeeta is now known as eta
ryjm_matrix has joined #nixos
hugolgst_ has quit [Quit: Lost terminal]
nixhix has quit [Remote host closed the connection]
sputny has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Jiehong opened pull request #99955 → ttf-tw-moe: first version → https://git.io/JUpGG
nixuser_ has joined #nixos
arahael has quit [Ping timeout: 240 seconds]
domogled1 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
domogled has quit [Ping timeout: 264 seconds]
domogled1 is now known as domogled
nixuser_ has quit [Read error: Connection reset by peer]
cfricke has joined #nixos
jco has joined #nixos
<jco> Hello!
<jco> I've successfully installed platformio on vscode, but when i compile a program i get this error:
<{^_^}> [nixpkgs] @FRidh opened pull request #99956 → pythonPackages: use latest qt version instead of 5.14 → https://git.io/JUpZX
<jco> sh: /home/jco/.platformio/packages/toolchain-riscv/bin/riscv64-unknown-elf-gcc: No such file or directory
domogled1 has joined #nixos
<jco> this file is present on the system, so it looks like this executable has dynamic dependencies
domogled has quit [Read error: Connection reset by peer]
arahael has joined #nixos
lordcirth__ has joined #nixos
cosimone has joined #nixos
domogled has joined #nixos
eta has quit [Ping timeout: 240 seconds]
lordcirth_ has quit [Ping timeout: 240 seconds]
domogled1 has quit [Ping timeout: 260 seconds]
kirc has joined #nixos
superherointj has joined #nixos
knerten2 has joined #nixos
kirc has quit [Client Quit]
waleee-cl has joined #nixos
kirc has joined #nixos
knerten1 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @pasqui23 opened pull request #99957 → gamehub: init at 0.16.0-1 [WIP] → https://git.io/JUpct
<{^_^}> [nixpkgs] @andir merged pull request #99948 → nixos/security/acme: Add DNS resolver option → https://git.io/JUx7O
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/JUpcl
Ariakenom has quit [Ping timeout: 260 seconds]
eta has joined #nixos
kirc has quit [Quit: kirc]
<fionera> I am trying to cross compile in a nix-shell but I cannot get ncurses to be recognized by make. Do I have to do smth different then just adding it in buildInputs
arahael has quit [Ping timeout: 240 seconds]
cfricke has quit [Ping timeout: 260 seconds]
fendor has joined #nixos
kirc has joined #nixos
cfricke has joined #nixos
fendor__ has joined #nixos
arahael has joined #nixos
fendor_ has quit [Ping timeout: 272 seconds]
fendor_ has joined #nixos
fendor has quit [Ping timeout: 240 seconds]
<simonpe^^> Can I check whether it is nix-build or nix-shell that is being run?
cosimone has quit [Quit: cosimone]
cfricke has quit [Quit: WeeChat 2.9]
ryjm 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/JUpWm
grobi has quit [Quit: WeeChat 2.8]
<{^_^}> [nix-pills] @sbellem opened pull request #156 → Add missing "about" word → https://git.io/JUpWF
<{^_^}> [nixpkgs] @lsix opened pull request #99958 → nano: 5.2 -> 5.3 → https://git.io/JUpl3
justanotheruser has joined #nixos
kirc is now known as kirc1
kirc1 is now known as kirc
justanotheruser has quit [Client Quit]
justanotheruser has joined #nixos
Ariakenom has joined #nixos
elux has joined #nixos
kirc has quit [Quit: kirc]
<elux> hi there
liuyb has quit [Ping timeout: 256 seconds]
fendor__ is now known as fendor
<elux> does anyone here use i3 and vscode? i recently upgraded and am experiencing a super annoying UX issue. I develop across many WM workspaces, and previously when i would run `code .` to open a folder, the vscode would open and select the current WM workspace to open vscode. Now, it is opening the window in the WM workspace where vscode is already running.. any tips..? super annoying and productivity hurting
<{^_^}> [nixos-homepage] @blaggacao opened pull request #610 → Add issue templates → https://git.io/JUp8z
kreyren has quit [Remote host closed the connection]
<{^_^}> [nix-pills] @doronbehar merged pull request #156 → Add missing "about" word → https://git.io/JUpWF
<{^_^}> [nix-pills] @doronbehar pushed 2 commits to master: https://git.io/JUp8i
kreyren has joined #nixos
<elux> i assume this is some vscode issue because other programs open up just run in the current workspace
<superherointj> elux, I am using i3 and vscodium. Didn't notice a problem yet. But when I open a new application in a new workspace, the already opened VSCodium instance (in another workspace) will flash, but it still opens fine in the new workspace.
<superherointj> elux, Version: 1.49.1 Commit: 58bb7b2331731bf72587010e943852e13e6fd3cf Date: 2020-09-18T10:54:22.618Z Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.4.67
<elux> i tried vscodium as well, same thing
<elux> code --version returns: 1.49.1
acarrico has joined #nixos
<elux> i3 version 4.18.2 (2020-07-26)
<elux> thank you for checking though
fendor_ has quit [Remote host closed the connection]
<superherointj> The relevant part seems that when I open a new terminal in a new workspace and I open a new VSCodium instance it pings the already openned VSCodium instance.
kirc has joined #nixos
saschagrunert has quit [Quit: Leaving]
<elux> yea, interesting that it pings the other instance.. i dont notice it doing that, it just switches. but perhaps in the past it did ping it and i never noticed. it used to open in the new workspace and just randomly stopped from the last update
jco has quit [Quit: WeeChat 2.9]
<superherointj> The icon # at i3 workspace bar becomes red. I'm sure you would notice it.
<superherointj> I'm using Polybar (instead of i3status). Not sure how the behavior would be otherwise.
<elux> so.. i checked my i3 settings, i had "focus_on_window_activation focus" i turned this off, and now it opens in current workspace, but its still activating otehr workspaces with the vscode lol
<{^_^}> [nixpkgs] @FRidh pushed commit from @jorsn to master « picard: apply new licensing convention »: https://git.io/JUpBy
<{^_^}> [nixpkgs] @FRidh closed pull request #99465 → fix picard crash: use consistent qt5 version → https://git.io/JU7I0
ddellacosta has joined #nixos
bahamas has quit [Ping timeout: 260 seconds]
<superherointj> elux, so we are having same issue?
<elux> yep, its activating red now. which explains why it was opening in the old workspace, cuz it was activating it, and i3 was focusing to that workspace
<{^_^}> microsoft/vscode#48 (by Tyriar, 4 years ago, closed): Running Code should open a new instance, not activate a currently opened one
bahamas has joined #nixos
<superherointj> elux, my hope is in Onivim (https://www.onivim.io/). :)
<elux> neat
jani1234 has joined #nixos
o1lo01ol1o has joined #nixos
liuyb has joined #nixos
lordcirth__ is now known as lordcirth
jani1234 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUp06
bahamas has quit [Ping timeout: 260 seconds]
domogled has quit [Remote host closed the connection]
domogled has joined #nixos
<{^_^}> [nixpkgs] @dasJ opened pull request #99959 → openssh: 8.3p1 -> 8.4p1 → https://git.io/JUpEi
ransom has joined #nixos
kdlv_ has quit [Quit: kdlv_]
fendor has quit [Remote host closed the connection]
<lordcirth> Trying to write a service module, and testing it with nixos-container. Getting a totally unhelpful error: https://termbin.com/8zn3
<lordcirth> nixos-container doesn't support --show-trace, and I have no idea *what* value is having the type error
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<fionera> Any idea why u-boot make cant find ncurses? I am starting the shell with the following command
<fionera> nix-shell -E 'with import <nixpkgs> {}; linux.overrideAttrs (o: {nativeBuildInputs=o.nativeBuildInputs ++ [ gcc-unwrapped ncurses. ];})'
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]
<lordcirth> fionera, what error do you get?
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<fionera> Unable to find the ncurses package.
<fionera> the typical errors
<lordcirth> What's the '.' after ncurses do?
<fionera> typo :D
<fionera> I do it without the .
<fionera> Was just because I also tried with .dev
mmohammadi981266 has joined #nixos
fjodor[m] has quit [Quit: Idle for 30+ days]
moben has quit [Quit: Idle for 30+ days]
ejpcmac has joined #nixos
<lordcirth> fionera, maybe you need to use a different option than nativeBuildInputs ?
stree has quit [Quit: Caught exception]
<{^_^}> [nix] @edolstra pushed 3 commits to master: https://git.io/JUpza
stree has joined #nixos
<fionera> i also tried normal buildInputs
bahamas has joined #nixos
virus_dave has joined #nixos
<virus_dave> Heyas - can someone with commit to nixpkgs please merge this? https://github.com/NixOS/nixpkgs/pull/88611 Been sitting around awhile
<{^_^}> #88611 (by ceedubs, 19 weeks ago, open): unison-ucm: 1.0.M1l-alpha -> 1.0.M1m-alpha
<fionera> Ah I found it
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
<fionera> without pkg-config it only tries default paths and doesnt report that as error
erasmas has joined #nixos
n9nes has joined #nixos
<{^_^}> [nix] @edolstra pushed to master « Tweak error messages »: https://git.io/JUpgZ
<{^_^}> [nixpkgs] @stigtsp merged pull request #98622 → wtf: 0.31.0 -> 0.32.0 → https://git.io/JU2OC
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JUpgr
dominicusin[m] has quit [Quit: Idle for 30+ days]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Chiliparrot has joined #nixos
joesventek_ has joined #nixos
joesventek has quit [Read error: Connection reset by peer]
joesventek_ is now known as joesventek
growpotkin has joined #nixos
<virus_dave> another QQ: Are there any good examples of a nixpkgs derivation which is a source build of a repo/project that builds via a self-contained, in-repo build derivation?
<virus_dave> …and if so, are there any nonobvious consequences of this approach, such as “hydra won’t build & cache these” ?
bahamas has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
<Taneb> virus_dave: to my knowlege, there are not. They would cause "import from derivation", which NixOS's Hydra server bans
<immae> virus_dave: the term for that is Import from derivation ( https://nixos.wiki/wiki/Import_From_Derivation ). About whether it is accepted in nixpkgs, I don’t know
<Taneb> Flakes are an effort to solve this
<qyliss> ,ifd :)
<{^_^}> :): import-from-derivation (IFD) is when you evaluate nix from a derivation result, for example `import (pkgs.writeText "n" "1 + 1")` will evaluate to 2. This is sometimes problematic because it requires evaluating some, building some, and then evaluating the build result. It has been described as "such a nice footgun."
bahamas has joined #nixos
domogled has quit [Quit: domogled]
domogled has joined #nixos
<virus_dave> oh interesting. and rats, that seems really suboptimal, since now i have nix vs nix :(
<virus_dave> so do people just “not use a local nixified build config” or “don’t include in the global nixpkgs” as a rule?
<simpson> The latter. nixpkgs is a collaborative holistic ports tree, so it has its own style guide, including forbidding IFD.
<Taneb> I think most people in this position are content with duplicating the nix if they want it in nixpkgs
Ariakenom has quit [Ping timeout: 256 seconds]
<aman> Is there a possibility to change /etc/hosts using shell.nix + lorri for a project?
<{^_^}> [nixpkgs] @risicle opened pull request #99960 → terraform-providers.cloudfoundry: init at 0.12.4 → https://git.io/JUpVf
<virus_dave> yuck! ok, i’ll have to think about this then. Thanks, all :(
cosimone has quit [Ping timeout: 260 seconds]
hnOsmium0001 has joined #nixos
cosimone has joined #nixos
<simpson> virus_dave: It requires no thought whatsoever. Just copy what you've got into nixpkgs, or accept not going into nixpkgs. Maybe it's not desirable, but it's not a big think either.
ransom has joined #nixos
amanjeev[m] has joined #nixos
dtz has quit [Quit: Idle for 30+ days]
<simpson> amanjeev[m]: It looks like this can be done by setting the HOSTALIASES environment variable in .envrc; see https://blog.tremily.us/posts/HOSTALIASES/ for more information.
<exarkun> Anyone have any guides for running a nixos container with only a wireguard-supplied interface for its network?
<amanjeev[m]> Thank you simpson !
<amanjeev[m]> simpson++
<{^_^}> simpson's karma got increased to 35, it's a crit!
<amanjeev[m]> * simpson++
<{^_^}> simpson's karma got increased to 36
jabster28 has joined #nixos
lunik1 has joined #nixos
srhm has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @dasJ opened pull request #99961 → asterisk: Bump all packages → https://git.io/JUpwm
alp has quit [Ping timeout: 246 seconds]
grobi has joined #nixos
jehova[m] has quit [Quit: Idle for 30+ days]
fendor has joined #nixos
maxdevjs has joined #nixos
srhm has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
raju[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
dermetfan has quit [Ping timeout: 246 seconds]
<mica[m]> For the new oci containers module, how will you create the bridged network for containers to talk to one another?
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<virus_dave> @simpson - the “thought” is “do i actually want to push to use nix for the local build now, and have to keep it in sync in nixpkgs”. I don’t own the repo, and i’m not a committer to nixpkgs.
orivej has joined #nixos
<virus_dave> since they’re not currently using nix for local build, it might just be simpler to keep it that way
<{^_^}> [nixpkgs] @penguwin opened pull request #99962 → charm: 0.8.2 -> 0.8.3 → https://git.io/JUpr9
grobi has quit [Quit: WeeChat 2.8]
grobi has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
<__monty__> It's not clear to me virus_dave is actually talking about IFD rather than just a package expression that happens to be in a source repo.
Izorkin has quit [Ping timeout: 272 seconds]
Izorkin has joined #nixos
<simpson> What's an example expression in nixpkgs which shows that off, though?
wnklmnn has joined #nixos
domogled has joined #nixos
cptrbn has joined #nixos
liuyb has quit [Ping timeout: 265 seconds]
cole-h has joined #nixos
<srk> callCabal2nix
alp has joined #nixos
<simpson> srk++
<{^_^}> srk's karma got increased to 24
Izorkin has quit [Ping timeout: 256 seconds]
nature has joined #nixos
Izorkin has joined #nixos
charukiewicz has joined #nixos
<{^_^}> [nix-pills] @sbellem opened pull request #157 → Change install arg from `man` to `man-db` → https://git.io/JUp6x
lsix has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
cptrbn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
<charukiewicz> I want to use home-manager on a NixOS machine that has two normal user accounts for me and my team member. The home-manager installation instructions say to create a home-manager channel. I noticed that as a regular user, nix-channel --list does not list the system channels. So should each of us follow the instructions and create our own copy of a home-manager channel, or is there a system-wide way of
<charukiewicz> doing this?
lsix has joined #nixos
<simpson> charukiewicz: IIUC root's channels are the system channels; run nix-channel as root to change the system's channel configuration.
n9nes has joined #nixos
<charukiewicz> simpson: I figured I can do that. But the next step in installing home-manager is to run `nix-shell '<home-manager>' -A install` as my user. So if instead of '<home-manager>' I reference the path to the system channel, it should work?
<charukiewicz> I think it's somewhere like /nix/var/nix/profiles/system/...
<simpson> '<home-manager>' references the channel by name, doesn't it?
<charukiewicz> Yeah, but if the channel is installed as root, I don't think I'll see it as a user, will I? Because running nix-channel --list doesn't show anything as the user, only as root
<charukiewicz> unless I'm mistaken about that, and channels are shared globally
waleee-cl has joined #nixos
<charukiewicz> I guess I'll just try adding the channel as root and see
bdju has joined #nixos
<cole-h> Channels are inherited.
<charukiewicz> ah gotcha. that makes sense. I guess nix-channel --list is only printing the output of ~/.nix-channels
<charukiewicz> which doesn't contain the inherited channels
dermetfan has joined #nixos
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
domogled has quit [Ping timeout: 240 seconds]
IlliusDope has joined #nixos
bdju has quit [Read error: Connection reset by peer]
m1cr0man has joined #nixos
domogled has joined #nixos
bdju has joined #nixos
jani1234 has joined #nixos
knerten1 has joined #nixos
knerten2 has quit [Ping timeout: 272 seconds]
jani1234 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #99601 → blackfire: init at 1.44.0 → https://git.io/JUdAl
<{^_^}> [nixpkgs] @jtojnar pushed 5 commits to master: https://git.io/JUpXx
domogled has quit [Remote host closed the connection]
domogled has joined #nixos
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @guserav opened pull request #99964 → horizon-eda: init at 1.2.1 → https://git.io/JUp1X
noonien has joined #nixos
fendor has quit [Ping timeout: 272 seconds]
<rnhmjoj> i have to use the patched sources of a package from another package. is there an attribute or some cleaver way to copy the source after the patch phase?
meh` has quit [Ping timeout: 260 seconds]
<rnhmjoj> maybe i could use multiple outputs
grobi has quit [Remote host closed the connection]
<{^_^}> [nix-idea] @JojOatXGME opened pull request #16 → GitHub Actions workflow to publish releases → https://git.io/JUpMm
<cole-h> rnhmjoj: Could refer to the packages `.patches`?
ninjin_ has quit [Remote host closed the connection]
<cole-h> e.g. `patches = (pkg.patches or []) ++ [ ./another.patch ];` maybe
ninjin_ has joined #nixos
<qyliss> there's also pkgs.srcOnly
<qyliss> which gives you a derivation containing the patched sources
<qyliss> but if you're just using it for another build I'd recommend cole-h's suggestion
Chiliparrot has joined #nixos
alp has quit [Ping timeout: 272 seconds]
<rnhmjoj> cole-h: uhm, that won't work because the patches won't apply in the location where i need to copy the soruces
<rnhmjoj> what i'm doing is basically emulating a git submodule in another project, not doing a variant of the same package
alp has joined #nixos
<cole-h> Oh. Then maybe `pkgs.srcOnly`.
<rnhmjoj> qyliss: thank you, i didn't about srcOnly. i think it looks cleaner that adding another output for the patched source
stree has quit [Quit: Caught exception]
stree has joined #nixos
<rnhmjoj> yeah, i'll give it a try
<{^_^}> [nixpkgs] @hmenke opened pull request #99965 → zfs: 0.8.4 -> 0.8.5 → https://git.io/JUpD8
<{^_^}> [nixpkgs] @wkral opened pull request #99966 → python3Packages.gym: fix dependency constraints → https://git.io/JUpDr
meh` has joined #nixos
ffl^ has quit []
tsrt^ has joined #nixos
ssrn has joined #nixos
jabster28 has quit [Ping timeout: 240 seconds]
n9nes has joined #nixos
jabster28 has joined #nixos
<{^_^}> [nixpkgs] @tricktron opened pull request #99967 → bazel_0: fix build on darwin → https://git.io/JUpyz
jluttine_ has quit [Quit: WeeChat 2.8]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jluttine has joined #nixos
fendor__ has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #99968 → vscode: use buildFHSUserEnv → https://git.io/JUpSf
fendor_ has quit [Ping timeout: 272 seconds]
domogled has quit [Ping timeout: 264 seconds]
mallox has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @gnidorah opened pull request #99969 → mame: 0.224 -> 0.225 → https://git.io/JUpSF
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
n9nes has joined #nixos
mallox has joined #nixos
oldsk00l has joined #nixos
meh` has quit [Ping timeout: 240 seconds]
oldsk00l has quit [Remote host closed the connection]
cptrbn has joined #nixos
cptrbn has quit [Client Quit]
<{^_^}> [nixpkgs] @penguwin opened pull request #99970 → glow: 1.0.0 -> 1.0.1 → https://git.io/JUp9B
<{^_^}> [nixpkgs] @bcdarwin opened pull request #99971 → python3Packages.nipype: disable neurdflib by default to avoid package collision → https://git.io/JUp9o
ssrn has quit [Remote host closed the connection]
cptrbn has joined #nixos
vidbina has quit [Ping timeout: 246 seconds]
ManiacOfMadness has quit [Ping timeout: 260 seconds]
mallox has quit [Quit: WeeChat 2.9]
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
jabster28 has quit [Ping timeout: 256 seconds]
ris has joined #nixos
<{^_^}> [nixpkgs] @FRidh closed pull request #99589 → maestral-gui: fix Qt5 version again → https://git.io/JUd1S
<{^_^}> [nixpkgs] @gnidorah opened pull request #99972 → ArchiSteamFarm: 4.2.4.0 -> 4.3.0.6 → https://git.io/JUpHS
cosimone has quit [Quit: cosimone]
jabster28 has joined #nixos
cptrbn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<yorick> is doxygen broken in 20.09?
alp has quit [Remote host closed the connection]
alp has joined #nixos
knerten2 has joined #nixos
<{^_^}> [nixpkgs] @pacien opened pull request #99973 → i3status-rust: parameterise optional features (pulseaudio, notmuch) → https://git.io/JUpQj
knerten1 has quit [Ping timeout: 265 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @dasJ opened pull request #99974 → Upd/sogo501 → https://git.io/JUp75
<{^_^}> [nixpkgs] @primeos opened pull request #99975 → chromium: 85.0.4183.121 -> 86.0.4240.75 → https://git.io/JUp7d
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ehmry merged pull request #99970 → glow: 1.0.0 -> 1.0.1 → https://git.io/JUp9B
<{^_^}> [nixpkgs] @ehmry pushed commit from @penguwin to master « glow: 1.0.0 -> 1.0.1 »: https://git.io/JUp7j
shabius has joined #nixos
jabster28 has quit [Ping timeout: 272 seconds]
shibboleth has joined #nixos
n9nes has joined #nixos
oldsk00l has joined #nixos
astylian has quit [Ping timeout: 240 seconds]
sangoma has quit [Quit: WeeChat 2.9]
jabster28 has joined #nixos
cyphase has quit [Ping timeout: 264 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
rajivr has quit [Quit: Connection closed for inactivity]
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
hugolgst has joined #nixos
o1lo01ol1o has joined #nixos
n9nes has joined #nixos
cyphase has joined #nixos
<{^_^}> [nixos-hardware] @blitz opened pull request #194 → Add support for the Lenovo L14 (AMD) laptop → https://git.io/JUpbl
hugolgst has quit [Client Quit]
alp has quit [Ping timeout: 272 seconds]
<{^_^}> [flake-registry] @DavHau opened pull request #5 → add mach-nix (access python packages from pypi) → https://git.io/JUpb0
o1lo01ol1o has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #99484 → [20.09] lilypond: add patch to restrict embedded-{ps,svg} when -dsafe is used → https://git.io/JU74E
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to release-20.09: https://git.io/JUpb2
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
hugolgst 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]
lsix has quit [Ping timeout: 272 seconds]
bahamas has quit [Ping timeout: 260 seconds]
<{^_^}> [nix] @edolstra pushed to master « Doh »: https://git.io/JUpbb
liuyb has joined #nixos
oldsk00l has quit [Remote host closed the connection]
hugolgst has quit [Remote host closed the connection]
kdlv has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #96509 → expo-cli: init + implement overrideNodeAttrs → https://git.io/JUIRg
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/JUpNP
liuyb has quit [Ping timeout: 256 seconds]
oldsk00l has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @ajs124 opened pull request #99976 → tzdata: 2019c -> 2020b → https://git.io/JUpAm
Izorkin has joined #nixos
o1lo01ol1o has joined #nixos
<jasom> I'd like to crib some configuration-file generation from nixos/modules for generating a docker image with nix's docker tools (i.e. I'd like to have configuration options that I set instead of just dumping a wall of text for the config file). Has anyone done something like this before?
kreyren_ has joined #nixos
kreyren has quit [Remote host closed the connection]
alexherbo23 has joined #nixos
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo23 is now known as alexherbo2
grobi has joined #nixos
ixxie has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ryjm> i have, though i ended up using https://github.com/hercules-ci/arion
<ryjm> which is just docker-compose on nix
fendor__ has quit [Remote host closed the connection]
<ryjm> it's nice cause you're essentially just configuring your docker image like you would your nix machine
Raito_Bezarius has joined #nixos
<jasom> ryjm: so then it runs systemd and all that jazz inside docker?
<{^_^}> [nix-pills] @sbellem opened pull request #158 → Update link for the `//` operator → https://git.io/JUppJ
bahamas has joined #nixos
<ryjm> like here's a setup db + game server setup
<ryjm> super simple\
<ryjm> jasom: yeah i believe so
<ryjm> you can exec in and use systemctl and all that
<jasom> is that doable without CAP_SYSADMIN?
ixxie has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed to no-user-namespace « Support user namespaces being disabled »: https://git.io/JUppW
<{^_^}> [nix] @edolstra opened pull request #4121 → Support user namespaces being disabled → https://git.io/JUppE
jabster28 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @bcdarwin opened pull request #99977 → python3Packages.pydot_ng: remove → https://git.io/JUppK
bahamas has quit [Ping timeout: 260 seconds]
stree has quit [Quit: Caught exception]
stree has joined #nixos
zopieux has joined #nixos
stree has quit [Client Quit]
stree has joined #nixos
rprije has joined #nixos
jabster28 has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
iceypoi has joined #nixos
Izorkin has joined #nixos
Izorkin has quit [Client Quit]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUphW
<ryjm> jasom: mm not sure to be honest, there's certainly a... cap on my sysadmin skills
<ryjm> it looks like it's just using the standard docker tools in nix
<{^_^}> [nixpkgs] @TredwellGit closed pull request #99343 → chromium: Enable ANGLE → https://git.io/JU9gv
<jasom> well I look into that if this fails; all I need to do to get my original plan working is figure out how to realize a configuration value
<jasom> e.g. I've got a mkIf or a mkDefault and I need to collapse down to the final value
is_null has quit [Remote host closed the connection]
WinchellsM has joined #nixos
<WinchellsM> Does anyone know why `apitrace` fails to work on NixOS? This is the crash log I'm getting: https://www.wolframcloud.com/obj/2a215c35-4c5a-4680-a35b-ed46c935ab55
mmohammadi981266 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
juliusdeane has joined #nixos
o1lo01ol_ has joined #nixos
erasmas_ has joined #nixos
isHavvyGhosting has joined #nixos
sheel_ has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #99943 → dbeaver: 7.2.1 -> 7.2.2 → https://git.io/JUx9g
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JUpj6
knerten1 has joined #nixos
shibboleth has quit [Remote host closed the connection]
sheeldotme has quit [Read error: Connection reset by peer]
kapil_ has quit [Ping timeout: 240 seconds]
justache has quit [Read error: Connection reset by peer]
ktosiek3 has joined #nixos
ktosiek3 is now known as ktosiek
nikita` has joined #nixos
Cynthia has joined #nixos
feepo has joined #nixos
<juliusdeane> how would I use my own packages in a nix derivation? (1/n)
stree has quit [Read error: Connection reset by peer]
konobi has quit [Ping timeout: 240 seconds]
isHavvy has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @markuskowa merged pull request #98823 → multimon-ng: 1.1.8 -> 1.1.9 → https://git.io/JUVU3
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JUpjS
m4ts has joined #nixos
kapil_ has joined #nixos
erasmas has quit [Ping timeout: 240 seconds]
amfl has quit [Ping timeout: 240 seconds]
stree has joined #nixos
<juliusdeane> say I built a package called libfoo, and its got a path in /nix/store and everything
owl has joined #nixos
konobi has joined #nixos
o1lo01ol1o has quit [Ping timeout: 240 seconds]
justache has joined #nixos
Miyu-saki has joined #nixos
knerten2 has quit [Read error: Connection reset by peer]
<juliusdeane> and I want to make a derivation for a package called bar, which has libfoo as a dependency
amfl has joined #nixos
medvid_ has quit [Ping timeout: 240 seconds]
nisstyre has joined #nixos
Miyu-saki is now known as Guest47842
LunarLambda has joined #nixos
<juliusdeane> I tried doing `buildInputs [ libfoo ];` in the derivation of bar, but got a "could not coerce set into string" error
<juliusdeane> * `buildInputs = [ libfoo ];`
Izorkin has joined #nixos
sigtrm has joined #nixos
lassulus has joined #nixos
<infinisil> juliusdeane: How does the bar expression know about libfoo?
medvid_ has joined #nixos
<juliusdeane> infinisil: I put `libfoo = import ~/path/to/libfoo {};` in my config.nix
<juliusdeane> granted this is probably not the right way to do things
<juliusdeane> but that's why I'm asking this question lol
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @bbigras opened pull request #99978 → envchain: init at 1.0.1 → https://git.io/JUhe8
stree has quit [Quit: Caught exception]
stree has joined #nixos
<{^_^}> [nixpkgs] @suhr opened pull request #99979 → tox-node: 0.0.8 -> 0.1.0 → https://git.io/JUhez
<juliusdeane> infinisil: would it be correct to accomplish this by writing an overlay?
<infinisil> juliusdeane: And what's in ~/path/to/libfoo?
<infinisil> Like really, ideally post all the code
<infinisil> Something like this should work in general, but it's obviously impossible to debug without seeing all the relevant code
otulp has quit [Ping timeout: 258 seconds]
<juliusdeane> infinisil: ~/path/to/libfoo is the source directory that has default.nix for libfoo
<juliusdeane> I'll make some pastes in a hot sec
<{^_^}> [nix] @edolstra pushed to no-user-namespace « Dynamically disable user namespaces if CLONE_NEWUSER fails »: https://git.io/JUhvZ
<jdnixx> Hey what the heck, I just today realized the nixos.org ISO download page changed
<jdnixx> Where’s the unstable ISO like there used to be on there?
astylian has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #98619 → python3Packages.fs: fix tests on darwin → https://git.io/JU2YT
<{^_^}> [nixpkgs] @risicle pushed 2 commits to master: https://git.io/JUhvE
<juliusdeane> derivation for library: https://pastebin.com/y9LWQaa6
meh` has joined #nixos
<juliusdeane> default.nix for library: https://pastebin.com/REVUmtSZ
<juliusdeane> nixpkgs configuration: https://pastebin.com/7iZACQeu
<juliusdeane> default.nix for application that uses library: https://pastebin.com/zFWEBh1W
<juliusdeane> <end pastes>
<{^_^}> [nixpkgs] @risicle merged pull request #99499 → python3Packages.fsspec: fix tests on linux → https://git.io/JU71y
<{^_^}> [nixpkgs] @risicle pushed 2 commits to master: https://git.io/JUhv6
<simpson> juliusdeane: You're `import`ing a set from your libfoo. Sets can't be used as build inputs directly; you need to ask for its `.libcookbook` or whatever.
<juliusdeane> simpson: so if I understand correctly, `libfoo` is a set and `libfoo.libcookbook` is the actual path to the package?
<{^_^}> [nixpkgs] @aanderse merged pull request #99719 → zabbix: 4.0.24 -> 4.0.25, 5.0.3 -> 5.0.4 → https://git.io/JUNAJ
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to master: https://git.io/JUhvb
<simpson> juliusdeane: I think so, yes.
<{^_^}> [nix-pills] @jonringer merged pull request #157 → Change install arg from `man` to `man-db` → https://git.io/JUp6x
<{^_^}> [nix-pills] @jonringer pushed commit from @sbellem to master « Change install arg from `man` to `man-db` »: https://git.io/JUhvj
<simpson> Well, the latter is a derivation, which can be coerced to a path, which is what's desired and intended. Derivations aren't paths. But otherwise yes, I think you've got it now.
BlessJah_ has joined #nixos
jani1234 has joined #nixos
knupfer has quit [Ping timeout: 260 seconds]
BlessJah has quit [Ping timeout: 260 seconds]
zupo_ has joined #nixos
<juliusdeane> simpson: yes, this seems to work.
<juliusdeane> So does libcookbook work like its own set of packages, except it just holds a single package (libcookbook.libcookbook)?
BlessJah has joined #nixos
zupo has quit [Ping timeout: 260 seconds]
jani1234 has quit [Ping timeout: 272 seconds]
<dminuoso> Why am I getting infinite recursion on this very trivial nixos module? https://gist.github.com/dminuoso/95e9716f4f8f15fc9fd5afbee33453bf
BlessJah_ has quit [Ping timeout: 240 seconds]
srhm has quit [Read error: Connection reset by peer]
<LnL> you can't reference options or pkgs in imports
domogled 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/JUhfu
<dminuoso> LnL: Im not referencing pkgs or options in imports.
<dminuoso> The reference is to prPkgs
superherointj has quit [Quit: Leaving]
<LnL> and that uses pkgs.fetchFromGitHub
<dminuoso> Ah..
<dminuoso> I see, thanks.
<dminuoso> So builtin.fetchTarball it is instead.
<LnL> yeah, for example
<dminuoso> Is there another option? Perhaps one that'd allow me to use fetchFromGitHub?
<LnL> the problem is that the arguments when pkgs is imported, like overlays, are defined as options
juliusdeane has left #nixos ["ERC (IRC client for Emacs 26.3)"]
nicoo has quit [Remote host closed the connection]
<LnL> and and imports might contain a module that changes the values of one of those options, making pkgs used invalid
<l-as> does anyone know if it's possible to build without running tests? my machine isn't powerful enough to run the tests for harfbuzz...
Darkmatter66 has joined #nixos
jdnixx_ has joined #nixos
WinchellsM has quit [Quit: Lost terminal]
nicoo has joined #nixos
BlessJah_ has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #99980 → marwaita-ubuntu: init at 1.5 → https://git.io/JUhJC
BlessJah has quit [Ping timeout: 265 seconds]
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #99981 → python3Packages.sphinx-argparse: reintroduce → https://git.io/JUhJV
nature has quit [Ping timeout: 256 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leotaku has joined #nixos
cptrbn has joined #nixos
fendor has joined #nixos
BlessJah_ is now known as BlessJah
shibboleth has joined #nixos
knerten2 has joined #nixos
cosimone has joined #nixos
knupfer has joined #nixos
<jasom> after some digging, evalModules is waht I need to get configuration values out
knerten1 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @drewrisinger opened pull request #99983 → pythonPackages.arrow: 0.15.8 -> 0.17.0 → https://git.io/JUhUZ
<numkem> I'm not sure I undertand what I'm missing, I'm trying to call virt-what from an app I'm writing. within a nix-shell it works just fine but if it's started by a systemd service it's not enough to add pkgs.virt-what to systemd.services.<service>.path
<numkem> it complains about missing virt-what-cpuid-helper that is part of the virt-what package
erasmas_ is now known as erasmas
otulp has joined #nixos
alp has joined #nixos
BlessJah_ has joined #nixos
BlessJah has quit [Ping timeout: 272 seconds]
grobi has quit [Quit: WeeChat 2.8]
grobi has joined #nixos
elux has quit [Quit: leaving]
boogiewoogie[m] has joined #nixos
jabster28 has quit [Ping timeout: 260 seconds]
cr4y1__ has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
cptrbn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @romildo merged pull request #99311 → flat-remix-icon-theme: 20200116 -> 20200710 → https://git.io/JU9eY
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JUhTA
<{^_^}> [nixpkgs] @ggreif opened pull request #99984 → llvm_11: don't pass a build-id to linker on Darwin → https://git.io/JUhTx
cr4y1_ has quit [Ping timeout: 264 seconds]
knerten1 has joined #nixos
jdnixx_ has quit [Quit: Konversation terminated!]
jabster28 has joined #nixos
knupfer has quit [Ping timeout: 246 seconds]
knerten2 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @veprbl merged pull request #99972 → ArchiSteamFarm: 4.2.4.0 -> 4.3.0.6 → https://git.io/JUpHS
<{^_^}> [nixpkgs] @veprbl pushed commit from @gnidorah to master « ArchiSteamFarm: 4.2.4.0 -> 4.3.0.6 (#99972) »: https://git.io/JUhkw
<rawtaz> i saw https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-dockerTools and cant help but wonder, why should i define stuff like this instead of in Dockerfiles?
<rawtaz> and what about all the Dockerfiles from others i might want to run, i cant imagine you're supposed to rewrite them in this stuff
grobi has quit [Quit: WeeChat 2.8]
jabster28 has quit [Ping timeout: 260 seconds]
<rawtaz> seems they suggest using dockertools for pulling stuff as well. i just dont get it
<simpson> You can turn FROM statements into `fromImage` and friends. But yeah, the original design goals for dockerTools were AIUI to package Nix derivations in a Docker-compatible format and not much more.
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
kdlv has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « libfsm: 0.1pre1905 -> 0.1pre2442 »: https://git.io/JUhIJ
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #nixos
knerten1 has quit [Remote host closed the connection]
<rawtaz> so its not meant to replace the docker command really
<boogiewoogie[m]> hey, I wrote a derivation for a kernel module and want to have it installed through my configuration.nix.
<boogiewoogie[m]> 2. am I correct in that including my derivation in `boot.extraModulePackages` is all I need to do for it to be `insmod`ed after rebuilding?
<boogiewoogie[m]> 1. is there anything special to kernel modules I need to take care of in its nix expression? i'm just fetching and building it: https://hastebin.com/yanexeyoto.properties
ggp0647 has quit [Remote host closed the connection]
ggp0647 has joined #nixos
grfn has joined #nixos
le_jonge has joined #nixos
never_released has quit [Remote host closed the connection]
knerten1 has joined #nixos
never_released has joined #nixos
mk_modrzew has quit [Ping timeout: 240 seconds]
mrpi has quit [Ping timeout: 240 seconds]
V has joined #nixos
WilhelmVonWeiner has quit [Ping timeout: 240 seconds]
bahamas has joined #nixos
WilhelmVonWeiner has joined #nixos
fps has joined #nixos
orbekk has joined #nixos
WilhelmVonWeiner is now known as Guest19493
<rawtaz> feels like it would make sense to make something where nix can just take a Dockerfile and built it in its special way
<rawtaz> build*
mrpi has joined #nixos
mightybyte has joined #nixos
mk_modrzew has joined #nixos
<rawtaz> so that one doesnt have to rewrite Dockerfiles for dockertools
kwork has joined #nixos
cransom has joined #nixos
bahamas has quit [Ping timeout: 258 seconds]
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @jonafato opened pull request #99985 → gnomeExtensions.taskwhisperer: 12 -> 15, unbreak → https://git.io/JUhId
mbrgm has quit [Quit: ZNC 1.8.1 - https://znc.in]
mbrgm has joined #nixos
leotaku has quit [Quit: ZNC 1.8.1 - https://znc.in]
leotaku has joined #nixos
dermetfan has quit [Ping timeout: 272 seconds]
kaliumxyz has joined #nixos
philr has joined #nixos
jabster28 has joined #nixos
datakurre has quit [Ping timeout: 240 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
spacekookie has joined #nixos
zupo has joined #nixos
kaliumxyz has quit [Ping timeout: 260 seconds]
jabster28 has quit [Ping timeout: 272 seconds]
<bqv> was gonna tag someone in particular, but screw it, does anyone have any idea how it could be that #93457 broke hydra
<{^_^}> https://github.com/NixOS/nixpkgs/pull/93457 (by ju1m, 11 weeks ago, merged): apparmor: fix and improve the service
<bqv> because if not, suffice to say, that's a pretty damn big indictment on the structural integrity of hydra and people's understanding of how it works
kaliumxyz has joined #nixos
zupo has quit [Ping timeout: 240 seconds]
liff has quit [Ping timeout: 244 seconds]
<{^_^}> [nix-pills] @sbellem opened pull request #159 → Re-word "modified setup.sh" in pill 10 → https://git.io/JUhtU
fendor has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
__monty__ has quit [Quit: leaving]
BlessJah_ is now known as BlessJah
endformationage has joined #nixos
liff has joined #nixos
datakurre has joined #nixos
cosimone has joined #nixos
knerten2 has joined #nixos
ent has joined #nixos
cr4y1__ has quit [Remote host closed the connection]
knerten1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @primeos reopened pull request #83687 → wshowkeys: init at 2019-09-26 → https://git.io/JvQNA
<Raito_Bezarius> are there cool alternatives to dhcpcd for NixOS?
jabster28 has joined #nixos
<Raito_Bezarius> i'm having strange bugs with (Online provider) ipv6 & dhcpcd duid mechanism which requires me to reboot my machine to have working IPv6 sometimes
<Raito_Bezarius> systemctl restarting dhcpcd does nothing and I see really nothing in routing tables & co
<Raito_Bezarius> but maybe dhcpcd does not support IA_PD
lordcirth has quit [Remote host closed the connection]
jani1234 has joined #nixos
erasmas has quit [Quit: leaving]
jabster28 has quit [Ping timeout: 272 seconds]
jani1234 has quit [Ping timeout: 260 seconds]
kaliumxy1 has joined #nixos
<julm> bqv: so far I've been able to get one of the reported error: [json.exception.type_error.302] type must be string, but is null; since closureInfo looks like the only thing in this PR using JSON, I'm trying a new hydra run without the closureInfo. It's still building so far
<Raito_Bezarius> nvm
bqv has quit [Ping timeout: 240 seconds]
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lordcirth has joined #nixos
bqv has joined #nixos
kaliumxyz has quit [Ping timeout: 260 seconds]
<julm> I can also see errors like:
<julm> evaluating file '/home/julm/src/nix/nixpkgs/.git-worktree/apparmor/pkgs/build-support/closure-info.nix' error: "error: --- ThrownError ------------------------------- hydra-eval-jobs\nNon-EFI boot methods are only supported on i686 / x86_64"
<julm> but I have no idea if this is normal or not
cptrbn has joined #nixos
jabster28 has joined #nixos
Rusty1 has joined #nixos
<bqv> i wouldn't expect it is, but i imagine there's someone more qualified to answer that question
jabster28 has quit [Ping timeout: 260 seconds]
<bqv> and if there isn't, that's really not great
<julm> I haven't dive into the usage of hydra so far, but it looks like my second run does not benefit from the first and is as slow as the first run, no caching or else seems to happen, I don't know if it cannot or if I'm not using it correctly
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
cptrbn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mcpcpc has joined #nixos
mcpcpc is now known as mcpcpc1
mcpcpc1 has quit [Client Quit]
cr4y1 has joined #nixos
smyds has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<julm> So, I now see more "error: --- ThrownError ------------------------------- hydra-eval-jobs\nNon-EFI boot methods are only supported on i686 / x86_64" not just after closure-info.nix, so I guess it's just normal as hydra keeps going on
cosimone has quit [Quit: cosimone]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
zupo has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
cr4y1 has quit [Remote host closed the connection]
cr4y1 has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<{^_^}> #52534 (by samueldr, 1 year ago, merged): nixos/release-combined: adds aarch64-linux as supported
<exarkun> Anyone have any guides for running a nixos container with only a wireguard-supplied interface for its network?
jabster28 has joined #nixos
mcpcpc has joined #nixos
zupo has quit [Ping timeout: 272 seconds]
mcpcpc has quit [Client Quit]
Darkmatter66 has quit [Ping timeout: 272 seconds]
<julm> exarkun: I don't know about the container part, but for the interface part the wireguard module has support for the net namespace isolation described at the end of https://www.wireguard.com/netns/
<{^_^}> [nixpkgs] @mweinelt opened pull request #99986 → home-assistant: 0.115.6 -> 0.116.0; python3Packages.voluptuous: 0.11.7 -> 0.12.0 → https://git.io/JUhmF
mcpcpc has joined #nixos
Darkmatter66 has joined #nixos
mcpcpc has quit [Client Quit]
<exarkun> oh good, more complexity :/
<samueldr> bqv: broke hydra how?
<julm> networking.wireguard.interfaces.<name>.interfaceNamespace
<samueldr> and which hydra? an instance you run or the nixos.org one?
mcpcpc has joined #nixos
mcpcpc has quit [Client Quit]
<exarkun> julm: Configuring networking.wireguard inside a container fails with NETLINK permission errors
<bqv> samueldr: nixos.org, and #99236
<{^_^}> https://github.com/NixOS/nixpkgs/issues/99236 (by vcunat, 6 days ago, closed): nixos-unstable evaluation broken on Hydra
mcpcpc has joined #nixos
<samueldr> right, I see why I was confused, since there was an eval because it was reverted
jabster28 has quit [Ping timeout: 272 seconds]
jabster28 has joined #nixos
mcpcpc has quit [Client Quit]
mbrgm has quit [Ping timeout: 240 seconds]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<samueldr> one issue with hydra, is that the eval logs are not kept
mbrgm has joined #nixos
<samueldr> so I can't just look at one from that time to see what was up
alp has quit [Ping timeout: 272 seconds]
<bqv> I don't know any more, just that vc said "this breaks things" and reverted it
<{^_^}> [nixpkgs] @ajs124 merged pull request #99974 → sogo: 5.0.0 -> 5.0.1 → https://git.io/JUp75
<{^_^}> [nixpkgs] @ajs124 pushed 3 commits to master: https://git.io/JUhYG
<samueldr> I don't really understnd "that's a pretty damn big indictment on the structural integrity of hydra and people's understanding of how it works" then
<bqv> Because he has no idea why it breaks things
cr4y1 has quit [Ping timeout: 246 seconds]
<bqv> I can understand if he knew why, but he reverted things at random until it worked
<bqv> That seems very iffy
<samueldr> did he?
<samueldr> it reads to me, while going quickly through the info, that it was bisected
<samueldr> hm, maybe not
<bqv> That doesn't seem so for me, and even if it was, I'm not sure thats any better
jabster28 has quit [Ping timeout: 240 seconds]
<julm> exarkun: at first glance it looks like there is an open PR waiting to be merged for your use case: https://github.com/NixOS/nixpkgs/pull/71328
<{^_^}> #71328 (by xwvvvvwx, 50 weeks ago, open): nixos/containers: custom network namespaces
<samueldr> eh, not sure I want to get involved into whatever shade you're throwing on hydra and contributors
<samueldr> though if you have a suggestion instead of idly being annoyed at the situation, please share
<julm> exarkun: note that I don't know containers, maybe there is another way to do what you want, maybe less declarative, I don't know
<samueldr> it really is not a trivial piece of how everything works
mcpcpc has joined #nixos
<bqv> Anything I say from here will inevitably start an argument. So I'll keep to my distancing plan
<samueldr> jlpeters: as for the issue that pinged me, yeah the throws about EFI boot methods are not problematic themselves in the eval
<samueldr> oops, julm*
mcpcpc is now known as mcpcpc1
mcpcpc1 has quit [Client Quit]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<samueldr> julm: do you know if anyone has a copy of the hydra eval log from when it failed?
emmanuel_erc has joined #nixos
<emmanuel_erc> Hello there! Are there any general tips for minimizing the size of derivations (built using nix-build)?
<emmanuel_erc> It seems like there are always extra unnecessary items in the closure of my derivations.
mcpcpc has joined #nixos
<mcpcpc> nick mcpcpc1
mcpcpc has quit [Client Quit]
<julm> bqv: I'm frustrated like you, waking up this morning and see my work blamed for causing troubles, but I understand the brutal revert as vcunat said it helps unblocking the whole release process, so well.. let's inquire and see what we can make sense of it
mcpcpc has joined #nixos
<julm> samueldr: I'm not sure of what you want, but I've reproduced one of the error mentionned and there is no calltrace no nothing but the json error
mcpcpc has quit [Client Quit]
<samueldr> I was looking for the output of the failure, I think I found it in https://github.com/NixOS/nixpkgs/issues/99236#issuecomment-704708960
<julm> yeah, that's the json error
mcpcpc has joined #nixos
mcpcpc has quit [Client Quit]
evanjs has joined #nixos
CMCDragonkai1 has joined #nixos
wnklmnn_ has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
wnklmnn has quit [Ping timeout: 272 seconds]
<samueldr> I launched an eval, with your commit included, to see if I can discover something
<{^_^}> [nixpkgs] @mweinelt opened pull request #99987 → openssl: 1.1.1g -> 1.1.1h → https://git.io/JUhOY
<samueldr> I have a bit of an idea, but nothing I can expand upon until I have eval'd with strace