worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
K0kada has joined #nixos
<unclechu> hi. how do i convert a string into an integer?
<unclechu> in nix of course
<K0kada> Needs to be pure Nix?
<K0kada> Or nixpkgs?
<K0kada> There is lib.strings.toInt
<K0kada> But this is from nixpkgs
<lukegb> unclechu: builtins.fromJSON :p
<cole-h> > builtins.fromJSON "100"
<{^_^}> 100
<cole-h> It's super duper ugly and hacky, but it works.
<lukegb> cole-h++
<{^_^}> cole-h's karma got increased to 126
<unclechu> K0kada: i just found this `pkgs.lib.toInt` by myself, thanks anyway
<K0kada> Well, I think lib.strings.toInt is more semantic, but builtins.fromJSON works (and it serves as other hacks too)
<K0kada> Like, converting from float to string without 5 decimal cases like it is the toString function
teto has quit [Ping timeout: 240 seconds]
<K0kada> unclechu, I think it is not recommended to use pkgs from lib, I may be wrong though
<K0kada> *lib from pkgs
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<K0kada> And anyway, toInt is defined in lib.strings: https://github.com/NixOS/nixpkgs/blob/master/lib/strings.nix#L690-L694
<K0kada> (And BTW, it uses fromJSON in the end :p)
nhs has quit [Ping timeout: 264 seconds]
nhs has joined #nixos
<unclechu> K0kada: lol, yes. but at least it has a check that it’s an int at the end, not JSON object or whatever other type
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110891 → httpdump: init at 20210126-d2e0dea → https://git.io/JtcNS
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCk0
bl1nk has quit [Remote host closed the connection]
bl1nk has joined #nixos
<cole-h> > builtins.isInt "lmbo"
<{^_^}> false
gustavderdrache has joined #nixos
<cole-h> You can do `lib.toInt` entirely with builtins, if you aren't already pulling in Nixpkgs / lib.
fuiltilt has joined #nixos
sambi has quit [Quit: Connection closed]
<jaexilgilroyPhil> Red cafe the menu 12–Conman (2)Hell & Blood1:45
mbrgm_ has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
philr has joined #nixos
rajivr has joined #nixos
philr_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #110902 → gnupg: drop obsolete Emacs syntax highlighting fix → https://git.io/JtCIT
romildo has joined #nixos
romildo has left #nixos [#nixos]
zgrep has quit [Quit: It's a quitter's world.]
<bqv> any way to get the "required arguments" of a function?
<bqv> > ({ x }: {}) {}
<{^_^}> anonymous function at (string):471:2 called without required argument 'x', at (string):471:1
<{^_^}> [nixpkgs] @worldofpeace merged pull request #93372 → nixos/alsa: disable OSSEmulation by default → https://git.io/JJZAJ
<bqv> i presume no, and it makes sense that it wouldn't be very useful, but i do actually have a use :p
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JtCIB
<bqv> oh, wait, i was attempting to use builtins.functionArgs wrong
zgrep has joined #nixos
<bqv> nevermind
<cole-h> qyliss: That comment intrigues and confuses me
<qyliss> cole-h: how so?
<cole-h> What part of it actually fixed the highlighting issue? The singular double quote?
<qyliss> I assume so
<qyliss> but I haven't tried nix-mode from 2015 to find out
<cole-h> Hehe
<{^_^}> [nixpkgs] @github-actions[bot] pushed 25 commits to staging-next: https://git.io/JtCIz
supersandro2000 has quit [Disconnected by services]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 26 commits to staging: https://git.io/JtCIg
supersandro2000 has joined #nixos
justanotheruser has joined #nixos
orivej_ has quit [Ping timeout: 256 seconds]
wnklmnn has joined #nixos
* jaexilgilroyPhil uploaded an image: download (25KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/rVtGxBNHoIKWCIMUYakSAfDK >
thc202 has quit [Ping timeout: 240 seconds]
johnw_ is now known as johnw
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
h0m1 has quit [Quit: WeeChat 3.0]
h0m1 has joined #nixos
jaexilgilroyPhil has left #nixos [requested by gchristensen (jaexilgilroyPhil)]
kgriffin has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @r-burns opened pull request #110903 → ghcjs: fix eval → https://git.io/JtCLS
ismooch has joined #nixos
<ismooch> hello!
<ismooch> anyone alive in here that could help me troubleshoot some issues I am running into with a NixOS VM that I know nothing about?
<gchristensen> best to go ahead and ask, ismooch :)
<ismooch> in case someone shows up, goes into Stage 2 and makes it just a second into the boot process when it dumps a kernel panic message and locks the session. Reboots send it down a fsck failure on nixOS-var disk due to not being unmounted. Manual scans from the kernel turn out clean
<ismooch> thanks gchristensen
wnklmnn has quit [Quit: Leaving]
<ismooch> a little extra info before I start my drive home: this is a VMware VM. There was a power outage over the weekend and other VMs on the host returned successfully. The NixOS VM never makes it more than half a second into stage 2 before dieing in kernel panic. We restored to a backup from Friday night (a full 24 hours before the power issue) and the
<ismooch> issue persists. fsck all come back clean. It seems to die when mounting the 'nixos-var' disk, as it is not cleanly unmounted when rebooted, and is the only disk to report this. I do not have much knowledge of the machine, as it was software vendor managed until the needs of the server were replaced with another solution, but the end-user is wanting
<ismooch> to check some old data. This was not an issue until the system had an abrupt shutdown Saturday night.
<tpw_rules> do you by any chance use zfs on the host?
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
sigmundv__ has quit [Remote host closed the connection]
sigmundv has joined #nixos
<ismooch> I do not think so, but must admit i am not as familiar with VMware as other Hypervisors. File system type seems to be VMFS5, but I do not know if I need to drill further down to answer that
<tpw_rules> i had a pretty horrible experience one time similar to that where it turned out zfs was not invalidating the caches incorrectly when i restored from backup
<ismooch> well.. this issue was happening /before/ the backup restore :/
<tpw_rules> oh if you're running the vmware hypervisor system then i don't think it can be zfs
<tpw_rules> well what had happened is that according to the VM the backup was only partially restored. so it was even more corrupted
ahmedelgabri has quit [Remote host closed the connection]
<tpw_rules> i had to reboot, restore the backup, then reboot again without attempting to do anything else and it finally took
<ismooch> ah, well the fsck comes back clean on all disks.. tho  i guess i could see how it wouldn't know any better if it was busted
<tpw_rules> if that's true, can't you just pull the data off the disks for the user?
Rusty1 has joined #nixos
<ismooch> its a database backend, with a web front end
orivej has joined #nixos
<ismooch> while thats probably possible, it would be useless for the end-user. and who has the time to collate unkeyed databases.
<ismooch> might be talking to the wrong crowd for that one tho
<tpw_rules> you might be able to mount a nixos live image in the VM, chroot into the nixos install, and run nixos-rebuild. back up again beforehand though. and if fsck is clean on all disks, can't you just mark them as clean and have it boot?
jonringer has quit [Ping timeout: 264 seconds]
<tpw_rules> can you share the full text of the boot log and kernel panic?
<ismooch> I might have to try a live image and see. I have not gone that route yet. the disks get marked clean, but then dumps into kernel panic right after stage1
<ismooch> might have to wait for me to be a different terminal to get some useful logs.
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JtCt2
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e61999b3f24 (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<Rusty1> drive isn't full?
m0rphism1 has quit [Ping timeout: 240 seconds]
<ismooch> the host, or the VM?
<Rusty1> i'm thinking the vm, maybe getting looged full at boot?
<Rusty1> *logged
<ismooch> hmmm...
<tpw_rules> can you at least share the panic message and a couple lines before it?
<tpw_rules> does systemd start?
<{^_^}> [nixpkgs] @MetaDark opened pull request #110904 → vkBasalt: init at 0.3.2.4 → https://git.io/JtCtP
<ismooch> is there a way to pull the full kernel panic log from the interactive kernel?
nhs has quit [Ping timeout: 264 seconds]
<ismooch> sorry.. reaching my limits of knowledge in this area. I can fix a bunch, but don't have super experience with a linux box that refuses to get into the OS beyond RAID rebuilds and fsck checks
<tpw_rules> take a screenshot?
<ismooch> all the good stuff is above the view window of the console. But I can def give you what I can see
<{^_^}> [nixpkgs] @jbaum98 opened pull request #110905 → tabula-java: Init at 1.04 → https://git.io/JtCt9
<tpw_rules> apparently shift+pgup might scroll up
poscat has quit [Ping timeout: 240 seconds]
poscat has joined #nixos
<ismooch> it does not respond to any keystrokes at this point
<ismooch> Host sent or otherwise
<tpw_rules> you could configure it to log to the serial port
amerigo has joined #nixos
<aanderse> Scriptkiddi+++ for all the awesome PRs ♥️
<{^_^}> [nixpkgs] @badmutex opened pull request #110906 → rust-analyzer: 2021-01-18 -> 2021-01-25 → https://git.io/JtCmn
nhs has joined #nixos
g-w1 has joined #nixos
<g-w1> I am having this issue when trying to build wio Run-time dependency wayland-protocols found: NO (tried pkgconfig). https://wio-project.org/
<g-w1> I did nix-shell -p wayland to no benefit
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
<tpw_rules> did you make your own derivation for it? can you link it?
<{^_^}> [nixpkgs] @costrouc opened pull request #110907 → pythonPackages.jupyer-server-proxy: init at 1.5.4 → https://git.io/JtCmb
<g-w1> no, I just used a nix-shell
<bqv> wow that's what you meant by sudo fix
<bqv> that's a hell of a bug
<bqv> might just disable sudo and rely on doas...
<tpw_rules> btw, can anybody else search nixpkgs on github? it always turns up 0 code results for me now
nhs has quit [Ping timeout: 260 seconds]
<infinisil> g-w1: In the end you'll definitely want to write a Nix file for `nix-build`'ing, nix-shell -p is very limited
<g-w1> I usually do, but I just wanted to build this. Are there any custom deps that I am missing for the wayland stuff?
<tpw_rules> it's already in nixpkgs and appears to be packaged correctly. i wonder if it can't use the version of wayland-protocols installed
<tpw_rules> or you're on an older stable release and it's broken there. i just checked master
<g-w1> oh huh, lemme try it again
<tpw_rules> s/installed/packaged/
<g-w1> even with nix-shell -p wayland-protocols it still says |subprojects/wlroots/meson.build:94:0: Exception: Dependency "wayland-protocols" not found, tried pkgconfig and cmake
<tpw_rules> did you put wayland-protocols and wio in the same shell?
nhs has joined #nixos
<g-w1> wdym
<tpw_rules> like nix-shell -p wayland-protocols wio
<g-w1> you dont understand, I am trying to build wio
<g-w1> its a meson build error not finding wayland-protocols
<infinisil> You probably need to add pkgconfig
<tpw_rules> pkgconfig and wayland-protocols already appear to be inputs
<siraben> pkg-config*
<g-w1> inputs to what?
h0m1 has quit [Ping timeout: 264 seconds]
<tpw_rules> to the derivation. it's already included wayland-protocols and pkg-config. so either wayland-protocols is broken, wio is broken, or they are incompatible
kalbasit_ has joined #nixos
h0m1 has joined #nixos
<g-w1> here is the line in the meson.build; wayland_protos = dependency('wayland-protocols', version: '>=1.17')
<g-w1> rn its at 1.20, so it shoudl be compatable
sigmundv has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @archseer opened pull request #110908 → Fix NixOS cross compilation: Revert "[nix-update-cpan] perlPackages.HTTPDaemon: 6.01 -> 6.12" → https://git.io/JtCY7
nhs has quit [Ping timeout: 256 seconds]
otulp has quit [Ping timeout: 265 seconds]
sss2 has quit [Quit: Leaving]
jesystani has joined #nixos
K0kada has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #110901 → crypto++: Fix static build and also do multiple outputs → https://git.io/JtCfp
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JtCOD
nhs has joined #nixos
jesystani has quit [Client Quit]
g-w1 has left #nixos ["WeeChat 2.7.1"]
Boobuigi has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
arahael1 has joined #nixos
logand`` has joined #nixos
<matthewcroughan> ryantm: just figuring out your agenix stuff now, it looks fantastic on the surface
arahael has quit [Ping timeout: 260 seconds]
<matthewcroughan> and I really appreciate how you've set up the README with **all** manners of installation, really shows off Nix.
<matthewcroughan> In fact, I think this readme is a really good reference example of all the ways you can declare something
logand` has quit [Ping timeout: 260 seconds]
gustavderdrache has left #nixos [#nixos]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
jesystani has joined #nixos
captn3m0- has quit [Ping timeout: 256 seconds]
<jesystani> howdy, im trying to get my xsession working nicely. i have bspwm enabled in my home-manager config, but i cant figure out how to get it to start on logon. ideally id like to have the default text-based login prompt, then upon login, have the xsession automatically start with whatever that user has defined in their home.nix file
otulp has joined #nixos
<{^_^}> [nixpkgs] @jpas opened pull request #110909 → factorio: update all versions to 1.1.19 → https://git.io/JtC3P
<jesystani> im unsure of the "proper nix way" to do this, following the home-manager docs seems to not work, and im unsure where to go (id prefer not to have to define the windowManager in configuration.nix)
zebrag has quit [Quit: Konversation terminated!]
nhs has joined #nixos
<matthewcroughan> jesystani: I've been in your position before and there is no "proper" nix way
<matthewcroughan> This is the most confusing bit about nix.
<matthewcroughan> It was the same for me when I learned Docker.
zebrag has joined #nixos
<matthewcroughan> What's the "correct docker way to do this", and even though docker-compose and docker are opinionated, you can still do a lot of things kinda wrong.
<matthewcroughan> So it's just about discovering it yourself. Can you explain why you don't want to put it in configuraiton.nix?
gustavderdrache has joined #nixos
<matthewcroughan> Hopefully I can help a bit, because it's subjective.
<jesystani> to me it seems like better seperation of concerns to have my windowManager defined along with my user, since home-manager claims to let me do that, although i cant figure out how to get it working the way the docs make it seem like i should
<matthewcroughan> sure, but it's actually best IMO to combine home-manager and standard nix.
<matthewcroughan> home-manager is for declaring things more explicitly than the standard nix modules will allow you to
<jesystani> so its not possible to define my window manager in home-manager?
<matthewcroughan> for example, home-manager has a way of letting you set firefox.plugins
<jesystani> the docs had a section about having home-manager manage your xsession but i cant figure out how to get it to work
<matthewcroughan> jesystani: it is, it just might be harder than you need it to be *and* it may not actually be better.
<matthewcroughan> because you may not even use any of home-manager's features for the window manager
<matthewcroughan> keep in mind that all of this crap is just bash scripts that do things for you
<matthewcroughan> seriously, that's nix
hspak has quit [Ping timeout: 240 seconds]
<matthewcroughan> jesystani: run `man home-configuration.nix`
<matthewcroughan> and search for `xsession` by pressing the / key and searching for it
nhs has quit [Ping timeout: 260 seconds]
<matthewcroughan> pressing the letter n will take you forward, and pressing shift + n will take you back
<matthewcroughan> unsure how much exp you have so sorry if you already know
<jesystani> im fairly experienced with nix and linux, just not with X
<matthewcroughan> alright, cool. So check out all of the things in that manual that start with `xsession`
<matthewcroughan> let me know if any of them seem important and we can discuss it
otulp has quit [Ping timeout: 264 seconds]
<matthewcroughan> there is an incredible amount of options here, that's why it's not always ideal to use home-manager, unless you really want to set the pointerCursor theme and settings for the user matthew
<matthewcroughan> basically, the fight between home-manager and standard nix is granularity. How granular and well defined you want your systems to be.
<matthewcroughan> if you want your system to be 100% declarative and therefore have hundreds more lines of nix to define the system, then home-managerise everything, but it's not always the best path because it might be too much when you only really have one user on the system
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<jesystani> so my problem is that i can start bspwm through the startx displayManager, but its not reading any of the config that im setting for bspwm in my home-configuration
K0kada has joined #nixos
<matthewcroughan> how is bspwn installed and defined in nix?
<matthewcroughan> and how is your config defined? Can I see?
nhs has joined #nixos
<tpw_rules> jesystani: my secret weapon is strace. figure out which files it IS reading
K0kada has quit [Remote host closed the connection]
<matthewcroughan> that too
<jesystani> in my home.nix i have the xsession.windowManager.bspwm block set, following the options from the man page. i also have xsession.enable = true in there, and in my configuration.nix i have services.xserver.enable = true, like it said to on the home-manager page
<matthewcroughan> that's kind of epic actually tpw_rules
<matthewcroughan> hmm
<matthewcroughan> so mine sets up the dotfiles with this `extraConfig` attribute
<matthewcroughan> on L30 you see?
<matthewcroughan> Yeah I kinda had the same issue as you when I first started using home-manager, thinking now how I debugged it.
<matthewcroughan> So, how are you starting bspwn? With startx?
<matthewcroughan> because I'm using a display manager, which sorts out the loading of config files, etc, somehow, I'm honestly not really sure how that works out
<ryantm> matthewcroughan thanks I copied the readme from sops-nix 😃 let me know if you have questions/issues!
<matthewcroughan> I just know that there's obviously a difference for me if I launch sway like `sway`, vs `sudo sway` vs sway in a display manager.
nhs has quit [Ping timeout: 265 seconds]
<matthewcroughan> in the case of launching raw on tty it would load stuff from /etc/ instead of .config
<jesystani> i have home-manager writing a file ~/.xinitrc with `exec bspwm` in it, then once i login i run startx. when i tried using lightdm it would tell me "failed to start session", and i dont want to have to use an x based displaymanager anyway because it seems like bloat
<matthewcroughan> because remember, all home-manager is doing is summoning a bash script to write a file in your ~/.config
<matthewcroughan> so it ought to be the case that bspwn isn't reading from .config, for some reason
<matthewcroughan> check to see if there is a file in .config that home-manager has generated
<tpw_rules> jesystani: have you checked the X logs in systemd?
<matthewcroughan> you said "but its not reading any of the config that im setting for bspwm in my home-configuration"
<matthewcroughan> so it is generating xinitrc files, but what about config files for bspwm?
otulp has joined #nixos
<jesystani> i dont see any configs there, and im not sure about systemd logs for nix, but the one in /var/log doesnt have any mention of bspwm
<matthewcroughan> jesystani: systemd is the way things are now, so you usually use `journalctl` to view logs rather than /var/log.
hspak has joined #nixos
<matthewcroughan> journalctl -f will follow the system log
<matthewcroughan> journalctl -fu <unit> will follow the unit you specify, for example `journalctl -fu display-manager` would follow the display manager you have set up in nix.
<tpw_rules> that's what i often say when working with journalctl
<matthewcroughan> `systemctl status` will give you an overview of system services, `systemctl --user status` will give you an overview of user services.
<matthewcroughan> in NixOS, the `--user` is really important, since all these things are properly segmented, whereas on other distributions this feature of systemd is entirely ignored lol
<tpw_rules> jesystani: i think Xorg logs to xession-wrapper in the systemd journal now instead of a file
<matthewcroughan> either way, if he just does `journalctl -f `it will spit out the entire systems logs so it can be caught
<tpw_rules> or just grep it for bspwm :P that's what i'd start with
<jesystani> no results for bspwm
<jesystani> but ps aux says that bspwm is running
<matthewcroughan> jesystani: just do `journalctl -e` and then press / for searching, and search for bspwn
<matthewcroughan> -e will just spit out the entire system log since boot for your pleasure, into a pager.
<jesystani> no result
<matthewcroughan> I don't get anything for sway on my sytem, this logs systemd services
arahael2 has joined #nixos
K0kada has joined #nixos
K0kada has quit [Remote host closed the connection]
<matthewcroughan> so unless bspwm is being spawned by a systemd service, it's probably not going to be logged
arahael1 has quit [Ping timeout: 240 seconds]
<matthewcroughan> it's probably just going to be globbed in with xorg, i.e xinit
<tpw_rules> jesystani: did you manually set xsession.windowManager.command?
<jesystani> i havent, i get that theres a conflict when i do
<matthewcroughan> jesystani: would be good if you could share your nixcfg
<matthewcroughan> your whole setup on github maybe so we can see?
<tpw_rules> okay yeah you shouldn't. do you see bspwm being pointed to a config file in ps aux?
<jesystani> its on github, but its private in case i accidentally upload a private key, and im in tty rn so i cant set it to unprivate
<jesystani> nope it just says bspwm
<matthewcroughan> tpw_rules: would ps aux show that? O.o
<tpw_rules> the derivation in home-manager sets xsession.windowManager.command to /nix/store/<etc>/bin/bspwm -c /nix/store/<etc>-bspwmrc where that second file is the generated config. so if you start it from startx it won't pick up the config file
<matthewcroughan> does home-manager make sway point to a thing with `-c`?
<jesystani> it would if it was pointed at by the command line argument iirc
<tpw_rules> or rather xinitrc
K0kada has joined #nixos
<matthewcroughan> I thought it'd just be `bspwm` and it'd pick up the default of .config/bspwm or something
<jesystani> tpw_rules: ahh gotcha, so i need to use an x based display manager?
<jesystani> thats a little dissapointing but i can live with it i guess?
nhs has joined #nixos
<matthewcroughan> yeah, my home-manager config for sway just shows "/nix/store/q1icr4h1nqrqikypsh2rxl9fvz075xs5-sway-unwrapped-1.5.1/bin/sway"
<tpw_rules> i don't know enough about home-manager to say if what you want is a supported configuration but maybe you can patch the derivation to have it write to ~/.config/bspwm/bspwmrc
K0kada has quit [Remote host closed the connection]
<tpw_rules> hell actually you could probably just have it write "exec ${config.xsession.windowManager.command}" to your .xinitrc
<matthewcroughan> jesystani: you may have a lot more luck in the home-manager matrix
<tpw_rules> instead of just "exec bspwm"
otulp has quit [Ping timeout: 264 seconds]
<jesystani> ill try that
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
<matthewcroughan> jesystani: actually, you can just join #home-manager here on freenode, it's bridged over
spacefrogg has joined #nixos
stephank has quit [Quit: stephank]
<jesystani> tpw_rules: that worked! thank you :)
stephank has joined #nixos
<matthewcroughan> tpw_rules: that's a good point, but I'd find it hard to believe home-manager would not make it such that the config was used
<matthewcroughan> this is definitely a bug :P
<jesystani> uhh, olmast
<matthewcroughan> jesystani: I'd still report this experience in #home-manager, so it can get fixed.
rdr has joined #nixos
<tpw_rules> jesystani: i just want to make clear that i helped by reading the derivation in home-manager despite never having used home-manager before. i'm glad to help but really it seems the only weapon one has against nix is reverse engineering it by reading the source and using the classic tools like strace, ps, searching logs, and so forth
<jesystani> ok ill try that
<tpw_rules> (disclaimer: boy do i hate computers)
<matthewcroughan> tpw_rules: yeah, but I hate it less than anything else
<jesystani> at the moment its not starting the sxhkd service but ill see what its doing
<matthewcroughan> hey tpw_rules, do you want to see the output of `history | grep '/etc/*'?
<matthewcroughan> It's worse than whatever you just did on github to figure that issue out :D
<rdr> i'm playing around with the livecd, i found a package i'd like to install, how do i install it? I can't see anything applicable in nix --help
<rdr> is it build?
lambda-11235 has quit [Ping timeout: 264 seconds]
<tpw_rules> rdr: nix-env -i <package>. it would be better to say nix-env -iA nixos.<package> though if you know the actual name in nixpkgs. what package?
<rdr> nixos.brave
<tpw_rules> yeah then just do nix-env -iA nixos.brave and then you should be able to run brave
<unclechu> are there any existing helpers for checking version digits?
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #110744 → xkcdpass: py2 -> py3, add manpage and run tests → https://git.io/JtZSM
<{^_^}> [nixpkgs] @peterhoeg pushed to master « xkcdpass: py2 -> py3, add manpage and run tests »: https://git.io/JtCGZ
<unclechu> currently i’m writing an assert like this one:
<unclechu> `builtins.map pkgs.lib.toInt (builtins.filter builtins.isString (builtins.split "\\." pkg.version))` and then I use `elemAt`
<siraben> `nix run nixpkgs#gambit -- --help` gives `unable to execute '/nix/store/afjshsyqljnvywv3273nrzwx661gzj3r-gambit-4.9.3/bin/gambit': No such file or directory`, why can't it find the binary?
tarruda2 has quit [Ping timeout: 272 seconds]
lambda-11235 has joined #nixos
<matthewcroughan> does anyone here use ryantm's agenix?
<jesystani> siraben: my guess wolud be that the binary is named something other than gambit
otulp has joined #nixos
<siraben> jesystani: and so it is, so nix run tries to use the package name as the command to run?
<bqv> what's the best way to achieve a holey list?
<matthewcroughan> bqv: write it in HolyC
<bqv> i want something like an attrset indexed by numbers
jesystani has quit [Remote host closed the connection]
<unclechu> bqv: i don’t know about the best way but foldl will do
kiboneu has joined #nixos
<bqv> (?)
<bqv> foldl on what?
<bqv> tbh, nevermind.. i'm gonna do what i need to do using assertions instead
jesystani has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #110903 → ghcjs: fix eval → https://git.io/JtCLS
<{^_^}> [nixpkgs] @cole-h pushed commit from @r-burns to master « ghcjs: fix eval »: https://git.io/JtCZ6
lambda-11235 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @JackFly26 opened pull request #110910 → Nixos unstable → https://git.io/JtCZM
<{^_^}> [nixpkgs] @JackFly26 closed pull request #110910 → Nixos unstable → https://git.io/JtCZM
nhs has quit [Ping timeout: 240 seconds]
superbaloo_ has joined #nixos
<ryantm> <matthewcroughan "does anyone here use ryantm's ag"> I do
evax_ has joined #nixos
<matthewcroughan> ryantm: :O
<bqv> lmao
<matthewcroughan> o/
<matthewcroughan> BTW, I see you're working on this mmdoc thing.
<matthewcroughan> The bane of my existence for the past few months has been sphinx-doc, what a trashfire.
<ryantm> Hope I don't make another trash fire
cYmen_ has joined #nixos
<matthewcroughan> You seem to be on a crusade to obsolete things with minimalism.
LilleCarl has quit [Ping timeout: 240 seconds]
<matthewcroughan> ryantm: I just got your agenix stuff to work, but I couldn't get it working with whatever this ssh-keyscan thing is you're talking about in the readme.
<matthewcroughan> what exactly is that?
<matthewcroughan> if I `ssh-keyscan localhost` and get the minimal pubkey here, it never works `ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJJ1zPgcnzvK8sUhwX752acg+YkiYR9tyQcZAYj2NAxu`
stree has quit [Quit: Caught exception]
<matthewcroughan> but if I get the large one, `ssh-rsa` pubkey, it does.
<{^_^}> [nixpkgs] @cole-h merged pull request #110876 → nixos/babeld: add type extraConfig → https://git.io/Jtc7e
<{^_^}> [nixpkgs] @cole-h pushed commit from @Scriptkiddi to master « nixos/babeld: add type extraConfig »: https://git.io/JtCZp
stree has joined #nixos
superbaloo has quit [Ping timeout: 244 seconds]
Supersonic112 has joined #nixos
hexa- has quit [*.net *.split]
stufful[m] has quit [*.net *.split]
pnotequalnp[m] has quit [*.net *.split]
Sylvain[m] has quit [*.net *.split]
yog[m] has quit [*.net *.split]
myscreant[m] has quit [*.net *.split]
mnm[m] has quit [*.net *.split]
enblanco[m] has quit [*.net *.split]
shivanatm[m] has quit [*.net *.split]
lambdanature[m] has quit [*.net *.split]
jvytee[m] has quit [*.net *.split]
kueckieben[m] has quit [*.net *.split]
miangraham[m] has quit [*.net *.split]
McSinyx[m] has quit [*.net *.split]
TheWizardTower[m has quit [*.net *.split]
janneke has quit [*.net *.split]
revity[m] has quit [*.net *.split]
slabity has quit [*.net *.split]
willghatch has quit [*.net *.split]
ili has quit [*.net *.split]
anderscs[m] has quit [*.net *.split]
littlebenlittle[ has quit [*.net *.split]
evhan[m] has quit [*.net *.split]
psibi[m] has quit [*.net *.split]
jdally987[m] has quit [*.net *.split]
jonte[m] has quit [*.net *.split]
apache8080[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
cemguresci[m] has quit [*.net *.split]
pisquo[m] has quit [*.net *.split]
jlle[m] has quit [*.net *.split]
shu9 has quit [*.net *.split]
chvp has quit [*.net *.split]
abbec has quit [*.net *.split]
aynish has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
axx has quit [*.net *.split]
jtojnar has quit [*.net *.split]
dunc4n has quit [*.net *.split]
maralorn has quit [*.net *.split]
ThaEwat has quit [*.net *.split]
eddyb has quit [*.net *.split]
Thaodan has quit [*.net *.split]
tom39291 has quit [*.net *.split]
packer has quit [*.net *.split]
nyanotech has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
nightmared has quit [*.net *.split]
Qubasa has quit [*.net *.split]
angerman has quit [*.net *.split]
nahamu has quit [*.net *.split]
etu has quit [*.net *.split]
mdash has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
Nickli has quit [*.net *.split]
abbe_ has quit [*.net *.split]
cbarrett has quit [*.net *.split]
jlpeters has quit [*.net *.split]
kaychaks has quit [*.net *.split]
georgyo has quit [*.net *.split]
thonkpod has quit [*.net *.split]
skomorokh has quit [*.net *.split]
NaN-irc_ has quit [*.net *.split]
euank has quit [*.net *.split]
hzertez7[m] has quit [*.net *.split]
george[m] has quit [*.net *.split]
silare[m] has quit [*.net *.split]
cwNovusordoseclo has quit [*.net *.split]
themalik[m] has quit [*.net *.split]
ice7[m] has quit [*.net *.split]
gurkan[m] has quit [*.net *.split]
tad-lispy[m] has quit [*.net *.split]
gulplante[m] has quit [*.net *.split]
mcaju has quit [*.net *.split]
gahha[m] has quit [*.net *.split]
JonasWouters[m] has quit [*.net *.split]
jakubgramsz[m] has quit [*.net *.split]
maximumtix[m] has quit [*.net *.split]
jasongrossman[m] has quit [*.net *.split]
jdnixx[m] has quit [*.net *.split]
fc[m]1 has quit [*.net *.split]
tgys[m] has quit [*.net *.split]
stites[m] has quit [*.net *.split]
Raphael[m] has quit [*.net *.split]
mcbits[m] has quit [*.net *.split]
nicolas[m] has quit [*.net *.split]
kaziemazie[m] has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
grin[m] has quit [*.net *.split]
roberth has quit [*.net *.split]
rednaZ[m] has quit [*.net *.split]
l-as has quit [*.net *.split]
Valodim[m] has quit [*.net *.split]
cYmen has quit [*.net *.split]
benschza has quit [*.net *.split]
evax has quit [*.net *.split]
eddyb[legacy] has quit [*.net *.split]
joepie91 has quit [*.net *.split]
medvid has quit [*.net *.split]
drvirgilio has quit [*.net *.split]
zhaofeng has quit [*.net *.split]
numkem has quit [*.net *.split]
nerdypepper has quit [*.net *.split]
Khetzal has quit [*.net *.split]
stree has quit [Client Quit]
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
ThaEwat has joined #nixos
hexa- has joined #nixos
lambda-11235 has joined #nixos
buckley310 has joined #nixos
Dotz0cat has quit [Quit: ZNC 1.7.5 - https://znc.in]
silare[m] has joined #nixos
ma27[m] has joined #nixos
george[m] has joined #nixos
grin[m] has joined #nixos
tad-lispy[m] has joined #nixos
cwNovusordoseclo has joined #nixos
gurkan[m] has joined #nixos
jdnixx[m] has joined #nixos
rednaZ[m] has joined #nixos
mcbits[m] has joined #nixos
ice7[m] has joined #nixos
gulplante[m] has joined #nixos
nicolas[m] has joined #nixos
fc[m]1 has joined #nixos
roberth has joined #nixos
l-as has joined #nixos
stites[m] has joined #nixos
nerdypepper has joined #nixos
tgys[m] has joined #nixos
jasongrossman[m] has joined #nixos
JonasWouters[m] has joined #nixos
Raphael[m] has joined #nixos
benschza has joined #nixos
maximumtix[m] has joined #nixos
drvirgilio has joined #nixos
hzertez7[m] has joined #nixos
zhaofeng has joined #nixos
gahha[m] has joined #nixos
eddyb[legacy] has joined #nixos
kaziemazie[m] has joined #nixos
medvid has joined #nixos
numkem has joined #nixos
Khetzal has joined #nixos
mcaju has joined #nixos
jakubgramsz[m] has joined #nixos
themalik[m] has joined #nixos
Valodim[m] has joined #nixos
joepie91 has joined #nixos
Dotz0cat has joined #nixos
janneke has joined #nixos
fionera has quit [Ping timeout: 240 seconds]
kiboneu has quit [Quit: bye.]
fionera has joined #nixos
OJ[m] has quit [Ping timeout: 246 seconds]
nh2nh2me[m] has quit [Ping timeout: 246 seconds]
oht[m] has quit [Ping timeout: 246 seconds]
ChrisOboe[m] has quit [Ping timeout: 246 seconds]
neonfuz2 has quit [Ping timeout: 246 seconds]
Lurkki[m]1 has quit [Ping timeout: 246 seconds]
boogiewoogie[m] has quit [Ping timeout: 246 seconds]
mhj[m] has quit [Ping timeout: 246 seconds]
jhantkw[m] has quit [Ping timeout: 246 seconds]
e8zhf[m] has quit [Ping timeout: 246 seconds]
noneucat has quit [Ping timeout: 246 seconds]
jgart[m] has quit [Ping timeout: 246 seconds]
nikivi[m] has quit [Ping timeout: 246 seconds]
M86ul[m]1 has quit [Ping timeout: 246 seconds]
regnat[m] has quit [Ping timeout: 246 seconds]
M86ul[m] has quit [Ping timeout: 246 seconds]
colemickens has quit [Ping timeout: 246 seconds]
hpfr has quit [Ping timeout: 246 seconds]
lambdaclan has quit [Ping timeout: 246 seconds]
ptotter[m] has quit [Ping timeout: 246 seconds]
hcuk[m] has quit [Ping timeout: 240 seconds]
critbase[m]1 has quit [Ping timeout: 240 seconds]
critbase[m]3 has quit [Ping timeout: 240 seconds]
dumuzid[m] has quit [Ping timeout: 240 seconds]
linus0[m] has quit [Ping timeout: 240 seconds]
spinlock[m] has quit [Ping timeout: 240 seconds]
Tek[m] has quit [Ping timeout: 240 seconds]
tomfi[m] has quit [Ping timeout: 240 seconds]
samir420[m] has quit [Ping timeout: 240 seconds]
atemu12[m] has quit [Ping timeout: 240 seconds]
anonymouserobot[ has quit [Ping timeout: 240 seconds]
felschr[m] has quit [Ping timeout: 240 seconds]
anzbev[m] has quit [Ping timeout: 240 seconds]
chpatrick has quit [Ping timeout: 240 seconds]
Dazey[m] has quit [Ping timeout: 240 seconds]
cypher25519[m] has quit [Ping timeout: 240 seconds]
DavHau[m] has quit [Ping timeout: 240 seconds]
dznumidian[m] has quit [Ping timeout: 240 seconds]
nikola[m] has quit [Ping timeout: 240 seconds]
ms[m] has quit [Ping timeout: 240 seconds]
crazazy[m] has quit [Ping timeout: 240 seconds]
mt[m] has quit [Ping timeout: 240 seconds]
st3r4g[m] has quit [Ping timeout: 240 seconds]
petrichor has quit [Ping timeout: 240 seconds]
puzzlewolf has quit [Ping timeout: 240 seconds]
alienpirate5 has quit [Ping timeout: 240 seconds]
fiveseven[m] has quit [Ping timeout: 240 seconds]
yangm has quit [Ping timeout: 240 seconds]
danielrf[m] has quit [Ping timeout: 240 seconds]
bsima[m] has quit [Ping timeout: 240 seconds]
codebam has quit [Ping timeout: 240 seconds]
ongy[m] has quit [Ping timeout: 240 seconds]
bachp has quit [Ping timeout: 240 seconds]
Dandellion has quit [Ping timeout: 240 seconds]
artturin has quit [Ping timeout: 240 seconds]
madonius[m] has quit [Ping timeout: 240 seconds]
timokau[m] has quit [Ping timeout: 240 seconds]
dtz has quit [Ping timeout: 240 seconds]
Yakulu[m] has quit [Ping timeout: 240 seconds]
pinage404[m] has quit [Ping timeout: 240 seconds]
leibniz[m] has quit [Ping timeout: 240 seconds]
garbas[m] has quit [Ping timeout: 240 seconds]
matrix61[m] has quit [Ping timeout: 248 seconds]
rmcgibbo[m] has quit [Ping timeout: 248 seconds]
wizeman[m] has quit [Ping timeout: 248 seconds]
xd-inc[m] has quit [Ping timeout: 248 seconds]
rubensts[m] has quit [Ping timeout: 248 seconds]
jsilence[m] has quit [Ping timeout: 248 seconds]
JaakkoLuttinen[m has quit [Ping timeout: 248 seconds]
p12[m] has quit [Ping timeout: 248 seconds]
pbr_1973[m] has quit [Ping timeout: 248 seconds]
fuzzybear3965 has quit [Ping timeout: 248 seconds]
neuronuser1[m] has quit [Ping timeout: 248 seconds]
jakosimov[m] has quit [Ping timeout: 248 seconds]
AlesHuzik[m] has quit [Ping timeout: 248 seconds]
botayhard[m] has quit [Ping timeout: 248 seconds]
fufexan[m] has quit [Ping timeout: 248 seconds]
SplitFire[m] has quit [Ping timeout: 248 seconds]
M-GNU-[m] has quit [Ping timeout: 248 seconds]
codyopel has quit [Ping timeout: 248 seconds]
scheibenkleister has quit [Ping timeout: 248 seconds]
Ollie[m]1 has quit [Ping timeout: 248 seconds]
ram19890[m] has quit [Ping timeout: 248 seconds]
lycium[m] has quit [Ping timeout: 248 seconds]
rymarllon[m] has quit [Ping timeout: 248 seconds]
talvdav[m] has quit [Ping timeout: 248 seconds]
ydlr[m] has quit [Ping timeout: 248 seconds]
m1kr0[m] has quit [Ping timeout: 248 seconds]
Nigel[m] has quit [Ping timeout: 248 seconds]
dennisthepeasant has quit [Ping timeout: 248 seconds]
ziguana[m] has quit [Ping timeout: 248 seconds]
rcorrear has quit [Ping timeout: 248 seconds]
lytedev[m] has quit [Ping timeout: 248 seconds]
stu_[m] has quit [Ping timeout: 248 seconds]
nilsirl[m] has quit [Ping timeout: 248 seconds]
leons has quit [Ping timeout: 248 seconds]
Lorenzoas3ii[m] has quit [Ping timeout: 248 seconds]
critbase[m] has quit [Ping timeout: 248 seconds]
q3k[m] has quit [Ping timeout: 248 seconds]
Poscat[m] has quit [Ping timeout: 248 seconds]
mica[m] has quit [Ping timeout: 248 seconds]
Brio[m] has quit [Ping timeout: 248 seconds]
tcakoi has quit [Ping timeout: 248 seconds]
aanderse has quit [Ping timeout: 248 seconds]
yurb has quit [Ping timeout: 248 seconds]
ejpcmac has quit [Ping timeout: 248 seconds]
emily has quit [Ping timeout: 248 seconds]
bourbon has quit [Ping timeout: 248 seconds]
Ox4A6F has quit [Ping timeout: 248 seconds]
immae has quit [Ping timeout: 248 seconds]
davidak[m] has quit [Ping timeout: 248 seconds]
totoroot[m] has quit [Ping timeout: 246 seconds]
fast_invsqrt[m] has quit [Ping timeout: 246 seconds]
AntonioYang[m] has quit [Ping timeout: 246 seconds]
keash[m] has quit [Ping timeout: 246 seconds]
ptman_[m] has quit [Ping timeout: 246 seconds]
ptitfred[m] has quit [Ping timeout: 246 seconds]
lostnet[m] has quit [Ping timeout: 246 seconds]
sophos[m] has quit [Ping timeout: 246 seconds]
kunrooted[m] has quit [Ping timeout: 246 seconds]
grahamc[m] has quit [Ping timeout: 246 seconds]
winsome[m] has quit [Ping timeout: 246 seconds]
linuxct[m] has quit [Ping timeout: 246 seconds]
solomon[m] has quit [Ping timeout: 246 seconds]
kevin[m]1 has quit [Ping timeout: 246 seconds]
wenngle[m] has quit [Ping timeout: 246 seconds]
rnhmjoj has quit [Ping timeout: 246 seconds]
berberman[T] has quit [Ping timeout: 246 seconds]
srid has quit [Ping timeout: 246 seconds]
l33[m] has quit [Ping timeout: 246 seconds]
rschulman has quit [Ping timeout: 246 seconds]
us3r[m] has quit [Ping timeout: 246 seconds]
fadenb[m] has quit [Ping timeout: 246 seconds]
jschievink has quit [Ping timeout: 246 seconds]
tilcreator has quit [Ping timeout: 246 seconds]
hiroshi[m] has quit [Ping timeout: 246 seconds]
chreekat[m] has quit [Ping timeout: 246 seconds]
NobbZ[m] has quit [Ping timeout: 246 seconds]
Piece_Maker has quit [Ping timeout: 246 seconds]
avalenn has quit [Ping timeout: 246 seconds]
boskote[m] has quit [Ping timeout: 265 seconds]
sargon[m] has quit [Ping timeout: 265 seconds]
travelion[m] has quit [Ping timeout: 265 seconds]
kyren has quit [Ping timeout: 265 seconds]
sephi[m] has quit [Ping timeout: 265 seconds]
scentofiron[m] has quit [Ping timeout: 265 seconds]
qasaur[m] has quit [Ping timeout: 265 seconds]
phfas[m] has quit [Ping timeout: 265 seconds]
omasanori[m] has quit [Ping timeout: 265 seconds]
nickbublik[m] has quit [Ping timeout: 265 seconds]
andrey1978[m] has quit [Ping timeout: 265 seconds]
leonardp has quit [Ping timeout: 265 seconds]
matthewkenigsber has quit [Ping timeout: 265 seconds]
jojosch[m] has quit [Ping timeout: 265 seconds]
tuxcoder[m] has quit [Ping timeout: 265 seconds]
itai33[m] has quit [Ping timeout: 265 seconds]
manveru[m] has quit [Ping timeout: 265 seconds]
meno460[m] has quit [Ping timeout: 265 seconds]
viq[m] has quit [Ping timeout: 265 seconds]
hades_[m] has quit [Ping timeout: 265 seconds]
firelink[m] has quit [Ping timeout: 265 seconds]
chrismatheson has quit [Ping timeout: 265 seconds]
dnlkrgr[m] has quit [Ping timeout: 265 seconds]
worldofpeace has quit [Ping timeout: 265 seconds]
mindtree[m] has quit [Ping timeout: 265 seconds]
ncm[m] has quit [Ping timeout: 265 seconds]
Bla[m] has quit [Ping timeout: 265 seconds]
alexfmpe has quit [Ping timeout: 265 seconds]
daemon1024 has quit [Ping timeout: 265 seconds]
Hm7000 has quit [Ping timeout: 265 seconds]
creme[m] has quit [Ping timeout: 265 seconds]
ronny has quit [Ping timeout: 265 seconds]
siraben has quit [Ping timeout: 265 seconds]
nasirhm has quit [Ping timeout: 265 seconds]
fgaz has quit [Ping timeout: 265 seconds]
Ericson2314 has quit [Ping timeout: 265 seconds]
veleiro has quit [Ping timeout: 265 seconds]
kiboneu has joined #nixos
hzertez7[m] has quit [Ping timeout: 258 seconds]
cwNovusordoseclo has quit [Ping timeout: 258 seconds]
tad-lispy[m] has quit [Ping timeout: 258 seconds]
silare[m] has quit [Ping timeout: 258 seconds]
gurkan[m] has quit [Ping timeout: 258 seconds]
george[m] has quit [Ping timeout: 258 seconds]
themalik[m] has quit [Ping timeout: 258 seconds]
ice7[m] has quit [Ping timeout: 258 seconds]
mcaju has quit [Ping timeout: 258 seconds]
gahha[m] has quit [Ping timeout: 258 seconds]
gulplante[m] has quit [Ping timeout: 258 seconds]
jasongrossman[m] has quit [Ping timeout: 258 seconds]
maximumtix[m] has quit [Ping timeout: 258 seconds]
jdnixx[m] has quit [Ping timeout: 258 seconds]
JonasWouters[m] has quit [Ping timeout: 258 seconds]
jakubgramsz[m] has quit [Ping timeout: 258 seconds]
tgys[m] has quit [Ping timeout: 258 seconds]
stites[m] has quit [Ping timeout: 258 seconds]
fc[m]1 has quit [Ping timeout: 258 seconds]
mcbits[m] has quit [Ping timeout: 258 seconds]
grin[m] has quit [Ping timeout: 258 seconds]
kevincox has quit [Ping timeout: 260 seconds]
Raphael[m] has quit [Ping timeout: 258 seconds]
kaziemazie[m] has quit [Ping timeout: 258 seconds]
nicolas[m] has quit [Ping timeout: 258 seconds]
ma27[m] has quit [Ping timeout: 258 seconds]
l-as has quit [Ping timeout: 258 seconds]
Valodim[m] has quit [Ping timeout: 258 seconds]
roberth has quit [Ping timeout: 258 seconds]
rednaZ[m] has quit [Ping timeout: 258 seconds]
test1[m] has quit [Ping timeout: 260 seconds]
lorenzleutgeb[m] has quit [Ping timeout: 260 seconds]
aramiscd[m] has quit [Ping timeout: 260 seconds]
notgne2[m] has quit [Ping timeout: 260 seconds]
Danzig[m] has quit [Ping timeout: 260 seconds]
eganjs[m] has quit [Ping timeout: 260 seconds]
Raimu[m] has quit [Ping timeout: 260 seconds]
terahawk[m] has quit [Ping timeout: 260 seconds]
pebo007[m] has quit [Ping timeout: 260 seconds]
Karonis[m] has quit [Ping timeout: 260 seconds]
SethDoty[m] has quit [Ping timeout: 260 seconds]
zane has quit [Ping timeout: 260 seconds]
vyorkin[m] has quit [Ping timeout: 260 seconds]
jbal[m] has quit [Ping timeout: 260 seconds]
goibhniu has quit [Ping timeout: 260 seconds]
peterhoeg has quit [Ping timeout: 260 seconds]
fintohaps[m] has quit [Ping timeout: 260 seconds]
arghzero[m] has quit [Ping timeout: 260 seconds]
jakeisnt[m] has quit [Ping timeout: 260 seconds]
aveeran[m] has quit [Ping timeout: 260 seconds]
fortuneteller2k[ has quit [Ping timeout: 260 seconds]
Duane[m] has quit [Ping timeout: 260 seconds]
tim140123[m] has quit [Ping timeout: 260 seconds]
b1nch0[m] has quit [Ping timeout: 260 seconds]
xeron832 has quit [Ping timeout: 260 seconds]
regnat has quit [Ping timeout: 260 seconds]
kateskips has quit [Ping timeout: 260 seconds]
mjlbach has quit [Ping timeout: 260 seconds]
Schicko has quit [Ping timeout: 260 seconds]
cyberwolf[m] has quit [Ping timeout: 260 seconds]
danmatrix[m] has quit [Ping timeout: 260 seconds]
hazel[m] has quit [Ping timeout: 260 seconds]
kloenk has quit [Ping timeout: 260 seconds]
nh2[m] has quit [Ping timeout: 260 seconds]
eadwu has quit [Ping timeout: 260 seconds]
hsiktas[m] has quit [Ping timeout: 260 seconds]
awwayaya24hours[ has quit [Ping timeout: 260 seconds]
bohan[m] has quit [Ping timeout: 260 seconds]
bbigras has quit [Ping timeout: 260 seconds]
FreeVariable has quit [Ping timeout: 260 seconds]
diegov_ has quit [Ping timeout: 260 seconds]
unclechu has quit [Ping timeout: 260 seconds]
rycee has quit [Ping timeout: 260 seconds]
JJJollyjim has quit [Ping timeout: 260 seconds]
ryantm has quit [Ping timeout: 260 seconds]
michaelpj has quit [Ping timeout: 260 seconds]
ThaEwat has quit [Ping timeout: 268 seconds]
iuiiik[m] has quit [Ping timeout: 268 seconds]
tombar[m] has quit [Ping timeout: 268 seconds]
regnat[m]1 has quit [Ping timeout: 268 seconds]
a12l has quit [Ping timeout: 268 seconds]
Kimat[m] has quit [Ping timeout: 268 seconds]
CodeBitCookie[m] has quit [Ping timeout: 268 seconds]
s7evink[m] has quit [Ping timeout: 268 seconds]
sarcasticadmin has quit [Ping timeout: 268 seconds]
nujabells[m] has quit [Ping timeout: 268 seconds]
ragge42[m] has quit [Ping timeout: 268 seconds]
tyrion-mx has quit [Ping timeout: 268 seconds]
rhyfore[m] has quit [Ping timeout: 268 seconds]
phr3nzy[m] has quit [Ping timeout: 268 seconds]
figsoda[m] has quit [Ping timeout: 268 seconds]
mupf[m] has quit [Ping timeout: 268 seconds]
mr_whoknows[m] has quit [Ping timeout: 268 seconds]
Hasnep[m] has quit [Ping timeout: 268 seconds]
Vanilla[m] has quit [Ping timeout: 268 seconds]
mvtva[m] has quit [Ping timeout: 268 seconds]
faya01[m] has quit [Ping timeout: 268 seconds]
Wraul[m] has quit [Ping timeout: 268 seconds]
kfr[m] has quit [Ping timeout: 268 seconds]
iv_nn[m] has quit [Ping timeout: 268 seconds]
tsmeets[m] has quit [Ping timeout: 268 seconds]
davegallant[m] has quit [Ping timeout: 268 seconds]
contrun has quit [Ping timeout: 268 seconds]
macerbi[m] has quit [Ping timeout: 268 seconds]
sterni[m] has quit [Ping timeout: 268 seconds]
slby[m] has quit [Ping timeout: 268 seconds]
govanify has quit [Ping timeout: 268 seconds]
sshow[m] has quit [Ping timeout: 268 seconds]
georgyo[m] has quit [Ping timeout: 268 seconds]
Ke has quit [Ping timeout: 268 seconds]
Minijackson has quit [Ping timeout: 268 seconds]
DamienCassou has quit [Ping timeout: 268 seconds]
musicmatze has quit [Ping timeout: 268 seconds]
kraem has quit [Ping timeout: 268 seconds]
deselby has quit [Ping timeout: 268 seconds]
alexrelis[m] has quit [Ping timeout: 268 seconds]
humancalico[m] has quit [Ping timeout: 268 seconds]
qbit[m] has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 264 seconds]
nhs has joined #nixos
jesystani has quit [Quit: Lost terminal]
jonringer has joined #nixos
lopsided98 has quit [Ping timeout: 260 seconds]
lopsided98 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
jess has quit [Ping timeout: 608 seconds]
medvid has quit [Ping timeout: 258 seconds]
jess has joined #nixos
Qubasa has joined #nixos
tom39291 has joined #nixos
nyanotech has joined #nixos
nightmared has joined #nixos
Raito_Bezarius has joined #nixos
Thaodan has joined #nixos
euank has joined #nixos
angerman has joined #nixos
nahamu has joined #nixos
Nickli has joined #nixos
packer has joined #nixos
etu has joined #nixos
abbe_ has joined #nixos
cbarrett has joined #nixos
mdash has joined #nixos
jlpeters has joined #nixos
thonkpod has joined #nixos
georgyo has joined #nixos
skomorokh has joined #nixos
NaN-irc_ has joined #nixos
kaychaks has joined #nixos
packer has quit [*.net *.split]
Thaodan has quit [*.net *.split]
nyanotech has quit [*.net *.split]
Qubasa has quit [*.net *.split]
nightmared has quit [*.net *.split]
tom39291 has quit [*.net *.split]
angerman has quit [*.net *.split]
nahamu has quit [*.net *.split]
euank has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
mdash has quit [*.net *.split]
etu has quit [*.net *.split]
Nickli has quit [*.net *.split]
cbarrett has quit [*.net *.split]
abbe_ has quit [*.net *.split]
jlpeters has quit [*.net *.split]
kaychaks has quit [*.net *.split]
georgyo has quit [*.net *.split]
thonkpod has quit [*.net *.split]
skomorokh has quit [*.net *.split]
NaN-irc_ has quit [*.net *.split]
medvid has joined #nixos
Thaodan has joined #nixos
packer has joined #nixos
tom39291 has joined #nixos
nightmared has joined #nixos
nyanotech has joined #nixos
Qubasa has joined #nixos
nahamu has joined #nixos
Nickli has joined #nixos
angerman has joined #nixos
etu has joined #nixos
abbe_ has joined #nixos
Raito_Bezarius has joined #nixos
euank has joined #nixos
mdash has joined #nixos
cbarrett has joined #nixos
kaychaks has joined #nixos
jlpeters has joined #nixos
skomorokh has joined #nixos
georgyo has joined #nixos
NaN-irc_ has joined #nixos
thonkpod has joined #nixos
zie has quit [Quit: ZNC 1.8.1 - https://znc.in]
immae has joined #nixos
berberman[T] has joined #nixos
zie has joined #nixos
mhj[m] has joined #nixos
firelink[m] has joined #nixos
cyberwolf[m] has joined #nixos
bbigras has joined #nixos
bourbon has joined #nixos
l-as has joined #nixos
george[m] has joined #nixos
jakubgramsz[m] has joined #nixos
ejpcmac has joined #nixos
mica[m] has joined #nixos
stites[m] has joined #nixos
ongy[m] has joined #nixos
maximumtix[m] has joined #nixos
tilcreator has joined #nixos
ncm[m] has joined #nixos
colemickens has joined #nixos
tad-lispy[m] has joined #nixos
ice7[m] has joined #nixos
cwNovusordoseclo has joined #nixos
jasongrossman[m] has joined #nixos
themalik[m] has joined #nixos
JonasWouters[m] has joined #nixos
timokau[m] has joined #nixos
hzertez7[m] has joined #nixos
mcaju has joined #nixos
gahha[m] has joined #nixos
kaziemazie[m] has joined #nixos
Raphael[m] has joined #nixos
tgys[m] has joined #nixos
creme[m] has joined #nixos
rschulman has joined #nixos
emily has joined #nixos
jlle[m] has joined #nixos
M86ul[m] has joined #nixos
lambdanature[m] has joined #nixos
myscreant[m] has joined #nixos
shivanatm[m] has joined #nixos
abbec has joined #nixos
jonte[m] has joined #nixos
ili has joined #nixos
pisquo[m] has joined #nixos
slabity has joined #nixos
jdally987[m] has joined #nixos
anderscs[m] has joined #nixos
psibi[m] has joined #nixos
apache8080[m] has joined #nixos
evhan[m] has joined #nixos
silare[m] has joined #nixos
gurkan[m] has joined #nixos
gulplante[m] has joined #nixos
silare[m] has joined #nixos
silare[m] has quit [Changing host]
kueckieben[m] has joined #nixos
gurkan[m] has joined #nixos
shu9 has joined #nixos
gurkan[m] has quit [Changing host]
shu9 has joined #nixos
kueckieben[m] has joined #nixos
shu9 has quit [Changing host]
chvp has joined #nixos
revity[m] has joined #nixos
jaexilgilroyPhil has joined #nixos
thefloweringash has joined #nixos
eddyb has joined #nixos
nhs has joined #nixos
Kimat[m] has joined #nixos
pnotequalnp[m] has joined #nixos
Sylvain[m] has joined #nixos
jhantkw[m] has joined #nixos
TheWizardTower[m has joined #nixos
ptotter[m] has joined #nixos
willghatch has joined #nixos
rymarllon[m] has joined #nixos
hpfr has joined #nixos
Brio[m] has joined #nixos
pinage404[m] has joined #nixos
ryantm has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
bohan[m] has joined #nixos
macerbi[m] has joined #nixos
Ke has joined #nixos
tsmeets[m] has joined #nixos
mvtva[m] has joined #nixos
georgyo[m] has joined #nixos
nujabells[m] has joined #nixos
s7evink[m] has joined #nixos
regnat[m]1 has joined #nixos
govanify has joined #nixos
faya01[m] has joined #nixos
a12l has joined #nixos
tombar[m] has joined #nixos
sshow[m] has joined #nixos
contrun has joined #nixos
sarcasticadmin has joined #nixos
Hasnep[m] has joined #nixos
davegallant[m] has joined #nixos
slby[m] has joined #nixos
ms[m] has joined #nixos
OJ[m] has joined #nixos
xeron832 has joined #nixos
dtz has joined #nixos
puzzlewolf has joined #nixos
critbase[m]1 has joined #nixos
yog[m] has joined #nixos
stufful[m] has joined #nixos
wizeman[m] has joined #nixos
vyorkin[m] has joined #nixos
awwayaya24hours[ has joined #nixos
jakeisnt[m] has joined #nixos
kevincox has joined #nixos
eadwu has joined #nixos
pebo007[m] has joined #nixos
b1nch0[m] has joined #nixos
fufexan[m] has joined #nixos
zane has joined #nixos
Danzig[m] has joined #nixos
fortuneteller2k[ has joined #nixos
rycee has joined #nixos
arghzero[m] has joined #nixos
Raimu[m] has joined #nixos
test1[m] has joined #nixos
lorenzleutgeb[m] has joined #nixos
SethDoty[m] has joined #nixos
tim140123[m] has joined #nixos
jbal[m] has joined #nixos
goibhniu has joined #nixos
peterhoeg has joined #nixos
kloenk has joined #nixos
eganjs[m] has joined #nixos
terahawk[m] has joined #nixos
Duane[m] has joined #nixos
Karonis[m] has joined #nixos
hazel[m] has joined #nixos
aveeran[m] has joined #nixos
danmatrix[m] has joined #nixos
regnat has joined #nixos
alexarice[m] has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
otulp has quit [Ping timeout: 260 seconds]
CodeBitCookie[m] has joined #nixos
nh2nh2me[m] has joined #nixos
regnat[m] has joined #nixos
noneucat has joined #nixos
otulp has joined #nixos
monotux has quit [Read error: Connection reset by peer]
aramiscd[m] has joined #nixos
monotux has joined #nixos
noneucat has quit [*.net *.split]
danmatrix[m] has quit [*.net *.split]
regnat has quit [*.net *.split]
b1nch0[m] has quit [*.net *.split]
faya01[m] has quit [*.net *.split]
regnat[m]1 has quit [*.net *.split]
bohan[m] has quit [*.net *.split]
Kimat[m] has quit [*.net *.split]
Brio[m] has quit [*.net *.split]
kueckieben[m] has quit [*.net *.split]
shu9 has quit [*.net *.split]
gurkan[m] has quit [*.net *.split]
gulplante[m] has quit [*.net *.split]
silare[m] has quit [*.net *.split]
M86ul[m] has quit [*.net *.split]
Thaodan has quit [*.net *.split]
tom39291 has quit [*.net *.split]
nyanotech has quit [*.net *.split]
packer has quit [*.net *.split]
Qubasa has quit [*.net *.split]
angerman has quit [*.net *.split]
nightmared has quit [*.net *.split]
nahamu has quit [*.net *.split]
euank has quit [*.net *.split]
mdash has quit [*.net *.split]
etu has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
abbe_ has quit [*.net *.split]
Nickli has quit [*.net *.split]
cbarrett has quit [*.net *.split]
jlpeters has quit [*.net *.split]
kaychaks has quit [*.net *.split]
thonkpod has quit [*.net *.split]
georgyo has quit [*.net *.split]
NaN-irc_ has quit [*.net *.split]
skomorokh has quit [*.net *.split]
<KarlJoad> Is there a way to quickly add my user to a group without rebuilding my system?
sangoma has joined #nixos
travelion[m] has joined #nixos
Hm7000 has joined #nixos
<KarlJoad> I should mention I have `users.mutableUsers = false` in my config.
ChrisOboe[m] has joined #nixos
e8zhf[m] has joined #nixos
<tpw_rules> i think you are then explicitly disabling that capability
<tpw_rules> you could mount the underlying fs read/write and overwrite /etc/groups
<tpw_rules> but that's bad
<KarlJoad> Oof... I guess that's the price to pay for me liking non-mutable users. I just want to test my arduino real quick...
talvdav[m] has joined #nixos
cypher25519[m] has joined #nixos
yurb has joined #nixos
nckx has quit [Ping timeout: 264 seconds]
silare[m] has joined #nixos
regnat[m]1 has joined #nixos
nightmared has joined #nixos
Qubasa has joined #nixos
tom39291 has joined #nixos
gulplante[m] has joined #nixos
kueckieben[m] has joined #nixos
angerman has joined #nixos
b1nch0[m] has joined #nixos
nyanotech has joined #nixos
bohan[m] has joined #nixos
shu9 has joined #nixos
Kimat[m] has joined #nixos
Thaodan has joined #nixos
noneucat has joined #nixos
Brio[m] has joined #nixos
danmatrix[m] has joined #nixos
regnat has joined #nixos
M86ul[m] has joined #nixos
faya01[m] has joined #nixos
packer has joined #nixos
gurkan[m] has joined #nixos
Nickli has joined #nixos
Raito_Bezarius has joined #nixos
euank has joined #nixos
mdash has joined #nixos
etu has joined #nixos
nahamu has joined #nixos
kaychaks has joined #nixos
cbarrett has joined #nixos
abbe_ has joined #nixos
jlpeters has joined #nixos
NaN-irc_ has joined #nixos
georgyo has joined #nixos
skomorokh has joined #nixos
thonkpod has joined #nixos
M86ul[m] has joined #nixos
M86ul[m] has quit [Changing host]
gulplante[m] has joined #nixos
gulplante[m] has quit [Changing host]
gurkan[m] has joined #nixos
gurkan[m] has quit [Changing host]
kueckieben[m] has joined #nixos
silare[m] has joined #nixos
kueckieben[m] has quit [Changing host]
shu9 has joined #nixos
shu9 has quit [Changing host]
silare[m] has quit [Changing host]
Kimat[m] has joined #nixos
Kimat[m] has quit [Changing host]
Brio[m] has joined #nixos
Brio[m] has quit [Changing host]
bohan[m] has joined #nixos
bohan[m] has quit [Changing host]
faya01[m] has quit [Changing host]
faya01[m] has joined #nixos
regnat[m]1 has joined #nixos
regnat[m]1 has quit [Changing host]
b1nch0[m] has joined #nixos
b1nch0[m] has quit [Changing host]
danmatrix[m] has joined #nixos
danmatrix[m] has quit [Changing host]
regnat has joined #nixos
regnat has quit [Changing host]
noneucat has joined #nixos
noneucat has quit [Changing host]
Raito_Bezarius has quit [Max SendQ exceeded]
nckx has joined #nixos
<KarlJoad> tpw_rules: I actually got it. I forgot to re-log. Setting `mutableUsers = false` just means that your changes don't survive a reboot.
slby[m] has quit [Ping timeout: 246 seconds]
Sylvain[m] has quit [Ping timeout: 240 seconds]
creme[m] has quit [Ping timeout: 240 seconds]
pnotequalnp[m] has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/93c2261684e (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
colemickens has quit [Ping timeout: 260 seconds]
Hasnep[m] has quit [Ping timeout: 260 seconds]
davegallant[m] has quit [Ping timeout: 260 seconds]
nh2nh2me[m] has quit [Ping timeout: 246 seconds]
myscreant[m] has quit [Ping timeout: 246 seconds]
ms[m] has quit [Ping timeout: 246 seconds]
wizeman[m] has quit [Ping timeout: 240 seconds]
ongy[m] has quit [Ping timeout: 240 seconds]
alexarice[m] has quit [Ping timeout: 268 seconds]
kevincox has quit [Ping timeout: 258 seconds]
OJ[m] has quit [Ping timeout: 258 seconds]
rschulman has quit [Ping timeout: 258 seconds]
regnat[m] has quit [Ping timeout: 265 seconds]
jakeisnt[m] has quit [Ping timeout: 265 seconds]
emily has quit [Ping timeout: 265 seconds]
eadwu has quit [Ping timeout: 265 seconds]
mhj[m] has quit [Ping timeout: 265 seconds]
jakubgramsz[m] has quit [Ping timeout: 265 seconds]
tim140123[m] has quit [Ping timeout: 240 seconds]
test1[m] has quit [Ping timeout: 240 seconds]
puzzlewolf has quit [Ping timeout: 240 seconds]
xeron832 has quit [Ping timeout: 240 seconds]
ice7[m] has quit [Ping timeout: 240 seconds]
tad-lispy[m] has quit [Ping timeout: 240 seconds]
cwNovusordoseclo has quit [Ping timeout: 240 seconds]
jdally987[m] has quit [Ping timeout: 240 seconds]
cypher25519[m] has quit [Ping timeout: 246 seconds]
aramiscd[m] has quit [Ping timeout: 246 seconds]
maximumtix[m] has quit [Ping timeout: 246 seconds]
rymarllon[m] has quit [Ping timeout: 246 seconds]
Ke has quit [Ping timeout: 246 seconds]
ryantm has quit [Ping timeout: 260 seconds]
Karonis[m] has quit [Ping timeout: 240 seconds]
peterhoeg has quit [Ping timeout: 240 seconds]
eganjs[m] has quit [Ping timeout: 240 seconds]
thefloweringash has quit [Ping timeout: 240 seconds]
l-as has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
Danzig[m] has quit [Ping timeout: 258 seconds]
tsmeets[m] has quit [Ping timeout: 258 seconds]
macerbi[m] has quit [Ping timeout: 258 seconds]
critbase[m]1 has quit [Ping timeout: 258 seconds]
stufful[m] has quit [Ping timeout: 258 seconds]
anderscs[m] has quit [Ping timeout: 258 seconds]
evhan[m] has quit [Ping timeout: 258 seconds]
hpfr has quit [Ping timeout: 258 seconds]
ptotter[m] has quit [Ping timeout: 258 seconds]
Brio[m] has quit [Ping timeout: 244 seconds]
gahha[m] has quit [Ping timeout: 246 seconds]
mcaju has quit [Ping timeout: 246 seconds]
vyorkin[m] has quit [Ping timeout: 246 seconds]
george[m] has quit [Ping timeout: 246 seconds]
bbigras has quit [Ping timeout: 246 seconds]
Duane[m] has quit [Ping timeout: 246 seconds]
e8zhf[m] has quit [Ping timeout: 246 seconds]
bourbon has quit [Ping timeout: 246 seconds]
lorenzleutgeb[m] has quit [Ping timeout: 268 seconds]
SethDoty[m] has quit [Ping timeout: 268 seconds]
goibhniu has quit [Ping timeout: 268 seconds]
jaexilgilroyPhil has quit [Ping timeout: 268 seconds]
jhantkw[m] has quit [Ping timeout: 268 seconds]
psibi[m] has quit [Ping timeout: 268 seconds]
shivanatm[m] has quit [Ping timeout: 268 seconds]
mvtva[m] has quit [Ping timeout: 268 seconds]
chvp has quit [Ping timeout: 268 seconds]
slabity has quit [Ping timeout: 268 seconds]
pebo007[m] has quit [Ping timeout: 268 seconds]
lambdanature[m] has quit [Ping timeout: 268 seconds]
tilcreator has quit [Ping timeout: 268 seconds]
ChrisOboe[m] has quit [Ping timeout: 265 seconds]
fortuneteller2k[ has quit [Ping timeout: 265 seconds]
zane has quit [Ping timeout: 265 seconds]
fufexan[m] has quit [Ping timeout: 265 seconds]
arghzero[m] has quit [Ping timeout: 265 seconds]
yog[m] has quit [Ping timeout: 265 seconds]
Raimu[m] has quit [Ping timeout: 265 seconds]
s7evink[m] has quit [Ping timeout: 265 seconds]
dtz has quit [Ping timeout: 265 seconds]
terahawk[m] has quit [Ping timeout: 265 seconds]
govanify has quit [Ping timeout: 265 seconds]
nujabells[m] has quit [Ping timeout: 265 seconds]
georgyo[m] has quit [Ping timeout: 265 seconds]
TheWizardTower[m has quit [Ping timeout: 265 seconds]
willghatch has quit [Ping timeout: 265 seconds]
immae has quit [Ping timeout: 265 seconds]
jlle[m] has quit [Ping timeout: 265 seconds]
jonte[m] has quit [Ping timeout: 265 seconds]
abbec has quit [Ping timeout: 265 seconds]
revity[m] has quit [Ping timeout: 265 seconds]
sarcasticadmin has quit [Ping timeout: 240 seconds]
hazel[m] has quit [Ping timeout: 240 seconds]
timokau[m] has quit [Ping timeout: 240 seconds]
themalik[m] has quit [Ping timeout: 240 seconds]
kaziemazie[m] has quit [Ping timeout: 240 seconds]
a12l has quit [Ping timeout: 240 seconds]
firelink[m] has quit [Ping timeout: 240 seconds]
yurb has quit [Ping timeout: 260 seconds]
jbal[m] has quit [Ping timeout: 260 seconds]
aveeran[m] has quit [Ping timeout: 260 seconds]
tombar[m] has quit [Ping timeout: 260 seconds]
CodeBitCookie[m] has quit [Ping timeout: 260 seconds]
tgys[m] has quit [Ping timeout: 260 seconds]
eddyb has quit [Ping timeout: 260 seconds]
travelion[m] has quit [Ping timeout: 258 seconds]
ncm[m] has quit [Ping timeout: 258 seconds]
JonasWouters[m] has quit [Ping timeout: 258 seconds]
hzertez7[m] has quit [Ping timeout: 258 seconds]
Raphael[m] has quit [Ping timeout: 258 seconds]
Hm7000 has quit [Ping timeout: 265 seconds]
sshow[m] has quit [Ping timeout: 265 seconds]
jasongrossman[m] has quit [Ping timeout: 265 seconds]
contrun has quit [Ping timeout: 268 seconds]
apache8080[m] has quit [Ping timeout: 240 seconds]
noneucat has quit [Ping timeout: 244 seconds]
danmatrix[m] has quit [Ping timeout: 244 seconds]
b1nch0[m] has quit [Ping timeout: 244 seconds]
M86ul[m] has quit [Ping timeout: 244 seconds]
bohan[m] has quit [Ping timeout: 244 seconds]
cyberwolf[m] has quit [Ping timeout: 265 seconds]
ejpcmac has quit [Ping timeout: 268 seconds]
gustavderdrache has quit [Quit: Leaving.]
pinage404[m] has quit [Ping timeout: 240 seconds]
kloenk has quit [Ping timeout: 240 seconds]
mica[m] has quit [Ping timeout: 246 seconds]
regnat has quit [Ping timeout: 244 seconds]
shu9 has quit [Ping timeout: 244 seconds]
talvdav[m] has quit [Ping timeout: 268 seconds]
rycee has quit [Ping timeout: 268 seconds]
pisquo[m] has quit [Ping timeout: 268 seconds]
stites[m] has quit [Ping timeout: 268 seconds]
awwayaya24hours[ has quit [Ping timeout: 265 seconds]
ili has quit [Ping timeout: 265 seconds]
berberman[T] has quit [Ping timeout: 265 seconds]
regnat[m]1 has quit [Ping timeout: 244 seconds]
faya01[m] has quit [Ping timeout: 244 seconds]
kueckieben[m] has quit [Ping timeout: 244 seconds]
gurkan[m] has quit [Ping timeout: 244 seconds]
Kimat[m] has quit [Ping timeout: 244 seconds]
gulplante[m] has quit [Ping timeout: 244 seconds]
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #110781 → [20.09] fluent-bit: 1.5.4 -> 1.6.8 → https://git.io/JtnYx
<{^_^}> [nixpkgs] @marsam pushed 12 commits to release-20.09: https://git.io/JtCca
<cole-h> FYI: pretty sure you can add users with mutableUsers = false, they'll just be erased on next switch IIRC.
endformationage has quit [Quit: WeeChat 2.9]
simba2 has joined #nixos
nhs has joined #nixos
captn3m0 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<energizer> KarlJoad: what makes you not want to rebuild?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1913ea8a976 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
zebrag has quit [Quit: Konversation terminated!]
<KarlJoad> energizer: Mostly the time it would take to do so. It would update quite a number of packages on me. I just don't want to do that tonight, while I have 3-4 classes worth of work currently open.
<KarlJoad> Also, does `texdoc` work on nixos? I can't seem to use it. I always get "texdoc error: No texlive.tlpdb nor shipped tlpdb data found."
neonfuz2 has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/5f472181f24 (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
domenkozar[m] has joined #nixos
kyren has joined #nixos
viq[m] has joined #nixos
leonardp has joined #nixos
crazazy[m] has joined #nixos
artturin has joined #nixos
tomfi[m] has joined #nixos
critbase[m]3 has joined #nixos
Yakulu[m] has joined #nixos
oht[m] has joined #nixos
notgne2[m] has joined #nixos
m1kr0[m] has joined #nixos
spinlock[m] has joined #nixos
AlesHuzik[m] has joined #nixos
mjlbach has joined #nixos
dznumidian[m] has joined #nixos
daemon1024 has joined #nixos
scheibenkleister has joined #nixos
winsome[m] has joined #nixos
fadenb[m] has joined #nixos
leons has joined #nixos
sargon[m] has joined #nixos
sephi[m] has joined #nixos
phfas[m] has joined #nixos
jojosch[m] has joined #nixos
dnlkrgr[m] has joined #nixos
scentofiron[m] has joined #nixos
qasaur[m] has joined #nixos
boskote[m] has joined #nixos
hcuk[m] has joined #nixos
dumuzid[m] has joined #nixos
omasanori[m] has joined #nixos
nickbublik[m] has joined #nixos
andrey1978[m] has joined #nixos
linus0[m] has joined #nixos
p12[m] has joined #nixos
worldofpeace has joined #nixos
anzbev[m] has joined #nixos
chpatrick has joined #nixos
anonymouserobot[ has joined #nixos
felschr[m] has joined #nixos
garbas[m] has joined #nixos
bachp has joined #nixos
danielrf[m] has joined #nixos
Dazey[m] has joined #nixos
jakosimov[m] has joined #nixos
chrismatheson has joined #nixos
critbase[m] has joined #nixos
neuronuser1[m] has joined #nixos
linuxct[m] has joined #nixos
dennisthepeasant has joined #nixos
DavHau[m] has joined #nixos
nasirhm has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
ptitfred[m] has joined #nixos
kunrooted[m] has joined #nixos
ptman_[m] has joined #nixos
fast_invsqrt[m] has joined #nixos
grahamc[m] has joined #nixos
sophos[m] has joined #nixos
keash[m] has joined #nixos
lostnet[m] has joined #nixos
solomon[m] has joined #nixos
totoroot[m] has joined #nixos
chreekat[m] has joined #nixos
Piece_Maker has joined #nixos
wenngle[m] has joined #nixos
l33[m] has joined #nixos
NobbZ[m] has joined #nixos
Lorenzoas3ii[m] has joined #nixos
rubensts[m] has joined #nixos
pbr_1973[m] has joined #nixos
jsilence[m] has joined #nixos
fuzzybear3965 has joined #nixos
stu_[m] has joined #nixos
Nigel[m] has joined #nixos
nilsirl[m] has joined #nixos
ziguana[m] has joined #nixos
q3k[m] has joined #nixos
M-GNU-[m] has joined #nixos
botayhard[m] has joined #nixos
aanderse has joined #nixos
ram19890[m] has joined #nixos
rickard has quit [Quit: The Lounge - https://thelounge.chat]
xd-inc[m] has joined #nixos
rcorrear has joined #nixos
SplitFire[m] has joined #nixos
codyopel has joined #nixos
Ox4A6F has joined #nixos
lycium[m] has joined #nixos
matthewkenigsber has joined #nixos
tuxcoder[m] has joined #nixos
veleiro has joined #nixos
Bla[m] has joined #nixos
rnhmjoj has joined #nixos
tcakoi has joined #nixos
rmcgibbo[m] has joined #nixos
JaakkoLuttinen[m has joined #nixos
iuiiik[m] has joined #nixos
fiveseven[m] has joined #nixos
hiroshi[m] has joined #nixos
matrix61[m] has joined #nixos
mr_whoknows[m] has joined #nixos
ydlr[m] has joined #nixos
rickard9 has joined #nixos
mindtree[m] has joined #nixos
atemu12[m] has joined #nixos
AntonioYang[m] has joined #nixos
us3r[m] has joined #nixos
kevin[m]1 has joined #nixos
fintohaps[m] has joined #nixos
manveru[m] has joined #nixos
davidak[m] has joined #nixos
jvytee[m] has joined #nixos
Tek[m] has joined #nixos
samir420[m] has joined #nixos
nikola[m] has joined #nixos
madonius[m] has joined #nixos
jgart[m] has joined #nixos
jschievink has joined #nixos
FreeVariable has joined #nixos
M86ul[m]1 has joined #nixos
avalenn has joined #nixos
nikivi[m] has joined #nixos
michaelpj has joined #nixos
lambdaclan has joined #nixos
fgaz has joined #nixos
meno460[m] has joined #nixos
itai33[m] has joined #nixos
Lurkki[m]1 has joined #nixos
mt[m] has joined #nixos
Vanilla[m] has joined #nixos
Wraul[m] has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #110912 → treewide: remove inherited stdenv.lib → https://git.io/JtCC1
grin[m] has joined #nixos
boogiewoogie[m] has joined #nixos
mcbits[m] has joined #nixos
lytedev[m] has joined #nixos
Ollie[m]1 has joined #nixos
leibniz[m] has joined #nixos
Dandellion has joined #nixos
codebam has joined #nixos
rednaZ[m] has joined #nixos
fc[m]1 has joined #nixos
roberth has joined #nixos
bsima[m] has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
Schicko has joined #nixos
kateskips has joined #nixos
johnnyfive has quit [Quit: I quit now.]
johnnyfive has joined #nixos
sangoma has joined #nixos
nhs has joined #nixos
st3r4g[m] has joined #nixos
alienpirate5 has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
simba2 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #110861 → emacs.pkgs.trivialBuild: add missing stdenv argument → https://git.io/Jtca4
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JtCCh
srid has joined #nixos
alexfmpe has joined #nixos
hades_[m] has joined #nixos
nicolas[m] has joined #nixos
ma27[m] has joined #nixos
nh2[m] has joined #nixos
Valodim[m] has joined #nixos
Poscat[m] has joined #nixos
iv_nn[m] has joined #nixos
siraben has joined #nixos
Ericson2314 has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #110913 → treewide: remove more occurences of stdenv.lib → https://git.io/JtCCj
ThaEwat has joined #nixos
nhs has joined #nixos
simba2 has joined #nixos
humancalico[m] has joined #nixos
jdnixx[m] has joined #nixos
miangraham[m] has joined #nixos
mnm[m] has joined #nixos
enblanco[m] has joined #nixos
aynish has joined #nixos
hsiktas[m] has joined #nixos
McSinyx[m] has joined #nixos
cemguresci[m] has joined #nixos
axx has joined #nixos
deselby has joined #nixos
maralorn has joined #nixos
kfr[m] has joined #nixos
alexrelis[m] has joined #nixos
sterni[m] has joined #nixos
jtojnar has joined #nixos
littlebenlittle[ has joined #nixos
figsoda[m] has joined #nixos
rhyfore[m] has joined #nixos
ragge42[m] has joined #nixos
mupf[m] has joined #nixos
tyrion-mx has joined #nixos
qbit[m] has joined #nixos
Minijackson has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
phr3nzy[m] has joined #nixos
amerigo has quit [Quit: Connection closed for inactivity]
kraem has joined #nixos
DamienCassou has joined #nixos
unclechu has joined #nixos
govanify has joined #nixos
ms[m] has joined #nixos
Ke has joined #nixos
maximumtix[m] has joined #nixos
nhs has quit [Ping timeout: 244 seconds]
petrichor has joined #nixos
bbigras has joined #nixos
slby[m] has joined #nixos
creme[m] has joined #nixos
yjftsjthsd has quit [Read error: Connection reset by peer]
cypher25519[m] has joined #nixos
rymarllon[m] has joined #nixos
regnat[m] has joined #nixos
immae has joined #nixos
jlle[m] has joined #nixos
emily has joined #nixos
bourbon has joined #nixos
yjftsjthsd has joined #nixos
willghatch has joined #nixos
aramiscd[m] has joined #nixos
myscreant[m] has joined #nixos
nh2nh2me[m] has joined #nixos
gahha[m] has joined #nixos
Duane[m] has joined #nixos
ongy[m] has joined #nixos
thefloweringash has joined #nixos
vyorkin[m] has joined #nixos
george[m] has joined #nixos
mcaju has joined #nixos
eadwu has joined #nixos
kevincox has joined #nixos
contrun has joined #nixos
Hasnep[m] has joined #nixos
rschulman has joined #nixos
ptotter[m] has joined #nixos
colemickens has joined #nixos
yurb has joined #nixos
xeron832 has joined #nixos
tgys[m] has joined #nixos
Hm7000 has joined #nixos
alexarice[m] has joined #nixos
slabity has joined #nixos
jakeisnt[m] has joined #nixos
chvp has joined #nixos
revity[m] has joined #nixos
zane has joined #nixos
fufexan[m] has joined #nixos
arghzero[m] has joined #nixos
yog[m] has joined #nixos
Raimu[m] has joined #nixos
nujabells[m] has joined #nixos
sshow[m] has joined #nixos
TheWizardTower[m has joined #nixos
fortuneteller2k[ has joined #nixos
abbec has joined #nixos
jakubgramsz[m] has joined #nixos
terahawk[m] has joined #nixos
ChrisOboe[m] has joined #nixos
jhantkw[m] has joined #nixos
davegallant[m] has joined #nixos
themalik[m] has joined #nixos
psibi[m] has joined #nixos
anderscs[m] has joined #nixos
pebo007[m] has joined #nixos
jaexilgilroyPhil has joined #nixos
lambdanature[m] has joined #nixos
a12l has joined #nixos
cwNovusordoseclo has joined #nixos
ice7[m] has joined #nixos
lorenzleutgeb[m] has joined #nixos
goibhniu has joined #nixos
test1[m] has joined #nixos
tad-lispy[m] has joined #nixos
shivanatm[m] has joined #nixos
evhan[m] has joined #nixos
kaziemazie[m] has joined #nixos
macerbi[m] has joined #nixos
Raphael[m] has joined #nixos
SethDoty[m] has joined #nixos
pnotequalnp[m] has joined #nixos
jdally987[m] has joined #nixos
mvtva[m] has joined #nixos
tilcreator has joined #nixos
Sylvain[m] has joined #nixos
tim140123[m] has joined #nixos
sarcasticadmin has joined #nixos
eganjs[m] has joined #nixos
wizeman[m] has joined #nixos
Karonis[m] has joined #nixos
peterhoeg has joined #nixos
s7evink[m] has joined #nixos
l-as has joined #nixos
georgyo[m] has joined #nixos
jasongrossman[m] has joined #nixos
tsmeets[m] has joined #nixos
aveeran[m] has joined #nixos
musicmatze has joined #nixos
ryantm has joined #nixos
CodeBitCookie[m] has joined #nixos
jbal[m] has joined #nixos
tombar[m] has joined #nixos
ncm[m] has joined #nixos
JonasWouters[m] has joined #nixos
Danzig[m] has joined #nixos
stufful[m] has joined #nixos
hzertez7[m] has joined #nixos
OJ[m] has joined #nixos
critbase[m]1 has joined #nixos
travelion[m] has joined #nixos
jonte[m] has joined #nixos
dtz has joined #nixos
mhj[m] has joined #nixos
puzzlewolf has joined #nixos
e8zhf[m] has joined #nixos
timokau[m] has joined #nixos
Brio[m] has joined #nixos
cyberwolf[m] has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #110906 → rust-analyzer: 2021-01-18 -> 2021-01-25 → https://git.io/JtCmn
<{^_^}> [nixpkgs] @jonringer pushed commit from @badmutex to master « rust-analyzer: 2021-01-18 -> 2021-01-25 »: https://git.io/JtCW2
nhs has joined #nixos
apache8080[m] has joined #nixos
ejpcmac has joined #nixos
eddyb has joined #nixos
hazel[m] has joined #nixos
firelink[m] has joined #nixos
bohan[m] has joined #nixos
noneucat has joined #nixos
M86ul[m] has joined #nixos
palo1 has joined #nixos
b1nch0[m] has joined #nixos
danmatrix[m] has joined #nixos
shu9 has joined #nixos
regnat has joined #nixos
ili has joined #nixos
pinage404[m] has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 9 commits to staging-next: https://git.io/JtCWK
<{^_^}> [nixpkgs] @github-actions[bot] pushed 10 commits to staging: https://git.io/JtCW6
mica[m] has joined #nixos
pisquo[m] has joined #nixos
rycee has joined #nixos
kloenk has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/652b2d6dba2 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
stites[m] has joined #nixos
awwayaya24hours[ has joined #nixos
berberman[T] has joined #nixos
talvdav[m] has joined #nixos
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
faya01[m] has joined #nixos
gurkan[m] has joined #nixos
kueckieben[m] has joined #nixos
regnat[m]1 has joined #nixos
silare[m] has joined #nixos
gulplante[m] has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #110914 → WIP: treewide: Improve pure darwin cross → https://git.io/JtCW1
hpfr has joined #nixos
Kimat[m] has joined #nixos
acarrico has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 264 seconds]
simba2 has quit [Ping timeout: 265 seconds]
simba2 has joined #nixos
Dotz0cat_ has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #110869 → python3Packages.wasabi: 0.8.0 -> 0.8.1 → https://git.io/JtcDI
<{^_^}> [nixpkgs] @jonringer pushed commit from @danieldk to master « python3Packages.wasabi: 0.8.0 -> 0.8.1 »: https://git.io/JtClU
orivej has joined #nixos
acarrico has joined #nixos
Dotz0cat has quit [Ping timeout: 272 seconds]
<{^_^}> [mobile-nixos] @samueldr opened pull request #289 → oneplus-oneplus3: Enable Wi-Fi → https://git.io/JtClY
kalbasit_ has quit [Ping timeout: 265 seconds]
jdkkdkdkkkd has joined #nixos
jonringer has quit [Remote host closed the connection]
waleee-cl has quit [Quit: Connection closed for inactivity]
spudly1 has quit [Read error: Connection reset by peer]
spudly- has joined #nixos
spudly- has joined #nixos
nhs has joined #nixos
KarlJoad has quit [Remote host closed the connection]
spudly has quit [Ping timeout: 246 seconds]
spudly- is now known as spudly
Guest84 has joined #nixos
<Guest84> ,locate libxshmfence.so.1
<Guest84> ,locate libxshmfence.so.1
<{^_^}> Found in packages: xlibs.libxshmfence
<{^_^}> Found in packages: xlibs.libxshmfence
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/51ab96847f7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
rauno has quit [Remote host closed the connection]
attila_lendvai has joined #nixos
simba2 has quit [Ping timeout: 244 seconds]
Unode has quit [Remote host closed the connection]
Unode has joined #nixos
spudly1 has joined #nixos
buckley310 has quit [Quit: Connection closed for inactivity]
faffolter has joined #nixos
Guest84 has quit [Quit: Connection closed]
orivej has quit [Ping timeout: 260 seconds]
LilleCarl has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
jdkkdkdkkkd has quit [Remote host closed the connection]
nhs has joined #nixos
Qwerky has joined #nixos
mallox has joined #nixos
respawn_ has joined #nixos
mallox has quit [Client Quit]
graf_blutwurst has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
Acou_Bass has quit [Ping timeout: 272 seconds]
mpickering has quit [Ping timeout: 272 seconds]
davidtwco_ has quit [Ping timeout: 260 seconds]
mpickering has joined #nixos
logand`` has quit [Ping timeout: 246 seconds]
davidtwco_ has joined #nixos
ManiacOfMadness has quit [Ping timeout: 265 seconds]
logand` has joined #nixos
ATuin has joined #nixos
gxt has joined #nixos
logand` has quit [Ping timeout: 264 seconds]
logand``` has joined #nixos
saschagrunert has joined #nixos
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
logand``` has quit [Ping timeout: 260 seconds]
Boomerang has joined #nixos
Darkmatter66 has joined #nixos
eacameron has quit [Quit: Connection closed for inactivity]
mananamenos has joined #nixos
nhs has joined #nixos
vidbina has joined #nixos
cfricke has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
thc202 has joined #nixos
cfricke has quit [Ping timeout: 260 seconds]
teto has joined #nixos
<{^_^}> [nixpkgs] @yoctocell opened pull request #110915 → tor-browser-bundle-bin: 10.0.8 -> 10.0.9 → https://git.io/JtCRg
aforemny has quit [Quit: ZNC 1.8.2 - https://znc.in]
aforemny has joined #nixos
respawn_ has quit [Quit: Leaving]
lsix1 has joined #nixos
nschoe has joined #nixos
lambda-11235 has quit [Max SendQ exceeded]
cfricke has joined #nixos
lambda-11235 has joined #nixos
Acou_Bass has joined #nixos
malook has joined #nixos
hiro98 has joined #nixos
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nhs has joined #nixos
domogled has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @groodt closed pull request #106943 → pythonPackages.pip: 2.3 -> 2.3.4 → https://git.io/JLquq
<{^_^}> [nixpkgs] @groodt reopened pull request #106943 → pythonPackages.pip: 2.3 -> 2.3.4 → https://git.io/JLquq
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110889 → libxc: 4.3.4 -> 5.1.0 → https://git.io/JtcN8
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtC0r
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110892 → varnishPackages: general version bumps to fix CVE-2020-11653 → https://git.io/JtcNQ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JtC06
Darkmatter66_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to staging: https://git.io/JtCEJ
sangoma has quit [Ping timeout: 260 seconds]
ATuin has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @vcunat merged pull request #110056 → gnutls: remove autogen from build dependencies → https://git.io/JtqsB
ATuin has joined #nixos
Boobuigi has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
gianarb has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #104793 → [20.09] nixos/postfix: make postfix.enableSmtp work again → https://git.io/Jk17F
<{^_^}> [nixpkgs] @peti pushed 2 commits to release-20.09: https://git.io/JtCEt
<Ke> so I have firefox-esr saying "We can’t connect to the server at ..." for everything
<Ke> chromium works and networking obviously works
<Ke> tried with no proxy
<Ke> maybe now reset firefox settings
<Ke> hmm, with settings reset it works
<Ke> wonder if this is home-manager doing something
<gianarb> Hello! :) newbie question (I hope the level up with them at some point) I can't figure out how to install a package from pip (in this case mkdocs-material) https://gist.github.com/gianarb/5f136ebf18da5e3137af0f8723519392 any tip for me? :) thanks
kyren has quit [Quit: Idle for 30+ days]
grahamc[m] has quit [Quit: Idle for 30+ days]
ptman_[m] has quit [Quit: Idle for 30+ days]
<Ke> it seems that it's fine even with h-m settings after profile reset
Mr_Cue has quit [Remote host closed the connection]
rauno has joined #nixos
sangoma has joined #nixos
<rauno> Hum, is there a bug in 19.03 with setting interface mtu? I constantly get "numeric value out of range" when i set it on a vlan thats belongs to a bond, in the config bond has already higher mtu..
Mr_Cue has joined #nixos
<rauno> if i start the network dev service "network-link-[name]" again manually it successfully sets the mtu..
<rauno> any hints on this or how to avoid ?
<ar> hm. it looks like rocm-comgr broke for me for some reason: https://dpaste.com/HHR729XNZ.txt
domogled1 has joined #nixos
<ar> and the only unusual thing in my configuration.nix appears to be the kernel config: https://dpaste.com/EHYAYWZ5Y.txt
domogled has quit [Ping timeout: 265 seconds]
domogled1 is now known as domogled
ptman_[m] has joined #nixos
ismooch has quit [Quit: Ping timeout (120 seconds)]
ptman_[m] has left #nixos [#nixos]
<{^_^}> [nixpkgs] @erictapen merged pull request #110899 → unifi6: update to 6.0.45 → https://git.io/Jtcjq
<{^_^}> [nixpkgs] @erictapen pushed commit from @eliasp to master « unifi6: update to 6.0.45 »: https://git.io/JtCu4
nhs has quit [Ping timeout: 256 seconds]
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110913 → treewide: remove more occurences of stdenv.lib → https://git.io/JtCCj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtCu2
rauno has quit [Ping timeout: 240 seconds]
<thibm> gianarb: mkdocs-material is not packaged in nixpkgs, see https://nixos.org/manual/nixpkgs/stable/#python (15.19.1.2.1 precisely) on how to add it to your environment
zupo has joined #nixos
<thibm> Enventually, you should add the package to nixpkgs
virus_dave has quit [Quit: virus_dave]
<gianarb> Thanks thibm ! I will try to add it nix-shell first to see if I can figure it out and I will open a PR to nixpkg as soon as I can get it working.
<thibm> perfect
Boobuigi has joined #nixos
<Ke> ,locate gitk
Qwerky has joined #nixos
<{^_^}> Found in packages: git, gitMinimal, gitAndTools.gitSVN, gitAndTools.gitFull
<Ke> I have git, why don't I have gitk?
<thibm> Ke: git's option guiSupport is set to false in all-packages.nix
<thibm> Don't know why {^_^} says gitk is in git
nhs has joined #nixos
<thibm> Meson: Using 'PKG_CONFIG' from environment with value: 'aarch64-unknown-linux-gnu-pkg-config'
<thibm> Meson later: Did not find pkg-config by name 'pkg-config' / Found Pkg-config: NO
* thibm sigh
domogled has quit [Ping timeout: 240 seconds]
<bqv> cole-h: nixos manual and h-m manual are separate, if you try and get nixos to index the h-m module too it breaks
<bqv> I'd much prefer having them all in one but I had to compromise cause that one's a spikey bugger
fresheyeball has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110912 → treewide: remove inherited stdenv.lib → https://git.io/JtCC1
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCzt
sangoma has quit [Quit: WeeChat 3.0]
fresheyeball has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
hspak has quit [Quit: Ping timeout (120 seconds)]
hspak has joined #nixos
sigmundv has joined #nixos
domogled has joined #nixos
<manveru[m]> arianvp: is your nix-nomad code available for preview somewhere yet? i'm literally dying to see it :D
respawn_ has joined #nixos
<{^_^}> [nixos-homepage] @garbas pushed 25 commits to blog: https://git.io/JtCzo
<{^_^}> [nixpkgs] @siraben opened pull request #110917 → loadlibrary: stdenv_32bit.lib -> lib → https://git.io/JtCzi
<manveru[m]> arianvp: and in case you're interested... i'm currently using a modded nomad with nix support in the exec driver: https://github.com/manveru/nomad/commit/a36f877fbf5fe679d8e9ca45fd7a500906742e5b
nhs has quit [Ping timeout: 264 seconds]
lambda-11235 has quit [Quit: Bye]
fendor has joined #nixos
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
<{^_^}> [nixpkgs] @roberth merged pull request #110707 → Bring back `types.functionTo` → https://git.io/JtZkZ
<{^_^}> [nixpkgs] @roberth pushed 6 commits to master: https://git.io/JtCgl
ManiacOfMadness has joined #nixos
cfricke has quit [Quit: WeeChat 3.0]
<ocharles> Is there a way to trace all paths copied into the store when nix-instantiate is called? I would also take just watching all store changes (I tried to do this with inotify tools)
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #110918 → ejabberd: 20.03 -> 20.12 [fixes build] → https://git.io/JtCgM
nhs has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110917 → loadlibrary: stdenv_32bit.lib -> lib, nodePackages: stdenv.lib -> lib → https://git.io/JtCzi
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtCgF
fendor has quit [Ping timeout: 260 seconds]
evax_ has quit [Ping timeout: 246 seconds]
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Mic92 merged pull request #110688 → python3.pkgs.umap-learn: 0.4.5 -> 0.5.0 (fix the build) → https://git.io/JtGxp
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/JtCgb
WilliButz has quit [Ping timeout: 264 seconds]
fendor_ is now known as fendor
nhs has quit [Ping timeout: 246 seconds]
mananamenos has quit [Read error: Connection reset by peer]
nwspk has quit [Ping timeout: 264 seconds]
ckauhaus has joined #nixos
evax_ has joined #nixos
meh` has joined #nixos
WilliButz has joined #nixos
<{^_^}> [nixpkgs] @r-burns opened pull request #110919 → androidenv: do not copy verbosely → https://git.io/JtC2E
<{^_^}> [nixpkgs] @Mic92 closed pull request #107119 → texlive: use python3 by default → https://git.io/JLlN0
<{^_^}> [nixpkgs] @Mic92 reopened pull request #107119 → texlive: use python3 by default → https://git.io/JLlN0
cfricke has joined #nixos
nwspk has joined #nixos
rauno has joined #nixos
nwspk has quit [Client Quit]
<{^_^}> [nixpkgs] @RCoeurjoly opened pull request #110920 → Change license of nix expression to reflect actual license of project. → https://git.io/JtC2S
<{^_^}> [nixpkgs] @ckauhaus merged pull request #110819 → [20.09] flink: 1.11.1 -> 1.11.3 → https://git.io/JtC2H
<{^_^}> [nixpkgs] @ckauhaus pushed 3 commits to release-20.09: https://git.io/JtC2Q
domogled has quit [Ping timeout: 256 seconds]
nwspk has joined #nixos
nhs has joined #nixos
Kozova1 has joined #nixos
<{^_^}> [nixpkgs] @claudiiii opened pull request #110921 → [20.09] keepassxc: 2.6.2 -> 2.6.3 → https://git.io/JtCaL
<{^_^}> [nixpkgs] @Mic92 merged pull request #109239 → qt5: Add debugging symbols in development builds → https://git.io/Jtvp6
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to staging: https://git.io/JtCaY
sangoma has joined #nixos
<{^_^}> [nixpkgs] @taku0 opened pull request #110922 → thunderbird, thunderbird-bin: 78.6.1 -> 78.7.0 [High security fixes] → https://git.io/JtCaO
cosimone has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
Lord_of_Life_ has joined #nixos
<evils> i've got lorri set up with direnv, is there a command that is equivalent to entering `lorri shell` and exiting? (to ensure the current direnv is up-to-date)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110894 → masscan: 1.3.0 -> 1.3.1 → https://git.io/JtcA1
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtCa2
Lord_of_Life has quit [Ping timeout: 246 seconds]
Lord_of_Life_ is now known as Lord_of_Life
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mananamenos has joined #nixos
malook has quit [Quit: malook]
enteee has joined #nixos
<{^_^}> [nixpkgs] @q3k opened pull request #110923 → xcode-install: init at 2.6.8 → https://git.io/JtCaS
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110909 → factorio: update all versions to 1.1.19 → https://git.io/JtC3P
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtCaQ
<{^_^}> [nixpkgs] @siraben opened pull request #110924 → treewide: remove implicit use of stdenv.lib → https://git.io/JtCaF
<{^_^}> [nixpkgs] @Ekleog merged pull request #101474 → openjdk15-bootstrap: fix i686 build → https://git.io/JTaEj
<{^_^}> [nixpkgs] @Ekleog pushed 3 commits to master: https://git.io/JtCVv
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108713 → enpass: fix working only with root privileges on KDE → https://git.io/JLxVi
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCVf
arahael2 is now known as Arahael
<{^_^}> [nixpkgs] @Mic92 merged pull request #110690 → tts: unstable-2020-06-17 -> 0.0.9 → https://git.io/JtGpe
gianarb1 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JtCVL
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/51ab96847f7 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
__monty__ has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/15a64b2facc (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nhs has joined #nixos
gianarb has quit [Ping timeout: 260 seconds]
<enteee> how can I build a stdenv which always calls the compiler with additional flags that i specify? i.e. -fsanitize=address.
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @dotlambda opened pull request #110925 → pythonPackages.isbnlib: 3.10.5 -> 3.10.6 → https://git.io/JtCVw
<{^_^}> [nixpkgs] @Mic92 merged pull request #110919 → androidenv: do not copy verbosely → https://git.io/JtC2E
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JtCVM
ManiacOfMadness has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @dotlambda opened pull request #110926 → abcmidi: 2021.01.21 -> 2021.01.25 → https://git.io/JtCVj
m0rphism1 has joined #nixos
hexagoxel has quit [Ping timeout: 256 seconds]
civodul has joined #nixos
nhs has joined #nixos
hexagoxel has joined #nixos
<attila_lendvai> so, there's no way to name default.nix somewhat less intrusively? e.g. .default.nix? it would be nice when i check them into random projects... not everyone is using nix
aaa__ has joined #nixos
<enteee> attila_lendvai: you can name your nix files however you want. It just won't be picked up by default using the cli utils.
nhs has quit [Ping timeout: 246 seconds]
<attila_lendvai> i know that, but that's rather inconvenient when using nix-shell
<enteee> not quite sure what you are asking for then.
<thibm> attila_lendvai: *if* you (and other developers/users) use direnv/lorri, you can name you file whatever you want and configure the .envrc file to use it, and it removes the need to use nix-shell manually
<attila_lendvai> thibm, excellent! thanks! i'll look into that. do you recommend lorri or direnv?
zupo has joined #nixos
<evils> attila_lendvai: i recommend using both (you can use direnv to set up the env with lorri on entering a directory)
<infinisil> Why would .default.nix help?
<infinisil> I personally can't recommend lorri
<{^_^}> [nixpkgs] @Izorkin opened pull request #110927 → nixos/qemu-guest-agent: fix start service → https://git.io/JtCrL
<{^_^}> [nix] @regnat pushed 3 commits to ca/properly-store-outputs: https://git.io/JtCrt
<evils> hidden default.nix presumably because just we're into weird stuff, doesn't mean everyone that uses the project has to be exposed to it? :P
<{^_^}> [nix] @regnat pushed 0 commits to ca/store-unresolved-outputs: https://git.io/JtCrO
nhs has joined #nixos
<infinisil> I never really liked the concept of hiding files fwiw
kalbasit has quit [Ping timeout: 272 seconds]
<infinisil> Losing all my minecraft worlds because I didn't transfer .minecraft because it was hidden doesn'r help ...
<evils> i think it has its place with things like .envrc, which is kinda only for those "in the know", but if for no other reason, i like [shell|default].nix as a subtle advertisement for nix
<{^_^}> [nix] @regnat pushed 0 commits to ca/properly-store-outputs: https://git.io/JtCra
aaa__ has quit [Ping timeout: 260 seconds]
<{^_^}> [nix] @edolstra pushed to master « Remove mkFlag() »: https://git.io/JtCrr
nhs has quit [Ping timeout: 264 seconds]
Boomerang has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #110797 → zen-kernels: 5.10.9 -> 5.10.10 → https://git.io/Jtn8y
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JtCrd
* attila_lendvai is rolling with lorri
cole-h has quit [Quit: Goodbye]
respawn_ has joined #nixos
<__monty__> infinisil: Why not a fan of lorri? It's the only sane way to use nix-shells if you use fish imo : )
<infinisil> __monty__: It's very hard to know whether the env is up-to-date
<ehmry> would be nice if nix would source some configuration from the current working dir, such as the build machines
<evils> yea that's my main issue with it, hence my previous question
<infinisil> If there's an error, i don't even think it gets reported
<__monty__> Ah, you must be talking about running lorri as a service.
<__monty__> I always have it in a window so I can check on it.
gianarb1 has quit [Ping timeout: 256 seconds]
<azazel> is there a way to distinguish between darwin or linux using the bare nix? i.e. to pin either the nixos or darwin channel?
<__monty__> Valid complaint about UX but it's so nice to use I don't mind. I don't even have it running most of the time cause I'm not constantly changing my shells, I'm using them to change other stuff : )
<infinisil> It still requires you to mentally track something else. "Do I need to wait until it's done because something relevant changed or not?"
aaa__ has joined #nixos
<__monty__> azazel: stdenv.isDarwin? And then return either a darwin or a linux pin?
ManiacOfMadness has joined #nixos
<__monty__> infinisil: Still better than being stuck waiting on evaluation imo. And the convenience of not being stuck with bash in and of itself is worth it to me.
<infinisil> While I'm not a fan of flakes either, their cached evaluation allows fast nix-shells without lorri, which I like a lot
<infinisil> That is, direnv + nix print-dev-env
<azazel> __monty__: you mean nixpkgs.stdenv.isDarwin, so I have to consult the current loaded nixpkgs....
<__monty__> But that's only for shells that have been built. Lorri means I don't have to wait until the shell is updated to get back to work.
<infinisil> azazel: builtins.currentSystem is the system nix is evaluated on
<azazel> infinisil: oh thanks!
gentauro has quit [Read error: Connection reset by peer]
<evils> honestly, the only reason i use lorri is because i like my pretty prompt and zsh autocompletion
<azazel> mmm nix print-dev-env gives me an error
gentauro has joined #nixos
<evils> __monty__: except if you want an up-to-date shell you still have to wait, and there's no way of knowing if your shell is up-to-date unless you run `lorri shell` and exit again?
<infinisil> evils: direnv on its own allows you to use zsh too btw
<__monty__> evils: I just look at `lorri daemon`'s output. It's not especially user-friendly output but it's plenty of feedback on the status of the evaluation.
<evils> infinisil: yea, but the lorri instructions include direnv, and why not set up the convenience, i'm lazy...
<infinisil> azazel: nix print-dev-env requires a working flake
<andi-> So, I got this MacBook Pro with an M1 for work now... how does Nix work on that? does it still require all kinds of compat layers or does it work natively?
<Ke> or maybe at all
<Ke> last time I heard, big sur just does not work yet reasonably
<azazel> infinisil: yep I see, I just updated nix yesterday and now executing nix help gives me a nice man page! yay
<Ke> I would assume that M1 would just work, once big sur works
<andi-> Ke: mhm, do we have the builder in hydra yet?
<evils> __monty__: but then i have to make sure i have lorri daemon running in a terminal somewhere, have to remember to check on it, at that point i prefer `nix-shell --run zsh`
<Arahael> i've taken a bit of a break from nix, but having got an M1, i think i would probably just use a linux vm for it. (parallels works nicely, if you get the beta).
kalbasit has joined #nixos
<Ke> andi-: I kind of assumed he want to do nix on macOS directly
<Ke> andi-: no idea
<Ke> just giving out cached reply
<Ke> cache may be out of date
<Arahael> Ke: it's rather painful as a lot of language compilers don't quite support it yet. do we still need to use nightlies for rust, go, etc?
<Ke> I remember seeing some wrapper scripts that created encrypted user controlled volume on /nix for earlier macOSes, but I think there were even some newer isseus
nhs has joined #nixos
<Arahael> Ke: gcc isnt supported yet either, iirc.
gianarb1 has joined #nixos
orivej has joined #nixos
<Arahael> Ke: big sur on intel would be easier.
<Ke> ok
nhs has quit [Ping timeout: 264 seconds]
Kozova1 has quit [Quit: Leaving]
ManiacOfMadness has quit [Ping timeout: 265 seconds]
vidbina has quit [Ping timeout: 272 seconds]
fuiltilt has quit [Quit: WeeChat 2.9]
<AWizzArd> I am using a Logitech K860 Ergo keyboard, and in Gnome I can attach it via Bluetooth. Works. However: every time when I restart the laptop (or wake it up from sleep) I have to connect the keyboard again.
<AWizzArd> Is there something that I could add to my configuration.nix (or something in Home-Manager) to let Gnome safe the connection and remember it the next time?
nhs has joined #nixos
<azazel> is there a direct installation script for nix 2.4preXXX ?
<__monty__> evils: You're free to prefer whatever you want, `nix-shell --run fish` doesn't cut it for me.
berberman_ has joined #nixos
berberman has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 260 seconds]
<__monty__> Last I heard nix was working fine on M1 macs, just with rosetta, not natively. Installation may still be a PITA though.
<jaexilgilroyPhil> There some tall southern guy in apartment 2111 apt 3e that keeps harassing me and calling the police 24/7
davidv7_ has quit [Remote host closed the connection]
davidv7 has joined #nixos
tarruda2 has joined #nixos
aaa__ has quit [Quit: Lost terminal]
hiro98 has quit [Ping timeout: 264 seconds]
respawn_ has quit [Quit: Leaving]
shlevy has joined #nixos
lsix1 has quit [Ping timeout: 264 seconds]
domogled has joined #nixos
<shlevy> niksnut around?
vidbina has joined #nixos
<{^_^}> [nixpkgs] @FlorianFranzen opened pull request #110928 → texmacs: 1.99.15 -> 1.99.18 → https://git.io/JtCic
nhs has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
vidbina has quit [Ping timeout: 246 seconds]
amerigo 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/JtCi7
<{^_^}> [nixpkgs] @github-actions[bot] pushed 45 commits to staging-next: https://git.io/JtCij
<{^_^}> [nixpkgs] @github-actions[bot] pushed 46 commits to staging: https://git.io/JtCPe
gianarb1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @NinjaTrappeur merged pull request #103138 → Pleroma-otp: init at 2.2.2 → https://git.io/Jkf8A
<{^_^}> [nixpkgs] @NinjaTrappeur pushed 4 commits to master: https://git.io/JtCP3
shlevy has quit [Quit: Connection closed]
cosimone has quit [Quit: cosimone]
gianarb1 has joined #nixos
nhs has joined #nixos
cfricke has quit [Ping timeout: 260 seconds]
<pinpox> https://www.sudo.ws/alerts/unescape_overflow.html Are the versions of sudo in nixpkgs being fixed in regard to that cve soon?
nhs has quit [Ping timeout: 246 seconds]
fl0_id has quit [Ping timeout: 240 seconds]
lsix1 has joined #nixos
Darkmatter66_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
fl0_id has joined #nixos
<__monty__> pinpox: Heard yesterday the fixes are already making their way through channels.
<{^_^}> [nixpkgs] @erictapen merged pull request #110790 → [20.09] sqlcipher: 4.4.0 -> 4.4.2 → https://git.io/JtncB
<{^_^}> [nixpkgs] @erictapen pushed commit from @dotlambda to release-20.09 « sqlcipher: 4.4.0 -> 4.4.2 »: https://git.io/JtCXU
<pinpox> nice
ericsagn1 has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #110754 → [20.09] wavpack: 5.3.0 -> 5.4.0 → https://git.io/JtZpV
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to staging-20.09: https://git.io/JtCXO
ericsagnes has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @dotlambda merged pull request #110758 → [20.09] groovy: 3.0.3 -> 3.0.7 → https://git.io/JtZjn
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to release-20.09: https://git.io/JtCXZ
vidbina has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #110774 → [20.09] p11-kit: 0.23.21 -> 0.23.22 → https://git.io/JtnIS
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to staging-20.09: https://git.io/JtCX8
<{^_^}> [nixpkgs] @dotlambda merged pull request #110795 → [20.09] cryptopp: 8.2.0 -> 8.4.0 → https://git.io/JtnW4
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to release-20.09: https://git.io/JtCX0
<{^_^}> [nixpkgs] @marsam opened pull request #110929 → jetbrains-mono: 2.221 -> 2.225 → https://git.io/JtCXu
<{^_^}> [nixpkgs] @nh2 opened pull request #110930 → amazon-ec2-utils: Merge with / replace ec2-utils → https://git.io/JtCXr
<{^_^}> [nixpkgs] @saschagrunert opened pull request #110931 → oci-seccomp-bpf-hook: v1.2.0 -> v1.2.1 → https://git.io/JtCXX
nhs has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #110771 → zz: install modules shipped with compiler → https://git.io/JtnT9
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JtCXy
lightandlight has quit [Quit: Connection closed for inactivity]
Boomerang has joined #nixos
kfiz has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #110932 → tfsec: 0.36.10 -> 0.37.1 → https://git.io/JtC1t
<bqv> pinpox: in -small, at least
zupo_ has joined #nixos
bitmapper has joined #nixos
zupo has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #110933 → gotop: 4.0.1 -> 4.1.0 → https://git.io/JtC1P
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JtC1X
kfiz has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/93c2261684e (from 18 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<attila_lendvai> so, back to the default.nix topic: lorri doesn't have a command line switch to specify the nix file.
nhs has joined #nixos
<evils> attila_lendvai: lorri shell --shell-file <nix_file>
<evils> that's an `l` in every word of my message...
<attila_lendvai> evils, oh, sorry, i only looked at the "toplevel" --help
ottidmes has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #110934 → nodejs: 10.23.1 -> 10.23.2, 15.6.0 -> 15.7.0 → https://git.io/JtCMq
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @erictapen opened pull request #110935 → [20.09] Revert: cryptopp: 8.2.0 -> 8.4.0 → https://git.io/JtCMw
<{^_^}> [nixpkgs] @Mic92 pushed to staging « Revert "Merge pull request #109239 from poelzi/qt-debug-symbols" »: https://git.io/JtCMb
virus_dave 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/JtCDs
<{^_^}> [nix] @domenkozar closed pull request #2277 → [WIP] add support for zstd compression → https://git.io/fbjnK
<{^_^}> [nixpkgs] @cdepillabout merged pull request #109059 → Adds Haskell generic builder argument modifier → https://git.io/JtvvE
<{^_^}> [nixpkgs] @cdepillabout pushed 3 commits to master: https://git.io/JtCDV
Daniel[15 has joined #nixos
WilliButz has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @thiagokokada opened pull request #110936 → clojure-lsp: 2021.01.20-01.39.32 -> 2021.01.26-22.35.27 → https://git.io/JtCDS
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nhs has joined #nixos
<{^_^}> [nix] @edolstra pushed to master « Add trace to build errors during import-from-derivation »: https://git.io/JtCy3
<{^_^}> [nixpkgs] @leenaars opened pull request #110937 → Sylk: 2.9.4 -> 3.0.0 → https://git.io/JtCyG
saschagrunert has quit [Remote host closed the connection]
WilliButz has joined #nixos
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @alesguzik opened pull request #110938 → obs-gstreamer: init at 0.2.1 → https://git.io/JtCyR
zupo has joined #nixos
davidv7 has quit [Remote host closed the connection]
davidv7 has joined #nixos
Boobuigi has left #nixos ["Farewell."]
hiro98 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<jaexilgilroyPhil> 67 South 4th Avenue, Mount Vernon, NY, US 10550
<jaexilgilroyPhil> http://www.goldenkrust.com/
Daniel[15 has left #nixos ["User left"]
<{^_^}> [nix] @regnat pushed 8 commits to ca/build-remote: https://git.io/JtCyo
<{^_^}> [nixpkgs] @veprbl merged pull request #107119 → texlive: use python3 by default → https://git.io/JLlN0
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to master: https://git.io/JtCyK
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/693c7cd0f7e (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/693c7cd0f7e (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<__monty__> ,locate bin dig
<{^_^}> Found in packages: bind.dnsutils
<{^_^}> [nixpkgs] @erictapen merged pull request #110935 → [20.09] Revert: cryptopp: 8.2.0 -> 8.4.0 → https://git.io/JtCMw
<{^_^}> [nixpkgs] @erictapen pushed 2 commits to release-20.09: https://git.io/JtCy6
<{^_^}> [nixpkgs] @dasj19 opened pull request #110939 → giara: init at 0.3 → https://git.io/JtCyi
<{^_^}> [nixpkgs] @marsam merged pull request #110932 → tfsec: 0.36.10 -> 0.37.1 → https://git.io/JtC1t
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JtCyP
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110924 → treewide: remove implicit use of stdenv.lib → https://git.io/JtCaF
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCyX
Mr_Cue has quit [Remote host closed the connection]
MrCue has joined #nixos
<{^_^}> [nix] @regnat pushed to ca/drvoutputs-commands « Add a new Cmd type working on RealisedPaths »: https://git.io/JtCyD
cfricke has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110936 → clojure-lsp: 2021.01.20-01.39.32 -> 2021.01.26-22.35.27 → https://git.io/JtCDS
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCSf
ottidmes has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #110730 → spdlog: propagate fmt → https://git.io/JtZzT
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JtCS8
sangoma has quit [Quit: WeeChat 3.0]
<evax_> supersandro2000: hi, you've been recommending I change `use stdenv.lib` to `use lib` in some of my PRs, do you mean adding `lib` as an attribute to the argument set?
nhs has joined #nixos
<azazel> Mic92: nice, thanks. Do you use flakes for new development environments?
<Mic92> azazel: sometimes. But quite often I also want collaborator having using their nix-shell setup.
selfsymmetric-mu has joined #nixos
<selfsymmetric-mu> Does anyone know how to install the Cabal 3.4.0.0 release candidate? I tried using cabal2nix but I ended up having dependency issues.
<Mic92> azazel: you might be interested in this as well: https://github.com/nix-community/nix-direnv#direnv-source_url
<{^_^}> [nixpkgs] @zimbatm merged pull request #110937 → Sylk: 2.9.4 -> 3.0.0 → https://git.io/JtCyG
<{^_^}> [nixpkgs] @zimbatm pushed 2 commits to master: https://git.io/JtCSj
<selfsymmetric-mu> Also, I didn't see one, but if there's a specific haskell/nix channel (ala #nixos-emacs) let me know and I'll join that one.
nhs has quit [Ping timeout: 256 seconds]
mbrgm has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JtC9O
mbrgm has joined #nixos
<Mic92> selfsymmetric-mu: I don't think we have one: https://nixos.wiki/wiki/Get_In_Touch#Chat there was a discourse channel for haskell so
<selfsymmetric-mu> Thanks Mic92!
<selfsymmetric-mu> That's a good reference.
<hexa-> selfsymmetric-mu: pretty sure the haskell people are on discord :/
<Mic92> selfsymmetric-mu: discord, not discourse
<selfsymmetric-mu> Alternatively, is there a way to install `ghcup`? That has a good facility for installing 3.4.0.0.
<selfsymmetric-mu> hexa-: Ah, that's a shame haha
<hexa-> maralorn: ^ :D
<gchristensen> ban *!*@gateway/shell/matrix.org/x-vigblrljjdfbrobh
jaexilgilroyPhil was banned on #nixos by gchristensen [*!*@gateway/shell/matrix.org/x-vigblrljjdfbrobh]
jaexilgilroyPhil has left #nixos [requested by gchristensen (jaexilgilroyPhil)]
<maralorn> selfsymmetric-mu: I personally am on Discord, but Discord does not have a way to configure the notifications in a way that I don‘t get too much false positives. So I get false negatives.
<maralorn> Regarding your question: Can you paste what you tried and how it failed?
<maralorn> I am pretty sure we have a working 3.4 somewhere, let me check.
amerigo has quit [Quit: Connection closed for inactivity]
<maralorn> Nope, I take it back. Don‘t think we have 3.4 yet.
nhs has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #110940 → jetbrains: updates → https://git.io/JtCHU
<maralorn> selfsymmetric-mu: Ah, no. there it is. pkgs.haskell.ghc901.cabal-install
<selfsymmetric-mu> maralorn: Yeah, that's my gripe with Discord as well. Thank you for helping me though! I have the pastebin somewhere…but let me try that package first. :D
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #109342 → nixos/wrappers: fix applying capabilities → https://git.io/Jtfpg
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JtCH3
<{^_^}> [nix] @regnat pushed to ca/drvoutputs-commands « Add a new Cmd type working on RealisedPaths »: https://git.io/JtCHR
nhs has quit [Ping timeout: 264 seconds]
<gchristensen> I can't seem to click and drag tabs in firefox in gnome on 20.09, anyone know what this might be about?
lsix1 has quit [Ping timeout: 264 seconds]
lsix1 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #85286 → meshcommander: init at 0.8.0-e → https://git.io/JfvB2
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JtCHw
a12l has left #nixos ["User left"]
<selfsymmetric-mu> maralorn: Ah, shame, my build of <unstable>.pkgs.haskell.packages.ghc901.cabal-install fails: https://pastie.io/raw/emnxfe
nhs has joined #nixos
<maralorn> selfsymmetric-mu: Well, you can try overriding assoc with a jailbreak.
<maralorn> <unstable>.pkgs.haskell.packages.ghc901.cabal-install.overrideScope (final: prev: { assoc = pkgs.haskell.lib.doJailbreak prev.assoc; })
<selfsymmetric-mu> maralorn: wow, cool
<{^_^}> [nixpkgs] @dotlambda merged pull request #110777 → [20.09] nanopb: 0.4.1 -> 0.4.4 → https://git.io/JtntF
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to release-20.09: https://git.io/JtCQf
nhs has quit [Ping timeout: 272 seconds]
<maralorn> selfsymmetric-mu: But peti is normally very keen on getting stuff like that running. So if it doesn‘t build, that is probably a sign that you will encounter an incompatibility that we can‘t fix without patching a lib by hand.
<maralorn> otoh, that might have been fixed since the last time he tried …
berberman_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
<selfsymmetric-mu> Yeah, it doesn't build. How can I politely make peti aware?
<leo60228> so, do i use nixos-unstable and deal with very frequent updates, backport updates i need myself, use both nixos-unstable and nixos-20.09 packages and deal with lots of redundancy, or wait for 21.03...
berberman has joined #nixos
<{^_^}> [nix] @regnat pushed 8 commits to ca/build-remote: https://git.io/JtCQ3
<maralorn> selfsymmetric-mu: Well, I think he is aware. You could open an issue, but I don‘t think that will make the process go faster. We will support ghc 9.0 when it's released and enough libraries are updated to work with it.
<maralorn> selfsymmetric-mu: The best way forward would be to open an issue against assoc.
_d0t has joined #nixos
<_d0t> ohai! Is it possible to not have a build directory removed after my build fails? I wanna inspect it.
<maralorn> But support rcs is something we can only do on best effort basis.
berberman has quit [Client Quit]
<leo60228> oh hm it's 21.05 now
berberman has joined #nixos
<selfsymmetric-mu> maralorn: Okay thank you, that's reasonable.
<leo60228> btw are there any plans for nixos lts releases?
<gchristensen> not really, it is very expensive to maintain such a thing
<gchristensen> and community interest in a 6monthly release is a lot of work already
<leo60228> makes sense
<maralorn> _d0t: --keep-failed
<leo60228> i just have nixos running on an rpi in production and updates are s l o w
<adisbladis> I think for an LTS to happen there needs to be a substantial amount of money coming in to some organisation that can support it
<_d0t> maralorn: thanks!
<leo60228> i wish nixbuild.net had aarch64-linux...
<gchristensen> adisbladis: right, and basically a contractual commitment (or prepayment) for 5 years of maintenance.
<adisbladis> Exactly this
<leo60228> wonder if i could hack smth together to use an ec2 spot instance as a nixbuild.net alternative
<leo60228> or just manually spin up a spot instance for an hour
<gchristensen> leo60228: https://github.com/stephank/lazyssh
<adisbladis> (I'm not a believer in LTS as a concept, but some people seem to be)
<gchristensen> adisbladis: I am of the opinion that LTS means paying a lot to purchase a big hunk of technical debt
<_d0t> gchristensen: it kinda works when your servers have about the same estimated life time as your OS (:
<_d0t> maralorn: how do I get the build directory path?
<_d0t> oh... never mind, got it
<adisbladis> gchristensen: Yep, same
<adisbladis> Long Term Stale
<adisbladis> Better deal with small breakages all the time and make that a part of your process
<gchristensen> +1
<maralorn> _d0t: I thin nix-build outputs it?
<maralorn> Otherwise `ls /tmp` ^^
<leo60228> gchristensen: that doesn't support spot instances though, does it?
<_d0t> maralorn: yeah, I found it in the output. It was just a whole lot of output to glance on.
<gchristensen> leo60228: I guess not, but I don't see why it couldn't
<leo60228> i'm tempted to just start a 1-hour c6g.metal instance
<leo60228> i get bare-metal 64-core 128GB RAM aarch64 for ~$1
<gchristensen> yeah they're pretty sweet
<gchristensen> maybe there is a way to guarantee they shut down so you don't get a surprise bill
<gchristensen> like an autoscaling group with a scale-down rule
<lordcirth> leo60228, is that on AWS?
<leo60228> yeah
<leo60228> gchristensen: well this is a spot instance
<leo60228> so it's cheaper and it'll auto-shutdown in an hour
<gchristensen> ah, right, I forgot spot instances had a valid-until field
<lordcirth> could you do those batch-compute things where it gets spun up whenever the price is below threshold?
respawn_ has joined #nixos
jonringer has joined #nixos
nhs has joined #nixos
gustavderdrache has joined #nixos
philr has quit [Ping timeout: 265 seconds]
sangoma has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
qyliss has quit [Quit: bye]
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #110941 → fluxcd: 0.6.3 -> 0.7.3 → https://git.io/JtC75
qyliss has joined #nixos
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @hrdinka merged pull request #110100 → mapnik: 3.0.23 -> 3.1.0 → https://git.io/JtqP4
<{^_^}> [nixpkgs] @hrdinka pushed 2 commits to master: https://git.io/JtC5T
<Ke> heh, triggered github abuse detection by trying to figure out which one follows the channel, release or nixos
<qyliss> nixos
vidbina has quit [Ping timeout: 256 seconds]
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
meh` has quit [Ping timeout: 240 seconds]
berberman has quit [Max SendQ exceeded]
<lordcirth> doesn't the channel follow the branch?
waleee-cl has joined #nixos
berberman has joined #nixos
<{^_^}> [nix] @shlevy opened pull request #4483 → Move command plugin interface to libnixcmd → https://git.io/JtC5C
sangoma has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
buckley310 has joined #nixos
zakame has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ivanbakel opened pull request #110942 → Add notifier configs to grafana provisioning → https://git.io/JtC5o
<leo60228> i now have 64 fast aarch64 cores, 256GB of RAM, and 50GB SSD running nixos-rebuild for me
<leo60228> build of '/nix/store/g1jg3fxym4krxb7vvyniq5804rnmlwcm-nix-2.4pre20210127_12de046.drv' on 'ssh://ec2-user@3.82.18.227' failed: error: --- Error --- nix-store
<leo60228> epic
zakame has joined #nixos
<leo60228> think it might be mad about me trying to use a remote 2.4 builder with 2.3 nix actually
<leo60228> gonna wait a decade for nix 2.4 to build locally i suppose
ambroisie has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
<bqv> Why are networks so complicated
berberman has joined #nixos
<dminuoso> So people like me get paid for solving networking problems?
<hyper_ch> what networks?
endformationage has joined #nixos
<lordcirth> If they ever got networks to work reliably, they'd trade it for more speed
<hyper_ch> I'm pretty sure ipv6 was invented for he reason give by dminuoso
fendor has quit [Remote host closed the connection]
<lordcirth> Nah, if IPv6 was implemented a decade earlier it'd be reliable by now, *and* p2p apps would work
<bqv> It does seem so
<dminuoso> The problem has nothing to with IPv6, honestly.
nhs has joined #nixos
<dminuoso> The protocol and its implementations are reliable, it's just that people suck at adoption.
<dminuoso> I mean IPv6 does have major design deficits, which could only be explained by a team of bored monkey kids, but I haven't seen unstable implementations of it..
<Dagger> a lot of the complexity comes from /not/ having v6...
<bqv> I know it just seems insane cause I don't understand it well enough, but I usually understand things pretty well, it really is complicated
fendor has joined #nixos
<dminuoso> IPv6 is not. :)
<bqv> I suppose I am trying to dual stack things so maybe ipv4's the issue
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JtCd4
<{^_^}> [nixpkgs] @ryantm merged pull request #110497 → mandelbulber: 2.23 -> 2.24 → https://git.io/Jt3BG
<Dagger> v6 isn't particularly complicated. it mostly works the same as v4 does -- you just don't think v4 is hard because you've spent twenty years using it
<bqv> But I can't realistically go full v6 in any sense can I
<dminuoso> Arguably, the lack of need to NAT in IPv6 *alone* makes it drastically simpler.
<dminuoso> bqv: depends on what you mean by "go full v6"
<gchristensen> one thing that makes ipv6 more complicated is that it doesn't work everywhere always
<dminuoso> We're an ISP, and the majority of our traffic already is carried in IPv6. :)
<Dagger> maybe you can. I have no v4 address on my desktop right now
<lordcirth> People don't implement IPv6, when they do they don't test it, and the problems arise when you try to use IPv6 and don't failover to IPv4 properly
<Dagger> I have NAT64, and it works for everything I use, so... no v4 necessary
<bqv> Been trying to get forwarding working with v6 over wireguard, having a nightmare, I thought this would be easy...
a7p[m] has joined #nixos
<dminuoso> Dagger: The most customer-friendly implementation Ive seen does DNS64+NAT64, then CGNAT on the v4 stack (for IPv4 literals), and plain IPv6 next to it.
nhs has quit [Ping timeout: 256 seconds]
<dminuoso> It's a pain in the ass to set up at scale for the ISP...
<dminuoso> That way, you have fall-back for IPv4 literals or when you want DNSSEC
<dminuoso> Then the more ISP friendly DNS64+NAT64 for the large bulk where it doesnt matter
ambroisie has joined #nixos
<lordcirth> Getting a /64 (!!) of static IPs as a residental customer is so amazing
virus_dave has quit [Quit: virus_dave]
genevino has quit [Remote host closed the connection]
<Dagger> you should be getting a /56 at *minimum* though, if not more like a /48
<lordcirth> meh, what's the difference? I have ~6 machines
<ar> dminuoso: most customer-friendly i've seen, was full dualstack; /56 ipv6 + 1 public ipv4
<Dagger> support for multiple networks
<Dagger> I mean... if /64 is all you're asking for then sure, but that had better not be the maximum the ISP will give
<ar> and my current isp doesn't do ipv6 at all
<ar> they don't even have prefixes assigned from RIPE
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110929 → jetbrains-mono: 2.221 -> 2.225 → https://git.io/JtCXu
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCdp
sangoma has joined #nixos
devalot has left #nixos ["ERC (IRC client for Emacs 27.1)"]
<{^_^}> [nixpkgs] @AmineChikhaoui opened pull request #110943 → sudo: 1.8.31 -> 1.9.5p2 → https://git.io/JtCFc
<{^_^}> [nix] @regnat pushed 3 commits to ca/store-unresolved-outputs: https://git.io/JtCFg
<dminuoso> ar: Well.. yeah..
<dminuoso> ar: Except this only works if you have more IPv4 addresses than customers.
<dminuoso> We do something in between
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110926 → abcmidi: 2021.01.21 -> 2021.01.25 → https://git.io/JtCVj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCFo
<dminuoso> We give you a CGNAT v4 and /48 v6, but you can request a public v4 at no surcharge (a simple call to our hotline, and it'll be done in a minute)
nhs has joined #nixos
<dminuoso> For the 90% of customers who dont need a public v4, it's fine. And the rest can still have one, and this model allows us to identify which customers actually need one.
<dminuoso> Conserving out precious public v4 space
<ar> dminuoso: i've dealt with one isp doing ds-lite (orange; poland), and i understand why that's necessary, it also was annoying - ssh died, sometimes after 5 or 10 minutes
nixuser_ has joined #nixos
<dminuoso> ar: Well its easy to work around ssh dying, just configure to send keepalives.
<dminuoso> ar: As for why.. assume we have 40,000 IPv4 addresses, but 60,000 customers...
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110918 → ejabberd: 20.03 -> 20.12 [fixes build] → https://git.io/JtCgM
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCFA
<dminuoso> The IPv4 well has dried up completely. There's no more IPv4. Nothing. Zilch.
<ar> yeah, i know the reasons behind it
<ar> well, doesn't afrinic still have some? ;)
<dminuoso> Sure, and some companies have a couple /8 too
<dminuoso> At the end, it would only delay the inevitable for a short period
nhs has quit [Ping timeout: 264 seconds]
* lukegb is sitting on a /22 which is... more than enough for me
<{^_^}> [nixpkgs] @bb2020 opened pull request #110944 → xkeysnail: init at 0.4.0 → https://git.io/JtCbk
<{^_^}> [nixpkgs] @06kellyjac opened pull request #110945 → starboard-octant-plugin: 0.8.0 -> 0.9.0 → https://git.io/JtCbs
Volk has joined #nixos
Volk has quit [Client Quit]
<{^_^}> [nixpkgs] @pmahoney opened pull request #110946 → qrcode: build on darwin → https://git.io/JtCbF
nixuser_ has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @ajs124 pushed to master « ejabberd: remove myself as maintainer »: https://git.io/JtCNZ
nhs has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4483 → Move command plugin interface to libnixcmd → https://git.io/JtC5C
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JtCNM
virus_dave has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @fishi0x01 opened pull request #110947 → vsh: 0.7.2 -> 0.8.0 → https://git.io/JtCNN
<{^_^}> [nixpkgs] @bb2020 opened pull request #110948 → discrete-scroll: cleanup → https://git.io/JtCAJ
Izorkin has quit [Ping timeout: 264 seconds]
Izorkin has joined #nixos
sss2 has joined #nixos
<azazel> Mic92: ayt? Do you know if it's possible to override the input of an input flake? i.e. this flake https://github.com/DavHau/mach-nix/blob/master/flake.nix seems to pin nixpkgs unstable but I want to pin 20.09... is it possible?
genevino has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/85abeab48b5 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<gchristensen> ^ has the sudo fix
ixxie has joined #nixos
<dutchie> azazel: you should be able to do `inputs.other_flake.inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09";`
nhs has joined #nixos
<azazel> dutchie: ah, I'll try, thanks
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/02a184883e4 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
robmyers has quit [Ping timeout: 240 seconds]
techtangents has quit [Ping timeout: 240 seconds]
evck_ has quit [Ping timeout: 240 seconds]
NemesisD has quit [Ping timeout: 240 seconds]
cbarrett has quit [Ping timeout: 244 seconds]
jlpeters has quit [Ping timeout: 244 seconds]
kaychaks has quit [Ping timeout: 244 seconds]
georgyo has quit [Ping timeout: 244 seconds]
sorear has quit [Ping timeout: 264 seconds]
kozowu has quit [Ping timeout: 264 seconds]
jackdk has quit [Ping timeout: 264 seconds]
sdier has quit [Ping timeout: 264 seconds]
carter has quit [Ping timeout: 264 seconds]
mankyKitty has quit [Ping timeout: 264 seconds]
gluegadget has quit [Ping timeout: 246 seconds]
joedevivo has quit [Ping timeout: 265 seconds]
HeN has quit [Ping timeout: 265 seconds]
rajivr has quit [Ping timeout: 260 seconds]
lally has quit [Ping timeout: 265 seconds]
davidtwco_ has quit [Ping timeout: 260 seconds]
etrepum has quit [Ping timeout: 260 seconds]
mitsuhiko has quit [Ping timeout: 260 seconds]
bn_work has quit [Ping timeout: 260 seconds]
SanchayanMaity has quit [Ping timeout: 260 seconds]
steveeJ has quit [Ping timeout: 260 seconds]
lvrp16 has quit [Ping timeout: 260 seconds]
kitemikaze has quit [Ping timeout: 260 seconds]
emilazy has quit [Ping timeout: 260 seconds]
davetapley has quit [Ping timeout: 272 seconds]
heatm1s3r has quit [Ping timeout: 272 seconds]
agander_m has quit [Ping timeout: 272 seconds]
taktoa[c] has quit [Ping timeout: 272 seconds]
valwal_ has quit [Ping timeout: 272 seconds]
dani- has quit [Ping timeout: 272 seconds]
manveru has quit [Ping timeout: 272 seconds]
nick_h has quit [Ping timeout: 272 seconds]
ghuntley has quit [Ping timeout: 272 seconds]
hamishmack has quit [Ping timeout: 272 seconds]
cz3 has quit [Ping timeout: 272 seconds]
cstrahan has quit [Ping timeout: 272 seconds]
illustris has quit [Ping timeout: 272 seconds]
mocker has quit [Ping timeout: 272 seconds]
parseval has quit [Ping timeout: 240 seconds]
diamondman has quit [Ping timeout: 240 seconds]
alanz has quit [Read error: Connection reset by peer]
gleber has quit [Read error: Connection reset by peer]
marcinkuzminski has quit [Read error: Connection reset by peer]
claudiii has quit [Read error: Connection reset by peer]
tnks has quit [Read error: Connection reset by peer]
blackriversoftwa has quit [Read error: Connection reset by peer]
c00w has quit [Read error: Connection reset by peer]
TheNumb has quit [Read error: Connection reset by peer]
ynotperez has quit [Read error: Connection reset by peer]
sneakweb_ has quit [Read error: Connection reset by peer]
angerman has quit [Read error: Connection reset by peer]
typetetris has quit [Write error: Connection reset by peer]
kfc has quit [Read error: Connection reset by peer]
srhb has quit [Read error: Connection reset by peer]
jbetz has quit [Read error: Connection reset by peer]
abbe has quit [Read error: Connection reset by peer]
webframp has quit [Read error: Connection reset by peer]
jmeredith has quit [Read error: Connection reset by peer]
ProofTechnique has quit [Read error: Connection reset by peer]
wildsebastian has quit [Write error: Connection reset by peer]
johanot has quit [Read error: Connection reset by peer]
dgpratt has quit [Read error: Connection reset by peer]
Theuni has quit [Read error: Connection reset by peer]
trevorriles has quit [Read error: Connection reset by peer]
mudri has quit [Read error: Connection reset by peer]
buggymcbugfix has quit [Read error: Connection reset by peer]
ajmcmiddlin has quit [Read error: Connection reset by peer]
newhoggy has quit [Read error: Connection reset by peer]
yrashk has quit [Read error: Connection reset by peer]
fnords has quit [Read error: Connection reset by peer]
aria has quit [Write error: Connection reset by peer]
chriscoffee has quit [Read error: Connection reset by peer]
christiaanb has quit [Read error: Connection reset by peer]
chessai has quit [Read error: Connection reset by peer]
oharvey has quit [Read error: Connection reset by peer]
cynthia_ has quit [Read error: Connection reset by peer]
bitmapper has quit [Read error: Connection reset by peer]
alunduil has quit [Read error: Connection reset by peer]
lukego has quit [Write error: Connection reset by peer]
nlofaro has quit [Write error: Connection reset by peer]
adamse has quit [Write error: Connection reset by peer]
pasukon has quit [Write error: Connection reset by peer]
aristid has quit [Read error: Connection reset by peer]
sam_w has quit [Read error: Connection reset by peer]
buckley310 has quit [Read error: Connection reset by peer]
mpickering has quit [Read error: Connection reset by peer]
midchildan has quit [Read error: Connection reset by peer]
thoughtpolice has quit [Read error: Connection reset by peer]
pittma has quit [Read error: Connection reset by peer]
vdemeester has quit [Write error: Connection reset by peer]
JadoJodo has quit [Write error: Connection reset by peer]
zot has quit [Write error: Connection reset by peer]
acertain has quit [Write error: Connection reset by peer]
joshmeredith has quit [Read error: Connection reset by peer]
Tritlo has quit [Write error: Connection reset by peer]
chrisaw has quit [Write error: Connection reset by peer]
jared-w has quit [Write error: Connection reset by peer]
nand0p has quit [Write error: Connection reset by peer]
zmacs has quit [Write error: Connection reset by peer]
bradparker has quit [Read error: Connection reset by peer]
philipcristiano has quit [Read error: Connection reset by peer]
wpcarro_ has quit [Write error: Connection reset by peer]
teozkr_ has quit [Write error: Connection reset by peer]
ctp has quit [Write error: Connection reset by peer]
ryjm has quit [Read error: Connection reset by peer]
d10n-work has quit [Write error: Connection reset by peer]
dvim has quit [Read error: Connection reset by peer]
betawaffle has quit [Write error: Connection reset by peer]
higherorder has quit [Write error: Connection reset by peer]
elvishjerricco has quit [Read error: Connection reset by peer]
feepo has quit [Write error: Connection reset by peer]
travv0 has quit [Write error: Connection reset by peer]
gausby has quit [Write error: Connection reset by peer]
nh2 has quit [Write error: Connection reset by peer]
rizary has quit [Read error: Connection reset by peer]
dsal has quit [Read error: Connection reset by peer]
visl has quit [Write error: Connection reset by peer]
pingveno has quit [Write error: Connection reset by peer]
raboof has quit [Write error: Connection reset by peer]
mgsk has quit [Read error: Connection reset by peer]
rpgwaiter has quit [Read error: Connection reset by peer]
johs has quit [Write error: Connection reset by peer]
jfhbrook has quit [Write error: Connection reset by peer]
r0bby has quit [Read error: Connection reset by peer]
bgupta has quit [Read error: Connection reset by peer]
lstanley has quit [Write error: Connection reset by peer]
jkkm has quit [Read error: Connection reset by peer]
waleee-cl has quit [Read error: Connection reset by peer]
dmj` has quit [Read error: Connection reset by peer]
SrPx has quit [Read error: Connection reset by peer]
grfn has quit [Read error: Connection reset by peer]
englishm has quit [Read error: Connection reset by peer]
omnigoat has quit [Read error: Connection reset by peer]
CustosLimen has quit [Read error: Connection reset by peer]
sudocurse has quit [Read error: Connection reset by peer]
victorbjelkholm has quit [Read error: Connection reset by peer]
rodarmor has quit [Read error: Connection reset by peer]
d1rewolf has quit [Write error: Connection reset by peer]
NekomimiScience has quit [Read error: Connection reset by peer]
hoek has quit [Write error: Connection reset by peer]
teehemkay has quit [Write error: Connection reset by peer]
prusnak has quit [Write error: Connection reset by peer]
eddyb[legacy] has quit [Ping timeout: 258 seconds]
zhaofeng has quit [Ping timeout: 258 seconds]
webframp has joined #nixos
newhoggy has joined #nixos
johanot has joined #nixos
ajmcmiddlin has joined #nixos
claudiii has joined #nixos
kozowu has joined #nixos
ryjm has joined #nixos
buggymcbugfix has joined #nixos
vdemeester has joined #nixos
yrashk has joined #nixos
elvishjerricco has joined #nixos
dgpratt has joined #nixos
abbe has joined #nixos
wildsebastian has joined #nixos
nh2 has joined #nixos
gausby has joined #nixos
robmyers has joined #nixos
mgsk has joined #nixos
higherorder has joined #nixos
xanderle_ has joined #nixos
scoates has quit [Ping timeout: 264 seconds]
jmercouris has quit [Ping timeout: 272 seconds]
hoek has joined #nixos
ATuin has quit [Ping timeout: 256 seconds]
mankyKitty has joined #nixos
mitsuhiko has joined #nixos
blackriversoftwa has joined #nixos
jmeredith has joined #nixos
chrisaw has joined #nixos
joshmeredith has joined #nixos
christiaanb has joined #nixos
xanderle has quit [Ping timeout: 264 seconds]
jbetz has joined #nixos
alunduil has joined #nixos
trevorriles has joined #nixos
bitmapper has joined #nixos
steveeJ has joined #nixos
raboof has joined #nixos
SrPx has joined #nixos
englishm has joined #nixos
jneto has quit [Ping timeout: 272 seconds]
lopsided98 has quit [Ping timeout: 240 seconds]
bn_work has joined #nixos
domogled has quit [Quit: domogled]
erasmas has joined #nixos
marcinkuzminski has joined #nixos
jfhbrook has joined #nixos
bgupta has joined #nixos
oharvey has joined #nixos
sdier has joined #nixos
rpgwaiter has joined #nixos
gleber has joined #nixos
srhb has joined #nixos
tnks has joined #nixos
pingveno has joined #nixos
ynotperez has joined #nixos
hamishmack has joined #nixos
alanz has joined #nixos
illustris has joined #nixos
lukego has joined #nixos
dvim has joined #nixos
sudocurse has joined #nixos
jneto has joined #nixos
carter has joined #nixos
r0bby has joined #nixos
tgamblin-llnl has joined #nixos
agander_m has joined #nixos
zmacs has joined #nixos
nlofaro has joined #nixos
georgyo has joined #nixos
mudri has joined #nixos
chessai has joined #nixos
parseval has joined #nixos
pittma has joined #nixos
kitemikaze has joined #nixos
chriscoffee has joined #nixos
fnords has joined #nixos
mocker has joined #nixos
Tritlo has joined #nixos
SanchayanMaity has joined #nixos
grfn has joined #nixos
pasukon has joined #nixos
dsal has joined #nixos
gluegadget has joined #nixos
betawaffle has joined #nixos
visl has joined #nixos
travv0 has joined #nixos
xanderle_ has quit [Ping timeout: 265 seconds]
d1rewolf has joined #nixos
JadoJodo has joined #nixos
taktoa[c] has joined #nixos
ctp has joined #nixos
nick_h has joined #nixos
thoughtpolice has joined #nixos
lally has joined #nixos
heatm1s3r has joined #nixos
teozkr_ has joined #nixos
jackdk has joined #nixos
angerman has joined #nixos
zot has joined #nixos
sam_w has joined #nixos
trevorriles has quit [Ping timeout: 264 seconds]
typetetris has joined #nixos
ghuntley has joined #nixos
davetapley has joined #nixos
teehemkay has joined #nixos
sneakweb_ has joined #nixos
valwal_ has joined #nixos
NekomimiScience has joined #nixos
sorear has joined #nixos
<{^_^}> [nixpkgs] @ajs124 merged pull request #110434 → redis: 6.0.6 -> 6.0.10 → https://git.io/JtO1y
manveru has joined #nixos
<{^_^}> [nixpkgs] @ajs124 pushed 2 commits to master: https://git.io/JtCxD
Theuni has joined #nixos
omnigoat has joined #nixos
nhs has quit [Ping timeout: 268 seconds]
Theuni is now known as Guest97848
lstanley has joined #nixos
cbarrett has joined #nixos
diamondman has joined #nixos
lopsided98 has joined #nixos
waleee-cl has joined #nixos
nhs has joined #nixos
cfricke has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110933 → gotop: 4.0.1 -> 4.1.0 → https://git.io/JtC1P
<{^_^}> [nixpkgs] @robintown opened pull request #110949 → matrix-synapse: 1.25.0 -> 1.26.0 → https://git.io/JtCxp
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCxh
ProofTechnique has joined #nixos
kfc has joined #nixos
etrepum has joined #nixos
bradparker has joined #nixos
jkkm has joined #nixos
wpcarro_ has joined #nixos
nand0p has joined #nixos
jlpeters has joined #nixos
emilazy has joined #nixos
aristid has joined #nixos
NemesisD has joined #nixos
TheNumb has joined #nixos
HeN has joined #nixos
buckley310 has joined #nixos
riksteri has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #106857 → nixos/acme: Fixes for account creation and remove tmpfiles usage → https://git.io/JIjJv
<{^_^}> [nixpkgs] @flokli pushed 10 commits to master: https://git.io/JtCpO
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110920 → saw-tools: update license → https://git.io/JtC2S
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @RCoeurjoly to master « saw-tools: update license (#110920) »: https://git.io/JtCpG
ahmedelgabri has quit [Ping timeout: 240 seconds]
scoates has joined #nixos
kfc has quit [Read error: Connection reset by peer]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110799 → nixos/disnix nixos/dysnomia: drop modules → https://git.io/Jtn4H
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCpE
jmercouris has joined #nixos
emilazy has quit [Ping timeout: 260 seconds]
nand0p has quit [Ping timeout: 260 seconds]
kfc has joined #nixos
jlpeters has quit [Max SendQ exceeded]
HeN has quit [Ping timeout: 272 seconds]
wpcarro_ has quit [Ping timeout: 264 seconds]
ProofTechnique has quit [Ping timeout: 264 seconds]
techtangents has joined #nixos
xanderle has joined #nixos
NemesisD has quit [Max SendQ exceeded]
c00w has joined #nixos
aria has joined #nixos
midchildan has joined #nixos
cstrahan has joined #nixos
kaychaks has joined #nixos
jared-w has joined #nixos
philipcristiano has joined #nixos
mpickering has joined #nixos
joedevivo has joined #nixos
johs has joined #nixos
prusnak has joined #nixos
davidtwco_ has joined #nixos
dani- has joined #nixos
acertain has joined #nixos
NemesisD has joined #nixos
eddyb[legacy] has joined #nixos
rizary has joined #nixos
feepo has joined #nixos
d10n-work has joined #nixos
ProofTechnique has joined #nixos
graf_blutwurst has quit [Quit: WeeChat 3.0]
rodarmor has joined #nixos
HeN has joined #nixos
victorbjelkholm has joined #nixos
CustosLimen has joined #nixos
dmj` has joined #nixos
jlpeters has joined #nixos
nand0p has joined #nixos
DanC has quit [Ping timeout: 264 seconds]
emilazy has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
wpcarro_ has joined #nixos
MrCue has quit [Remote host closed the connection]
nhs has quit [Ping timeout: 272 seconds]
ahmedelgabri has quit [Ping timeout: 264 seconds]
trevorriles has joined #nixos
MrCue has joined #nixos
lvrp16 has joined #nixos
rajivr has joined #nixos
zhaofeng has joined #nixos
adamse has joined #nixos
cz3 has joined #nixos
vidbina has joined #nixos
cynthia_ has joined #nixos
samhza has quit [Remote host closed the connection]
DanC has joined #nixos
samhza has joined #nixos
evck_ has joined #nixos
lsix1 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110788 → vscode-extensions.elmtooling.elm-ls-vscode: init at 2.0.1 → https://git.io/Jtnns
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtChq
eacameron has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110931 → linuxPackages.oci-seccomp-bpf-hook: 1.2.0 -> 1.2.1 → https://git.io/JtCXX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtChY
<eacameron> I'm sick of dealing with wayland incompatibilities. I'm on the default gnome gdm display manager. Can someone recommend an alternative?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109989 → postfix: 3.5.8 -> 3.5.9 → https://git.io/JttHF
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtCh3
<mpickering> In a nixos module, what is the pkgs argument? Is it just whatever `<nixpkgs>` points to?
<mpickering> or it like the `config` argument
<clever> one min
<clever> mpickering: _module.args lets any module add args that get passed to every module
lsix1 has joined #nixos
<clever> mpickering: by default, it gets nixpkgs from ../../.. (the root of a nixpkgs, that the nixos/default.nix came from)
Boomerang has quit [Ping timeout: 260 seconds]
<mpickering> I suppose what I want to know is how to add a package so it appears in the `pkgs` argument
nhs has joined #nixos
<supersandro2000> evax_: I don't always comment that but it is required.
<clever> mpickering: nixpkgs.overlays
<clever> mpickering: misc/nixpkgs.nix will apply those overlays as it loads its neighboring nixpkgs copy
mkaito has joined #nixos
<mpickering> ok, then it will pass the modified `pkgs` to any `imports` as well?
Qwerky has quit [Remote host closed the connection]
<clever> mpickering: yep
<clever> mpickering: the module system is doing some fun fixed-point stuff, where you are receiving your own return value as an argument
etrepum has quit [Read error: Connection reset by peer]
buckley310 has quit [Read error: Connection reset by peer]
TheNumb has quit [Read error: Connection reset by peer]
evck_ has quit [Read error: Connection reset by peer]
cynthia_ has quit [Read error: Connection reset by peer]
zhaofeng has quit [Read error: Connection reset by peer]
nand0p has quit [Read error: Connection reset by peer]
wpcarro_ has quit [Read error: Connection reset by peer]
adamse has quit [Read error: Connection reset by peer]
trevorriles has quit [Read error: Connection reset by peer]
aristid has quit [Read error: Connection reset by peer]
bradparker has quit [Read error: Connection reset by peer]
rajivr has quit [Read error: Connection reset by peer]
NemesisD has quit [Write error: Connection reset by peer]
emilazy has quit [Read error: Connection reset by peer]
dmj` has quit [Read error: Connection reset by peer]
ProofTechnique has quit [Read error: Connection reset by peer]
jkkm has quit [Read error: Connection reset by peer]
nhs has quit [Ping timeout: 246 seconds]
jlpeters has quit [Read error: Connection reset by peer]
d10n-work has quit [Read error: Connection reset by peer]
<clever> mpickering: basically, its using some fun magic to be able to merge the .options and .config that every module returns, and then pass the merged result back into every module
HeN has quit [Read error: Connection reset by peer]
cz3 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #110948 → discrete-scroll: cleanup → https://git.io/JtCAJ
TheNumb has joined #nixos
zhaofeng has joined #nixos
trevorriles has joined #nixos
NemesisD has joined #nixos
nand0p has joined #nixos
rajivr has joined #nixos
evck_ has joined #nixos
bradparker has joined #nixos
adamse has joined #nixos
cynthia_ has joined #nixos
emilazy has joined #nixos
wpcarro_ has joined #nixos
ProofTechnique has joined #nixos
jkkm has joined #nixos
jlpeters has joined #nixos
HeN has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
dmj` has joined #nixos
zebrag has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace closed pull request #110943 → [release-20.03] sudo: 1.8.31 -> 1.9.5p2 → https://git.io/JtCFc
buckley310 has joined #nixos
cz3 has joined #nixos
d10n-work has joined #nixos
jared-w has quit [Ping timeout: 265 seconds]
ryjm has quit [Ping timeout: 264 seconds]
joshmeredith has quit [Read error: Connection reset by peer]
JadoJodo has quit [Read error: Connection reset by peer]
vdemeester has quit [Read error: Connection reset by peer]
bn_work has quit [Read error: Connection reset by peer]
r0bby has quit [Write error: Connection reset by peer]
davetapley has quit [Read error: Connection reset by peer]
eacameron has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
jared-w has joined #nixos
ahmedelgabri has joined #nixos
davetapley has joined #nixos
philipcristiano has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #108544 → qemu-guest: remove security.rngd setting → https://git.io/JLNwe
<{^_^}> [nixpkgs] @teto pushed commit from @erikarvstedt to master « qemu-guest: remove security.rngd setting »: https://git.io/JtCj7
ahmedelgabri has quit [Ping timeout: 264 seconds]
r0bby has joined #nixos
<{^_^}> [nixpkgs] @LeSuisse opened pull request #110950 → [20.09] varnishPackages: general version bumps to fix CVE-2020-11653 → https://git.io/JtWef
hiro98 has quit [Quit: hiro98]
hiro99 has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
JadoJodo has joined #nixos
hiro99 is now known as hiro98
Lord_of_Life has quit [Read error: Connection reset by peer]
Lord_of_Life has joined #nixos
riksteri has quit [Quit: riksteri]
vdemeester has joined #nixos
eacameron has joined #nixos
joshmeredith has joined #nixos
gianarb1 has quit [Ping timeout: 265 seconds]
aristid has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
respawn_ has quit [Quit: Leaving]
vdemeester has quit [Read error: Connection reset by peer]
philipcristiano has joined #nixos
Izorkin has joined #nixos
ahmed_elgabri has joined #nixos
ahmedelgabri has joined #nixos
eacameron has quit [Ping timeout: 272 seconds]
joshmeredith has quit [Ping timeout: 264 seconds]
KarlJoad has joined #nixos
<KarlJoad> How do I get access to texdoc? I always get "texdoc error: No texlive.tlpdb nor shipped tlpdb data found."
nhs has joined #nixos
malook has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
vdemeester 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/JtWva
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
ryjm has joined #nixos
<{^_^}> [nixpkgs] @rapenne-s opened pull request #110951 → Add/aws mfa → https://git.io/JtWvS
<bitmapper> hmm, i added b43 firmware to hardware.firmware, but it's not appearing in /run/current-system/firmware
<{^_^}> [nixpkgs] @rapenne-s closed pull request #98851 → geomyidae: init at 0.34 → https://git.io/JUVsV
joshmeredith has joined #nixos
eacameron has joined #nixos
fendor_ has joined #nixos
Lord_of_Life has quit [Excess Flood]
Lord_of_Life has joined #nixos
ahmedelgabri has joined #nixos
ahmed_elgabri has joined #nixos
<simukis_> how does one obtain vendorSha256 for the buildGoModule
rajivr has quit [Quit: Connection closed for inactivity]
sangoma has joined #nixos
illustris has quit [Read error: Connection reset by peer]
fendor has quit [Ping timeout: 256 seconds]
emilazy has quit [Ping timeout: 264 seconds]
illustris has joined #nixos
pingveno has quit [Read error: Connection reset by peer]
omnigoat has quit [Ping timeout: 265 seconds]
TheNumb has quit [Read error: Connection reset by peer]
ProofTechnique has quit [Read error: Connection reset by peer]
NekomimiScience has quit [Read error: Connection reset by peer]
higherorder has quit [Read error: Connection reset by peer]
pingveno has joined #nixos
wildsebastian has quit [Read error: Connection reset by peer]
jlpeters has quit [Read error: Connection reset by peer]
jbetz has quit [Read error: Connection reset by peer]
angerman has quit [Read error: Connection reset by peer]
TheNumb has joined #nixos
bn_work has joined #nixos
saschagrunert has quit [Remote host closed the connection]
emilazy has joined #nixos
NekomimiScience has joined #nixos
jlpeters has joined #nixos
jbetz has joined #nixos
higherorder has joined #nixos
wildsebastian has joined #nixos
angerman has joined #nixos
ProofTechnique has joined #nixos
omnigoat has joined #nixos
ManiacOfMadness has quit [Ping timeout: 272 seconds]
mkaito has quit [Quit: WeeChat 3.0]
<NobbZ[m]> simukis_ as you discover any sha. Use `lib.fakeSha256`, the build and use sha from error
midchildan has quit [Read error: Connection reset by peer]
thoughtpolice has quit [Read error: Connection reset by peer]
Tritlo has quit [Ping timeout: 256 seconds]
raboof has quit [Ping timeout: 256 seconds]
nick_h has quit [Read error: Connection reset by peer]
gluegadget has quit [Read error: Connection reset by peer]
midchildan has joined #nixos
thoughtpolice has joined #nixos
acertain has quit [Read error: Connection reset by peer]
eddyb[legacy] has quit [Read error: Connection reset by peer]
nand0p has quit [Read error: Connection reset by peer]
dmj` has quit [Read error: Connection reset by peer]
lvrp16 has quit [Read error: Connection reset by peer]
zot has quit [Read error: Connection reset by peer]
mpickering has quit [Ping timeout: 265 seconds]
nick_h has joined #nixos
gluegadget has joined #nixos
nand0p has joined #nixos
acertain has joined #nixos
zot has joined #nixos
mpickering has joined #nixos
eddyb[legacy] has joined #nixos
Tritlo has joined #nixos
etrepum has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
lvrp16 has joined #nixos
raboof has joined #nixos
<simukis_> huh, previously I did try with just random sha (like "000...000") and it would still explode all by itself...
<simukis_> but its not exploding as hard with lib.fakeSha256
aveltras has joined #nixos
dmj` has joined #nixos
dadada_ has quit [Quit: WeeChat 2.9]
<simukis_> thanks!
dadada_ has joined #nixos
scoates has quit [Ping timeout: 256 seconds]
gianarb1 has joined #nixos
ManiacOfMadness has joined #nixos
<NobbZ[m]> 52 times 0 is the same as using the fakesha
Qwerky has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
ahmed_elgabri has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @LeSuisse opened pull request #110952 → libqb: 0.17.2 -> 2.0.2 → https://git.io/JtWJc
gianarb1 has quit [Ping timeout: 264 seconds]
d3od has joined #nixos
<lordcirth> simukis_, you probably had the wrong number of 0's.
dadada_ has quit [Quit: WeeChat 2.9]
dadada_ has joined #nixos
<simukis_> maybe, but it didn't say so explicitly (which it does for other uses of it)
<simukis_> instead it was behaving as if `vendorSha256 = null` was set.
Qwerky has quit [Ping timeout: 256 seconds]
mpickering has quit [Ping timeout: 264 seconds]
nick_h has quit [Read error: Connection reset by peer]
NekomimiScience has quit [Read error: Connection reset by peer]
angerman has quit [Read error: Connection reset by peer]
etrepum has quit [Read error: Connection reset by peer]
midchildan has quit [Read error: Connection reset by peer]
acertain has quit [Read error: Connection reset by peer]
gluegadget has quit [Ping timeout: 260 seconds]
jlpeters has quit [Ping timeout: 260 seconds]
emilazy has quit [Read error: Connection reset by peer]
higherorder has quit [Write error: Connection reset by peer]
zot has quit [Read error: Connection reset by peer]
thoughtpolice has quit [Read error: Connection reset by peer]
nand0p has quit [Read error: Connection reset by peer]
wildsebastian has quit [Read error: Connection reset by peer]
ProofTechnique has quit [Read error: Connection reset by peer]
jbetz has quit [Read error: Connection reset by peer]
TheNumb has quit [Read error: Connection reset by peer]
illustris has quit [Read error: Connection reset by peer]
Tritlo has quit [Read error: Connection reset by peer]
lvrp16 has quit [Read error: Network is unreachable]
pingveno has quit [Write error: Connection reset by peer]
omnigoat has quit [Read error: Connection reset by peer]
eddyb[legacy] has quit [Read error: Connection reset by peer]
raboof has quit [Read error: Connection reset by peer]
<__monty__> I'm packaging a bash script. Have "less" as a buildInput but when running the script I get "line 2318: less -R: command not found
<__monty__> Do I need to wrap the bash script?
d3od has quit [Remote host closed the connection]
evanjs has quit [Read error: Connection reset by peer]
d3od has joined #nixos
bn_work has quit [Ping timeout: 272 seconds]
<lordcirth> __monty__, I think the usual thing is to have Nix replace "less" with "${less}/bin/less"
dmj` has quit [Ping timeout: 260 seconds]
evanjs has joined #nixos
<__monty__> Yeah, I figured the default patchPhase would take care of that?
aveltras has quit [Ping timeout: 260 seconds]
bitmapper has quit [Ping timeout: 260 seconds]
techtangents has quit [Read error: Connection reset by peer]
oharvey has quit [Read error: Connection reset by peer]
zhaofeng has quit [Read error: Connection reset by peer]
blackriversoftwa has quit [Read error: Connection reset by peer]
mocker has quit [Read error: Connection reset by peer]
c00w has quit [Read error: Connection reset by peer]
cz3 has quit [Ping timeout: 272 seconds]
fnords has quit [Read error: Connection reset by peer]
dsal has quit [Read error: Connection reset by peer]
kitemikaze has quit [Read error: Connection reset by peer]
NemesisD has quit [Ping timeout: 246 seconds]
ajmcmiddlin has quit [Write error: Connection reset by peer]
cstrahan has quit [Read error: Connection reset by peer]
teehemkay has quit [Read error: Connection reset by peer]
chessai has quit [Read error: Connection reset by peer]
prusnak has quit [Read error: Connection reset by peer]
aria has quit [Read error: Connection reset by peer]
cynthia_ has quit [Read error: Connection reset by peer]
pasukon has quit [Read error: Connection reset by peer]
d10n-work has quit [Read error: Connection reset by peer]
hoek has quit [Read error: Connection reset by peer]
lukego has quit [Read error: Connection reset by peer]
etrepum has joined #nixos
oharvey has joined #nixos
blackriversoftwa has joined #nixos
techtangents has joined #nixos
<__monty__> Or the fixupPhase.
angerman has joined #nixos
fnords has joined #nixos
mpickering has joined #nixos
gluegadget has joined #nixos
ajmcmiddlin has joined #nixos
teehemkay has joined #nixos
cstrahan has joined #nixos
jbetz has joined #nixos
emilazy has joined #nixos
cz3 has joined #nixos
dsal has joined #nixos
chessai has joined #nixos
NemesisD has joined #nixos
TheNumb has joined #nixos
higherorder has joined #nixos
pasukon has joined #nixos
eddyb[legacy] has joined #nixos
zhaofeng has joined #nixos
illustris has joined #nixos
c00w has joined #nixos
kitemikaze has joined #nixos
mocker has joined #nixos
pingveno has joined #nixos
jlpeters has joined #nixos
wildsebastian has joined #nixos
Tritlo has joined #nixos
NekomimiScience has joined #nixos
lvrp16 has joined #nixos
bitmapper has joined #nixos
acertain has joined #nixos
ProofTechnique has joined #nixos
cynthia_ has joined #nixos
omnigoat has joined #nixos
prusnak has joined #nixos
aria has joined #nixos
raboof has joined #nixos
zot has joined #nixos
lukego has joined #nixos
aveltras has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
d10n-work has joined #nixos
hoek has joined #nixos
nick_h has joined #nixos
midchildan has joined #nixos
scoates has joined #nixos
thoughtpolice has joined #nixos
<bqv> Not mid-build
zebrag has quit [Quit: Konversation terminated!]
bn_work has joined #nixos
nand0p has joined #nixos
zebrag has joined #nixos
dadada_ has quit [Quit: WeeChat 2.9]
dadada_ has joined #nixos
dmj` has joined #nixos
d3od has quit [Remote host closed the connection]
malook has quit [Quit: malook]
lsix1 has quit [Ping timeout: 272 seconds]
<__monty__> bqv: This is in a nix-shell, so after the build afaiu?
<bqv> Nope, shells are also mid-build :p
<bqv> Well, mid build of the shell env, the build inputs are done ofc
<lordcirth> right, so if the script is a build input
<jasom> how do setuid binaries work in nixos; e.g. with the sudo issue, do I need to purge the old sudo from the nix store to not be vulnerable?
<lordcirth> jasom, nothing in the store can be setuid; sudo gets copied to a setuid version
<bqv> Only the current system's binaries are setuid, in /run/wrappers
<jasom> thanks lordcirth bqv
<bqv> Once you're up to date you're safe (?)
<__monty__> bqv: nix-shell -p mypackage, not nix-shell -A
TheNumb has quit [Read error: Connection reset by peer]
emilazy has quit [Write error: Connection reset by peer]
techtangents has quit [Read error: Connection reset by peer]
cynthia_ has quit [Read error: Connection reset by peer]
zhaofeng has quit [Read error: Connection reset by peer]
c00w has quit [Read error: Connection reset by peer]
nand0p has quit [Read error: Connection reset by peer]
nick_h has quit [Ping timeout: 260 seconds]
illustris has quit [Ping timeout: 260 seconds]
NekomimiScience has quit [Ping timeout: 260 seconds]
ProofTechnique has quit [Ping timeout: 260 seconds]
zot has quit [Ping timeout: 260 seconds]
fnords has quit [Read error: Connection reset by peer]
lukego has quit [Read error: Connection reset by peer]
etrepum has quit [Read error: Connection reset by peer]
blackriversoftwa has quit [Read error: Connection reset by peer]
kitemikaze has quit [Read error: Connection reset by peer]
prusnak has quit [Read error: Connection reset by peer]
aria has quit [Read error: Connection reset by peer]
thoughtpolice has quit [Read error: Connection reset by peer]
oharvey has quit [Read error: Connection reset by peer]
mocker has quit [Read error: Connection reset by peer]
cstrahan has quit [Write error: Connection reset by peer]
Tritlo has quit [Read error: Connection reset by peer]
wildsebastian has quit [Read error: Connection reset by peer]
ajmcmiddlin has quit [Read error: Connection reset by peer]
jlpeters has quit [Read error: Connection reset by peer]
dsal has quit [Write error: Connection reset by peer]
chessai has quit [Write error: Connection reset by peer]
bitmapper has quit [Read error: Connection reset by peer]
mpickering has quit [Read error: Connection reset by peer]
gluegadget has quit [Read error: Connection reset by peer]
jbetz has quit [Write error: Connection reset by peer]
angerman has quit [Read error: Connection reset by peer]
midchildan has quit [Read error: Connection reset by peer]
teehemkay has quit [Read error: Connection reset by peer]
NemesisD has quit [Read error: Connection reset by peer]
pasukon has quit [Read error: Connection reset by peer]
aveltras has quit [Read error: Connection reset by peer]
pingveno has quit [Write error: Connection reset by peer]
higherorder has quit [Read error: Connection reset by peer]
cz3 has quit [Read error: Connection reset by peer]
acertain has quit [Read error: Connection reset by peer]
TheNumb has joined #nixos
oharvey has joined #nixos
hoek has quit [Ping timeout: 260 seconds]
aria has joined #nixos
aveltras has joined #nixos
NemesisD has joined #nixos
gluegadget has joined #nixos
eddyb[legacy] has quit [Ping timeout: 272 seconds]
bn_work has quit [Ping timeout: 260 seconds]
omnigoat has quit [Ping timeout: 260 seconds]
<eacameron> Has sudo been patched with the vuln fix??
dmj` has quit [Ping timeout: 265 seconds]
d10n-work has quit [Ping timeout: 264 seconds]
raboof has quit [Ping timeout: 264 seconds]
scoates has quit [Ping timeout: 272 seconds]
lvrp16 has quit [Ping timeout: 272 seconds]
teehemkay has joined #nixos
<lordcirth> eacameron, yes
<{^_^}> [nixpkgs] @github-actions[bot] pushed 63 commits to staging-next: https://git.io/JtWUE
<{^_^}> [nixpkgs] @github-actions[bot] pushed 64 commits to staging: https://git.io/JtWUu
zupo has quit [Ping timeout: 240 seconds]
<__monty__> What confuses me further is that the nix-shell does have less available. And it's not as if bash scripts are automatically wrapped with a scrubbed PATH. So how can the script fail to find less?
jneto has quit [Ping timeout: 272 seconds]
kitemikaze has joined #nixos
<__monty__> Maybe it's trying to find a command literally named "less -R'?
<eacameron> lordcirth: Whew thanks.
<lordcirth> __monty__, well, look at the script? It printed the line number
etrepum has joined #nixos
<AWizzArd> I am using a Logitech K860 Ergo keyboard, and in Gnome I can attach it via Bluetooth. Works. However: every time when I restart the laptop (or wake it up from sleep) I have to connect the keyboard again.
cynthia_ has joined #nixos
<AWizzArd> Is there something that I could add to my configuration.nix (or something in Home-Manager) to let Gnome safe the connection and remember it the next time?
<__monty__> lordcirth: I did but it's a mess of conditionals. My hunch/close read of the error message was right though. It's because I have Pager='less -R' set.
techtangents has joined #nixos
mpickering has joined #nixos
chessai has joined #nixos
zhaofeng has joined #nixos
fnords has joined #nixos
mocker has joined #nixos
illustris has joined #nixos
thoughtpolice has joined #nixos
zot has joined #nixos
ProofTechnique has joined #nixos
work_ has joined #nixos
bitmapper has joined #nixos
nick_h has joined #nixos
ajmcmiddlin has joined #nixos
pasukon has joined #nixos
acertain has joined #nixos
NekomimiScience has joined #nixos
Tritlo has joined #nixos
dsal has joined #nixos
jneto has joined #nixos
cz3 has joined #nixos
angerman has joined #nixos
higherorder has joined #nixos
c00w has joined #nixos
eddyb[legacy] has joined #nixos
prusnak has joined #nixos
wildsebastian has joined #nixos
zupo has joined #nixos
lvrp16 has joined #nixos
MrCue has quit [Remote host closed the connection]
scoates has joined #nixos
nand0p has joined #nixos
emilazy has joined #nixos
MrCue has joined #nixos
dmj` has joined #nixos
blackriversoftwa has joined #nixos
lukego has joined #nixos
midchildan has joined #nixos
jlpeters has joined #nixos
jbetz has joined #nixos
cstrahan has joined #nixos
pingveno has joined #nixos
d10n-work has joined #nixos
raboof has joined #nixos
hoek has joined #nixos
omnigoat has joined #nixos
jess has quit [Quit: updates]
jess has joined #nixos
<Mic92> azazel: yes
Darkmatter66 has joined #nixos
Guest97848 is now known as theuni
<azazel> ah, nice! how did you found this out? :-)
<Mic92> azazel: I think I saw this in some issue. but I also documented it here: https://nixos.wiki/wiki/Flakes
nhs has joined #nixos
<Mic92> I also made a talk about it: https://nixos.wiki/wiki/Flakes
<Mic92> wrong link
<judson> What's the situation on the sudo CVE in 20.03?
nhs has quit [Ping timeout: 256 seconds]
<Mic92> Probably worth a backport
nhs has joined #nixos
gianarb1 has joined #nixos
vidbina has quit [Ping timeout: 265 seconds]
techtangents has quit [Read error: Connection reset by peer]
nhs has quit [Ping timeout: 256 seconds]
emilazy has quit [Read error: Connection reset by peer]
zhaofeng has quit [Read error: Connection reset by peer]
NekomimiScience has quit [Read error: Connection reset by peer]
nand0p has quit [Read error: Connection reset by peer]
ProofTechnique has quit [Ping timeout: 265 seconds]
ajmcmiddlin has quit [Ping timeout: 265 seconds]
prusnak has quit [Read error: Connection reset by peer]
spacekookie_ has joined #nixos
fnords has quit [Read error: Connection reset by peer]
pingveno has quit [Read error: Connection reset by peer]
illustris has quit [Read error: Connection reset by peer]
c00w has quit [Read error: Connection reset by peer]
lvrp16 has quit [Ping timeout: 260 seconds]
jlpeters has quit [Ping timeout: 260 seconds]
blackriversoftwa has quit [Read error: Connection reset by peer]
pasukon has quit [Read error: Connection reset by peer]
thoughtpolice has quit [Read error: Connection reset by peer]
jbetz has quit [Read error: Connection reset by peer]
dsal has quit [Read error: Connection reset by peer]
mocker has quit [Write error: Connection reset by peer]
chessai has quit [Read error: Connection reset by peer]
acertain has quit [Read error: Connection reset by peer]
bitmapper has quit [Read error: Connection reset by peer]
Tritlo has quit [Write error: Connection reset by peer]
midchildan has quit [Read error: Connection reset by peer]
mpickering has quit [Read error: Connection reset by peer]
nick_h has quit [Read error: Connection reset by peer]
work_ has quit [Read error: Connection reset by peer]
cstrahan has quit [Read error: Connection reset by peer]
dmj` has quit [Read error: Connection reset by peer]
angerman has quit [Write error: Connection reset by peer]
higherorder has quit [Read error: Connection reset by peer]
omnigoat has quit [Read error: Connection reset by peer]
d10n-work has quit [Write error: Connection reset by peer]
eddyb[legacy] has quit [Read error: Connection reset by peer]
hoek has quit [Read error: Connection reset by peer]
lukego has quit [Read error: Connection reset by peer]
cz3 has quit [Read error: Connection reset by peer]
raboof has quit [Read error: Connection reset by peer]
zot has quit [Read error: Connection reset by peer]
nhs has joined #nixos
berberman_ has joined #nixos
tad-lispy[m] has quit [Ping timeout: 260 seconds]
TheWizardTower[m has quit [Ping timeout: 260 seconds]
nujabells[m] has quit [Ping timeout: 260 seconds]
rschulman has quit [Ping timeout: 260 seconds]
creme[m] has quit [Ping timeout: 260 seconds]
enblanco[m] has quit [Ping timeout: 260 seconds]
jgart[m] has quit [Ping timeout: 260 seconds]
Wraul[m] has quit [Ping timeout: 260 seconds]
matthewkenigsber has quit [Ping timeout: 260 seconds]
anzbev[m] has quit [Ping timeout: 260 seconds]
wenngle[m] has quit [Ping timeout: 260 seconds]
totoroot[m] has quit [Ping timeout: 260 seconds]
artturin has quit [Ping timeout: 260 seconds]
glowpelt has quit [Ping timeout: 260 seconds]
leonardp has quit [Ping timeout: 260 seconds]
work_ has joined #nixos
pisquo[m] has quit [Ping timeout: 260 seconds]
rycee has quit [Ping timeout: 260 seconds]
l-as has quit [Ping timeout: 260 seconds]
jbal[m] has quit [Ping timeout: 260 seconds]
xeron832 has quit [Ping timeout: 260 seconds]
colemickens has quit [Ping timeout: 260 seconds]
spacekookie has quit [Ping timeout: 260 seconds]
pikajude has quit [Ping timeout: 260 seconds]
fiveseven[m] has quit [Ping timeout: 260 seconds]
gianarb1 has quit [Ping timeout: 240 seconds]
pikajude- has joined #nixos
scoates has quit [Ping timeout: 265 seconds]
xelxebar has quit [Ping timeout: 268 seconds]
berberman has quit [Ping timeout: 260 seconds]
regnat[m]1 has quit [Ping timeout: 260 seconds]
hax404 has quit [Ping timeout: 260 seconds]
techtangents has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.9]
nujabells[m] has joined #nixos
tad-lispy[m] has joined #nixos
TheWizardTower[m has joined #nixos
totoroot[m] has joined #nixos
anzbev[m] has joined #nixos
wenngle[m] has joined #nixos
Wraul[m] has joined #nixos
leonardp has joined #nixos
artturin has joined #nixos
creme[m] has joined #nixos
jgart[m] has joined #nixos
glowpelt has joined #nixos
rschulman has joined #nixos
nixbitcoin has quit [Ping timeout: 268 seconds]
matthewkenigsber has joined #nixos
jbal[m] has joined #nixos
hax404 has joined #nixos
fiveseven[m] has joined #nixos
pisquo[m] has joined #nixos
xeron832 has joined #nixos
rycee has joined #nixos
l-as has joined #nixos
colemickens has joined #nixos
regnat[m]1 has joined #nixos
vidbina has joined #nixos
enblanco[m] has joined #nixos
dsal has joined #nixos
eddyb[legacy] has joined #nixos
c00w has joined #nixos
higherorder has joined #nixos
nixbitcoin has joined #nixos
xelxebar has joined #nixos
bitmapper has joined #nixos
blackriversoftwa has joined #nixos
chessai has joined #nixos
mpickering has joined #nixos
berberman has joined #nixos
midchildan has joined #nixos
angerman has joined #nixos
berberman_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #110953 → [20.03] chromium,google-chrome: Mark as insecure → https://git.io/JtWIU
Qwerky has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
scoates has joined #nixos
mananamenos has quit [Ping timeout: 240 seconds]
prusnak has joined #nixos
Qwerky has quit [Ping timeout: 256 seconds]
thoughtpolice has joined #nixos
ProofTechnique has joined #nixos
nand0p has joined #nixos
nick_h has joined #nixos
jlpeters has joined #nixos
lvrp16 has joined #nixos
jbetz has joined #nixos
zot has joined #nixos
acertain has joined #nixos
hoek has joined #nixos
omnigoat has joined #nixos
NekomimiScience has joined #nixos
fnords has joined #nixos
zhaofeng has joined #nixos
cz3 has joined #nixos
<{^_^}> [nixpkgs] @fabianhjr opened pull request #110954 → nvidia.x11: 460.32.03 -> 460.39 → https://git.io/JtWIp
<tpw_rules> are there any signing or whatever requirements on nix-store --import?
emilazy has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
simba2 has joined #nixos
raboof has joined #nixos
pasukon has joined #nixos
zebrag has joined #nixos
Tritlo has joined #nixos
mocker has joined #nixos
<{^_^}> [nixpkgs] @anandsuresh opened pull request #110955 → Backported latest changes from master → https://git.io/JtWLU
pingveno has joined #nixos
dmj` has joined #nixos
d10n-work has joined #nixos
illustris has joined #nixos
cstrahan has joined #nixos
lukego has joined #nixos
ajmcmiddlin has joined #nixos
Qwerky has joined #nixos
chris_debian has joined #nixos
Qwerky has quit [Ping timeout: 260 seconds]
vidbina has quit [Ping timeout: 240 seconds]
simukis_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/02a184883e4 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
chris_debian has left #nixos [#nixos]
simukis_ has joined #nixos
cole-h has joined #nixos
lightandlight has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
domogled has joined #nixos
chris_debian has joined #nixos
chris_debian has left #nixos ["Leaving"]
mocker has quit [Ping timeout: 260 seconds]
pasukon has quit [Ping timeout: 260 seconds]
zhaofeng has quit [Read error: Connection reset by peer]
NekomimiScience has quit [Read error: Connection reset by peer]
illustris has quit [Read error: Connection reset by peer]
lukego has quit [Ping timeout: 260 seconds]
ajmcmiddlin has quit [Read error: Connection reset by peer]
cstrahan has quit [Read error: Connection reset by peer]
Tritlo has quit [Read error: Connection reset by peer]
emilazy has quit [Read error: Connection reset by peer]
fnords has quit [Read error: Connection reset by peer]
prusnak has quit [Read error: Connection reset by peer]
dmj` has quit [Read error: Connection reset by peer]
pingveno has quit [Read error: Connection reset by peer]
lightandlight has quit [Read error: Connection reset by peer]
d10n-work has quit [Read error: Connection reset by peer]
cz3 has quit [Read error: Connection reset by peer]
raboof has quit [Read error: Connection reset by peer]
NekomimiScience has joined #nixos
illustris has joined #nixos
fnords has joined #nixos
pasukon has joined #nixos
mocker has joined #nixos
Tritlo has joined #nixos
cstrahan has joined #nixos
pingveno has joined #nixos
emilazy has joined #nixos
raboof has joined #nixos
zhaofeng has joined #nixos
dmj` has joined #nixos
ajmcmiddlin has joined #nixos
lukego has joined #nixos
prusnak has joined #nixos
lightandlight has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #110884 → nixos/flashpolicyd: add types → https://git.io/Jtc5c
<{^_^}> [nixpkgs] @cole-h pushed commit from @Scriptkiddi to master « nixos/flashpolicyd: add types »: https://git.io/JtWtV
<{^_^}> [nixpkgs] @cole-h merged pull request #110883 → nixos/felix: add types → https://git.io/Jtc7h
<{^_^}> [nixpkgs] @cole-h pushed commit from @Scriptkiddi to master « nixos/felix: add types »: https://git.io/JtWtK
cz3 has joined #nixos
d10n-work has joined #nixos
KarlJoad has left #nixos ["ERC (IRC client for Emacs 27.1)"]
<{^_^}> [nixpkgs] @cole-h merged pull request #110881 → nixos/elasticsearch-curator: add type → https://git.io/Jtc77
<{^_^}> [nixpkgs] @cole-h pushed commit from @Scriptkiddi to master « nixos/elasticsearch-curator: add type »: https://git.io/JtWtd
<{^_^}> [nixpkgs] @Mic92 merged pull request #109501 → python-language-server: do not propagate flake8 → https://git.io/JtTze
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JtWqY
fendor_ is now known as fendor
<cole-h> infinisil: You around?
<{^_^}> [nixpkgs] @nagisa opened pull request #110957 → tracy: 0.7.4 -> 0.7.5 → https://git.io/JtWqG
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2fcf614ea38 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
gianarb1 has joined #nixos
dstzd has quit [Quit: ZNC - https://znc.in]
dstzd has joined #nixos
ahmed_elgabri has joined #nixos
ahmedelgabri has joined #nixos
madmaurice has joined #nixos
<infinisil> cole-h: Yup
<cole-h> infinisil: types.attrsOf types.str vs types.attrs -- is one preferable over the other?
<cole-h> (You're my go-to person for module questions :D)
<infinisil> types.attrs should be deprecated, so the former :)
<cole-h> Great, thanks. Didn't seem obviously deprecated from my quick browse into lib/types.nix
<cole-h> infinisil: Additionally, does #110885 look alright to you? I suggested it, but not sure if it makes sense to have the licenseKeyFile type be "either str or path" instead of just one of those 2
<{^_^}> https://github.com/NixOS/nixpkgs/pull/110885 (by Scriptkiddi, 1 day ago, open): nixos/fprot: add type
zupo has joined #nixos
<cole-h> I mostly suggested `types.either types.str types.path` so that it could point to another derivation (e.g. `${somedrv}/share/file`), or it could be referenced as an actual path (e.g. `./keyfile`). Really just looking for a sanity check.
<madmaurice> I have a little problem. I updated vlc to 3.0.12 for release-20.09 a few days ago and now that I've pulled updates on my machine vlc lacks a certain important directory called 'bin'. Is there anyway I can find the build log by a store path, so I can fix this mess?
lsix1 has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
growpotkin has joined #nixos
ahmedelgabri has quit [Ping timeout: 272 seconds]
<infinisil> cole-h: Ah no that's actually not necessary. types.path permits both derivations and actual paths
<infinisil> I'll leave a comment
<infinisil> > types.path.check pkgs.hello
proofofkeags has joined #nixos
<{^_^}> true
<bbigras> Anyone else is having their wifi card show up as eth0 recently? on nixos-unstable
<cole-h> That's what I thought, but wasn't sure so I suggested anyways. Thanks!
<cole-h> infinisil++
<{^_^}> infinisil's karma got increased to 408
<infinisil> :)
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
_d0t has quit [Quit: Konversation terminated!]
<madmaurice> hm. weird. using current release-20.09's vlc actually downloads one vlc store path with a bin directory. So what in the name of good and evil did I install before?
domogled has quit [Quit: domogled]
justanotheruser has quit [Ping timeout: 272 seconds]
dnlkrgr has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @Atemu opened pull request #110958 → kernelPatches: drop export_kernel_fpu_functions → https://git.io/JtWYY
KarlJoad has joined #nixos
cfricke has joined #nixos
<{^_^}> [nixpkgs] @Atemu opened pull request #110959 → zen-kernels: 5.10.10 -> 5.10.11 → https://git.io/JtWYc
Arahael has quit [Ping timeout: 256 seconds]
work_ has quit [Quit: Connection closed for inactivity]
vidbina has joined #nixos
<lunik1> having some trouble customising zsh syntax highlighting - setting styles has no effect. here's the snippet from my configuration.nix, am I doing anything wrong? https://gist.github.com/lunik1/c45ba9437e52d280477f7082114789ae
gianarb1 has quit [Quit: WeeChat 3.0]
Tritlo has quit [Read error: Connection reset by peer]
nick_h has quit [Read error: Connection reset by peer]
nand0p has quit [Read error: Connection reset by peer]
acertain has quit [Read error: Connection reset by peer]
thoughtpolice has quit [Ping timeout: 246 seconds]
Tritlo has joined #nixos
thoughtpolice has joined #nixos
nand0p has joined #nixos
scoates has quit [Ping timeout: 260 seconds]
nick_h has joined #nixos
madmaurice has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Atemu closed pull request #110959 → zen-kernels: 5.10.10 -> 5.10.11 → https://git.io/JtWYc
acertain has joined #nixos
<bqv> Anyone around that could answer: say I had machines A and B, where A has wg0 and wg1 that both connect to B's wg0 with the same wireguard address, is that a valid network setup, and if so how would it route things?
nhs has quit [Ping timeout: 240 seconds]
bitmapper has joined #nixos
<__monty__> Would a patch changing nixpkgs/nixos/modules/programs/environment.nix to not set PAGER="less -R" but PAGER="less" and LESS="-R" be accepted?
* adisbladis thinks that sounds perfectly fine
nhs has joined #nixos
scoates has joined #nixos
hke has quit [Read error: Connection reset by peer]
<bqv> +1
hke has joined #nixos
<{^_^}> [nixpkgs] @toonn opened pull request #110960 → environment.nix: Split "less -R" into PAGER and LESS → https://git.io/JtWOS
Jackneilll has quit [Read error: Connection reset by peer]
<__monty__> bqv: Note that I don't have a NixOS box handy to test this on.
hiro98 has quit [Quit: hiro98]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #110922 → thunderbird, thunderbird-bin: 78.6.1 -> 78.7.0 [High security fixes] → https://git.io/JtCaO
<{^_^}> [nixpkgs] @lovesegfault pushed 3 commits to master: https://git.io/JtWOj
<nhs> What would be the best way to use a more modern macOS SDK i.e. Big Sur if I wanted to build a project against that SDK using nix? Is this a huge undertaking?
<infinisil> nhs: Consider also asking in #nix-darwin
<nhs> infinisil: thanks!
sangoma has quit [Quit: WeeChat 3.0]
fuiltilt has joined #nixos
<ronthecookie> does this look good to y'all? im not a fan of the `with import` (since thats bad in other places) but not sure if there is a better way: https://github.com/ronthecookie/discplot/commit/84409b6928fdf821ec1da9ca10196c2d128b33a6
<ronthecookie> (it works but i don't know if its "good")
ckauhaus has quit [Quit: WeeChat 2.7.1]
<{^_^}> [nixpkgs] @jonringer merged pull request #110874 → libvirt: 6.8.0 -> 7.0.0 → https://git.io/JtcQc
<{^_^}> [nixpkgs] @jonringer pushed 4 commits to master: https://git.io/JtW36
Qwerky has joined #nixos
detran has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @toonn opened pull request #110962 → nb: init at 5.7.8 → https://git.io/JtWsT
bn_work has joined #nixos
<ToxicFrog> Options search page is broken again :(
<ToxicFrog> Searching for `ftp` returns 12 options; searching for `services.vsftpd`, which should be much more specific, returns 28.
<{^_^}> [nixpkgs] @otavio opened pull request #110963 → shellhub-agent: Upgrade 0.4.2 -> 0.5.1 → https://git.io/JtWsi
<adisbladis> ToxicFrog: That's not broken per say
<adisbladis> There is no way with elasticsearch to match `vsftpd` when search for `ftp`
<adisbladis> Leading wildcards are really, really slow
joesventek has quit [Quit: Quit]
<adisbladis> Of course there should be a match, but just given the vsftd options I don't see how this can be done efficiently
joesventek has joined #nixos
scott7 has joined #nixos
cwNovusordoseclo has quit [Ping timeout: 240 seconds]
myscreant[m] has quit [Ping timeout: 240 seconds]
totoroot[m] has quit [Ping timeout: 240 seconds]
b1nch0[m] has quit [Ping timeout: 244 seconds]
M86ul[m] has quit [Ping timeout: 244 seconds]
fortuneteller2k[ has quit [Ping timeout: 244 seconds]
eadwu has quit [Ping timeout: 244 seconds]
terahawk[m] has quit [Ping timeout: 244 seconds]
miangraham[m] has quit [Ping timeout: 244 seconds]
bsima[m] has quit [Ping timeout: 244 seconds]
srid has quit [Ping timeout: 244 seconds]
manveru[m] has quit [Ping timeout: 244 seconds]
artturin has quit [Ping timeout: 246 seconds]
eddyb has quit [Ping timeout: 246 seconds]
regnat has quit [Ping timeout: 246 seconds]
apache8080[m] has quit [Ping timeout: 246 seconds]
CodeBitCookie[m] has quit [Ping timeout: 246 seconds]
jhantkw[m] has quit [Ping timeout: 246 seconds]
govanify has quit [Ping timeout: 246 seconds]
nh2[m] has quit [Ping timeout: 246 seconds]
Schicko has quit [Ping timeout: 246 seconds]
nicolas[m] has quit [Ping timeout: 246 seconds]
jvytee[m] has quit [Ping timeout: 246 seconds]
itai33[m] has quit [Ping timeout: 246 seconds]
kevin[m]1 has quit [Ping timeout: 246 seconds]
fintohaps[m] has quit [Ping timeout: 246 seconds]
atemu12[m] has quit [Ping timeout: 246 seconds]
hiroshi[m] has quit [Ping timeout: 246 seconds]
iuiiik[m] has quit [Ping timeout: 246 seconds]
ydlr[m] has quit [Ping timeout: 246 seconds]
ram19890[m] has quit [Ping timeout: 246 seconds]
DavHau[m] has quit [Ping timeout: 246 seconds]
jsilence[m] has quit [Ping timeout: 246 seconds]
nilsirl[m] has quit [Ping timeout: 246 seconds]
neuronuser1[m] has quit [Ping timeout: 246 seconds]
Dazey[m] has quit [Ping timeout: 246 seconds]
chrismatheson has quit [Ping timeout: 246 seconds]
garbas[m] has quit [Ping timeout: 246 seconds]
linus0[m] has quit [Ping timeout: 246 seconds]
scentofiron[m] has quit [Ping timeout: 246 seconds]
notgne2[m] has quit [Ping timeout: 246 seconds]
tomfi[m] has quit [Ping timeout: 246 seconds]
rycee has quit [Ping timeout: 240 seconds]
jasongrossman[m] has quit [Ping timeout: 240 seconds]
george[m] has quit [Ping timeout: 240 seconds]
cypher25519[m] has quit [Ping timeout: 240 seconds]
aramiscd[m] has quit [Ping timeout: 240 seconds]
Duane[m] has quit [Ping timeout: 240 seconds]
Poscat[m] has quit [Ping timeout: 240 seconds]
Tek[m] has quit [Ping timeout: 240 seconds]
mt[m] has quit [Ping timeout: 240 seconds]
fc[m]1 has quit [Ping timeout: 240 seconds]
st3r4g[m] has quit [Ping timeout: 240 seconds]
us3r[m] has quit [Ping timeout: 240 seconds]
AntonioYang[m] has quit [Ping timeout: 240 seconds]
matrix61[m] has quit [Ping timeout: 240 seconds]
mr_whoknows[m] has quit [Ping timeout: 240 seconds]
dennisthepeasant has quit [Ping timeout: 240 seconds]
kunrooted[m] has quit [Ping timeout: 240 seconds]
NobbZ[m] has quit [Ping timeout: 240 seconds]
Ox4A6F has quit [Ping timeout: 240 seconds]
sargon[m] has quit [Ping timeout: 240 seconds]
jojosch[m] has quit [Ping timeout: 240 seconds]
dumuzid[m] has quit [Ping timeout: 240 seconds]
hcuk[m] has quit [Ping timeout: 240 seconds]
Yakulu[m] has quit [Ping timeout: 240 seconds]
shivanatm[m] has quit [Ping timeout: 260 seconds]
daemon1024 has quit [Ping timeout: 260 seconds]
maralorn has quit [Ping timeout: 260 seconds]
pisquo[m] has quit [Ping timeout: 258 seconds]
pebo007[m] has quit [Ping timeout: 258 seconds]
lorenzleutgeb[m] has quit [Ping timeout: 258 seconds]
mnm[m] has quit [Ping timeout: 258 seconds]
kraem has quit [Ping timeout: 258 seconds]
petrichor has quit [Ping timeout: 258 seconds]
nikivi[m] has quit [Ping timeout: 258 seconds]
meno460[m] has quit [Ping timeout: 258 seconds]
rmcgibbo[m] has quit [Ping timeout: 258 seconds]
keash[m] has quit [Ping timeout: 258 seconds]
SplitFire[m] has quit [Ping timeout: 258 seconds]
codyopel has quit [Ping timeout: 258 seconds]
sophos[m] has quit [Ping timeout: 258 seconds]
linuxct[m] has quit [Ping timeout: 258 seconds]
rubensts[m] has quit [Ping timeout: 258 seconds]
bachp has quit [Ping timeout: 258 seconds]
nickbublik[m] has quit [Ping timeout: 258 seconds]
jakosimov[m] has quit [Ping timeout: 258 seconds]
phfas[m] has quit [Ping timeout: 258 seconds]
winsome[m] has quit [Ping timeout: 258 seconds]
enblanco[m] has quit [Ping timeout: 265 seconds]
anzbev[m] has quit [Ping timeout: 265 seconds]
leonardp has quit [Ping timeout: 240 seconds]
ili has quit [Ping timeout: 240 seconds]
jgart[m] has quit [Ping timeout: 240 seconds]
shu9 has quit [Ping timeout: 240 seconds]
jonte[m] has quit [Ping timeout: 240 seconds]
yurb has quit [Ping timeout: 240 seconds]
ptotter[m] has quit [Ping timeout: 240 seconds]
Ke has quit [Ping timeout: 240 seconds]
kfr[m] has quit [Ping timeout: 240 seconds]
hsiktas[m] has quit [Ping timeout: 240 seconds]
Vanilla[m] has quit [Ping timeout: 240 seconds]
Dandellion has quit [Ping timeout: 240 seconds]
rcorrear has quit [Ping timeout: 240 seconds]
xd-inc[m] has quit [Ping timeout: 240 seconds]
lostnet[m] has quit [Ping timeout: 240 seconds]
q3k[m] has quit [Ping timeout: 240 seconds]
andrey1978[m] has quit [Ping timeout: 240 seconds]
oht[m] has quit [Ping timeout: 240 seconds]
critbase[m]3 has quit [Ping timeout: 240 seconds]
ky0ko1 has quit [Ping timeout: 240 seconds]
colemickens has quit [Ping timeout: 240 seconds]
gurkan[m] has quit [Ping timeout: 240 seconds]
berberman[T] has quit [Ping timeout: 246 seconds]
mica[m] has quit [Ping timeout: 240 seconds]
kloenk has quit [Ping timeout: 240 seconds]
macerbi[m] has quit [Ping timeout: 246 seconds]
peterhoeg has quit [Ping timeout: 246 seconds]
hazel[m] has quit [Ping timeout: 246 seconds]
deselby has quit [Ping timeout: 246 seconds]
sterni[m] has quit [Ping timeout: 246 seconds]
kevincox has quit [Ping timeout: 246 seconds]
OJ[m] has quit [Ping timeout: 240 seconds]
rnhmjoj-M1 has quit [Ping timeout: 246 seconds]
Karonis[m] has quit [Ping timeout: 240 seconds]
Sylvain[m] has quit [Ping timeout: 240 seconds]
sarcasticadmin has quit [Ping timeout: 240 seconds]
maximumtix[m] has quit [Ping timeout: 240 seconds]
jlle[m] has quit [Ping timeout: 240 seconds]
axx has quit [Ping timeout: 240 seconds]
qbit[m] has quit [Ping timeout: 240 seconds]
Minijackson has quit [Ping timeout: 240 seconds]
mjlbach has quit [Ping timeout: 240 seconds]
michaelpj has quit [Ping timeout: 240 seconds]
hpfr has quit [Ping timeout: 244 seconds]
TheWizardTower[m has quit [Ping timeout: 272 seconds]
xeron832 has quit [Ping timeout: 272 seconds]
wenngle[m] has quit [Ping timeout: 244 seconds]
hzertez7[m] has quit [Ping timeout: 244 seconds]
eganjs[m] has quit [Ping timeout: 244 seconds]
wizeman[m] has quit [Ping timeout: 244 seconds]
musicmatze has quit [Ping timeout: 244 seconds]
SethDoty[m] has quit [Ping timeout: 244 seconds]
ryantm has quit [Ping timeout: 244 seconds]
kaziemazie[m] has quit [Ping timeout: 244 seconds]
Raphael[m] has quit [Ping timeout: 244 seconds]
ncm[m] has quit [Ping timeout: 244 seconds]
davegallant[m] has quit [Ping timeout: 244 seconds]
mupf[m] has quit [Ping timeout: 244 seconds]
littlebenlittle[ has quit [Ping timeout: 244 seconds]
rhyfore[m] has quit [Ping timeout: 244 seconds]
codebam has quit [Ping timeout: 244 seconds]
roberth has quit [Ping timeout: 244 seconds]
lytedev[m] has quit [Ping timeout: 244 seconds]
alienpirate5 has quit [Ping timeout: 244 seconds]
davidak[m] has quit [Ping timeout: 244 seconds]
boogiewoogie[m] has quit [Ping timeout: 244 seconds]
kateskips has quit [Ping timeout: 244 seconds]
tuxcoder[m] has quit [Ping timeout: 244 seconds]
felschr[m] has quit [Ping timeout: 244 seconds]
fast_invsqrt[m] has quit [Ping timeout: 244 seconds]
Piece_Maker has quit [Ping timeout: 244 seconds]
omasanori[m] has quit [Ping timeout: 244 seconds]
ziguana[m] has quit [Ping timeout: 244 seconds]
worldofpeace has quit [Ping timeout: 244 seconds]
M-GNU-[m] has quit [Ping timeout: 244 seconds]
dnlkrgr[m] has quit [Ping timeout: 244 seconds]
botayhard[m] has quit [Ping timeout: 244 seconds]
awwayaya24hours[ has quit [Ping timeout: 258 seconds]
s7evink[m] has quit [Ping timeout: 258 seconds]
themalik[m] has quit [Ping timeout: 258 seconds]
bbigras has quit [Ping timeout: 258 seconds]
rymarllon[m] has quit [Ping timeout: 258 seconds]
cemguresci[m] has quit [Ping timeout: 258 seconds]
McSinyx[m] has quit [Ping timeout: 258 seconds]
hades_[m] has quit [Ping timeout: 258 seconds]
avalenn has quit [Ping timeout: 258 seconds]
Lurkki[m]1 has quit [Ping timeout: 258 seconds]
Valodim[m] has quit [Ping timeout: 258 seconds]
ma27[m] has quit [Ping timeout: 258 seconds]
Lorenzoas3ii[m] has quit [Ping timeout: 258 seconds]
regnat[m]1 has quit [Ping timeout: 268 seconds]
ejpcmac has quit [Ping timeout: 268 seconds]
danmatrix[m] has quit [Ping timeout: 268 seconds]
tgys[m] has quit [Ping timeout: 268 seconds]
unclechu has quit [Ping timeout: 268 seconds]
immae has quit [Ping timeout: 268 seconds]
ongy[m] has quit [Ping timeout: 268 seconds]
contrun has quit [Ping timeout: 268 seconds]
aynish has quit [Ping timeout: 268 seconds]
M86ul[m]1 has quit [Ping timeout: 268 seconds]
FreeVariable has quit [Ping timeout: 268 seconds]
lambdaclan has quit [Ping timeout: 268 seconds]
leibniz[m] has quit [Ping timeout: 268 seconds]
nikola[m] has quit [Ping timeout: 268 seconds]
grin[m] has quit [Ping timeout: 268 seconds]
mcbits[m] has quit [Ping timeout: 268 seconds]
JaakkoLuttinen[m has quit [Ping timeout: 268 seconds]
fuzzybear3965 has quit [Ping timeout: 268 seconds]
stu_[m] has quit [Ping timeout: 268 seconds]
Nigel[m] has quit [Ping timeout: 268 seconds]
leons has quit [Ping timeout: 268 seconds]
AlesHuzik[m] has quit [Ping timeout: 268 seconds]
dznumidian[m] has quit [Ping timeout: 268 seconds]
fadenb[m] has quit [Ping timeout: 268 seconds]
viq[m] has quit [Ping timeout: 258 seconds]
l-as has quit [Ping timeout: 260 seconds]
mhj[m] has quit [Ping timeout: 260 seconds]
matthewkenigsber has quit [Ping timeout: 260 seconds]
georgyo[m] has quit [Ping timeout: 260 seconds]
tombar[m] has quit [Ping timeout: 260 seconds]
ms[m] has quit [Ping timeout: 260 seconds]
regnat[m] has quit [Ping timeout: 260 seconds]
rschulman has quit [Ping timeout: 240 seconds]
jbal[m] has quit [Ping timeout: 240 seconds]
samir420[m] has quit [Ping timeout: 260 seconds]
Ericson2314 has quit [Ping timeout: 260 seconds]
nasirhm has quit [Ping timeout: 260 seconds]
critbase[m] has quit [Ping timeout: 260 seconds]
l33[m] has quit [Ping timeout: 260 seconds]
pbr_1973[m] has quit [Ping timeout: 260 seconds]
mindtree[m] has quit [Ping timeout: 260 seconds]
pnotequalnp[m] has quit [Ping timeout: 240 seconds]
psibi[m] has quit [Ping timeout: 240 seconds]
e8zhf[m] has quit [Ping timeout: 240 seconds]
qasaur[m] has quit [Ping timeout: 260 seconds]
chpatrick has quit [Ping timeout: 260 seconds]
Hasnep[m] has quit [Ping timeout: 240 seconds]
slby[m] has quit [Ping timeout: 240 seconds]
Hm7000 has quit [Ping timeout: 240 seconds]
DamienCassou has quit [Ping timeout: 240 seconds]
chreekat[m] has quit [Ping timeout: 240 seconds]
figsoda[m] has quit [Ping timeout: 240 seconds]
a7p[m] has quit [Ping timeout: 264 seconds]
Wraul[m] has quit [Ping timeout: 265 seconds]
cyberwolf[m] has quit [Ping timeout: 265 seconds]
firelink[m] has quit [Ping timeout: 265 seconds]
creme[m] has quit [Ping timeout: 265 seconds]
evhan[m] has quit [Ping timeout: 265 seconds]
mcaju has quit [Ping timeout: 265 seconds]
vyorkin[m] has quit [Ping timeout: 265 seconds]
dtz has quit [Ping timeout: 265 seconds]
thefloweringash has quit [Ping timeout: 265 seconds]
tcakoi has quit [Ping timeout: 265 seconds]
madonius[m] has quit [Ping timeout: 265 seconds]
Ollie[m]1 has quit [Ping timeout: 265 seconds]
rnhmjoj has quit [Ping timeout: 265 seconds]
ThaEwat has quit [Ping timeout: 265 seconds]
veleiro has quit [Ping timeout: 265 seconds]
alexfmpe has quit [Ping timeout: 265 seconds]
aanderse has quit [Ping timeout: 265 seconds]
lycium[m] has quit [Ping timeout: 265 seconds]
ptitfred[m] has quit [Ping timeout: 265 seconds]
solomon[m] has quit [Ping timeout: 265 seconds]
p12[m] has quit [Ping timeout: 265 seconds]
danielrf[m] has quit [Ping timeout: 265 seconds]
boskote[m] has quit [Ping timeout: 265 seconds]
anonymouserobot[ has quit [Ping timeout: 265 seconds]
sephi[m] has quit [Ping timeout: 265 seconds]
crazazy[m] has quit [Ping timeout: 265 seconds]
scheibenkleister has quit [Ping timeout: 265 seconds]
spinlock[m] has quit [Ping timeout: 265 seconds]
m1kr0[m] has quit [Ping timeout: 265 seconds]
neonfuz2 has quit [Ping timeout: 265 seconds]
abbec has quit [Ping timeout: 240 seconds]
yog[m] has quit [Ping timeout: 240 seconds]
rednaZ[m] has quit [Ping timeout: 240 seconds]
fgaz has quit [Ping timeout: 240 seconds]
nujabells[m] has quit [Ping timeout: 246 seconds]
revity[m] has quit [Ping timeout: 246 seconds]
Raimu[m] has quit [Ping timeout: 246 seconds]
ChrisOboe[m] has quit [Ping timeout: 246 seconds]
kueckieben[m] has quit [Ping timeout: 246 seconds]
Bla[m] has quit [Ping timeout: 246 seconds]
ragge42[m] has quit [Ping timeout: 246 seconds]
bourbon has quit [Ping timeout: 246 seconds]
scott has quit [Ping timeout: 260 seconds]
scott7 is now known as scott
tad-lispy[m] has quit [Ping timeout: 258 seconds]
gulplante[m] has quit [Ping timeout: 258 seconds]
anderscs[m] has quit [Ping timeout: 258 seconds]
arghzero[m] has quit [Ping timeout: 258 seconds]
chvp has quit [Ping timeout: 258 seconds]
willghatch has quit [Ping timeout: 258 seconds]
slabity has quit [Ping timeout: 258 seconds]
emily has quit [Ping timeout: 258 seconds]
jschievink has quit [Ping timeout: 258 seconds]
humancalico[m] has quit [Ping timeout: 258 seconds]
fiveseven[m] has quit [Ping timeout: 244 seconds]
iv_nn[m] has quit [Ping timeout: 244 seconds]
gahha[m] has quit [Ping timeout: 244 seconds]
fufexan[m] has quit [Ping timeout: 244 seconds]
gueorgui has quit [Ping timeout: 265 seconds]
silare[m] has quit [Ping timeout: 260 seconds]
faya01[m] has quit [Ping timeout: 260 seconds]
mvtva[m] has quit [Ping timeout: 260 seconds]
tim140123[m] has quit [Ping timeout: 260 seconds]
puzzlewolf has quit [Ping timeout: 260 seconds]
tyrion-mx has quit [Ping timeout: 260 seconds]
stites[m] has quit [Ping timeout: 268 seconds]
talvdav[m] has quit [Ping timeout: 268 seconds]
stufful[m] has quit [Ping timeout: 268 seconds]
Danzig[m] has quit [Ping timeout: 268 seconds]
critbase[m]1 has quit [Ping timeout: 268 seconds]
Brio[m] has quit [Ping timeout: 268 seconds]
tilcreator has quit [Ping timeout: 268 seconds]
ice7[m] has quit [Ping timeout: 268 seconds]
aveeran[m] has quit [Ping timeout: 268 seconds]
zane has quit [Ping timeout: 268 seconds]
siraben has quit [Ping timeout: 268 seconds]
alexrelis[m] has quit [Ping timeout: 268 seconds]
jtojnar has quit [Ping timeout: 268 seconds]
phr3nzy[m] has quit [Ping timeout: 268 seconds]
Kimat[m] has quit [Ping timeout: 265 seconds]
pinage404[m] has quit [Ping timeout: 265 seconds]
JonasWouters[m] has quit [Ping timeout: 265 seconds]
travelion[m] has quit [Ping timeout: 265 seconds]
timokau[m] has quit [Ping timeout: 265 seconds]
tsmeets[m] has quit [Ping timeout: 265 seconds]
jdally987[m] has quit [Ping timeout: 265 seconds]
bohan[m] has quit [Ping timeout: 265 seconds]
goibhniu has quit [Ping timeout: 265 seconds]
noneucat has quit [Ping timeout: 265 seconds]
jakeisnt[m] has quit [Ping timeout: 265 seconds]
alexarice[m] has quit [Ping timeout: 265 seconds]
sshow[m] has quit [Ping timeout: 265 seconds]
jakubgramsz[m] has quit [Ping timeout: 265 seconds]
jdnixx[m] has quit [Ping timeout: 265 seconds]
nh2nh2me[m] has quit [Ping timeout: 265 seconds]
lambdanature[m] has quit [Ping timeout: 265 seconds]
test1[m] has quit [Ping timeout: 265 seconds]
domenkozar[m] has quit [Ping timeout: 265 seconds]
ece39 has quit [Quit: Ping timeout (120 seconds)]
ece3 has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
lightandlight has quit [Ping timeout: 264 seconds]
djanatyn_ has quit [Remote host closed the connection]
gueorgui has joined #nixos
djanatyn_ has joined #nixos
quinn has joined #nixos
typetetris_ has joined #nixos
ProofTechnique has quit [Ping timeout: 246 seconds]
jbetz has quit [Ping timeout: 246 seconds]
lightandlight has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #110946 → qrcode: build on darwin → https://git.io/JtCbF
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JtWGs
lopsided98 has quit [Ping timeout: 240 seconds]
NekomimiScience has quit [Ping timeout: 246 seconds]
typetetris has quit [Ping timeout: 264 seconds]
taktoa[c] has quit [Ping timeout: 264 seconds]
typetetris_ is now known as typetetris
pingveno has quit [Ping timeout: 246 seconds]
jbetz has joined #nixos
ProofTechnique has joined #nixos
taktoa[c] has joined #nixos
pingveno has joined #nixos
NekomimiScience has joined #nixos
lopsided98 has joined #nixos
ahmed_elgabri has joined #nixos
ahmedelgabri has joined #nixos
dnlkrgr has quit [Ping timeout: 260 seconds]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
joesventek has quit [Read error: Connection reset by peer]
dstzd has quit [Quit: ZNC - https://znc.in]
joesventek_ has joined #nixos
dstzd_ has joined #nixos
joesventek_ is now known as joesventek
dstzd_ is now known as dstzd
nikivi has joined #nixos
tokudan has quit [Remote host closed the connection]
__monty__ has quit [Quit: leaving]
tokudan has joined #nixos
tokudan has quit [Remote host closed the connection]
threepwood has joined #nixos
threepwood has left #nixos [#nixos]
zebrag has quit [Read error: Connection reset by peer]
<samueldr> adisbladis: technically it may "not be" broken, but functionally it sure feels like it
zebrag has joined #nixos
simba2 has quit [Ping timeout: 260 seconds]
simba2 has joined #nixos
<samueldr> ToxicFrog: can you report on the github project tracker (sorry, I know you did a few reports in the past)
<samueldr> otherwise this'll get lost in the logs here and the authors will not realize there is an issue
<{^_^}> [nixpkgs] @jonringer merged pull request #108388 → cargo-valgrind: init at 1.3.0 → https://git.io/JLFrw
<{^_^}> [nixpkgs] @jonringer pushed commit from @otavio to master « cargo-valgrind: init at 1.3.0 »: https://git.io/JtWZS
philr has joined #nixos
tokudan has joined #nixos
cfricke has quit [Ping timeout: 272 seconds]
hspak has quit [Ping timeout: 264 seconds]
tsrt^ has quit []
benschza has quit [*.net *.split]
drvirgilio has quit [*.net *.split]
joepie91 has quit [*.net *.split]
nerdypepper has quit [*.net *.split]
numkem has quit [*.net *.split]
Khetzal has quit [*.net *.split]
drvirgilio has joined #nixos
joepie91 has joined #nixos
benschza has joined #nixos
nerdypepper has joined #nixos
Khetzal has joined #nixos
numkem has joined #nixos
ixxie has quit [Quit: Lost terminal]
lsix1 has quit [Ping timeout: 264 seconds]
ngbh^ has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
zebrag has quit [Quit: Konversation terminated!]
simba2 has quit [Ping timeout: 244 seconds]
simba2 has joined #nixos
zebrag has joined #nixos
<{^_^}> [nixpkgs] @anandsuresh opened pull request #110964 → [20.09] Backport changes to terraform and terraform-providers → https://git.io/JtWnz
<{^_^}> [nixpkgs] @anandsuresh closed pull request #110955 → Backported latest changes from master → https://git.io/JtWLU
<viric> what may I be needing in plasma5 if it doesn't see usb disks plugged in?
<viric> udisksctl works fine
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dstzd has quit [Quit: ZNC - https://znc.in]
joesventek has quit [Quit: Quit]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<viric> the laptop also suspends when I go to virtual console 1
dstzd has joined #nixos
<viric> very annoying
nikivi has joined #nixos
joesventek has joined #nixos
welterde has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #110965 → lnd: 0.11.0-beta -> 0.12.0-beta → https://git.io/JtWnN
simba2 has quit [Ping timeout: 240 seconds]
simba2 has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #110966 → python3Packages.hatasmota: 0.2.6 -> 0.2.7 → https://git.io/JtWcT
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110940 → jetbrains: updates → https://git.io/JtCHU
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWcB
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #110958 → kernelPatches: drop export_kernel_fpu_functions → https://git.io/JtWYY
<{^_^}> [nixpkgs] @NeQuissimus pushed commit from @Atemu to master « kernelPatches: drop export_kernel_fpu_functions »: https://git.io/JtWcE
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110941 → fluxcd: 0.6.3 -> 0.7.3 → https://git.io/JtC75
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWcz
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110945 → starboard-octant-plugin: 0.8.0 -> 0.9.0 → https://git.io/JtCbs
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtWc2
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110957 → tracy: 0.7.4 -> 0.7.5 → https://git.io/JtWqG
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWca
proofofkeags has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110947 → vsh: 0.7.2 -> 0.8.0 → https://git.io/JtCNN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWcw
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110949 → matrix-synapse: 1.25.0 -> 1.26.0 → https://git.io/JtCxp
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWco
orivej has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110027 → google-fonts: 2019-07-14 -> unstable-2021-01-19 → https://git.io/JtqTJ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWc6
<{^_^}> [nixpkgs] @fabaff opened pull request #110967 → python3Packages.archinfo: 9.0.5327 -> 9.0.5610 → https://git.io/JtWcX
Schicko has joined #nixos
drozdziak1 has quit [Quit: ZNC 1.7.5 - https://znc.in]
fintohaps[m] has joined #nixos
jvytee[m] has joined #nixos
linus0[m] has joined #nixos
nilsirl[m] has joined #nixos
neuronuser1[m] has joined #nixos
garbas[m] has joined #nixos
scentofiron[m] has joined #nixos
atemu12[m] has joined #nixos
eddyb has joined #nixos
iuiiik[m] has joined #nixos
Dazey[m] has joined #nixos
rnhmjoj-M1 has joined #nixos
apache8080[m] has joined #nixos
hiroshi[m] has joined #nixos
ram19890[m] has joined #nixos
chrismatheson has joined #nixos
ydlr[m] has joined #nixos
notgne2[m] has joined #nixos
jsilence[m] has joined #nixos
DavHau[m] has joined #nixos
itai33[m] has joined #nixos
kevin[m]1 has joined #nixos
regnat has joined #nixos
totoroot[m] has joined #nixos
nicolas[m] has joined #nixos
nh2[m] has joined #nixos
artturin has joined #nixos
fendor has quit [Read error: Connection reset by peer]
tomfi[m] has joined #nixos
jaexilgilroyPhil has joined #nixos
CodeBitCookie[m] has joined #nixos
govanify has joined #nixos
jhantkw[m] has joined #nixos
noogie has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @NeQuissimus pushed 7 commits to master: https://git.io/JtWcj
<spudly> I'm curious: this post suggests that the updated sudo should now be available on the 20.09 channel: https://discourse.nixos.org/t/security-updates/11219 - I'm not seeing on nixos-20.09, only on stable?
cwNovusordoseclo has joined #nixos
enblanco[m] has joined #nixos
eadwu has joined #nixos
myscreant[m] has joined #nixos
fortuneteller2k[ has joined #nixos
Ke has joined #nixos
berberman[T] has joined #nixos
kevincox has joined #nixos
macerbi[m] has joined #nixos
gahha[m] has joined #nixos
hazel[m] has joined #nixos
fiveseven[m] has joined #nixos
<spudly> ... only on *unstable* I meant.
pebo007[m] has joined #nixos
terahawk[m] has joined #nixos
manveru[m] has joined #nixos
drozdziak1 has joined #nixos
critbase[m]3 has joined #nixos
andrey1978[m] has joined #nixos
xd-inc[m] has joined #nixos
oht[m] has joined #nixos
kraem has joined #nixos
<gchristensen> it appears to be resolved here: nix-build channel:nixos-20.09 -A sudo
<gchristensen> /nix/store/6p2y77g608z5s3531wvlw1k477p10w28-sudo-1.9.5p2
q3k[m] has joined #nixos
lorenzleutgeb[m] has joined #nixos
Dandellion has joined #nixos
anzbev[m] has joined #nixos
ky0ko1 has joined #nixos
<spudly> Can there be some delay in that actually appearing on the channel?
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
srid has joined #nixos
jonte[m] has joined #nixos
yurb has joined #nixos
<gchristensen> no, I'm fetching a fresh version of the channel right there -- it is definitely in the channel
<gchristensen> run `nix-info` ?
peterhoeg has joined #nixos
sterni[m] has joined #nixos
<Yaniel> spudly: did you remember to nix-channel --update
deselby has joined #nixos
leonardp has joined #nixos
xeron832 has joined #nixos
TheWizardTower[m has joined #nixos
pisquo[m] has joined #nixos
ili has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110965 → lnd: 0.11.0-beta -> 0.12.0-beta → https://git.io/JtWnN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWCl
<spudly> Yeah: I did a "nixos-rebuild switch --upgrade" - that's the equivalent, right?
shu9 has joined #nixos
<Yaniel> no
mr_whoknows[m] has joined #nixos
aramiscd[m] has joined #nixos
b1nch0[m] has joined #nixos
<Yaniel> you want --upgrade-all if you have multiple channels
miangraham[m] has joined #nixos
mica[m] has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110966 → python3Packages.hatasmota: 0.2.6 -> 0.2.7 → https://git.io/JtWcT
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWCB
<spudly> Ohhh... TIL. Ok, that probably explains it.
evhan[m] has joined #nixos
<Yaniel> --upgrade only upgrades one channel
Wraul[m] has joined #nixos
cyberwolf[m] has joined #nixos
lostnet[m] has joined #nixos
kunrooted[m] has joined #nixos
fc[m]1 has joined #nixos
boskote[m] has joined #nixos
sephi[m] has joined #nixos
<Yaniel> (frankly I think that's confusing behaviour and should be removed)
sargon[m] has joined #nixos
hcuk[m] has joined #nixos
dumuzid[m] has joined #nixos
AntonioYang[m] has joined #nixos
hsiktas[m] has joined #nixos
<gchristensen> hmm I'm not sure that is exactly how it works, Yaniel ... I think there is a bit more nuance to it
alexfmpe has joined #nixos
<gchristensen> I agree it should be removed :)
Schicko has quit [Quit: Bridge terminating on SIGTERM]
eddyb has quit [Quit: Bridge terminating on SIGTERM]
Dazey[m] has quit [Quit: Bridge terminating on SIGTERM]
hiroshi[m] has quit [Quit: Bridge terminating on SIGTERM]
jvytee[m] has quit [Quit: Bridge terminating on SIGTERM]
ram19890[m] has quit [Quit: Bridge terminating on SIGTERM]
nilsirl[m] has quit [Quit: Bridge terminating on SIGTERM]
chrismatheson has quit [Quit: Bridge terminating on SIGTERM]
ydlr[m] has quit [Quit: Bridge terminating on SIGTERM]
fintohaps[m] has quit [Quit: Bridge terminating on SIGTERM]
garbas[m] has quit [Quit: Bridge terminating on SIGTERM]
iuiiik[m] has quit [Quit: Bridge terminating on SIGTERM]
neuronuser1[m] has quit [Quit: Bridge terminating on SIGTERM]
atemu12[m] has quit [Quit: Bridge terminating on SIGTERM]
apache8080[m] has quit [Quit: Bridge terminating on SIGTERM]
linus0[m] has quit [Quit: Bridge terminating on SIGTERM]
scentofiron[m] has quit [Quit: Bridge terminating on SIGTERM]
tomfi[m] has quit [Quit: Bridge terminating on SIGTERM]
DavHau[m] has quit [Quit: Bridge terminating on SIGTERM]
notgne2[m] has quit [Quit: Bridge terminating on SIGTERM]
itai33[m] has quit [Quit: Bridge terminating on SIGTERM]
kevin[m]1 has quit [Quit: Bridge terminating on SIGTERM]
jsilence[m] has quit [Quit: Bridge terminating on SIGTERM]
regnat has quit [Quit: Bridge terminating on SIGTERM]
nh2[m] has quit [Quit: Bridge terminating on SIGTERM]
totoroot[m] has quit [Quit: Bridge terminating on SIGTERM]
artturin has quit [Quit: Bridge terminating on SIGTERM]
govanify has quit [Quit: Bridge terminating on SIGTERM]
CodeBitCookie[m] has quit [Quit: Bridge terminating on SIGTERM]
nicolas[m] has quit [Quit: Bridge terminating on SIGTERM]
eadwu has quit [Quit: Bridge terminating on SIGTERM]
cwNovusordoseclo has quit [Quit: Bridge terminating on SIGTERM]
gahha[m] has quit [Quit: Bridge terminating on SIGTERM]
fortuneteller2k[ has quit [Quit: Bridge terminating on SIGTERM]
kevincox has quit [Quit: Bridge terminating on SIGTERM]
enblanco[m] has quit [Quit: Bridge terminating on SIGTERM]
myscreant[m] has quit [Quit: Bridge terminating on SIGTERM]
fiveseven[m] has quit [Quit: Bridge terminating on SIGTERM]
manveru[m] has quit [Quit: Bridge terminating on SIGTERM]
jaexilgilroyPhil has quit [Quit: Bridge terminating on SIGTERM]
terahawk[m] has quit [Quit: Bridge terminating on SIGTERM]
Dandellion has quit [Client Quit]
andrey1978[m] has quit [Client Quit]
berberman[T] has quit [Quit: Bridge terminating on SIGTERM]
pebo007[m] has quit [Quit: Bridge terminating on SIGTERM]
oht[m] has quit [Client Quit]
kraem has quit [Client Quit]
Ke has quit [Quit: Bridge terminating on SIGTERM]
yurb has quit [Client Quit]
jonte[m] has quit [Client Quit]
macerbi[m] has quit [Quit: Bridge terminating on SIGTERM]
anzbev[m] has quit [Client Quit]
critbase[m]3 has quit [Client Quit]
lorenzleutgeb[m] has quit [Client Quit]
sterni[m] has quit [Client Quit]
deselby has quit [Client Quit]
peterhoeg has quit [Client Quit]
srid has quit [Client Quit]
miangraham[m] has quit [Client Quit]
xeron832 has quit [Client Quit]
ili has quit [Client Quit]
aramiscd[m] has quit [Client Quit]
shu9 has quit [Client Quit]
leonardp has quit [Client Quit]
evhan[m] has quit [Client Quit]
mr_whoknows[m] has quit [Client Quit]
hsiktas[m] has quit [Client Quit]
boskote[m] has quit [Client Quit]
lostnet[m] has quit [Client Quit]
mica[m] has quit [Client Quit]
jhantkw[m] has quit [Quit: Bridge terminating on SIGTERM]
b1nch0[m] has quit [Client Quit]
sargon[m] has quit [Client Quit]
hcuk[m] has quit [Client Quit]
kunrooted[m] has quit [Client Quit]
pisquo[m] has quit [Client Quit]
fc[m]1 has quit [Client Quit]
sephi[m] has quit [Client Quit]
AntonioYang[m] has quit [Client Quit]
q3k[m] has quit [Client Quit]
Wraul[m] has quit [Client Quit]
neonfuz2 has joined #nixos
xd-inc[m] has quit [Client Quit]
hazel[m] has quit [Quit: Bridge terminating on SIGTERM]
alexfmpe has quit [Client Quit]
dumuzid[m] has quit [Client Quit]
TheWizardTower[m has quit [Client Quit]
p12[m] has joined #nixos
cyberwolf[m] has quit [Client Quit]
p12[m] has quit [Client Quit]
<Yaniel> it's on the nixos-rebuild manpage
<Yaniel> --upgrade only upgrades the channel named "nixos" and channels that have received some special treatment somewhere, --upgrade-all upgrades all
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110967 → python3Packages.archinfo: 9.0.5327 -> 9.0.5610 → https://git.io/JtWcX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWCz
crazazy[m] has joined #nixos
anonymouserobot[ has joined #nixos
Ollie[m]1 has joined #nixos
<gchristensen> upgrade-all isn't documented, heh
m1kr0[m] has joined #nixos
Ollie[m]1 has quit [Remote host closed the connection]
anonymouserobot[ has quit [Remote host closed the connection]
m1kr0[m] has quit [Remote host closed the connection]
crazazy[m] has quit [Remote host closed the connection]
rnhmjoj-M1 has quit [Quit: Bridge terminating on SIGTERM]
ky0ko1 has quit [Quit: Bridge terminating on SIGTERM]
<gchristensen> anyway Yaniel, --upgrade upgrades any channel which contains afile named .update-on-nixos-rebuild in the root of it
ahmed_elgabri has quit [Quit: WeeChat 3.0]
ahmedelgabri has quit [Remote host closed the connection]
worldofpeace has joined #nixos
<worldofpeace> graham check ur pm gchristensen
<gchristensen> worldofpeace: hmm ... I replied to you a couple hours ago, but didn't hear back :/
simba2 has quit [Ping timeout: 244 seconds]
ky0ko1 has joined #nixos
<worldofpeace> 4:22 PM in my time u messaged-
<worldofpeace> I got back in and replied at 5:09 PM
<gchristensen> hrm, I never got that
<worldofpeace> sorry about that. today was busy
<worldofpeace> weird
<gchristensen> no worries :) but I still don't see the message, it seems to have been eaten by the matrix gateway
<worldofpeace> oh goodness is this that matrix irc thing again
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to release-20.09: https://git.io/JtWCP
donofrio has quit [Ping timeout: 256 seconds]
<worldofpeace> I'll send another test message
<worldofpeace> I just sent a test message
Dotz0cat_ has quit [Ping timeout: 246 seconds]
simba2 has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #110968 → python3Packages.pyfritzhome: 0.4.2 -> 0.6.0 → https://git.io/JtWCy
slack1256 has joined #nixos
rmcgibbo[m] has joined #nixos
<rmcgibbo[m]> Does this correctly describe why patches in expressions in `nixpkgs` should be accompanied by a comment? https://github.com/jtojnar/nixpkgs-hammering/pull/16/commits/d2b27fcdb18f89813c2666c449250f8d4968a857
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
rnhmjoj-M has joined #nixos
<ToxicFrog> adisbladis: well, it was working (in the sense that `ftp` returned all options with that as a substring) a few days ago, and I'm pretty sure that was still elasticsearch-based
<ToxicFrog> samueldr: will do
<samueldr> thanks
inkbottle has joined #nixos
<cole-h> rmcgibbo[m]: I'd also call out that it should use the commit-sha.patch and never the prnumber.patch
zebrag has quit [Ping timeout: 258 seconds]
<cole-h> (because the prnumber.patch changes every time a commit is added / the PR is force-pushed)
<rmcgibbo[m]> Oh yes! I forgot that.
<rmcgibbo[m]> See, this is why I ask.
<ToxicFrog> adisbladis: also, it finds some things that they are substrings of; e.g. a search for `ftp` will return `services.atftpd.enable` and `services.vsftpd.localUsers`
Dotz0cat has joined #nixos
<spudly> Yaniel: thanks - that indeed sorted it.
lambdanature[m] has joined #nixos
drozdziak1 has quit [Quit: ZNC 1.7.5 - https://znc.in]
simba2 has quit [Ping timeout: 240 seconds]
drozdziak1 has joined #nixos
<rmcgibbo[m]> cole-h: How's this "Furthermore, please use a _stable_ URL for the patch. Rather than, for example, linking to a github pull request of the form `https://github.com/owner/repo/pr_number.patch` which would change every time a commit is addded or the PR is force-pushed, link to a specific commit-sha.patch like `https://github.com/owner/repo/commit/sha.patch`."
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110963 → shellhub-agent: 0.4.2 -> 0.5.1 → https://git.io/JtWsi
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWWt
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110904 → vkBasalt: init at 0.3.2.4 → https://git.io/JtCtP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWWq
<cole-h> (It's `/pull/pr_number.patch`) but yeah LGTM.
<rmcgibbo[m]> :+1:
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to staging-20.09: https://git.io/JtWWm
drozdziak1 has quit [Client Quit]
erasmas has quit [Quit: leaving]
drozdziak1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110890 → cinnamon.xapps: 1.8.9 -> 2.0.6 → https://git.io/JtcN0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWWs
<rmcgibbo[m]> (FWIW There are some other new explanations for new nixpkgs-hammering lints, specifically related to common Python package mistakes, in the latest commit for PR #15 too.)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/15 (by aszlig, 8 years ago, closed): virtualbox: Fix build for kernel 3.5.0.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110652 → code-server: 3.6.0 -> 3.8.0 → https://git.io/JtGUT
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtWWn
<{^_^}> nixos-search#279 (by ToxicFrog, 35 seconds ago, open): Option search misses many results
lord| has quit [Ping timeout: 240 seconds]
lord| has joined #nixos
faffolter has quit [Ping timeout: 265 seconds]
Doraemon has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #110968 → python3Packages.pyfritzhome: 0.4.2 -> 0.6.0 → https://git.io/JtWCy
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JtWWE
ngbh^ has quit []
philr_ has joined #nixos
litschi has quit [Quit: WeeChat 2.7.1]
orivej has quit [Ping timeout: 244 seconds]
litschi has joined #nixos
philr has quit [Ping timeout: 244 seconds]