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
<quinn> dongcarl: nixos is released around march and september each year (hence 19.03 and 19.09, 20.03, etc.)
Pwnna has joined #nixos
<dongcarl> quinn: Ah I see, I guess the question is then... Are we expecting 20.09 to release with a kernel >= 5.6? :-)
thc202 has quit [Ping timeout: 260 seconds]
philr_ has joined #nixos
<quinn> dongcarl: well, i believe 5.6 support has been backported to 20.03 right? https://github.com/NixOS/nixpkgs/blob/release-20.03/pkgs/os-specific/linux/kernel/linux-5.6.nix as for whether it will be the stable/official kernel for 20.09, i ___think___ the maintainers like to pick a kernel tagged longterm, so it kind of depends on whether kernel.org picks a new longterm in time
<multun> somebody wants wireguard :)
<dongcarl> multun: hehe you got me
<quinn> well you can run wireguard right now if you want! i ran 5.6 on stable 20.03 for a while (until an issue with rt-patch and zfs kicked me off)
simba1 has quit [Ping timeout: 272 seconds]
<dongcarl> quinn: Right, I'm using the linux-5.6.nix right now, but would like all tests to run against it to sleep easier at night haha
<{^_^}> [nixpkgs] @zowoq opened pull request #91643 → podman: fix darwin build → https://git.io/JJet3
MidHotaru has joined #nixos
<quinn> dongcarl: fair nuff. https://www.kernel.org/category/releases.html looks like we're getting ~yearly longterm releases, but late in the year. i don't think we'll get 5.9 as the stable release unless the release team does something special (but that's just extrapolating, i don't read the discourse very often)
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7055516fcae (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<dongcarl> Makes sense!
hazel[m]1 has joined #nixos
nlgila[m] has joined #nixos
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJetH
slack1256 has joined #nixos
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @colemickens opened pull request #91644 → rumatui: init at 0.1.16 → https://git.io/JJeth
codygman has quit [Ping timeout: 246 seconds]
codygman has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/fb35d792b85 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
unacceptable has quit [Quit: ZNC 1.7.1 - https://znc.in]
codygman has quit [Ping timeout: 244 seconds]
monokrome has joined #nixos
<monokrome> hey
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f26d770a7be (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
monokrome has quit [Remote host closed the connection]
monokrome has joined #nixos
orivej has joined #nixos
kleisli__ has quit [Ping timeout: 246 seconds]
<monokrome> Anyone know if 'config.system.build.isoImage' has been replaced or something?
<monokrome> nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I "nixos-config=$<"
<monokrome> error: attribute 'isoImage' in selection path 'config.system.build.isoImage' not found │
<monokrome> wondering what's going on here O_o
codygman has joined #nixos
<infinisil> monokrome: Do you have everything as mentioned in https://nixos.wiki/wiki/Creating_a_NixOS_live_CD ?
<monokrome> Oh, I guess not? I thought that I shouldn't import the installation CD if I was building a live ISO... Oops. I guess that's just the base system?
<{^_^}> [nixpkgs] @d3rped opened pull request #91645 → libmysofa: fix profiling messages → https://git.io/JJeqP
<monokrome> Wow! It worked! =^.^= Thanks so much, infinisil
<infinisil> :)
<monokrome> I guess maybe I need to be doing more than just using the installation-cd-minimal. I'm trying to build an OS that works w/ DigitalOcean
<mica[m]> monokrome: es
<mica[m]> Yes*
<mica[m]> You need to build a custom iso
<mica[m]> See the nix-generators project
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91646 → oneDNN: 1.4 -> 1.5 → https://git.io/JJeqd
ris has joined #nixos
<monokrome> mica[m]: I have nixos-generators installed but the docs are difficult to follow to me
_ris has quit [Ping timeout: 264 seconds]
<infinisil> monokrome: Since #66978, nixpkgs has support for building a digitalocean image. E.g. I use it here (see the config.nix file for the NixOS configuration): https://github.com/Infinisil/system/blob/31ebb66df2ebc040eea3b1cd1855ddf05830bc6d/config/modules/on-demand-minecraft/default.nix#L6-L8
<{^_^}> https://github.com/NixOS/nixpkgs/pull/66978 (by arcnmx, 44 weeks ago, merged): nixos/digital-ocean-image: init (rebase)
<mica[m]> monokrome: the command you need is literally in the docs: NIX_PATH=nixpkgs=../nixpkgs nixos-generate -f do
<{^_^}> [nixpkgs] @jbedo opened pull request #91647 → whisper: init at 2.0 → https://git.io/JJemL
<monokrome> mica[m]: The nixos-generators docs?
<mica[m]> monokrome: the read me at the github repo for it
<monokrome> oooh that's cool infinisil! Thanks again <3 <3
<infinisil> (btw that file might be interesting for you if you want to automate DO image updating)
<monokrome> mica[m]: That command seems to assume I've cloned the nixos-generators project or something. It doesn't really outline expectations if you've installed nixos-generators via the nixos package.
<monokrome> tbh it doesn't work and I have no idea what it expects
ris has quit [Ping timeout: 246 seconds]
<monokrome> infinisil: Yeah! That one seems like exactly what I'm trying to do :)
<mica[m]> monokrome: no, it doesn't, it assumes you've cloned nixpkgs
<mica[m]> And install the generators
Emantor has quit [Quit: ZNC - http://znc.in]
<monokrome> mica[m]: So, maybe it should document that it wants you to clone nixpkgs - but also would I need to clone nixpkgs if I already am in nixos? Seems weird.
<mica[m]> monokrome: depends on what channel of nix you're running.
<monokrome> I think you're missing the point now but it's cool, infinisil's file helped make sense of things :)
Emantor has joined #nixos
silver_hook has quit [Ping timeout: 256 seconds]
monokrome has quit [Remote host closed the connection]
<mica[m]> Does anyone know if there are further plans for podman support?
<energizer> isnt there already podman support?
unacceptable has joined #nixos
silver_hook has joined #nixos
unacceptable has quit [Quit: ZNC 1.7.1 - https://znc.in]
unacceptable has joined #nixos
<veleiro> hello
smatting has joined #nixos
<veleiro> is there a way to get a list of the options in home-manager, kind of like nixos-option?
smatting_ has quit [Ping timeout: 265 seconds]
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
zanc has quit [Ping timeout: 258 seconds]
zanc has joined #nixos
kleisli__ has joined #nixos
rajivr has joined #nixos
<fresheyeball[m]> Can you use Nix Containers with Kubernetes?
<gchristensen> like dockerTools.buildLayeredImage ?
h0m1 has quit [Ping timeout: 244 seconds]
<infinisil> veleiro: man home-configuration.nix
Mexican-god has joined #nixos
h0m1 has joined #nixos
cyphase has quit [Ping timeout: 260 seconds]
<fresheyeball[m]> Yes
<fresheyeball[m]> Err I have used buildImage
orivej has quit [Ping timeout: 240 seconds]
<hazel[m]1> i'm having trouble with usb hotplug on my thinkpad t495, the current workaround is `rmmod xhci_pci && modprobe xhci_pci` whenever i plug in a usb device
<hazel[m]1> what am i doing wrong?
<hazel[m]1> it has worked before on nixos for the record
orivej has joined #nixos
<hazel[m]1> unfortunately this issue started so long ago that rollback can't be done
<fresheyeball[m]> What I want is nix systemd modules in a container
<gchristensen> fresheyeball[m]: build(Layered)Image work with k8s yeah
<gchristensen> but docker + systemd don't mix
<fresheyeball[m]> Lame
<fresheyeball[m]> I was hoping I could use nix containers, and nix style nginx config
<fresheyeball[m]> And send it to k8 devops people
user_0x58 has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 256 seconds]
<fresheyeball[m]> But instead... poop
<infinisil> fresheyeball[m]: You can get something like that with systemd runners
<infinisil> E.g. `nix-build '<nixpkgs/nixos>' --arg configuration ./config.nix -A config.systemd.services.audit.runner`
<infinisil> Outputs a script that you can run to somewhat replicate what systemd is running for that service
<drakonis> hmm
<drakonis> i'm having some trouble with upgrading my nix configuration with flakes
<drakonis> apparently hydra is broken?
<drakonis> rather
<drakonis> hydra uses an old configuration format?
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
<{^_^}> [nixpkgs] @maxgitt opened pull request #91649 → the permissions for the datadog-agent need to be modifiable → https://git.io/JJeOT
shibboleth has quit [Quit: shibboleth]
<drakonis> HM
<drakonis> cant do anything because of hydra's flake lock
MidHotaru has quit [Quit: Connection closed for inactivity]
hoverbear has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mrpi has quit [Quit: killed]
das_j has quit [Quit: killed]
Scriptkiddi has quit [Quit: killed]
ajs124 has quit [Quit: killed]
cybrian has quit [Ping timeout: 258 seconds]
das_j has joined #nixos
ajs124 has joined #nixos
mrpi has joined #nixos
Scriptkiddi has joined #nixos
<drakonis> hmm
<drakonis> unsupported version 6
pjt_tmp has joined #nixos
sarcasticadmin has joined #nixos
slack1256 has quit [Ping timeout: 246 seconds]
m0rphism has quit [Ping timeout: 258 seconds]
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 260 seconds]
felixfoertsch23 is now known as felixfoertsch
Mexican-god has quit [Remote host closed the connection]
<hazel[m]1> does Nix have hexadecimals?
<hazel[m]1> e.g. 0x000000
<hazel[m]1> if so, how do I format them? if not, what do I do? i'm trying to generate JSON with `builtins.toJSON` that expects hex
cybrian has joined #nixos
veleiro has quit [Ping timeout: 258 seconds]
knerten2 has joined #nixos
<hazel[m]1> hexadecimal-to-decimal would also work
<hazel[m]1> although that would be hard in a language as restricted as nix
knerten1 has quit [Ping timeout: 256 seconds]
eyenx has quit [Quit: bye]
eyenx has joined #nixos
eyenx has joined #nixos
eyenx has quit [Changing host]
<infinisil> It doesn't have any support for that
<hazel[m]1> well,
<hazel[m]1> what do I do then?
<infinisil> Got more info on your problem?
<hazel[m]1> (do multiline messages render right on IRC? probably not)
<hazel[m]1> I am working with a program that expects JSON as a configuration and expects an integer for a color code
<hazel[m]1> notably here hex would make most sense
<hazel[m]1> it does not take strings
<hazel[m]1> and I'd prefer to use builtins.toJSON rather than... shudders rolling my own codegen
<infinisil> Hex is necessarily a string
<hazel[m]1> yeah but it's unquoted in the JSON it expects
<infinisil> Oh, you mean you want to write 0x10 in Nix and it gets interpreted as 16?
<hazel[m]1> yes
<gchristensen> json doesn't support hex
<hazel[m]1> that works too
<hazel[m]1> gchristensen: it's UCL actually which is JSON-compatible so it might be a UCL quirk...
<hazel[m]1> mybad
<gchristensen> oh dear.
<hazel[m]1> 0x10 in nix interpreted as 16 would work too though
<hazel[m]1> it takes decimals
multun has quit [Ping timeout: 264 seconds]
sarcasticadmin has quit [Ping timeout: 246 seconds]
kleisli_ has joined #nixos
zanc has quit [Read error: Connection reset by peer]
zanc has joined #nixos
kleisli__ has quit [Ping timeout: 240 seconds]
multun has joined #nixos
shibboleth has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
justanotheruser has quit [Ping timeout: 244 seconds]
shibboleth has quit [Quit: shibboleth]
justanotheruser has joined #nixos
kamid has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91650 → haskellPackages: cleaning up obsolete overrides (5/x) → https://git.io/JJe32
Supersonic112 has joined #nixos
<hazel[m]1> unfortunately it doesn't look like there's a good way to iterate over a string
<hazel[m]1> or work with individual chars
<hazel[m]1> making converting hex to decimal in nix extremely difficult if not near-impossible
Supersonic has quit [Ping timeout: 265 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91651 → haskellPackages: cleaning up obsolete overrides (6/x) → https://git.io/JJe3V
<infinisil> hazel[m]1: lib.strings.stringToCharacters
<infinisil> Should be possible with that
zanc has quit [Ping timeout: 256 seconds]
<hazel[m]1> alright I can probably figure it out from there
<hazel[m]1> right now I just begrudgingly... ugh...
<hazel[m]1> ugh.
<hazel[m]1> I-- I just converted them to decimal and entered them in like that
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91652 → haskellPackages: cleaning up obsolete overrides (7/x) → https://git.io/JJe3F
gxt___ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f253fc13ecc (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<hazel[m]1> i am trying to use hikari instead of sway for my wayland compositor since hikari got added to unstable
<hazel[m]1> it's actually... really good
gxt__ has quit [Ping timeout: 240 seconds]
<gchristensen> oh really!
<hazel[m]1> the big thing for me is that it does NOT support lock on lid close
<hazel[m]1> which is super unfortunate
<gchristensen> oops...
<hazel[m]1> so I have to keybind every time I want to close my laptop
<hazel[m]1> don't like that
<hazel[m]1> also it doesn't support swaylock due to the dev's intentions with the project so rn the lockscreen is "turn the display off and wait for input"
<hazel[m]1> which is secure I guess
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91653 → haskellPackages: cleaning up obsolete overrides (8/x) → https://git.io/JJesY
tsrt^ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @svmhdvn closed pull request #91435 → haskell: remove obsolete overrides → https://git.io/JfhLW
<{^_^}> [nixpkgs] @marsam opened pull request #91654 → starship: 0.42.0 -> 0.43.0 → https://git.io/JJesl
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
tsrt^ has joined #nixos
<jwaksbaum[m]> <hazel[m]1 "i am trying to use hikari instea"> That's sick. I just saw hikari and I've love to hear your thoughts on it. Is the main difference with away that it's stacking? Because it supports layouts is it strictly more flexible?
<{^_^}> [nixpkgs] @davegallant opened pull request #91655 → Add AWS CLI version 2 (2.0.26) → https://git.io/JJesa
<{^_^}> [nixpkgs] @colemickens opened pull request #91656 → vimplugins: update, add completion-nvim, completion-treesitter → https://git.io/JJesV
<hazel[m]1> it's decidedly stacking but layouts help make common tiling things possible Jake
<hazel[m]1> I'm still playing with it
<hazel[m]1> you can tell it's a WIP project but it's promising
cyphase has joined #nixos
user_0x58 has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
<aquarial> What's a clean way to play around with installing a local system package in `enrironment.systemPackages`?
<{^_^}> [nixpkgs] @monokrome opened pull request #91657 → Add iim → https://git.io/JJesA
<aquarial> redshift-plasma-app doesn't undo the redshift when I scroll up. I want to copy it locally and debug what's going on. I copied `redshift-plasma-applet.nix` from github nixpkgs to `/etc/nixos/my-redshift.nix`, and I'm trying to put `(pkgs.callPackage ./my-redshift.nix { })` in `environment.systemPackages`
<aquarial> The error is `called without required argument 'plasma-framework'`. I can look through nixpkgs and find that I need `kdeFrameworks.plasma-framework`
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91650 → haskellPackages: cleaning up obsolete overrides (5/x) → https://git.io/JJe32
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJeGv
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91652 → haskellPackages: cleaning up obsolete overrides (7/x) → https://git.io/JJe3F
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJeGf
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91653 → haskellPackages: cleaning up obsolete overrides (8/x) → https://git.io/JJesY
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJeGq
<aquarial> Hmm. I'll ask the discourse, because I think I have deeper confusion about overrideing
<DigitalKiwi> aquarial: what i do is i use a nixpkgs git checkout
zanc has joined #nixos
<DigitalKiwi> if i understand what you're trying to do
Rusty1 has quit [Quit: WeeChat 2.3]
waleee-cl has quit [Quit: Connection closed for inactivity]
<aquarial> That seems good. How do I point my system at a local nixpkgs?
<aquarial> found `sudo nixos-rebuild switch -I nixpkgs=/path/to/local/nixpkgs`
bahamas has joined #nixos
<aquarial> Seems overkill to rebuild everything though. Lots of garbage generated
arahael1 is now known as Arahael
<zanc> test
<hazel[m]1> you passed
<hazel[m]1> A+ congrats
fabianhjr has quit [Quit: Leaving.]
palo1 has joined #nixos
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<quinn> anyone who does unit testing for their configuration.nix, do you build config.system.build.nixos-rebuild?
drakonis has quit [Ping timeout: 246 seconds]
linuxuser981[m] has joined #nixos
<linuxuser981[m]> Hi
<linuxuser981[m]> Anyone know if there is podman support ?
* linuxuser981[m] has been banned for spam
linuxuser981[m] has left #nixos [#nixos]
<quinn> haha wtf?
simba1 has joined #nixos
<hazel[m]1> ??
<DigitalKiwi> aquarial: you can checkout a git version that's closer to what you use
bahamas has quit [Quit: Lost terminal]
<DigitalKiwi> aquarial: or if you use nixos-unstable channel then a lot of it is cached already as well
<quinn> there are also branches like `release-20.03` that should be what you have with nix-channel if you're on stable
<DigitalKiwi> aquarial: https://nixos.org/nixpkgs/manual/#submitting-changes-making-patches see here for how to use a git revision that is cached for your system
user_0x58 has quit [Remote host closed the connection]
user_0x58 has joined #nixos
<DigitalKiwi> or live on the hemorrhaging edge and switch to useing nixpkgs git forever ;D
<{^_^}> [nixpkgs] @dywedir opened pull request #91658 → newsboat: 2.19 -> 2.20.1 → https://git.io/JJen2
<quinn> DigitalKiwi: ugh. that is like the main reason why i don't contribute to upstream. so many rebuilds, so many bugs
<DigitalKiwi> be a hero and fix them for other people :D
<quinn> i want to :( but i don't want to dogfood. assuming you do that, what's your workflow? maybe a VM?
<DigitalKiwi> remember nixos-unstable is just future nixos stable...someone's gotta squash those bugs
<DigitalKiwi> i switch between nixos-unstable and a git nixpkgs a lot (when i'm working on something) and most of the times i have a problem i can either fix it or use an old package
<quinn> yeah, my fear of it is sort of irrational because i already mix stable and unstable, i just write overlays instead of upstreaming
<quinn> do you just test with nix-build on the problematic derivations?
<DigitalKiwi> sometimes yeah
<quinn> DigitalKiwi: http://ix.io/2qhH and then i define unstable in my configuration.nix
<DigitalKiwi> so i just import tricky-channels and can do nixos-1909.freecad or w/e
<quinn> but by default you pull your packages from unstable?
<DigitalKiwi> yes
<DigitalKiwi> which at least for me doesn't usually cause a ton of problems
<quinn> somewhat related question, how strict, thorough should PR reviews be? i want to start doing them but i'm worried i'll screw it up
<DigitalKiwi> depending on what you have installed it may be more or less issues
<DigitalKiwi> i'm bad to ask i'm a reviewee not reviewer
<quinn> i'm more inclined to be a reviewee, i feel like there's more of a shortage of reviewers
<DigitalKiwi> yeah there are a few really dedicated ones too
* DigitalKiwi is making them stickers
<quinn> aww, that's nice. i'll try to fill out one or two tonight, being inspired by your bleeding edge masochism
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<DigitalKiwi> so but yeah my workflow which might be suboptimal but works well for me and i don't like cherry picking (well, i don't know how...) is mostly use nixos-unstable, unless i'm fixing something, and then i use -I ~/projects/nixpkgs (or...whichever one i'm using, i have multiple nixpkgs folders for different purposes. yes i'm aware of branches...)
<DigitalKiwi> so when i make a pr for whatever particular problem i'm having between the time when i make it and it gets merged i'll use that pr branch of my nixpkgs when i rebuild
<DigitalKiwi> (some people cherry pick which might be better)
<bqv> quinn: I'm similar, but my justification is that all my overlays and configs are on github so its not like I'm being selfish. If someone wants to take my stuff and shove it in nixpkgs thats their prerogative
<DigitalKiwi> and yeah not every change i make has to be part of my system so i i have one pr-nixpkgs that tends to be whatever i'm currently working on (usually updating or adding a package i maintain or fixing something)
<DigitalKiwi> and like if i really need the program in the meantime...tricky-channels or w/e
sheepfleece has joined #nixos
<quinn> bqv: yeah:/ but the "openness" that makes open source great isn't just access to code "somehow" it's access through education, wisdom, knowledge and interpersonal skills that is necessary for digital liberation
<quinn> kind of woo-woo speak but liberating software users doesn't just end with posting some code on pastebin, i'm sure we've both been in that situation where you spend 3+ hours digging through code because the man page sucks and even if it's something we've done for 100s of hours before it's still hard and unpleasant
<DigitalKiwi> it's a huge waste of time and resources to fix it for just one person when you could fix it for everyone
<DigitalKiwi> and just think of all the time you have spend to maintain your overlays
<multun> upstreaming stuff isn't that long / expensive
<DigitalKiwi> wouldn't it be easier if you could get rid of the patches because it got fixed?
<multun> I actually try to upstream my stuff so I don't have to care anymore
<multun> It's also the policy at my company
<DigitalKiwi> yeah i don't have any overlays but lots of merged PRs :P
noudle has joined #nixos
<quinn> DigitalKiwi, multun: that's the move. problem is i develop a lot of my own modules. dbus jack2, cdr records for asterisk, kernel patches, etc. those will take a lot of negotiation to get upstreamed i imagine
<multun> well it depends
<multun> it's not always worth, but it very often is
<multun> if you have a custom kernel hack just for your machine, it _may_ not be worth at first. but if you use the correct APIs for the type of hack you made, you can actually upstream it and don't have to worry anymore
<quinn> i have stuff that is "correct" to my knowledge but it doesn't feel like there's very much interest so i feel like i would be wasting LOC to try to get it put in. is there a good way to gauge interest? or an official policy on what deserves contribution?
<bqv> I mean people keep saying its not long or expensive but I've had a horrendous set of experiences trying to get even the simplest stuff into nixpkgs
<bqv> Ymm-
<multun> quinn: I usualy just ask
<multun> all the contributions I ever tried to get into any project eventualy all got in
<multun> it may take some time, but they get in at some point
<quinn> bqv: same basically. and i see sooo many stale unreviewed PRs
<DigitalKiwi> sometimes you have to proactive
<quinn> multun: dude i have had the opposite experience
<multun> getting code in any project takes a bit of pinging and trying again
<DigitalKiwi> nixpkgs gets/merges hundreds of PRs a week...if something is a few weeks/months old...it's not likely to get attention
<multun> I usualy do the following: 1) try to make a clean PR, that blends in the overall code 2) explain how the PR improves stuff 3) wait a week or two 4) ask if I can do anything if there's no answer
<multun> it doesn't only apply yo nixpkgs
<DigitalKiwi> most of my PRs get merged into nixpkgs in <1 week
<DigitalKiwi> at least that's how it feels but yeah i don't even have any open
<multun> I've been trying to get code in gdb recently, and it took 4months
<quinn> multun: did you have to keep up? or did you just leave it and get an email 4mo later?
<DigitalKiwi> inbox zero, but PRs
user_0x58 has quit [Remote host closed the connection]
<multun> quinn: reviewers took their time, I had to do paperwork
<MichaelRaskin> Some people manage to think Nixpkgs has _too many_ committers.
<bqv> At times I wondered if there are just a bunch of paid actors in here to pretend the pr process is easy... but as I say, I just try not to pr anymore
<multun> nixpkgs *is* fast
user_0x58 has joined #nixos
user_0x58 has quit [Remote host closed the connection]
<quinn> multun: ewww. did you get paid?
<multun> I did for this one, but it's not always true
<MichaelRaskin> bqv: there are people who won the review-speed lottery a couple of times or work in areas with enough people interested in getting things in (or have horror stories in other projects)
<multun> I think some people are just used to contributing to projects with a high barrier for contribution
<MichaelRaskin> I am pretty sure Nix* is too bad at coordinating to pay for such PR
<DigitalKiwi> bqv: a lot of it in nixpkgs is just finding the/a relevant person for your change and pinging them. if they don't see it they can't do anything
<multun> here are some examples of PRs that took ages to get in for me: https://github.com/shacker/django-todo/pull/43 https://github.com/aio-libs/aiohttp/pull/3805
<{^_^}> shacker/django-todo#43 (by multun, 1 year ago, merged): Mail tracker
<{^_^}> aio-libs/aiohttp#3805 (by multun, 1 year ago, merged): On exit, cancel the main task first
<DigitalKiwi> like for me personally jonringer ends up testing and merging a ton that i maintain, same with flokli, infinisil, worldofpeace, etc... all incredibly helpful
<{^_^}> [nixpkgs] @danieldk merged pull request #91616 → netdata: 1.22.1 -> 1.23.0 → https://git.io/Jfj5R
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJecz
<DigitalKiwi> like some people are a lot better at the python side than the haskell side of nixpkgs so it's just like...go through past merges and find names and ping them or ask here if anyone can look/knows someone who can
<quinn> DigitalKiwi: and that isn't bad etiquette?
<DigitalKiwi> i like that dichotomy i made that there are only haskell and python sides
<DigitalKiwi> quinn: depends on how you go about it ;P
<multun> quinn: it's kind of the norm for projects of this size
<multun> huge projects usualy discuss patches on mailing lists
<MichaelRaskin> In Nixpkgs doing this politely is generally considered a positive thing.
<quinn> ohh, interesting. so if i have something "niche", it would be okay to contact someone with commit privileges who is somewhat involved
<multun> sure
<DigitalKiwi> depending on how friendly i am with relevant person sometimes i'll show them immediately or if nobody else has looked at it after a few days i'll ping someone or start inquiring on irc if it's been closer to a week or more...
<multun> that's actually the way to go
knerten2 has quit [Remote host closed the connection]
<DigitalKiwi> like especially if it's an existing thing you're fixing you can see who was the last person to merge a patch
<quinn> honestly that sounds unpleasant but i would definitely rather see my code benefit more people than just me so i'll work on it
<quinn> yeah i'm mostly thinking about my weird modules
<DigitalKiwi> make friends with a committer ;)
<multun> ;D
<quinn> DigitalKiwi: are you a committer?
<multun> corruption's the way to go
<DigitalKiwi> alas i am not
<quinn> i give up!
<multun> but he'd like to be corrupted anyway
<quinn> hahahaha i'm sure
<DigitalKiwi> (most) people that work on/commit to nixpkgs want to be doing it they want bugs fixed they want more people to have access to more working software and a lot of us will gladly help in whatever way we can to either review or get something working at all or test or merge etc.
<quinn> DigitalKiwi: fair enough
<DigitalKiwi> i think my first nixpkgs contribution (or at least among the first) was a znc plugin
<DigitalKiwi> actually several
<DigitalKiwi> because that was the blocker that prevented me from switching to nixos from freebsd
<DigitalKiwi> so at the time, i was the only user :) but still got in!
<DigitalKiwi> and now i know there are at least two users because my friend has a znc with it ;D
<DigitalKiwi> also see ocrmypdf...which i need to fix...i'm not even a regular user, but other people have been using it
<DigitalKiwi> and ocrmypdf came with probably half a dozen python modules too
<quinn> DigitalKiwi: what do you think about the code quality of this? https://gitlab.com/6AA4FD/stow/-/blob/master/Nix/modules/pbx/default.nix . specifically the stuff that is tuned by cdr_db.enable
<DigitalKiwi> and now there are other programs that use those python modules i think as well
<{^_^}> [nixpkgs] @7c6f434c merged pull request #91516 → libvncserver: 0.9.12 -> 0.9.13 (security) → https://git.io/JfjtE
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JJeco
<{^_^}> [nixpkgs] @7c6f434c merged pull request #91541 → python3Packages.mozfile: fix build → https://git.io/Jfj8j
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JJecX
<DigitalKiwi> i feel like that indentation of the text block is akward but i'm not sure it's wrong but i don't think it has to be like that
<DigitalKiwi> i haven't finished reading it yet either
knerten has joined #nixos
<DigitalKiwi> but also; i'm not really that good at nix anyway i just swing a hammer at everything until it works
<DigitalKiwi> and <3 nixpkgs-fmt
<{^_^}> [nixpkgs] @danieldk merged pull request #91638 → prometheus: 2.19.1 -> 2.19.2 → https://git.io/JJekf
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJecy
<DigitalKiwi> quinn: i don't know if there are better ways to do what you did but i think it's at least simple enough that i understand it which is good in my book
simba1 has quit [Ping timeout: 240 seconds]
<quinn> DigitalKiwi: alright, cool. any thoughts on doing test on a nixpkgs tree? like nixos-rebuild build-vm but with a custom nixpkgs location?
<MichaelRaskin> Hmm, use -I ?
<clever> quinn: nixos-rebuild build-vm -I nixpkgs=/home/clever/apps/nixpkgs/
<DigitalKiwi> quinn: https://gitlab.com/6AA4FD/stow/-/blob/master/Nix/modules/pbx/default.nix#L54-57 this could be just one mkif maybe?
dermetfan has joined #nixos
<colemickens> Is specialArgs documented?
<clever> DigitalKiwi: yeah, i would move the mkIf to line 54, networking.firewall = mkIf cfg.enable { ... };
<quinn> clever: so i just set up the modules, then make a minimal configuration.nix that turns them on?
<clever> quinn: yeah
<clever> quinn: you can also just put custom modules into the imports list of configuration.nix, and leave nixpkgs alone at first
noudle has quit []
<quinn> clever, DigitalKiwi: fixed(tm).
<DigitalKiwi> my first code review
<quinn> clever: yeah i have my configuration repo modularized, it's just a matter of integrating it into nixpkgs and making it easy to test
<quinn> now time to set up my dl360 so i don't have to run test vms on my laptop...
<clever> quinn: you can also: nix-build ~/apps/nixpkgs/nixos -A vm --arg configuration ./configuration.nix
FRidh has quit [Remote host closed the connection]
FRidh has joined #nixos
<quinn> oh cool! that is also a really good way to do it
<{^_^}> [nixpkgs] @danieldk merged pull request #91622 → lynis: 2.7.5 -> 3.0.0 → https://git.io/JfjbH
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJecp
o1lo01ol1o has joined #nixos
kenji has joined #nixos
<bqv> colemickens: dont think so
<colemickens> it seems important for flakes usage?
<bqv> Its also not very supported (in containers, etc)
<bqv> I mean, depends on how you write your flake
<colemickens> :/ hm
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<colemickens> I need to consume more flakes examples I think
<colemickens> yeah, it looks like I can just pass 'inputs' for what I was trying to do.
<colemickens> Is there a variable I can use for "isFlakes" ?
<bqv> Check builtins.getFlake exists
<colemickens> thx
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
rootatarch has quit [Ping timeout: 246 seconds]
rootatarch has joined #nixos
codygman has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @danieldk opened pull request #91659 → lynis: install man page and Bash shell completion → https://git.io/JJeC4
codygman has joined #nixos
sheepfleece has quit [Quit: Lost terminal]
codygman has quit [Ping timeout: 260 seconds]
codygman has joined #nixos
eoli3n_ has joined #nixos
davidq has joined #nixos
<zanc> how do you use shebang on nixos? i.e. /usr/bin/python3
<quinn> #!/usr/bin/env python3
<quinn> (which is best practice for any OS, afaik)
<quinn> you can also do something with nix-shell that will automatically provide the interpreter at run-time, but i assume you want the normal thing
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
davidq has quit [Quit: davidq]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/e93a63bd30d (from 57 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
codygman has quit [Ping timeout: 240 seconds]
codygman has joined #nixos
codygman has quit [Ping timeout: 256 seconds]
codygman has joined #nixos
<Arahael> The only OS's where that won't work, will simply ignore it, so it's good practice for *all* OS's. :)
<MichaelRaskin> I mean, it won't _hurt_ on this half-OS anyway…
alexherbo26 has joined #nixos
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo26 is now known as alexherbo2
cosimone 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/JJeWc
cosimone has quit [Client Quit]
cosimone has joined #nixos
sangoma has joined #nixos
bbb has joined #nixos
bbb is now known as Guest11023
orivej has joined #nixos
cr4y1 has joined #nixos
asymptotically has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
arjen-jonathan has joined #nixos
knupfer has joined #nixos
hmuser has joined #nixos
hmuser has quit [Client Quit]
blackshadow has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #91618 → mame: 0.221 -> 0.222 → https://git.io/JfjdB
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJeli
blackshadow has quit [Client Quit]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/fb35d792b85 (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
konobi has quit [Remote host closed the connection]
orivej has joined #nixos
fendor has joined #nixos
konobi has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
ogroendal has joined #nixos
werner291 has joined #nixos
<ogroendal> I have a question about configuring neovim on nixos
Chiliparrot has joined #nixos
<ogroendal> Can I just run my neovim plugins in a non declarative way and just install using Vundle or are there some other downsides (besides not being declarative)
<ogroendal> The official coc-nvim and coc-tsserver packages does not seem to work as expected and I am unsure why
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
Narice has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
davidv7__ has joined #nixos
pjt_tmp has quit [Ping timeout: 240 seconds]
davidv7_ has quit [Ping timeout: 240 seconds]
drdee has joined #nixos
sangoma has joined #nixos
fendor has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
drdee has quit [Client Quit]
orivej has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
sputny has joined #nixos
nikita` has joined #nixos
thc202 has joined #nixos
Narice has quit [Ping timeout: 260 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJe8i
NeoCron has joined #nixos
Narice has joined #nixos
justanotheruser has joined #nixos
Narice has quit [Read error: Connection reset by peer]
Narice has joined #nixos
magnetophon has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @vbgl opened pull request #91660 → coqPackages.QuickChick: 1.2.0 → 1.2.1, 1.3.1 → https://git.io/JJe8N
dermetfan has quit [Ping timeout: 260 seconds]
Narice has quit [Read error: Connection reset by peer]
magnetophon has joined #nixos
Narice has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
smatting has quit [Ping timeout: 258 seconds]
o1lo01ol1o has joined #nixos
<patagonicus> ogroendal: I'm using https://github.com/rycee/home-manager which has support for setting programs.neovim.plugins to a plugins from pkgs.vimPlugins
m0rphism has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
ris has joined #nixos
orivej has joined #nixos
cr4y1 has quit [Remote host closed the connection]
ogroendal has quit [Remote host closed the connection]
FRidh has quit [Ping timeout: 265 seconds]
FRidh has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
fendor has joined #nixos
sdier[m] has left #nixos ["User left"]
Narice has quit [Ping timeout: 264 seconds]
civodul has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
o1lo01ol1o has quit [Read error: No route to host]
sangoma has joined #nixos
raghavsood has joined #nixos
mrosenbe has joined #nixos
mrosenbe_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @teto pushed 4 commits to master: https://git.io/JJeBS
<{^_^}> [nixpkgs] @teto merged pull request #91654 → starship: 0.42.0 -> 0.43.0 → https://git.io/JJesl
<{^_^}> [nixpkgs] @dotlambda merged pull request #91658 → newsboat: 2.19 -> 2.20.1 → https://git.io/JJen2
<{^_^}> [nixpkgs] @dotlambda pushed commit from @dywedir to master « newsboat: 2.19 -> 2.20.1 (#91658) »: https://git.io/JJeBd
<{^_^}> [nixpkgs] @markuskowa opened pull request #91661 → Fix licenses → https://git.io/JJeBF
<{^_^}> [nixpkgs] @turion opened pull request #91662 → 91570 cassandra driver → https://git.io/JJeRv
<maralorn> ogroendal: My experience is mixed. There are packages, like coc-nvim, that work just fine when installed declaratively. But there are also packages, like coc-tabnine that only work for me, when installed declaratively. I fear there is no silver bullet approach.
<maralorn> Although the "best" solution certainly is installing everything declaratively and fixing all problems with extensions in nixpkgs.
<maralorn> That might just not always be the quickest.
werner291 has quit [Ping timeout: 240 seconds]
cr4y1 has joined #nixos
turion has joined #nixos
<turion> How do you best bisect if a package in nixpkgs builds
<turion> I'd like to execute a single command that builds a package, given an attribute, from the current checked out commit of my local nixpkgs
<symphorien> turion: I recommend timokau's nix-bisect
<turion> Basically like nix repl . and then :b myPackage
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<turion> symphorien: Thanks, that's great!
Freneticks has quit [Quit: WeeChat 2.3]
absoluutely has joined #nixos
orivej_ has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #91663 → prometheus-kea-exporter: init at 0.4.1 → https://git.io/JJeR8
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
plutes has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @markuskowa merged pull request #91661 → Fix licenses → https://git.io/JJeBF
<{^_^}> [nixpkgs] @markuskowa pushed 18 commits to master: https://git.io/JJeRr
miguel_clean has joined #nixos
<miguel_clean> is there a pkg providin openssl command-line interface, and how do I find out which it is? pkg.openssl does not provide it, it seems.
<symphorien> > pkgs.openssl.ouputs
<{^_^}> attribute 'ouputs' missing, at (string):317:1
<symphorien> > pkgs.openssl.outputs
<{^_^}> [ "bin" "dev" "out" "man" "doc" "debug" ]
<symphorien> Try openssl.bin or openssl.out
<{^_^}> [nixpkgs] @wamserma opened pull request #91664 → [20.03] libvncserver: 0.9.12 -> 0.9.13 (security, backport) → https://git.io/JJeRi
<{^_^}> [nixpkgs] @Atemu opened pull request #91665 → undervolt: 0.2.11 -> 0.3.0 → https://git.io/JJeRP
MarcWeber has joined #nixos
<miguel_clean> symphorien: eeeh sorry for causing confusion. I typed openssh accidentally instead of openssl
<miguel_clean> openssl provides the CLI indeed
<miguel_clean> everything is fine. thanks
orivej_ has quit [Ping timeout: 256 seconds]
arjen-jonathan has quit [Quit: WeeChat 2.8]
orivej has joined #nixos
plutes has joined #nixos
ashesham` has joined #nixos
<epta> 'nix-shell -p stig' on macos fails for me with 'set: Unknown setting: geoip'. Is it a known issue?
waleee-cl has joined #nixos
magnetophon has quit [Ping timeout: 264 seconds]
lionello has quit [Quit: Connection closed for inactivity]
zupo has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
sangoma has quit [Ping timeout: 240 seconds]
<epta> nevermind, solved
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<lejonet> Has the way builtin.fetchGit been changed? All of a sudden my local package that fetches stuff from a private gitea server gets a BadURL error, but I haven't changed the URL at all, and with pure git I can clone the repository just fine
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to glibc231: https://git.io/JJe0C
marsh has quit [Ping timeout: 272 seconds]
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
cosimone has quit [Quit: Quit.]
<{^_^}> [nixpkgs] @teto merged pull request #91469 → python-language-server: 2020-04-24 -> 2020-06-19 → https://git.io/Jfha0
<{^_^}> [nixpkgs] @teto pushed commit from @Mic92 to master « python-language-server: 2020-04-24 -> 2020-06-19 (#91469) »: https://git.io/JJe00
<{^_^}> [nixpkgs] @ryantm merged pull request #91594 → hcxdumptool: 6.0.6 -> 6.0.7 → https://git.io/Jfj60
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJe0E
FRidh has quit [Quit: Konversation terminated!]
sigmundv_ has joined #nixos
<typetetris> What are you guys using to edit nix expressions? Any kind of IDE? Something with jump to definition for the stuff from `nixpkgs/lib`?
<KarlJoad`> I'm using Emacs with nix-mode, GREP, and GitHub. But no IDE-like features like that. I wish there were some.
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
<typetetris> Thought so, ripgrep it is for me then.
<ar> /33
orivej has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #91425 → WiiUse: Init at 0.15.5 → https://git.io/Jfhfr
<{^_^}> [nixpkgs] @teto pushed commit from @SCOTT-HAMILTON to master « WiiUse: Init at 0.15.5 (#91425) »: https://git.io/JJe0z
<{^_^}> [nixpkgs] @bjornfor pushed 3 commits to release-20.03: https://git.io/JJe0V
mallox has joined #nixos
Rusty1 has joined #nixos
werner291 has joined #nixos
<{^_^}> [nixpkgs] @Atemu opened pull request #91666 → undervolt: clarify that the service is unofficial → https://git.io/JJeEf
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4c8fd0e2eb9 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
mrosenbe has quit [Ping timeout: 265 seconds]
Narice has joined #nixos
mrosenbe has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
cjpbirkbeck has quit [Quit: cjpbirkbeck]
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #91621 → libxls: 1.5.2 -> 1.5.3 → https://git.io/Jfjb2
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJeEE
orivej_ has joined #nixos
<{^_^}> [nixpkgs] @grahamc merged pull request #91666 → undervolt: clarify that the service is unofficial → https://git.io/JJeEf
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/JJeEu
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
raghavsood has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 258 seconds]
MarcWeber has quit [Ping timeout: 240 seconds]
cosimone has joined #nixos
greizgh has quit [Quit: greizgh]
greizgh has joined #nixos
Rusty1 has joined #nixos
arjen-jonathan has joined #nixos
<Cadey> how do i enable specific sqlite extensions in nix?
slack1256 has joined #nixos
<ldlework> I don't see any interesting Nixlang that would indicate extensions are already supported as options, etc, https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/sqlite/default.nix
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
kleisli_ has quit [Ping timeout: 240 seconds]
Chiliparrot has joined #nixos
orivej has joined #nixos
domogled has joined #nixos
marsh has joined #nixos
miguel_clean has quit [Quit: WeeChat 2.8]
m0rphism has quit [Quit: WeeChat 2.7.1]
<{^_^}> [nixpkgs] @Ma27 merged pull request #91642 → roundcubePlugins.carddav: init at 3.0.3 → https://git.io/JJeLL
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJeuf
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
<typetetris> Is there a way to easily generate certificates to test some tls stuff in nixos tests?
<MichaelRaskin> easyrsa maybe?
<infinisil> typetetris: There is a keypair for testing in nixos/tests/ssh-keys.nix
<infinisil> Oh I think those are ssh certs though
<infinisil> Yea
<{^_^}> [nixpkgs] @Ma27 merged pull request #91659 → lynis: install man page and Bash shell completion → https://git.io/JJeC4
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJeuY
<typetetris> I want to run a postfix with starttls option enabled, but ... It seems to need a CACert and dunno, what that should be If I operate with selfsigned certificates.
turion has quit [Quit: Leaving.]
arjen-jonathan has quit [Ping timeout: 244 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #91583 → mruby: 2.1.0 -> 2.1.1 → https://git.io/JfjwL
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JJeuW
m0rphism has joined #nixos
kleisli_ has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #91592 → broot: install man page → https://git.io/Jfj6v
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJeuK
lordcirth has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eoli3n_ has quit [Ping timeout: 246 seconds]
<MichaelRaskin> typetetris: easyrsa is approximately three commands to get a root CA and a server certificate
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
slack1256 has quit [Remote host closed the connection]
<hazel[m]1> typetetris if you aren't doing something weird you may want to look at https://gitlab.com/simple-nixos-mailserver/nixos-mailserver
<hazel[m]1> automatically sets up dovecot, postfix, rspamd, opendkim, etc
<tom39291> I have a game, Celeste, that I'm trying to run on nixos, and am failing. I tried https://nixos.org/nixpkgs/manual/#sec-fhs-environments but when I execute my celeste.bin.x86_64 binary it opens calibre, my ebook reader.
<tom39291> Oh, it's opening calibre to add an "ebook" called error_log. I'll read that gripping diary.
<hazel[m]1> try using `appimage-run`
<hazel[m]1> it's a bit of a hack but it avoids having to make an FHS env
<tom39291> "Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: No available video device" OK that's something I can work with.
<tom39291> hazel[m]1: Sounds handy, thanks.
<{^_^}> [nixpkgs] @Mic92 merged pull request #91184 → [staging] perlPackages: update → https://git.io/Jfb5Y
<{^_^}> [nixpkgs] @Mic92 pushed 174 commits to staging: https://git.io/JJeu5
absoluutely has quit [Ping timeout: 258 seconds]
<hazel[m]1> you should be able to just `appimage-run ./celeste.bin.x86_64`
<hazel[m]1> also, wonderful game
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<tom39291> hazel[m]1: Yes, it works in appimage-run, great! Thanks.
<typetetris> MichaelRaskin: Thanks, I will look into it.
<typetetris> hazel[m]1: Na, just adding a test for postfix to NixOS
arjen-jonathan has joined #nixos
<angerman> ,locate libdw
<{^_^}> Found in packages: wine, libdwg, pahole, elfutils, libdwarf, libelfin, wineMinimal, wineStaging, winePackages.base, winePackages.staging, wineWowPackages.base, wineWowPackages.full, wineWowPackages.minimal, wineWowPackages.staging
kenran has joined #nixos
kenran has quit [Client Quit]
kenran has joined #nixos
kenran has quit [Client Quit]
kenran has joined #nixos
kenran has quit [Client Quit]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
kenran has joined #nixos
kenran has quit [Client Quit]
kenran has joined #nixos
kenran has quit [Client Quit]
<{^_^}> [nixpkgs] @Ma27 merged pull request #91545 → docker: 19.03.11 -> 19.03.12 → https://git.io/Jfj4x
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JJezG
neminis has joined #nixos
<neminis> hello, how to mount a zfs filesystem from another pool at boot? nixos cannot find it
dermetfan has joined #nixos
arjen-jonathan has quit [Ping timeout: 272 seconds]
absoluutely has joined #nixos
arahael1 has joined #nixos
Arahael has quit [Ping timeout: 240 seconds]
absoluutely has quit [Remote host closed the connection]
arahael2 has joined #nixos
absoluutely has joined #nixos
arahael1 has quit [Ping timeout: 260 seconds]
sigmundv_ has quit [Ping timeout: 240 seconds]
camsbury has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.03: https://git.io/JJezR
absoluutely has quit [Ping timeout: 258 seconds]
l33[m] has joined #nixos
est31 has quit [Remote host closed the connection]
sputny has quit [Remote host closed the connection]
orivej_ has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
lordcirth has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @DavHau opened pull request #91667 → mk-python-derivation.nix: fix indentation → https://git.io/JJezA
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
mlen has quit [Ping timeout: 246 seconds]
fendor has quit [Remote host closed the connection]
quinn has joined #nixos
gustavderdrache has joined #nixos
fendor has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
mgdm has quit [Quit: WeeChat 1.9.1]
mlen has joined #nixos
cosimone has quit [Remote host closed the connection]
neminis has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @johanot opened pull request #91668 → kubernetes: 1.18.4 -> 1.18.5 → https://git.io/JJegM
cosimone has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
lord| has quit [Ping timeout: 264 seconds]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @bhipple merged pull request #91639 → persepolis: add setuptools to propagatedBuildInputs → https://git.io/JJekC
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JJe2k
cosimone_ has joined #nixos
cosimone has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
mlen has quit [Quit: WeeChat 2.7.1]
<typetetris> Can I somehow "enter" the machine used for a nixos test? Or look at the config files generated?
mlen has joined #nixos
ddellacosta has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
Chiliparrot has joined #nixos
ddellacosta has quit [Ping timeout: 264 seconds]
mlen has quit [Quit: WeeChat 2.7.1]
<typetetris> fount it
orivej has quit [Quit: No Ping reply in 180 seconds.]
<bbigras> you can also use `QEMU_NET_OPTS="hostfwd=tcp::2222-:22" ./result/bin/nixos-test-driver` to forward ports. if you want to use ssh
mlen has joined #nixos
orivej has joined #nixos
est31 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
arjen-jonathan has joined #nixos
davidv7__ has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
davidv7_ has joined #nixos
hanetzer has joined #nixos
<hanetzer> hullo folks.
o1lo01ol1o has quit [Remote host closed the connection]
never_released has joined #nixos
never_released_ has quit [Ping timeout: 256 seconds]
<bqv> hello folk.
* bqv . o 0 (folk has no singular?)
<hanetzer> dunno :)
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<hanetzer> so. looking into nixos a bit. may end up running it on my rk3399 chromebook :)
knupfer has quit [Quit: knupfer]
knupfer1 has joined #nixos
o1lo01ol1o has joined #nixos
magnetophon has quit [Ping timeout: 264 seconds]
knupfer1 is now known as knupfer
magnetophon has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
yusdacra[m] has joined #nixos
<{^_^}> [nixpkgs] @johanot opened pull request #91669 → kubernetes: 1.17.5 -> 1.17.8 → https://git.io/JJeV4
o1lo01ol1o has quit [Remote host closed the connection]
<hanetzer> huh. funny thing, I was just looking at kubernetes
<quinn> i'm trying to add a top-level function that will be accessible to every module to my nixos configuration, is there any good way to do that?
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
o1lo01ol1o has joined #nixos
<infinisil> quinn: You could assign `lib.mylib.myfun = ...` (lib is an option)
<infinisil> And that's accessible through config.lib in other modules
gxt___ is now known as gxt
<quinn> infinisil: wait so i can just set lib.foo = y: y; as a top level declaration and it will work?
<infinisil> I think it needs to be lib.foo.bar = y: y
<quinn> interesting
<infinisil> Because the type of lib is `attrsOf attrs`
<infinisil> Note that this has absoletuly nothing to do with the usual lib
<quinn> infinisil: it looks like it worked. i thought it was gonna be a lot more hackery, thanks a bunch!
<quinn> infinisil++
<{^_^}> infinisil's karma got increased to 316
zanc has quit [Ping timeout: 256 seconds]
<infinisil> :)
zanc has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @david-sawatzke opened pull request #91671 → easypdkprog: init at 1.2 → https://git.io/JJewn
orivej has quit [Quit: No Ping reply in 180 seconds.]
ardumont has quit [Quit: WeeChat 2.7.1]
orivej has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
ardumont has joined #nixos
ardumont has quit [Client Quit]
ardumont has joined #nixos
o1lo01ol1o has joined #nixos
alexherbo2 has joined #nixos
dongcarl has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @ajs124 opened pull request #91672 → syslinux: make reproducible → https://git.io/JJerJ
absoluutely has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
gueorgui has joined #nixos
absoluutely has quit [Remote host closed the connection]
Narice has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos
magnetophon has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @NickHu merged pull request #91442 → nodePackages.purty: init at 6.2.0 → https://git.io/JfhY3
<{^_^}> [nixpkgs] @NickHu pushed 2 commits to master: https://git.io/JJerQ
magnetophon has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/63bd666c8f4 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
sigmundv_ has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
magnetophon has quit [Read error: Connection reset by peer]
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @srhb merged pull request #91669 → kubernetes: 1.17.5 -> 1.17.8 → https://git.io/JJeV4
<{^_^}> [nixpkgs] @srhb pushed 2 commits to release-20.03: https://git.io/JJerp
orivej has joined #nixos
<{^_^}> [nixpkgs] @srhb merged pull request #91668 → kubernetes: 1.18.4 -> 1.18.5 → https://git.io/JJegM
<{^_^}> [nixpkgs] @srhb pushed 2 commits to master: https://git.io/JJeoe
<{^_^}> [nixpkgs] @bhipple merged pull request #91646 → oneDNN: 1.4 -> 1.5 → https://git.io/JJeqd
<{^_^}> [nixpkgs] @bhipple pushed commit from @r-ryantm to master « oneDNN: 1.4 -> 1.5 »: https://git.io/JJeov
magnetophon has joined #nixos
magnetophon has quit [Read error: Connection reset by peer]
magnetophon has joined #nixos
sigmundv_ has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5db4111908f (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
orivej has quit [Ping timeout: 246 seconds]
Narice has joined #nixos
orivej has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
nabataeus has joined #nixos
cosimone_ has quit [Quit: Quit.]
Narice has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos
AmandaC_ has joined #nixos
Narice has joined #nixos
rootatarch has joined #nixos
rootatarch has quit [Changing host]
rootatarch has joined #nixos
rootatarch has quit [Changing host]
AmandaC has quit [Ping timeout: 246 seconds]
AmandaC_ is now known as AmandaC
rajivr has quit [Quit: Connection closed for inactivity]
fendor has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/b3d20c3d503 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
fendor has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
lsix has joined #nixos
ashesham` has quit [Ping timeout: 272 seconds]
MarcWeber has joined #nixos
gustavderdrache1 has joined #nixos
fendor has quit [Remote host closed the connection]
kleisli_ has quit [Ping timeout: 260 seconds]
fendor has joined #nixos
<{^_^}> [nixpkgs] @rski opened pull request #91673 → jenkinsapi: fix python38Packages.jenkinsapi → https://git.io/JJeKo
doublex has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @MetaDark opened pull request #91674 → zynaddsubfx: add support for building all gui modules → https://git.io/JJeKP
MarcWeber has quit [Ping timeout: 246 seconds]
user_0x58 has joined #nixos
<{^_^}> [nixpkgs] @MetaDark opened pull request #91675 → cxxtest: package includes and run tests → https://git.io/JJeKH
zupo has joined #nixos
gustavderdrache1 has quit [Quit: Leaving.]
gustavderdrache has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
Thra11 has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @cole-h opened pull request #91676 → powerdevil: fix build with new ddcutil → https://git.io/JJe6z
fresheyeball has joined #nixos
endformationage has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
inkbottle has joined #nixos
asymptotically has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jluttine opened pull request #91677 → Polar: init → https://git.io/JJe65
bennofs_ has joined #nixos
zebrag has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/b28be19c9ad (from 79 minutes ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<{^_^}> [nixpkgs] @marsam opened pull request #91678 → tflint: 0.16.2 -> 0.17.0 → https://git.io/JJeiJ
bennofs has quit [Ping timeout: 260 seconds]
codygman has quit [Ping timeout: 256 seconds]
codygman has joined #nixos
philr_ has quit [Ping timeout: 264 seconds]
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
<hanetzer> christ.
fresheyeball has quit [Quit: WeeChat 2.7.1]
<raboof> on nixos, I have to enter my private key's password each time I 'ssh' or 'git push', even though I have 'programs.gnupg.agent.enable = true' and 'programs.gnupg.agent.enableSSHSupport = true'.
<raboof> the agent does seem to be running
<hazel[m]1> are you running a keychain and is the gpg agent saving to the keychain
<hazel[m]1> if not, do that
<lassulus> What does ssh-add -l say?
<lassulus> Maybe you need to add a key with ssh-add
<{^_^}> [nixpkgs] @f4814 opened pull request #91679 → platformio-udev-rules: init at 4.3.4 → https://git.io/JJePU
<raboof> lassulus: 'ssh-add -l' only shows my yubikey, after ssh-add'ing it it's indeed remembered.
lsix has quit [Quit: WeeChat 2.8]
<MtotheM> I find it really annoying that the error checker doesn't account for comments. so the line number it reports will never correlate to the actual problem. if you have any kinds of comments
<{^_^}> [nixpkgs] @teto merged pull request #91421 → SuperTuxKart: Replaced some bundled libraries with system ones → https://git.io/Jfhe1
<{^_^}> [nixpkgs] @teto pushed 3 commits to master: https://git.io/JJePt
mtn has joined #nixos
cosimone has joined #nixos
<mtn> Anyone here familiar with configuring DNS validation with lets encrypt?
codygman has quit [Read error: Connection reset by peer]
<mtn> I'm having trouble understanding this section of the manual: https://nixos.org/nixos/manual/index.html#module-security-acme-config-dns
codygman has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #91593 → hcloud: 1.16.2 -> 1.17.0 → https://git.io/Jfj6s
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJePc
kenji has quit [Ping timeout: 258 seconds]
ardumont has quit [Quit: WeeChat 2.7.1]
<{^_^}> [nixpkgs] @Atemu opened pull request #91680 → undervolt: allow strings in options again → https://git.io/JJePz
codygman has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #91538 → cheat: 3.10.1 -> 4.0.0 → https://git.io/Jfj8M
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJeP1
kenran has joined #nixos
codygman has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #91550 → dbmate: 1.8.0 -> 1.9.0 → https://git.io/Jfj0L
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJePM
ardumont has joined #nixos
codygman has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @DieGoldeneEnte opened pull request #91682 → clang_{5..10}: add RTTI → https://git.io/JJeP9
justanotheruser has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #91470 → openssh: don’t include fido2 on musl → https://git.io/JfhaV
<{^_^}> [nixpkgs] @marsam pushed 2 commits to release-20.03: https://git.io/JJePp
orivej has quit [Ping timeout: 256 seconds]
o1lo01ol1o has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #91678 → tflint: 0.16.2 -> 0.17.0 → https://git.io/JJeiJ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJePj
<{^_^}> [nixpkgs] @marsam merged pull request #91597 → helmfile: 0.118.6 -> 0.119.0 → https://git.io/JfjiV
<{^_^}> [nixpkgs] @marsam pushed 4 commits to master: https://git.io/JJeXe
kenran has joined #nixos
<srhb> mtn: What's the problem? Perhaps we can help.
magnetophon has quit [Read error: Connection reset by peer]
<mtn> srhb: Right now, when trying to create a client, the host lookup is failing (I'll link the full error)
<mtn> curling that address succeeds, fwiw
<kenran> How would I go about handling my irssi login on freenode with home manager? I have a .pem that I had added as `ssl_cert = "~/.irssi/irssi.pem"` to my config, but with home manager that config value does not exist, and extraConfig would force me to add my whole `servers` section in there.
<kenran> Is there a better way to handle authentification with home-manager? (That might be good to know for things like ssh keys as well)
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #91643 → podman: fix darwin build → https://git.io/JJet3
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJeXq
<{^_^}> [nixpkgs] @danieldk merged pull request #91665 → undervolt: 0.2.11 -> 0.3.0 → https://git.io/JJeRP
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJeXY
magnetophon has quit [Read error: Connection reset by peer]
codygman has joined #nixos
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @ShamrockLee opened pull request #91683 → lossless-cut: Init at version 3.23.7 → https://git.io/JJeXO
User0xbadcafe has quit [Quit: WeeChat 2.3]
<srhb> mtn: So I suppose lego is trying to do the lookup via your local bind (?)
<srhb> That seems odd though, let's see..
<mtn> For what it's worth, I pretty much copied the config from the manual exactly: https://nixos.org/nixos/manual/index.html#module-security-acme-config-dns
<{^_^}> [nixpkgs] @mcwitt opened pull request #91684 → vscode-extension-DigitalAssetHoldingsLLC-ghcide: init at 0.0.2 → https://git.io/JJeXn
<mtn> And that config does something with bind which I don't really understand
nixbitcoin_ has joined #nixos
<srhb> mtn: Can you check that your system resolv.conf isn't pointing at the bind server?
nixbitcoin has quit [Ping timeout: 240 seconds]
<srhb> mtn: According to the lego man page, it shouldn't attempt anything fishy unless --dns.resolvers is set, which it shouldn't be.
<mtn> srhb: How can I check that?
<srhb> mtn: cat /etc/resolv.conf for starters. It'll have "nameserver ...."
<mtn> srhb: nameserver 127.0.0.1
<mtn> Seems suspicious
<srhb> Possibly yes.
<srhb> ss -tlnp | grep :53 ?
<srhb> But it's weird that curl wasn't failing then
<mtn> ```
<{^_^}> [nixpkgs] @Ma27 merged pull request #91637 → neomutt: enable on darwin → https://git.io/JJeTp
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJeXB
<mtn> ```LISTEN 0 10 192.168.1.144:53 0.0.0.0:*LISTEN 0 10 127.0.0.1:53 0.0.0.0:*LISTEN 0 10 [::]:53 [::]:*```
<srhb> Hmm, I think you'll have to be root with that command to see the process name
<srhb> (That's all we want to know from that)
<mtn> LISTEN 0 10 192.168.1.144:53 0.0.0.0:* users:(("named",pid=17403,fd=57))
<mtn> all three lines have the same pid
<srhb> Okay, named -- that's bind
<mtn> srhb: Gotcha -- I can share my config to show how I configured it if that helps
proofofkeags has joined #nixos
kenran has quit [Quit: leaving]
<srhb> mtn: Can you confirm that you can't do the lookup with: `host letsencrypt.org 127.0.0.1`
user_0x58 has quit [Ping timeout: 260 seconds]
<mtn> srhb: Huh, it resolves
<srhb> mtn: mmm, that's odd :-)
user_0x58 has joined #nixos
<mtn> Not sure if this was supposed to work, but if I follow the IP, it doesn't load the site or anything
<srhb> That's OK
<srhb> But the lego client was failing to resolve a subdomain from there.
<srhb> And I was assuming it's because your bind doesn't know how to resolve that (which is probably okay) -- but now I'm not sure.
magnetophon has quit [Read error: Connection reset by peer]
<mtn> Huh, I restarted and the request resolves now
zanc has quit [Ping timeout: 240 seconds]
<mtn> lol
* srhb shrugs :P
<mtn> Thanks for walking through that with me :)
<srhb> Sure thing.
magnetophon has joined #nixos
<mtn> I probably have one remaining thing I'll find confusing, which is how to use the certificate, but first I've gotta grab some auth stuff for lego
<srhb> It's probably not very confusing, you'll get a keypair and the use depends on the application that you need it for.
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @Ma27 pushed 11 commits to glibc231: https://git.io/JJeXy
shibboleth has joined #nixos
kenran has joined #nixos
<q3k> i'm running nixos, building a custom kernel module against linuxPackages_5_6, the module hits a BUG
<q3k> i get a stacktrace that looks like this:
<q3k> [ 25.933961] _init+0x133/0x170 [bcm_user_bde]
<q3k> i would also like to have line numbers to make my life easier
<q3k> no line numbers in the built-in code either
<q3k> [ 25.952743] ? kmem_cache_alloc_trace+0x14f/0x200
<q3k> does anyone know what I should be flipping to see line numbers? i already set extraConfig = ''DEBUG_INFO=y'' and dontStrip = true
<q3k> oh, did i imagine that stracktraces every contain line numbesr, and i should instead be using addr2line?
doyougnu has joined #nixos
<mtn> srhb: I get a SERVFAIL response from ACME, maybe because the site can't be served on port 80. If this is the problem, do you know if I can run the server and do the challenge on a different port?
<mtn> I guess cloudflare (which I'm using for DNS) stops http requests to port 443
orivej has quit [Quit: No Ping reply in 180 seconds.]
<patagonicus> I'm like 95% confident that it will not be possible to use any other port than port 80.
orivej has joined #nixos
<patagonicus> Could you use the DNS challenges, maybe? But automating that might be … cumbersome.
<mtn> Yea, that's what I'm trying actually
<mtn> This isn't using the HTTP challenge anymore
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @rycee opened pull request #91686 → cargo: install bash and zsh completion scripts → https://git.io/JJe1z
<patagonicus> You're getting SERVFAIL for DNS challenges?
MightyJoe is now known as cyraxjoe
<mtn> yep
<patagonicus> Also, if port 80 is blocked, I wouldn't be surprised if 53 is also blocked.
<mtn> Oh, didn't think of that -- let me check
<patagonicus> But some DNS providers have APIs you can use, so you wouldn't need to self host a DNS server. But that depends on where you bought the domain.
fendor has joined #nixos
MarcWeber has joined #nixos
mtn45 has joined #nixos
<mtn45> patagonicus: Ok so port 53 is blocked
<mtn45> So my registrar is google, but I pointed to cloudflare DNS servers
<mtn45> Why would port 53 being blocked be a problem?
<{^_^}> [nixpkgs] @rycee closed pull request #91641 → cargo: install bash completion script → https://git.io/JJeI2
<patagonicus> I thought you wanted to use a DNS server running on the server for the challenges.
<patagonicus> Turns out Cloudflare has an API you can use: https://go-acme.github.io/lego/dns/cloudflare/ so that should work
mtn has quit [Ping timeout: 245 seconds]
proofofkeags has quit [Remote host closed the connection]
<mtn45> If I understand correctly, I think that's what the manual does: https://nixos.org/nixos/manual/index.html#module-security-acme-config-dns
<mtn45> So if that's the case, I think I'm doing that but still getting the SERV error
proofofkeags has joined #nixos
<gchristensen> it configures a server using lego
<patagonicus> That one is using a local DNS server, that's why I thought you were trying to do that.
<gchristensen> specifically, this is what it supports https://go-acme.github.io/lego/dns/
orivej has quit [Ping timeout: 240 seconds]
<bbigras> lego works great. I used it with godaddy and cloudflare
orivej has joined #nixos
<patagonicus> I think it should work if you set dnsProvider = "cloudflare" and then put CLOUDFLARE_DNS_API_TOKEN=<yourtoken> in the certs.secret file.
justanotheruser has joined #nixos
<patagonicus> And I'm guessing you'll want dnsPropagationCheck = true since the comment in the docs says they disable it because it's a local server - and with Cloudflare it's not a local server.
<mtn45> Hm, I had it set to off, just copying the config
<mtn45> I'll try changing it
<mtn45> (same error)
<mtn45> I'm kind of confused why it's querying the site, given this is a DNS challenge
proofofkeags has quit [Ping timeout: 240 seconds]
<mtn45> Unless the SERVFAIL is the result of a DNS lookup
<{^_^}> [nix] @Mic92 opened pull request #3757 → dependabot: automatically keep github actions up-to-date → https://git.io/JJe1x
<energizer> server side journal here https://bpa.st/RFKA Does this look like an ssh auth success or failure or something else?
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<energizer> why are there three different sshd pids? is that normal?
<gchristensen> do you have 3 connections?
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<energizer> not that i can think of. i'm trying to make this user service run https://bpa.st/EULQ
proofofkeags has joined #nixos
cosimone has quit [Quit: Quit.]
<energizer> certainly not 3 that should be authing in the same second
Narice has quit [Ping timeout: 240 seconds]
proofofkeags has quit [Ping timeout: 265 seconds]
Narice has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #91588 → grpcui: 0.2.1 -> 1.0.0 → https://git.io/Jfjoa
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJeM8
<{^_^}> [nixpkgs] @marsam merged pull request #91615 → libbpf: 0.0.8 -> 0.0.9 → https://git.io/Jfj7t
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJeMu
kenran has quit [Quit: leaving]
cript0nauta has joined #nixos
<quinn> the release-20.03 is the version that was released first, not the current stable branch right?
<quinn> (and nixos-20.03 is the current stable)
<{^_^}> [nixos-homepage] @jtojnar opened pull request #490 → index: make (nix-shell) prompt label unselectable → https://git.io/JJeM7
zanc has joined #nixos
cole-h has quit [Quit: Goodbye]
kenran has joined #nixos
magnetophon has quit [Read error: Connection reset by peer]
MarcWeber has quit [Ping timeout: 258 seconds]
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #91687 → deno: 1.1.1 -> 1.1.2 → https://git.io/JJeDW
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91688 → haskellPackages: cleaning up obsolete overrides (9/x) → https://git.io/JJeD1
kenran has quit [Quit: leaving]
Rusty1 has joined #nixos
MarcWeber has joined #nixos
chreeus has joined #nixos
simba1 has joined #nixos
<chreeus> heyall, i'm messing around using nix-shell as a build system, and i'm not able to get rustc/cargo to build. i assume it has something to do with issue 91314
<{^_^}> #91314 (by witchof0x20, 5 days ago, closed): Rust Nightly is missing a library
orivej has quit [Quit: No Ping reply in 180 seconds.]
<chreeus> i'm not sure i'm tracking the pull request that already came through for that
<{^_^}> #91327 (by witchof0x20, 4 days ago, merged): Fix RPATH for libraries downloaded by rustup
orivej has joined #nixos
<chreeus> am i missing something about updating nixpkgs?
<quinn> chreeus: updating nixpkgs? do that with nix-channel --update
<chreeus> right, i've done that, but it's still not building
<chreeus> it says i'm missing `zlib`
<{^_^}> [nixpkgs] @Flakebi opened pull request #91689 → buildRustPackage: fix cargoBuildFlags → https://git.io/JJeyc
<quinn> chreeus: so nixpkgs-unstable HEAD has to pass a bunch of tests before it gets provided in the channel interfrace
<betaboon> chreeus: as far as i can tell the commit from the pr you mentioned didnt hit nixpkgs-unstable channel yet
<quinn> betaboon++
<{^_^}> betaboon's karma got increased to 5
<chreeus> oh, i assumed unstable tracked master
<quinn> yeah, but there's a CD pipeline basically
<betaboon> chreeus: it does. but it lacks behind a couple days
<chreeus> gotcha. is there a way to track that progress?
maxdevjs has joined #nixos
<quinn> https://hydra.nixos.org/project/nixpkgs <-- i think it's the staging jobset? or trunk
hoverbear has joined #nixos
<evils> status.nixos.org
<chreeus> nice. thanks, y'all.
<{^_^}> [nixpkgs] @veprbl merged pull request #91633 → [20.03] backport nvidia driver updates → https://git.io/JJevw
<{^_^}> [nixpkgs] @veprbl pushed 4 commits to release-20.03: https://git.io/JJey2
maxdevjs has quit [Client Quit]
maxdevjs has joined #nixos
<sshow> what's the simplest way to add terminfo's for terminals not in nixpkgs?
<sshow> any specific option I could easily add a fetchurl to?
maxdevjs has quit [Remote host closed the connection]
lord| has joined #nixos
mallox has quit [Quit: WeeChat 2.8]
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/d2eeac149de (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<Raito_Bezarius> when I see "trying URL", is it expected that the progression is frozen?
proofofkeags has joined #nixos
arjen-jonathan has quit [Ping timeout: 260 seconds]
mrosenbe has quit [Ping timeout: 240 seconds]
mtn45 has quit [Remote host closed the connection]
<KarlJoad`> I'm having an issue with Ksshaskpass, used by KDE. It's really slow to ask for my information, nearly every time I use it.
<aleph-> Hmm, is there something off with this service definition? https://paste.rs/Zwm Getting an error of "The option `systemd.services' in `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/testing/service-runner.nix' is a prefix of options in `/etc/nixos/teleport.nix'." when I try to compile a new build.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/052c130cf8a (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @veprbl merged pull request #91266 → wine-staging: 5.10 -> 5.11 → https://git.io/JfNFn
<{^_^}> [nixpkgs] @veprbl pushed commit from @SFrijters to master « wine-staging: 5.10 -> 5.11 (#91266) »: https://git.io/JJeSc
drakonis has joined #nixos
kleisli_ has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @typetetris opened pull request #91691 → Add submissions option for postfix and test → https://git.io/JJeSg
Thra11 has quit [Ping timeout: 260 seconds]
mtn has joined #nixos
<mtn> I generated a certificate and keyfile manually. How can I pass these to nginx?
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo2 has joined #nixos
luna has joined #nixos
<hanetzer> so is it possible to run nixos on an existing linux, without needing root access to make /nix ?
<luna> Hi Nix-Folk. I'm trying to squash my commits for a pull request on github, but... I am not sure how I would do that. Would someone know how?
<hanetzer> oh, easy. how many commits?
<luna> like... 4 or 5.
<hanetzer> figure that out. then do `git rebase -i HEAD~$NUMBER`, where number is the right number.
<hanetzer> swap all but the first 'pick' with 's' or 'squash'. It will then use $EDITOR to let you reformulate your commit message. then force push it up :)
mtn has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 merged pull request #91379 → cpuminer: 2.5.0 -> 2.5.1 → https://git.io/Jfpql
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJe9T
<{^_^}> [nixpkgs] @Mic92 merged pull request #91127 → vscode, vscodium: 1.46.0 -> 1.46.1 → https://git.io/JfbWI
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJe9L
mrosenbe has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
Narice has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #91686 → cargo: install bash and zsh completion scripts → https://git.io/JJe1z
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to staging: https://git.io/JJe9R
mrosenbe has quit [Ping timeout: 246 seconds]
alexherbo2 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @nh2 opened pull request #91692 → cloudcompare: Improve Qt wrapping → https://git.io/JJe9P
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @Ekleog merged pull request #84198 → gitAndTools.stgit: Fix broken package. → https://git.io/JvbLl
<{^_^}> [nixpkgs] @Ekleog pushed commit from @mhennings to master « gitAndTools.stgit: Fix broken package. (#84198) »: https://git.io/JJe9y
smatting has joined #nixos
<{^_^}> [nixpkgs] @privateseabass closed pull request #84430 → protonmail-bridge: 1.2.3-1 -> 1.2.6-1 → https://git.io/JvN1t
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91693 → haskellPackages: cleaning up obsolete overrides (9/x) → https://git.io/JJe9p
<luna> Thank you hanetzer! Got squashed.
doyougnu has quit [Ping timeout: 240 seconds]
fendor has quit [Read error: Connection reset by peer]
nikita` has quit [Quit: leaving]
knupfer has quit [Ping timeout: 260 seconds]
<sshow> gotta love rebase -i. You can use @ in place of HEAD
<luna> Oh, I like that idea...!
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91694 → haskellPackages: cleaning up obsolete overrides (11/x) → https://git.io/JJeHB
<{^_^}> [nixpkgs] @andersk opened pull request #91695 → openafs_1_8: Add upstream patches for Linux kernel 5.7 → https://git.io/JJeH0
KarlJoad` has left #nixos ["Sleep"]
Guest11023 has quit [Quit: WeeChat 2.7.1]
orivej has joined #nixos
orivej_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #91687 → deno: 1.1.1 -> 1.1.2 → https://git.io/JJeDW
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JJeHx
dermetfan has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
KarlJoad` has joined #nixos
<Unode> Is there an equivalent of mkShell for nix-build? or alternatively a mkDerivation that doesn't need src. Googling I found runCommand but I don't understand how to use it if I just want to combine different packages in the same environment.
<gchristensen> what is it you want to happen?
luna has quit [Ping timeout: 240 seconds]
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #91630 → notion: 4.0.0 -> 4.0.1 → https://git.io/Jfjpr
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JJeQm
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JJeQZ
<{^_^}> [nixpkgs] @markuskowa merged pull request #91572 → freerdp: 2.1.1 -> 2.1.2 → https://git.io/Jfj24
<{^_^}> [nixpkgs] @Ma27 merged pull request #91629 → mullvad-vpn: 2020.4 -> 2020.5 → https://git.io/Jfjpf
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJeQl
mrosenbe has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
<aleph-> Hmm this is odd. Service compiles and yet nothing is actually generated it seems...
proofofkeags has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #nixos
orivej has joined #nixos
AstroBadger_ is now known as AstroBadger
<{^_^}> [nixpkgs] @nh2 merged pull request #91692 → cloudcompare: Improve Qt wrapping → https://git.io/JJe9P
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JJeQ0
mrosenbe has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
luna has joined #nixos
<aleph-> Meh I'll fiddle with this tomorrow.
orivej has quit [Quit: No Ping reply in 180 seconds.]
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #91490 → Nheko 0.7.2 → https://git.io/Jfh9A
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JJeQK
orivej has joined #nixos
<ornxka_> error: packages '/nix/store/j8iww6hd3vdidmdf12bby6r84xfzqyxd-home-manager-path/share/mime/generic-icons' and '/nix/store/jf3z82p8b3km3hw68q7pmm3abpkdh6pf-virt-viewer-9.0/share/mime/generic-icons' have the same priority 5;
<ornxka_> why does everyone want to install to that specific place...
<Unode> gchristensen: found buildEnv after going through the manual and it seems to do what I want. I'm still missing some basic understanding of nix/nixpkgs . I often find myself trying to get something to work with nix-build that works with nix-shell or vice-versa, and struggling like if I'm doing it for the first time.
chreeus has quit [Remote host closed the connection]
kleisli__ has joined #nixos
chreeus has joined #nixos
kleisli_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixos-homepage] @samueldr pushed to fix/489-styles-leaking « index: do not use IDs for styles »: https://git.io/JJeQ5
<{^_^}> [nixos-homepage] @samueldr opened pull request #491 → index: do not use IDs for styles → https://git.io/JJeQb
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
jbox has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
aw has joined #nixos
orivej has joined #nixos
spacefrogg has joined #nixos
gustavderdrache has joined #nixos
shibboleth has quit [Quit: shibboleth]
<aleph-> Yeah are there any guides to debugging/writing service modules aside from what's on the wiki? Gotten my module to compile and it's enabled, however it's not generating a config file nor a service file. Which is odd.
KarlJoad` has quit [Ping timeout: 260 seconds]
smatting has quit [Ping timeout: 260 seconds]
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
chreeus has quit [Remote host closed the connection]
chreeus has joined #nixos
mauli has joined #nixos
<aleph-> Module for ref: https://paste.rs/dTY and service def: https://paste.rs/bqY
<aleph-> If anyone has some thoughts.
justache has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 merged pull request #91473 → igraph: 0.7.1 -> 0.8.2 → https://git.io/Jfhrq
<{^_^}> [nixpkgs] @Ma27 pushed 4 commits to master: https://git.io/JJe7m
KarlJoad` has joined #nixos
KarlJoad` has quit [Client Quit]
MarcWeber has quit [Ping timeout: 260 seconds]
justache has joined #nixos
Rusty1 has joined #nixos
<simpson> aleph-: I'm not sure, but I think that your `config` is in your `options` and it needs to not be.
<{^_^}> [nixpkgs] @Ma27 merged pull request #91471 → industrializer: init at 0.2.6 → https://git.io/JfhwW
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJe7u
<aleph-> Hmm, that might be it. Cribbed it from the prometheus service def and might've screwed it up
mbrgm_ has joined #nixos
mbrgm_ is now known as mbrgm
mbrgm has quit [Ping timeout: 272 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
<aleph-> simpson: Yeah that was it, amongst other issues I need to fix
orivej has joined #nixos
<{^_^}> [nixos-homepage] @jtojnar opened pull request #492 → Move shell prompts to the text → https://git.io/JJe71
lejonet has quit [Ping timeout: 256 seconds]
thomasjm has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #91454 → obsidian: init at 0.7.3 → https://git.io/Jfhlk
<{^_^}> [nixpkgs] @Ma27 pushed 7 commits to master: https://git.io/JJe75
orivej has quit [Quit: No Ping reply in 180 seconds.]
<aleph-> simpson: Thanks
orivej has joined #nixos
wiml has joined #nixos
<{^_^}> [nixpkgs] @lukegb opened pull request #91696 → libsrt: init at 1.4.1 → https://git.io/JJe5G
<{^_^}> [nixpkgs] @lukegb opened pull request #91697 → ffmpeg: add libsrt support → https://git.io/JJe50
<{^_^}> [nixpkgs] @matthewbauer merged pull request #91221 → Unbreak dsniff by partially reverting a commit to libpcap → https://git.io/JfNn5
<{^_^}> [nixpkgs] @matthewbauer pushed 3 commits to staging: https://git.io/JJe5a
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
lunaa has joined #nixos
lejonet has joined #nixos
luna has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @nh2 merged pull request #91627 → ddcui: init at 0.1.1 → https://git.io/JfjAq
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JJe56
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @lukegb closed pull request #91696 → libsrt: init at 1.4.1 → https://git.io/JJe5G
jmeredith has quit [Quit: Connection closed for inactivity]
lunaa has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed to master « joypixels: 5.5.0 → 6.0.0 »: https://git.io/JJe5b
orivej has quit [Ping timeout: 240 seconds]
<lukegb> nh2: heh, good catch, thanks
orivej has joined #nixos
nh2[m] has joined #nixos
<nh2[m]> lukegb: there's even a nix-based gstreamer example upstream, in case that is useful for what you want to do with ffmpeg: https://github.com/Haivision/srt/pull/541/files?short_path=1fe43dc#diff-1fe43dc92c96a80b9dcc85adcf2bbbce
<lukegb> Hah, shiny
<lukegb> My experiences with gst-launch and pipelines involving muxing audio and video over a network stream have left me awfully jaded
<nh2[m]> lukegb: yeah it also always takes me forever to write one (literally hours for that one-liner), but then I can use it for a long time
<{^_^}> [nixpkgs] @SlothOfAnarchy opened pull request #91698 → batsignal: Init at 1.0.0 → https://git.io/JJedn
bdju has quit [Remote host closed the connection]
bdju has joined #nixos
pjt_tmp has joined #nixos
nabataeus has quit [Remote host closed the connection]
nabataeus has joined #nixos
philr_ has joined #nixos
<{^_^}> [nixpkgs] @nh2 merged pull request #91601 → kanboard: 1.2.14 -> 1.2.15 → https://git.io/JfjXB
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JJedi
<{^_^}> [nixpkgs] @nh2 merged pull request #91620 → libdigidocpp: 3.14.2 -> 3.14.3 → https://git.io/JfjFw
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JJedM
orivej has quit [Ping timeout: 240 seconds]
pjt_tmp has quit [Client Quit]
kreyren has quit [Remote host closed the connection]
pjt_tmp has joined #nixos
ericsagnes has quit [Ping timeout: 272 seconds]
orivej has joined #nixos
kreyren has joined #nixos