gchristensen changed the topic of #nixos to: NixOS 18.09 released https://discourse.nixos.org/t/1076 || 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/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018
mmlb has quit [Read error: Connection reset by peer]
<infinisil> > smlnj.name
<{^_^}> "smlnj-110.84"
mmlb has joined #nixos
<infinisil> Very nice
<{^_^}> [nixpkgs] @dtzWill opened pull request #51352 → ###### Motivation for this change → https://git.io/fpoxx
<{^_^}> [nixpkgs] @Lassulus opened pull request #51353 → build-support writers: content can be string or file → https://git.io/fpoxp
jrolfs has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #51334 → aminal: 0.7.4 -> 0.7.6 → https://git.io/fpo9q
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/fpopU
Radivarig has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #51336 → or-tools: v6.9.1 -> v6.10, touchups → https://git.io/fpo92
<{^_^}> [nixpkgs] @Mic92 pushed 5 commits to master: https://git.io/fpopt
hyperfekt has quit [Ping timeout: 256 seconds]
fragamus has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
Radivarig has quit [Ping timeout: 250 seconds]
alex`` has quit [Ping timeout: 246 seconds]
alex`` has joined #nixos
pie__ has quit [Read error: Connection reset by peer]
pie__ has joined #nixos
<{^_^}> [nixpkgs] @dasJ opened pull request #51354 → nixos/luksroot: Backport #50281 → https://git.io/fpop1
cyounkins has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #50977 → update.nix: Run update scripts in parallel → https://git.io/fp0YW
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/fpopD
rprije has joined #nixos
scoates has joined #nixos
<scoates> hello.
Peaker has quit [Ping timeout: 246 seconds]
<samueldr> hi!
<scoates> I've been using nix on my mac for a bit, to replace homebrew, and I'll admit I still don't quite grok it. (-: But I've had a little help here and there and that has been enough. Tonight I'm pushing my limits a bit.
<scoates> I have an overlay for weechat that installs pythonPackages.websocket_client: https://paste.website/p/377fb18a-ac12-4da3-8a8d-3178cc1afe44.txt ; I'm failing at figuring out how to make that actually use python3 instead of 2.7, though.
<scoates> how far down the rathole will I need to go? (hoping it's something simple that I just don't quite understand yet)
<v0|d> scoates: try python3.withPackages instead of python.withPackages
<scoates> that gives `error: attribute 'python3' missing, at /Users/sean/.config/nixpkgs/overlays/personal.nix:33:12` ; where line 33 is `(availablePlugins.python3.withPackages (pythonPackages: [`
<samueldr> so it's not directly related to the python attributes in nixpkgs
<scoates> I think that's a big part of my confusion (-: (different python)
<samueldr> pythonPackages is getting injected from the default in nixpkgs, https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/irc/weechat/default.nix#L10
<samueldr> you may be able to .override { pythonPackages = python3Packages; ... }
<samueldr> where "..." is the plugins attribute you already have
<samueldr> though it will replace it as a whole for weechat
fragamus has quit [Read error: Connection reset by peer]
<samueldr> I'm not sure there's any way to mix and match (as it is) python2 and python3 things if required
<scoates> if I'm following: yeah, I expected everything to switch to 3, if I got it right.
<v0|d> revert python.withPackages and see.
<samueldr> that's what I'd try
<samueldr> oh yeah
<samueldr> without python3
<samueldr> (only looked closely at the added line)
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/77a8c4adc37 (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
<samueldr> see, `availablePlugins` comes from the function parameters, { availablePlugins, ... }
<samueldr> and the python attribute is set on it in the weechat/default.nix file
<samueldr> that python attribute's withPackage attribute uses python from pythonPackages
<samueldr> it's not the most obvious file :)
<scoates> with the above, it tells me `undefined variable 'python3Packages'` ; and I'll be honest: I'm not following. I think I probably need to do a bunch more reading before it's useful for me to keep asking questions.
<scoates> was hoping there was an easy trick (-:
<samueldr> drop the three everywhere
<samueldr> oh
<samueldr> duh
<samueldr> no
<fusion809> Is there a reason why there's an option to autologin using SDDM, but there's no option for specifying the desktop to autologin to? Like the /etc/sddm.conf file does include the option to specify the desktop autologin to.
<samueldr> pythonPackages = python3Packages; <- this needs to come from super, since it's an overlay
<samueldr> scoates: pythonPackages = super.python3Packages
<fusion809> So why doesn't /etc/nixos/configuration.nix have such an option
<samueldr> you don't have `python3Packages` in scope :)
Diagon has joined #nixos
<mojjoo> trying to build a custom nixos iso, follwed the instructions on https://nixos.org/nixos/manual/index.html#sec-building-cd ... I'm getting this: `error: attribute 'isoImage' in selection path 'config.system.build.isoImage' not found`
<scoates> brb (the pain of using the package you're building (-: )
<scoates> build failed. but looks like it's close. I'll poke at it a bit when I return (I was just summoned for dinner stuff).
<scoates> thanks very much!
jrolfs has quit [Ping timeout: 250 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
pkx3__ has joined #nixos
Diagon has quit [Quit: Leaving]
<yl[m]> anyone figured out a way to avoid getting killed on Travis during nix-build?
<gchristensen> scoates: you can build it without exiting the program, of course
pkx3 has quit [Read error: Connection reset by peer]
Hotkeys has joined #nixos
mojjoo has quit [Ping timeout: 240 seconds]
<scoates> Yeah; I expected it to be quicker. (-;
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #51306 → nixos/cockroachdb: create new service → https://git.io/fponX
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @jbboehr to master « nixos/cockroachdb: create new service »: https://git.io/fpojR
doyougnu has quit [Quit: WeeChat 2.2]
<{^_^}> [nixpkgs] @thoughtpolice closed pull request #38665 → nixos/cockroachdb: create service → https://git.io/vxdOo
jrolfs has joined #nixos
thc202 has quit [Ping timeout: 250 seconds]
fragamus has joined #nixos
rprije has quit [Ping timeout: 250 seconds]
thedavidmeister has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fpKeo
hellrazor has quit [Ping timeout: 245 seconds]
Ariakenom has quit [Quit: Leaving]
freeman42x]NixOS has quit [Quit: Leaving]
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jperras has joined #nixos
fusion809 has quit [Remote host closed the connection]
fragamus has joined #nixos
fragamus has quit [Read error: Connection reset by peer]
jperras has quit [Ping timeout: 246 seconds]
jrolfs has quit [Ping timeout: 250 seconds]
init_6 has joined #nixos
rtjure has joined #nixos
jperras has joined #nixos
alex`` has quit [Ping timeout: 245 seconds]
betaboon has quit [Quit: WeeChat 2.2]
mmlb has quit [Read error: Connection reset by peer]
s2mitrov has joined #nixos
mmlb has joined #nixos
virus_dave has joined #nixos
jrolfs has joined #nixos
<s2mitrov> Anyone have experience installing nixos in a laptop with a pre-existing windows install? I've shrunk the windows partition (120GB free, unallocated) and created a boot US and all that, but like 10 seconds into the install process i get a kernel panic
virus_dave has quit [Client Quit]
<s2mitrov> the final error message says 'sustemd: error while loading shared libraries: /nix/store/.../libcap.so.2: cannot read file data: Input/output error', but before it there's a bunch of 'SQUASHFS error: Unable to read page, block 121f12a4, size 40f30'
acarrico has joined #nixos
<ottidmes> s2mitrov: should that not be unrelated to having Windows? The origin of the partition should not matter
<ottidmes> seems more like a problem with your install medium than your target partition
<clever> s2mitrov: Input/output error sounds more like a corrupt FS, did you umount properly when the install was done?
<samueldr> squashfs makes me think it's the installer media
<s2mitrov> the install never gets to any point where I can interact with it at all
jrolfs has quit [Ping timeout: 245 seconds]
<clever> s2mitrov: is it failing to boot the installer, or did you finish the install, and then it fails booting the hdd?
<samueldr> s2mitrov: did you eject or sync after `dd` (or powered-off sanely)
<s2mitrov> it runs the first phase fine, and then pretty much immediately after phase 2 it spits out a couple pages of that squashfs stuff followed by the final error
<ottidmes> s2mitrov: you mean at the installer, right?
<s2mitrov> failing to boot the installer, i guess? I get to the screen where I have the option of like 'Install nixos 18.09, Install nixos 18.09 (nomodeset), ...' and select the plain old 'install nixos 18.09'
<ottidmes> could you try and remake the install media, are you using an USB stick?
<s2mitrov> yeah
<ottidmes> s2mitrov: maybe check the checksum of your downloaded iso too, just in case that somehow got corrupted
<ottidmes> I would recreate your USB stick with: sudo dd bs=4M oflag=sync status=progress if=/path/to/nixos.iso of=/dev/of/usb
<s2mitrov> i don't have access to a linux machine at the moment
<s2mitrov> just windows unfortunately :/
<s2mitrov> but i did just mess around with the bios settings
orivej has quit [Ping timeout: 250 seconds]
<s2mitrov> it was set to boot both uefi + legacy, wth legacy first so i changed that to just uefi
<samueldr> the way it fails definitely smells like either a bad "burn" or a bad usb stick
<s2mitrov> still kernel panic but the error is different now
<samueldr> how different?
<ottidmes> yeah, so I would just try one of the many windows burn iso to usb tools that other distros point to like Ubuntu
<s2mitrov> sched: Unexpected reschedule of offline CPU#2! lol
<ottidmes> s2mitrov: how new is your setup?
<ottidmes> your computer
<s2mitrov> it's an x1 carbon from like last year or something
<samueldr> ottidmes: that may be problematic as unetbootin is no good with nixos :/
jrolfs has joined #nixos
<ottidmes> samueldr: ah, I always remember trying a bunch until one worked, never taking that route now that I am way more familiar with Linux
<s2mitrov> on an unrelated note, 0/10 would not recommend this laptop to anyone
<samueldr> (but unetbootin wouldn't look like the issues here)
<samueldr> (and the fault is partly ours, our installer iso assumes full control of the device)
<ottidmes> but with a year old laptop, kernel 4.14 should be fine I guess
<s2mitrov> https://i.imgur.com/LOLGI2k.png how's this look?
<samueldr> I have no idea what those means; if they try to operate at the filesystem level it may break some assumptions from nixos
<ottidmes> s2mitrov: its probably possible from Windows, but a stupid but effective way would be, take another USB stick, install Ubuntu or whatever distro that does work with those burn tools on Windows, and burn NixOS on the other USB stick from there, but if others have anything less roundabout, please use that instead
<samueldr> though it does detect that it's a UEFI bootable image, which probably is fine
<samueldr> I believe the most popular recent dd-like tool for windows is etcher
<s2mitrov> i'll give that a try
<samueldr> though I never tried it https://www.balena.io/etcher/
jrolfs has quit [Ping timeout: 250 seconds]
irdr has quit [Remote host closed the connection]
irdr has joined #nixos
goibhniu has quit [Ping timeout: 250 seconds]
<ldlework> I'm not really finding any good guides on doing golang development in nix-shell. Anyone know something I don't?
<{^_^}> [nixpkgs] @ivan opened pull request #51356 → xfsprogs: 4.14.0 -> 4.19.0 → https://git.io/fpKvN
sigmundv_ has joined #nixos
sigmundv__ has joined #nixos
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
pbogdan has quit [Quit: ZNC 1.6.5 - http://znc.in]
<scoates> still doing some stabbing in the dark at this weechat + python3 thing. Current status (long, but the top ~50 lines is my config, and the failure is near the bottom) https://paste.website/p/f49a9b22-e754-4b12-9dd8-2bc5d6b1fb66.txt
<scoates> I don't have a python*.so in that directory, but the other plugins are there
pbogdan has joined #nixos
Twey has quit [Ping timeout: 244 seconds]
orivej has joined #nixos
demize has quit [Remote host closed the connection]
lovek323 has quit [Ping timeout: 252 seconds]
grenade has quit [Ping timeout: 252 seconds]
averell has quit [Remote host closed the connection]
grenade has joined #nixos
averell has joined #nixos
dongcarl has quit [Ping timeout: 252 seconds]
statusfailed has quit [Ping timeout: 240 seconds]
<samueldr> hmm, looking here it looks like there are other options to enable for python3 support https://weechat.org/files/doc/devel/weechat_user.en.html
Twey has joined #nixos
<samueldr> e.g. ENABLE_PYTHON3
demize has joined #nixos
<scoates> ah
dongcarl has joined #nixos
<scoates> hmm. and will probably run into other scripts. I might be inviting too much pain, here.
<s2mitrov> i ran badblocks on the usb stick, says there's one corrupted block
<s2mitrov> :"^)
<samueldr> :( physical makes digital hard
<s2mitrov> i think i might have another kickin around somewhere, or if not ill just run down to walmart or whatever and pick one up the things cost like nothin these days
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
selfsymmetric-mu has joined #nixos
<selfsymmetric-mu> ,locate cask
<{^_^}> Found in packages: oh-my-zsh
Supersonic has quit [Ping timeout: 252 seconds]
<selfsymmetric-mu> Anybody here use Cask for Emacs package development? Because the `cask` in `nixpkgs` appears to install `cask-package-toolset`, not `cask` itself.
jperras has quit [Ping timeout: 246 seconds]
<selfsymmetric-mu> So I get `cask badge`, for example, but not `cask init`.
jrolfs has joined #nixos
<{^_^}> [nixpkgs] @kalbasit merged pull request #51033 → ocamlPackages.opti: init at 1.0.3 → https://git.io/fpEY4
<{^_^}> [nixpkgs] @kalbasit pushed commit from @magnusjonsson to master « ocamlPackages.opti: init at 1.0.3 »: https://git.io/fpKJL
Supersonic has joined #nixos
<selfsymmetric-mu> I've opened up an issue: https://github.com/NixOS/nixpkgs/issues/51357.
<{^_^}> #51357 (by matthew-piziak, 32 seconds ago, open): Installing `cask` erroneously installs `cask-package-toolset`
virus_dave has joined #nixos
<selfsymmetric-mu> Thanks nix-bot ;)
betaboon has joined #nixos
<betaboon> hello when using something like `pkgs-unstable = import <nixpkgs-unstable> {};` how do i set allowUnfree for those ?
virus_dave has quit [Quit: virus_dave]
jrolfs has quit [Ping timeout: 250 seconds]
<s2mitrov> OK yeah,
<s2mitrov> it was the USB entirely
<s2mitrov> bought a new one, flashed nixos iso onto it with etcher and its working great
<worldofpeace> betaboon: I think with the config parameter `import <nixpkgs-unstable> { config = { allowUnfree = true; } };`
<betaboon> ah got it. found an example here: https://nixos.org/nixpkgs/manual/#sec-citrix-custom-certs
<betaboon> worldofpeace: thanks :)
jperras has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #51358 → libtorrentRasterbar: 1.1.10 -> 1.1.11 → https://git.io/fpKJo
<betaboon> does anyone have vivaldi working with widevine ?
<{^_^}> [nixpkgs] @worldofpeace opened pull request #51359 → antibody: 4.0.0 -> 4.0.2 → https://git.io/fpKJi
jrolfs has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #51360 → solargraph: 0.28.2 -> 0.29.1 → https://git.io/fpKJM
etu has quit [Ping timeout: 250 seconds]
talyz has quit [Ping timeout: 246 seconds]
jtojnar has quit [Quit: jtojnar]
orivej has quit [Ping timeout: 250 seconds]
<s2mitrov> if i'm dual booting, do i need to create another boot partition?
<s2mitrov> at the moment i've got a 260M efi partition on the laptop, some microsoft reserved space, the windows partition, and a swap
<ottidmes> depends on your setup, if you dont want encryption, and you already have a dedicated EFI partition, you should be alright
etu has joined #nixos
talyz has joined #nixos
<s2mitrov> am I good to go with 'Linux fileystem' as the partition type?
<ottidmes> yep
drewr has joined #nixos
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
<{^_^}> [nixpkgs] @davidak opened pull request #51361 → Backport mumble fix → https://git.io/fpKUk
ottidmes has quit [Ping timeout: 246 seconds]
<s2mitrov> god damn does it feel good to be off windows
<s2mitrov> what an absolute dumpster fire of an operating system
<Ashy> haha
Izorkin has quit [Ping timeout: 244 seconds]
<betaboon> s2mitrov: after all dumpster fires have the possibility of keeping some people warm who need it the most in winter. i doubt windows can provide that ...
endformationage has joined #nixos
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
Growpotkin has joined #nixos
<Growpotkin> hey does anybody know why weechat's services are missing from the NixOS Options in the newer versions?
<Growpotkin> They're listed on nixos.org (no idea which version the search page is querying from) but they're not available on my machines
<Ralith> nixos.org documentation is from nixos-unstable, iirc
<Ralith> so, it is probably more recent than your machine
<samueldr> nixos.org only lists thinkgs for current-stable
<Ralith> oh, huh
<Ralith> that makes more sense
<Growpotkin> oh I hadn't imagined nixos-unstable would be missing things from the stable branch. I'll add it back to my channel list.
<Growpotkin> thanks
<samueldr> growpotkin: let me check something
<samueldr> I think the options are there, but differently built
<Growpotkin> bizarre. I just updated and its still missing.
<samueldr> yeah, I wasn't entirely sure, but the change is in both 18.09 and unstable
<samueldr> which option exacly?
<Growpotkin> i just want to enable the daemon
jrolfs has quit [Ping timeout: 246 seconds]
<samueldr> what does `nixos-version` say?
<Growpotkin> okay I gotta refresh my memory on how to add channels properly. Should I be doing that in my configuration.nix? Right now I just point my nixPath to "nixpkgs=/nix/var/.../per-user/root/channels/nixos/nixpkgs"
<Growpotkin> I've got 18.03 impala. Which makes no sense because my configuration.nix says "19.03"
<Growpotkin> in my conf i have : system.statVersion="19.03";
<samueldr> did you touch stateVersion?
<samueldr> ,stateVersion growpotkin
<{^_^}> growpotkin: Setting stateVersion to the latest release doesn't update anything and can only break your setup at best. If you want to regardless, Ctrl-F for "stateVersion" in https://nixos.org/nixos/manual/release-notes.html to see things that need to be manually upgraded with the new value
<samueldr> yeah, it's a confusing setting
<Growpotkin> thanks I'll give that a shot
<samueldr> it smells and looks like a duck^W update toggle, but isn't
<Growpotkin> all this time I thought changing that "updated" my environment lol
<samueldr> nah :/ only changes some conditionals for stateful things like databases
acarrico has quit [Ping timeout: 246 seconds]
<Growpotkin> alright I'm gonna updrade this bad boy. Cross your fingers that It doesn't brick my machine lol
<samueldr> chances are quite low
cyounkins has quit [Remote host closed the connection]
<Growpotkin> wow. I hope this magically fixes the variety of broken haskell junk thats been forcing me to use ghc-822 :)
metastance has joined #nixos
sigmundv__ has quit [Read error: Connection reset by peer]
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @fusion809 opened pull request #51363 → scilab-bin: adding application launchers → https://git.io/fpKTX
fusion809 has joined #nixos
sigmundv_ has quit [Ping timeout: 246 seconds]
endformationage has quit [Quit: WeeChat 2.3]
leothrix has joined #nixos
mojjoo has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #51364 → aminal: 0.7.6 -> 0.7.8 → https://git.io/fpKkf
mojjoo has quit [Client Quit]
mojjoo has joined #nixos
<mojjoo> trying to build a custom nixos iso, follwed the instructions on https://nixos.org/nixos/manual/index.html#sec-building-cd ... I'm getting this: `error: attribute 'isoImage' in selection path 'config.system.build.isoImage' not found`
Rusty1 has quit [Quit: Konversation terminated!]
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #51365 → nss: 3.40 -> 3.40.1 → https://git.io/fpKkq
<{^_^}> [nixpkgs] @dtzWill opened pull request #51366 → libwebp: 1.0.0 -> 1.0.1 → https://git.io/fpKkY
<{^_^}> [nixpkgs] @dtzWill opened pull request #51367 → yubikey-manager: 1.0.0 -> 1.0.1 → https://git.io/fpKk3
drk_lrd_877_ has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #51369 → v4l_utils: 1.16.0 -> 1.16.2 → https://git.io/fpKk8
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #51370 → mlt: 6.10.0 -> 6.12.0 → https://git.io/fpKkE
palo2 has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #51371 → live555: 2018.10.17 -> 2018.11.26 → https://git.io/fpKku
palo1 has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #51372 → s-tui: 0.8.2 -> 0.8.3 → https://git.io/fpKkw
<Ashy> i'm having some trouble with python libs again: http://dpaste.com/0ZXKSBQ
jrolfs has joined #nixos
<Ashy> trying to use pyodbc and msodbcsql17 ms sql server driver
Cale has quit [Remote host closed the connection]
<Ashy> any ideas why pyodbc can't find the odbc driver that i have installed in the same nix-shell?
<Ashy> oh it's happening in an ubuntu18.04 vm too
jrolfs has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @mt-caret opened pull request #51373 → dejsonlz4: init at 1.1 → https://git.io/fpKk5
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #51350 → minecraft: Fix versions <1.13 → https://git.io/fpoAn
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/fpKIt
<{^_^}> [nixpkgs] @Infinisil opened pull request #51374 → minecraft: Fix versions <1.13 → https://git.io/fpKIm
drk_lrd_877_ has quit [Quit: WeeChat 2.3]
jrolfs has joined #nixos
<fusion809> worldofpeace: it doth appear my PR (#51363) has passed its tests. So it does seem like those extra symlinks were abitrary.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/51363 (by fusion809, 1 hour ago, open): scilab-bin: adding application launchers
[Leary] has quit [Read error: No route to host]
Lears has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #51374 → [18.09] minecraft: Fix versions <1.13 → https://git.io/fpKIm
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to release-18.09: https://git.io/fpKIy
graphene has quit [Remote host closed the connection]
graphene has joined #nixos
<worldofpeace> fusion809: This should be good to merge once my other comment is addressed :)
<{^_^}> [nixpkgs] @worldofpeace merged pull request #51360 → solargraph: 0.28.2 -> 0.29.1 → https://git.io/fpKJM
<{^_^}> [nixpkgs] @worldofpeace pushed to master « solargraph: 0.28.2 -> 0.29.1 »: https://git.io/fpKL3
<{^_^}> [nixpkgs] @worldofpeace merged pull request #51359 → antibody: 4.0.0 -> 4.0.2 → https://git.io/fpKJi
<{^_^}> [nixpkgs] @worldofpeace pushed to master « antibody: 4.0.0 -> 4.0.2 »: https://git.io/fpKLG
<fusion809> worldofpeace: it is done!
<fusion809> (! seems inappropriate now)
<worldofpeace> fusion809: $out/opt/scilab-6.0.1 -> $out/opt/scilab-${ver}
<worldofpeace> fusion809: You're exclaimation seemed jovial :D
<fusion809> worldofpeace: oh good, lol. The $out/opt/scilab-6.0.1 -> $out/opt/scilab-${ver} not sure I get what you mean? They do equate, but still.
<worldofpeace> fusion809: btw, I used to use some of pkgbuilds and other stuff a while ago :D
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/b3e718378d1 (from 40 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
dramforever has joined #nixos
<fusion809> worldofpeace: some of pkgbuilds? You mean from my GitHub repo PKGBUILDs?
<worldofpeace> fusion809: oh forgot "your". Yes
Peaker has joined #nixos
<fusion809> Ah, good to know some stuff I've written has proved helpful, thanks.
<{^_^}> [nixpkgs] @worldofpeace merged pull request #51363 → scilab-bin: adding application launchers → https://git.io/fpKTX
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fpKLy
jlindsay has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #51349 → vdirsyncer: fix build → https://git.io/fpoNO
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fpKL9
fusion809 has quit [Remote host closed the connection]
Peaker has quit [Ping timeout: 246 seconds]
gurmble has joined #nixos
JustGerd has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #51372 → s-tui: 0.8.2 -> 0.8.3 → https://git.io/fpKkw
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fpKtt
grumble has quit [Ping timeout: 633 seconds]
<{^_^}> [nixpkgs] @Izorkin opened pull request #51376 → jemalloc: add option disable-initial-exec-tls → https://git.io/fpKtc
dramforever has quit [Ping timeout: 256 seconds]
scott has joined #nixos
<scott> if a package installs some stuff into an alternate bin/ directory, what's the right way to get those binaries added to PATH when added to an environment? just symlink them all into $out/bin? at what stage?
jrolfs has quit [Ping timeout: 246 seconds]
hellrazor has joined #nixos
<scott> i tried making symlinks in postInstall but they didn't show up... i'm not sure what happened
orivej has joined #nixos
<{^_^}> [nixpkgs] @dywedir opened pull request #51377 → oxipng: 2.1.6 -> 2.1.8 → https://git.io/fpKtQ
alex`` has joined #nixos
Growpotkin has quit [Quit: WeeChat 2.0]
JustGerd has quit [Ping timeout: 256 seconds]
jrolfs has joined #nixos
<gerschtli> scott: the copying of binaries into $out is usually done in installPhase
<{^_^}> [nixpkgs] @Mic92 merged pull request #51335 → tabbed: 20160425 -> 20180310 → https://git.io/fpo9Z
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fpKqI
jrolfs has quit [Ping timeout: 250 seconds]
goibhniu has joined #nixos
<scott> the default installPhase does fine in putting everything in $out, but some of the binaries go in $out/bin and some go in $out/share/perl6/bin (this is rakudo star, the perl6 compiler)
<scott> the official instructions don't discuss typical global installation, but suggest adding both those paths to PATH in .bashrc for a local install
<gerschtli> can you show me the nix expression?
<gerschtli> maybe you can add instructions to copy $out/share/perl6/bin/* to $out/bin to the installPhase
<scott> gerschtli: this is what i have right now (mostly the same as the outdated version already in nixpkgs) https://gist.github.com/solson/f57f7a0133ecb187b2d5e9dbf2efc52c
<eyjhb> Is there any advantage of using `nixpkgs.vimPlugins` instead of e.g. `vim-plug`?
<eyjhb> I can see it for youcompleteme, as it requires other stuff, but e.g. easy-align etc.
<{^_^}> [nixpkgs] @Mic92 merged pull request #51377 → oxipng: 2.1.6 -> 2.1.8 → https://git.io/fpKtQ
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fpKqB
<ptotter[m]> eyjhb: typical advantage: only having one thing to manage
<ptotter[m]> but OTOH people usually have something in their vimrc
<ptotter[m]> I'm planning to move from debian to nixos, a couple of questions, if I may:
<ptotter[m]> I run many services using docker
<eyjhb> ptotter[m]: precisely. I still have my vimrc, and I having it NixOS specific, doesn't seem that nice :/ So I think I will just add ycm, so I get all the dependencies etc.
mojjoo has quit [Quit: Page closed]
<ptotter[m]> since it's a convenient way to separate code from data and I get updates from the service authors as docker images
<ptotter[m]> is there a recommended place to store data? I just made a /srv mountpoint and mount volumes to the container, since that's what I did with debian
<scott> gerschtli: i have a new problem though, which is that $out/share/perl6/bin is simply empty... so i need to undo a couple changes and see when that happened
<ptotter[m]> and I also like to manage the services using systemd
<ptotter[m]> can I just put units into /etc/systemd/system or is there some preferred way to handle extra systemd units in nixos?
<eyjhb> ptotter[m]: I would guess making a custom .nix file for each service, or something :)
<gerschtli> scott: im building the package, maybe i come up with an idea
<ptotter[m]> eyjhb: sounds like another layer of indirection
<ptotter[m]> I'm actually considering just doing away with the systemd layer and have just docker manage the containers
<ptotter[m]> but then systemctl --failed and stuff like that don't give a unified view
<scott> gerschtli: oh dang, i had a typo, the path needs to be $out/share/perl6/site/bin, not $out/share/perl/site/bin
jtojnar has joined #nixos
mmlb has quit [Read error: Connection reset by peer]
<gerschtli> scott: oh :D okay, so its working now?
<scott> hopefully, i'm running the build right now
mmlb has joined #nixos
thc202 has joined #nixos
metastance has quit [Quit: WeeChat 1.4]
<ptotter[m]> also, I guess there's no point in backing up anything under /nixos?
<gerschtli> ptotter[m]: systemd units and mounts can all be configured via config options in /etc/nixos/configuration.nix
<gerschtli> scott: yep, fixing the path works like a charm
<scott> yeah my build just finished
<scott> i guess it's just one of those days where i have to spend 30 minutes figuring out i made a typo =)
<ptotter[m]> gerschtli: mounts were handled by nixos-generate-config
<gerschtli> you need to be glad that it only took 30 minutes.. :D
<ptotter[m]> gerschtli: do you have any pointers for the systemd configs?
iyzsong-x has joined #nixos
<gerschtli> ptotter[m]: static mounts like what you would write in /etc/fstab, i meant systemd mount units
<ptotter[m]> ah
<gerschtli> services can be configured via the systemd.services.* options
teehemka_ has joined #nixos
iyzsong has quit [Ping timeout: 250 seconds]
ottidmes has joined #nixos
jrolfs has joined #nixos
civodul has joined #nixos
elgoosy has joined #nixos
gerschtli has quit [Quit: WeeChat 2.2]
drp has quit [Ping timeout: 244 seconds]
jrolfs has quit [Ping timeout: 244 seconds]
rprije has joined #nixos
gerschtli has joined #nixos
<{^_^}> [nixpkgs] @bjornfor reopened pull request #51317 → audit-tmpdir hook: lock pattern matching to start-of-string → https://git.io/fpoK0
dramforever has joined #nixos
drp has joined #nixos
jasongrossman has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #51378 → linuxPackages.nvidia_x11_legacy304: mark as broken on 4.18 → https://git.io/fpKmV
Radivarig has joined #nixos
gerschtli has quit [Quit: WeeChat 2.2]
gerschtli has joined #nixos
hellrazor has quit [Ping timeout: 250 seconds]
Radivarig has quit [Remote host closed the connection]
metastance has joined #nixos
hellrazor has joined #nixos
gerschtli has quit [Quit: WeeChat 2.2]
orivej has quit [Ping timeout: 250 seconds]
gerschtli has joined #nixos
pie___ has joined #nixos
gerschtli has quit [Client Quit]
gerschtli has joined #nixos
pie__ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #51315 → gdb: switch to python3 → https://git.io/fpowZ
<{^_^}> [nixpkgs] @Mic92 pushed 9 commits to staging: https://git.io/fpKYf
<bigvalen> I've an odd problem, where my nixos box boots, but systemd can't start a bunch of stuff. I can't even get in on serial console, it's hanging that early in the boot process.
<bigvalen> If I start in single user mode, 'systemctl default' boots the box normally.
<Mic92> does your bootloader also has serial support?
teehemka_ is now known as teehemkay[away]
teehemkay[away] has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
init_6 has quit []
cyphase has quit [Quit: cyphase.com]
<{^_^}> [nixpkgs] @Gerschtli opened pull request #51379 → nixos/nm-applet: add nm-applet program → https://git.io/fpKYE
ng0 has joined #nixos
cyphase has joined #nixos
teehemka_ has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #51380 → gobject-introspection: rename package → https://git.io/fpKO3
rprije has quit [Ping timeout: 272 seconds]
metastance has quit [Quit: WeeChat 2.3]
alex`` has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #51379 → nixos/nm-applet: add nm-applet program → https://git.io/fpKYE
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/fpKOl
<{^_^}> [nixpkgs] @Mic92 pushed to release-18.09 « networkmanager-applet: set default icon theme »: https://git.io/fpKOB
alex`` has joined #nixos
__monty__ has joined #nixos
<__monty__> The mac os installer left me without channels. I added nixos-18.09-darwin as `nixpkgs`. Now I get this warning: warning: name collision in input Nix expressions, skipping '/Users/toonn/.nix-defexpr/channels_root/nixpkgs'
ris has joined #nixos
hotfuzz has joined #nixos
<__monty__> Is there a way to find out what channel I should be using? Or, preferably, a way to get nixos-18.09-darwin to work?
<__monty__> Am I even doing it right? I ran sudo nix-channel --add on a multi-user install.
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
<{^_^}> [nixpkgs] @Gerschtli closed pull request #51323 → networkmanagerapplet: fix missing icons → https://git.io/fpo1l
<clever> __monty__: sudo sets the wrong $HOME on mac
<clever> __monty__: you must use `sudo -i` then `nix-channel --list`
Ariakenom has joined #nixos
<ris> thoughtpolice: is afl-qemu working for you as packaged in 18.09? afl 2.52b's intended qemu version is 2.10.0, and the package uses 2.3.0 - the result is that afl passes it the QEMU_LOG=nochain env var which qemu 2.3.0 doesn't yet understand, causing it to fail
<{^_^}> [nixpkgs] @jtojnar pushed to staging « gobject-introspection: rename package »: https://git.io/fpKO1
<{^_^}> [nixpkgs] @jtojnar merged pull request #51380 → gobject-introspection: rename package → https://git.io/fpKO3
<__monty__> clever: Hmm, I first did sudo nix-channel --remove, then sudo -i, nix-channel --add then --update. Still get the same warning though : /
<__monty__> You were right though, sudo --add just created a .nix-channels in my user's $HOME.
<clever> __monty__: you must also run --update after --remove
orivej has joined #nixos
jrolfs has joined #nixos
Radivarig has joined #nixos
<__monty__> clever: Uhm, but I did after the new --add. Do I need to --remove again, then --update, --add, --update?
<clever> each user has its own set of channels, and --update is needed on the right user, after any --add or --remove, to re-sync things
<clever> and its best to just have a single channel on root most of the time, or root wont be able to use nix-env
<__monty__> clever: I've run --update both for root and my user but I still get the warning : /
vidbina has joined #nixos
<__monty__> Is the stuff in ~/.nix-defexpr/channels_root/nixpkgs somehow a channel added by the macos installer but not under the control of nix-channel?
<clever> __monty__: channels_root is roots channels, its managed by nix-channel ran as root
<clever> but there is also a bug, if no channels are setup, --update wont do anything, so there is no way to remove the last channel
<{^_^}> [nixpkgs] @marsam opened pull request #51381 → pythonPackages.effect: 0.11.0 -> 0.12.0 → https://git.io/fpK3f
<__monty__> clever: Where do I find the paths I should remove manually?
<clever> __monty__: the target of _channels or channels_root, will be another symlink called channels, deleting that and its own target, channels-1-link should remove it entirely
<__monty__> clever: Do I need to remove .nix-defexpr/channels_root as well? I get another warning now: warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
<{^_^}> [nixpkgs] @Mic92 opened pull request #51382 → Networkmanager: rename service to match upstream → https://git.io/fpK3Y
<clever> __monty__: thats because the default NIX_PATH expects a single channel on root, which you have now deleted
<clever> you either need to fix NIX_PATH, or make root the only user with a channel, as it was after the install finished
<__monty__> clever: But nix-channel --list didn't list anything, not as root, not as my user.
<__monty__> sudo -i; nix-channel --list now lists the channel I added. So root should have exactly *one* channel now, right?
<clever> yeah
<__monty__> I'm lost, I no longer understand the problem.
<clever> the non-root user should have zero channels
<clever> so you will want to get rid of the link under .nix-defexpr/channels, not channels_root
jrolfs has quit [Ping timeout: 240 seconds]
revtintin has joined #nixos
<__monty__> clever: Gotcha.
<__monty__> Now, when I want to update my channel, I have to sudo -i first every time?
<clever> yeah
<clever> or fix the silly defaults in /etc/sudoers
<ottidmes> clever: any idea what might go wrong with this config, I do get IPs from the range, I do see devices talking to the it and getting responses, and the static IPs work great, its just that dynamicly assigned IPs from the range don't work (e.g. smartphone): https://gist.github.com/ottidmes/5e27131af28464dfc815d86b22658e74 I probably am going to try and explicitly assigning some domain-name-servers other than the
<ottidmes> router itself
<clever> on nearly every os sudo exists on, it sets the right $HOME when you `sudo foo`
<__monty__> Also, should I even be on nixos-18.09-darwin, or should I just stick to nixpkgs-unstable?
<clever> but darwin doesnt change HOME
<clever> either channel works
<__monty__> Doesn't on debian either.
<__monty__> clever++ clever++ clever++ clever++ clever++ clever++ clever++ clever++ clever++ clever++
<{^_^}> clever's karma got increased to 53, clever's karma got increased to 54, clever's karma got increased to 55, clever's karma got increased to 56, clever's karma got increased to 57, clever's karma got increased to 58, clever's karma got increased to 59, clever's karma got increased to 60, clever's karma got increased to 61, clever's karma got increased to 62
<__monty__> I'd kiss ya, but karma'll have to do.
<clever> lol :)
<clever> ottidmes: is .0.1 running a proper nameserver? what does and doesnt work? can the phone ping an IP on the lan? can it ping an IP on the internet?, is it failing dns?
<ottidmes> alright, I got permission to break the internet connection by the other internet users here :P so now I can test that :P
<__monty__> Should nix-env -i still work for my user? I get `error: attribute 'nixpkgs'... not found`.
<ottidmes> its not running a proper nameserver that I know, it should just delegate it to the provider's nameservers
<clever> ottidmes: if you run `dig google.com @192.168.0.1` does it get a reply?
<clever> __monty__: it should work, what does `ls -l ~/.nix-defexpr/*/* output?
<ottidmes> clever: nope... that answers that :)
<__monty__> clever: `lrwxr-xr-x 1 root wheel 60 Jan 1 1970 .nix-defexpr/channels/manifest.nix -> /nix/store/w213fg5zb7df8h1wsldqpqi7yk9d80rk-env-manifest.nix`
<clever> __monty__: your channels_root is missing now
<{^_^}> [nixpkgs] @M-Gregoire opened pull request #51383 → network-manager: rename systemd service back to match upstream → https://git.io/fpK37
<__monty__> clever: Can I just rm .nix-defexpr/channels_root; ln -s /nix/var/... .nix-defexpr/channels_root?
<clever> __monty__: the one in /nix isnt called .nix-defexpr
<ottidmes> clever: still works after disabling the router's dhcp and starting the dhcp on the server with the domain-name-servers changes explicitly to the DNS of the provider
<clever> lrwxrwxrwx 1 clever users 44 Oct 29 2017 /home/clever/.nix-defexpr/channels_root -> /nix/var/nix/profiles/per-user/root/channels
<clever> __monty__: it should look like this
<clever> ottidmes: you can also choose to run your own caching dns in nixos, examples are in my router.nat.nix file
<{^_^}> [nixpkgs] @flokli merged pull request #51280 → thunderbird, thunderbird-bin: 60.3.0 -> 60.3.2 → https://git.io/fprld
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/fpK3p
<ottidmes> clever: any benefits to that? I do have to rely on Google/Cloudflare/ISP at one point, no?
<clever> ottidmes: your nixos dns server can go directly to the root dns servers for .
<__monty__> clever: I created the link but the ls -l .nix-defexpr/*/* still points to the exact same file.
teehemka_ has quit [Quit: Textual IRC Client: www.textualapp.com]
<clever> __monty__: ls -lh /nix/var/nix/profiles/per-user/root/channels ; sudo -i and cat ~/.nix-channels
<ottidmes> clever: I never considered that a possiblity, so my server is then like those other nameservers? First I am going to test my DNS setup (which did not work due to the DHCP mistake)
teehemka_ has joined #nixos
<clever> ottidmes: yeah
teehemka_ has quit [Client Quit]
<ottidmes> clever: then I am definitely going to do that :D
teehemkay has joined #nixos
<__monty__> clever: `lrwxr-xr-x 1 root wheel 15B Dec 2 13:49 /nix/var/nix/profiles/per-user/root/channels -> channels-9-link` and `https://nixos.org/channels/nixpkgs-18.09-darwin nixpkgs` respectively.
<clever> __monty__: ls -lh /nix/var/nix/profiles/per-user/root/channels/
<__monty__> clever: As root `lrwxr-xr-x 1 root wheel 60B Dec 2 13:37 /nix/var/nix/profiles/per-user/root/channels/ -> /nix/store/1qjgg5c5mq8id4a8x0gwyhr3xnkzk5r3-user-environment`
<clever> __monty__: and `ls -l /nix/store/1qjgg5c5mq8id4a8x0gwyhr3xnkzk5r3-user-environment` ?
<__monty__> Ah, no such file or dir : /
<clever> __monty__: you need to run nix-channel --update, as root
<__monty__> Same result.
<clever> you may have also deleted something in /nix/store by accident
<clever> and nix doesnt like that
<clever> try nix-store --verify --repair
orivej has quit [Ping timeout: 250 seconds]
Radivarig has quit [Quit: Leaving]
Radivarig has joined #nixos
<__monty__> As root, right? Just to be sure.
<clever> yeah
<__monty__> Hmm, next problem. Now, as my user, nix-env -iA finishes instantly and nix-env -q doesn't list anything.
<clever> __monty__: -q is normal, you just dont have anything installed yet
<clever> -iA, what package are you trying to install?
<__monty__> clever: No no, I had a bunch of stuff installed.
<__monty__> For weeks I didn't realize I didn't actually have a channel. I just figured nix-channel --update was finishing so fast because there where no updates because I wasn't on unstable anymore.
<clever> __monty__: you may have deleted the wrong thing, did you delete profile or .nix-profile at any point?
Thra11 has joined #nixos
<clever> you likely always had a channel, on root
<clever> but couldnt see it because of sudo being wonky
<ottidmes> clever: about the caching DNS, the main benefit would be speed, right?
<clever> ottidmes: yeah
<__monty__> clever: I probably did yes, `rm -r /nix/var/nix/profiles/per-user/toonn/*` I erroneously assumed it was just `channels` and a bunch of `channel-N-link`s.
<clever> __monty__: that also deleted all generations of your nix-env, so thats toast
<clever> nix-env will recreate it as you -iA things
<__monty__> I guess the cat's out of the bag, now I can openly admit I'm an idiot.
<clever> just blame apple for having wonky sudo settings :P
<clever> none of this would have happened if `sudo nix-channel --list` showed a channel!
steshaw has quit [Quit: Connection closed for inactivity]
<__monty__> True dat.
<__monty__> While I'm at it I'm gonna go more declarative. Not quite nixos-darwin but at least a more complete config.nix.
<__monty__> Any ssh implementations I should look at over openssh?
palo2 is now known as palo
<clever> if you give nix-env an attrset, via nix-env -iA nixpkgs.mystuff, and setting mystuff = { inherit (pkgs) hello; }; in config.nix
<clever> then nix-env will install every package in the set
<clever> and unlike the other buildEnv ideas, it will be seperate entries in `nix-env -q` and you can still add/remove a single package if you want to deviate and go imperative for a day
<ottidmes> clever: stupid Samba is in the way :P if I setup dnsmasq on my laptop it works great, I can dig from my desktop and get the right responses, but on my server I have samba running, which has its own dns server, and a dns forwarder option, but its not working with me (I now see when listing the ports, that dnsmasq has bound to 0.0.0.0 while I specified 127.0.0.1, so it restarted faster probably)
<{^_^}> [nixpkgs] @vbgl opened pull request #51384 → frama-c: Chlorine -> Argon → https://git.io/fpKs7
<{^_^}> [nixpkgs] @symphorien opened pull request #51385 → pyflame: init at 1.6.7 → https://git.io/fpKsb
<ottidmes> clever: yep, thats it, I expected listen-address=::1,127.0.0.1 of dnsmasq to make it well, bound to 127.0.0.1 rather than 0.0.0.0, but it bounds to 0.0.0.0, but then queries will fail, since the option apparantly does work in the sense that it only listens to local requests :P
<__monty__> clever: Good suggestion, good point about the flexibility, but I like the clutterless approach of buildEnv.
<{^_^}> [nixpkgs] @rycee pushed 2 commits to master: https://git.io/fpKsh
<{^_^}> [nixpkgs] @cryptix opened pull request #51386 → gitea: 1.5.3 -> 1.6.0 → https://git.io/fpKGv
hlolli has joined #nixos
<{^_^}> [nixpkgs] @M-Gregoire opened pull request #51387 → thunar-archive-plugin: 0.3.1 -> 0.4 → https://git.io/fpKGf
<{^_^}> [nixpkgs] @rycee closed pull request #51302 → whipper: 0.7.0 -> 0.7.2 → https://git.io/fpoGm
<{^_^}> [nixpkgs] @costrouc opened pull request #51388 → Fix few broken python-unstable packages → https://git.io/fpKGk
<hlolli> @exarkun22 did your rpi3-arm7 installation finish by now?
worldofpeace has quit [Ping timeout: 268 seconds]
<dramforever> clever: Thread hijacking: How do I do that programmatically? Like, within Nix?
<dramforever> Say, how do I install nixpkgs.kdeApplications into environment.systemPackages
<clever> dramforever: builtins.attrValues
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/fpKGL
<dramforever> oh
<dramforever> But there those different stuff like lambdas and a weird 'true' in it
<dramforever> So I figured there could be a better way? Like, somehow nix-env knows how to do it
<dramforever> Whatever, that's good enough
<dramforever> clever++
<{^_^}> clever's karma got increased to 63
<tilpner> > with builtins; filter lib.isDerivation (attrValues kdeApplications)
<clever> yeah, that should do it
<{^_^}> [ { CXXFLAGS = <CODE>; NIX_CFLAGS_COMPILE = <CODE>; __ignoreNulls = true; all = <CODE>; args = <CODE>; buildInputs = <CODE>; builder = <CODE>; cmakeFlags = <CODE>; configureFlags = <CODE>; depsBuildBu...
<{^_^}> [nixpkgs] @vcunat pushed to release-18.09 « Merge #51378: linuxPackages.nvidia_x11_legacy304: broken on 4.18+ »: https://git.io/fpKGc
<{^_^}> [nixpkgs] @vcunat merged pull request #51378 → linuxPackages.nvidia_x11_legacy304: mark as broken on 4.18 → https://git.io/fpKmV
<{^_^}> [nixpkgs] @cryptix opened pull request #51389 → systrayhelper: 0.0.3 -> 0.0.4 → https://git.io/fpKGz
Radivarig has quit [Ping timeout: 250 seconds]
lo_mlatu has joined #nixos
<dramforever> tilpner++
<{^_^}> tilpner's karma got increased to 10
acarrico has joined #nixos
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.1)]
fusion809 has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #51225 → elk: 6.3.2 -> 6.5.1 → https://git.io/fpVBs
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to master: https://git.io/fpKGD
jasongrossman has joined #nixos
<ottidmes> if I want multiple things that open the same port, how can I make one visible to the outside and the other working just internally? By default the both try to bind to 0.0.0.0:53, I thought I could just have one do that and the internal use 127.0.0.1:53, but this is not allowed
ThatDocsLady has joined #nixos
<jw358> should i be able to install nix-prefetch-github on non-nixos via `nix-env -i nix-prefetch-github`?
<clever> ,locate nix-prefetch-github
<{^_^}> Found in packages: nix-prefetch-github
teehemkay has quit [Quit: Textual IRC Client: www.textualapp.com]
<clever> jw358: yeah, that should just work
<Baughn> ottidmes: 0.0.0.0 means every IP, including loopback. You have to specify the exact ones.
<Baughn> But the real answer is to not do that. Use a different port.
<Baughn> It will only lead to confusion.
<__monty__> What is ssh-ng?
<jw358> clever: unfortunately doesn't with some various errors, some about "invalid syntax"
<clever> jw358: can you pastebin all of those errors?
<{^_^}> [nixpkgs] @flokli opened pull request #51390 → [18.09] thunderbird(-bin) 60.3.2 → https://git.io/fpKGx
liminal18 has joined #nixos
<liminal18> hey folks having a little trouble with steam in nixos 18
<ottidmes> Baughn: aha! that explains that, here is to hoping I can specify a port with my ip address in the samba dns forwarder config
<{^_^}> #30599 (by andrewrk, 1 year ago, closed): steam no longer works
<liminal18> added my details there
<liminal18> wait so the steam package is totally broken?
<clever> liminal18: i am playing a game in steam, right at this instant, on nixos
<liminal18> @clever good
<{^_^}> [nixpkgs] @markuskowa merged pull request #51356 → xfsprogs: 4.14.0 -> 4.19.0 → https://git.io/fpKvN
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to staging: https://git.io/fpKZT
<{^_^}> [nixpkgs] @mt-caret opened pull request #51391 → dpt-rp1-py: init at 2018-10-16 → https://git.io/fpKZk
<clever> jw358: that is a syntax error inside the python package, do you have any overrides against python?
feep has joined #nixos
<feep> yo
<jw358> clever: none at all, i don't use python
<feep> I just rebooted after switching to nvidia based bumblebee
<feep> and now when I try primusrun glxinfo, I get NVRM: API mismatch
<feep> with client 390.87, and kernel 410.78
<clever> jw358: it might simply be broken on that version, try a nix-channel --update
Radivarig has joined #nixos
<liminal18> clever: have you ever gotten the error I listed in my comment on github?
<jw358> clever: right, i tried updating but it hasn't worked. on https://nixos.org/channels/nixpkgs-unstable nixpkgs
<clever> liminal18: those warnings happen every time i start steam
ixxie has joined #nixos
<liminal18> clever: but you do not get an error steam needs 250 megs to run?
<feep> which looks like nvidia driver and kernel module got desynchronized
<feep> which shouldn't be able to happen?
ixxie has quit [Client Quit]
<clever> liminal18: havent seen that error before
<liminal18> clever: ok
<liminal18> while I am here
<liminal18> since upgrading getting this error everytime I start a shell:
<liminal18> bash: /home/liminal18/.bashrc: line 1: syntax error near unexpected token `}'
<liminal18> bash: /home/liminal18/.bashrc: line 1: `nix?(){ nix-env -qa \* -P | fgrep -i "$1"; }'
<liminal18> is it safe to remove that?
mmlb has quit [Read error: Connection reset by peer]
<ottidmes> Baughn: Samba needs to run on port 53, not configurable, its dns forwarder also does not support specifying ports on the nameservers, but I read I can specify the binding ip address, so I guess I will bind to the external facing IP for samba, and 127.0.0.1 for dnsmasq
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/49be1fad9b7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
mmlb has joined #nixos
<feep> so bumblebeed seems to think it's still on nvidia-x11-390.87
<feep> but both its nvidia driver version and kernel version are wrong
<clever> liminal18: that just looks like some invalid bash, try just removing it
<feep> strace shows up something like
jrolfs has joined #nixos
<feep> sendto(6, "Value: /nix/store/b1kz7803sy8jmj6aqs50plgln37b7zaj-nvidia-x11-390.87-4.14.84/lib:
<feep> and that is definitely off, so it seems like bumblebeed just failed to rebuild? ...
<feep> I don't know how to fix this.
<feep> is it because I'm on unstable kernel?
<schmittlauch[m]> When does a channel switch to the latest hydra-evalutaion, and when doesn't it? Or more precisely, why hasn't the channel yet switched to https://hydra.nixos.org/eval/1492768#tabs-now-fail
<feep> ie. maybe bumblebee tries to depend on stable kernel and gets a different version?
<clever> schmittlauch[m]: http://howoldis.herokuapp.com/
ixxie has joined #nixos
<feep> I do sa-laajakaista.fi] has joined #nixos
<feep> 15:03 < clever> schmittlauch[m]:
<feep> augh, sorry, copypaste fail
<feep> I do boot.kernelPackages = unstable.linuxPackages_latest;
<clever> schmittlauch[m]: several tests are failing on hydra
<feep> do I have to do anything else to get everyone to use unstable kernel versions?
<schmittlauch[m]> clever: oh, so all tests have to succeed? Because at least some builds seem to be ok to fail.
<feep> okay yes, that's the one I change
<clever> feep: bumblebee is using boot.kernelPackages to configure what versions it uses
<clever> schmittlauch[m]: all tests must pass, and all jobs in the set must have at least tried
<feep> I don't get it then.
<clever> feep: use nix why-depends on /run/current-system to see how the "wrong" nvidia is depended on
<feep> clever: I had to press ctrl-c during the last nixos-rebuild because my bumblebeed was hanging, might that have messed it up?
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/49be1fad9b7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
<clever> feep: if it did, a reboot would clear it up
<schmittlauch[m]> clever: Some tests only fail due to the VM not responding. Are they tried again then or only after the next nixpkgs commit initiates another build?
<feep> okay, I tried nixos-rebuild post reboot and it did nothing
<feep> clever: how do I use that?
<clever> schmittlauch[m]: if somebody doesnt restart it manually, it will get ran again when something in nixpkgs changes, because most tests include a full copy of nixpkgs
iyzsong-x has quit [Ping timeout: 252 seconds]
<clever> feep: run `nix why-depends /run/current-system /nix/store/foo` on the "wrong" nvidia version
<feep> will do
<feep> '/nix/store/k3dmawbvimd0jk59gw9rbhlzg8z5yy1n-nixos-system-nop-18.09.1446.db561c90ef3' does not depend on '/nix/store/088gr5v648kj84h2h0jh82hqlnb0zyv4-opengl-drivers'
<liminal18> clever: removed the bash script still works thanks!
<feep> owait wrong package
jrolfs has quit [Ping timeout: 250 seconds]
<feep> ah it says it depends via OpenCL
<feep> hang on, pasting
<feep> really wish that had ansi color support
<clever> feep: asciinema lets you record "text" based videos, with ansi color intact
<feep> cool
<feep> anyway, I have no idea how to read this.
* feep blinks
<feep> hardware-configuration.nix: hardware.opengl.extraPackages = [ pkgs.linuxPackages.nvidia_x11.out ];
<feep> that should MAYBE be unstable? or config?
<clever> config.boot.kernelPackages.nvidia_x11
<clever> its pulling in the non-current version, and breaking it
<feep> weird, I'm pretty sure I got this either by default or from the docs.
<liminal18> ok steam runs problem solved was out of disk space
<feep> clever: .. hm, how do I get the i686 package then? add a config.boot.kernelPackages_i686?
Radivarig has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #51392 → pythonPackages.sybil: fix build → https://git.io/fpKZK
<feep> how come there is a pkgs_i686 but no unstable_i686?
<clever> feep: thats tricky, you may need to just unstable.pkgsi686_linux.linuxPackages_latest.nvidia_x11.out
<feep> oh kay
<clever> feep: pkgsi686Linux exists in all package sets
<clever> and just forces a 32bit version of that set
<feep> thanks
<feep> I tried to stick that in boot.kernelPackages_i686 but that option does not exist
<feep> I thought I could just define it :(
<feep> where in configuration.nix can I stick a random variable`?
<feep> *?
<clever> a let block
<clever> let foo = bar; in { ... }
<feep> oh are those visible from imports?
<clever> before the main attrset it returns
<clever> nope
<feep> yeah that's kinda the problem
<feep> since I need it in hardware-configuration.nix
<clever> nothing says it has to be in hardware-configuration.nix
<feep> truuue
<feep> I mean, it is kind of a flag that starts with hardware.
<feep> so it feels like it *should* be there?
<clever> if you make any changes to hardware-configuration.nix, then your defeating the point of keeping it a seperate file
<feep> oh!
<feep> that makes sense
<clever> its a seperate file, so you can re-run nixos-generate-config, to remake it, to match the current hardware
<feep> I get it~
<clever> which will destroy your changes
<clever> and at that point, it might as well be merged into configuration.nix
<feep> :nod:
<clever> and just never have nixos-generate-config help you again
<ottidmes> is it possible to add another IP address to my server that is not covered by 0.0.0.0?
<clever> 0.0.0.0 is the wildcard, it always covers all IP's
<feep> clever: do I need to reboot? nixos-rebuild switch still does basically nothing
<clever> feep: possibly
<feep> bleh, bbiab
feep has quit [Remote host closed the connection]
jperras has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @arianvp opened pull request #51393 → nixos/containers: Add assertion for container name length → https://git.io/fpKZh
<ottidmes> clever: I prefered dnsmasq over bind, but it seems I have no choice in the matter, unless I can change the IP onto which samba binds its DNS server, I got no workaround, but it does give me the option do use a bind backend rather than the basic internal DNS with forward, so bind it is
sigmundv_ has joined #nixos
arjen-jonathan has joined #nixos
orivej has joined #nixos
<__monty__> ottidmes: But if samba binds on 0.0.0.0:53 there won't be any available port 53.
<clever> __monty__: either tell samba to not bind (it works find without dns control for me), or set samba to a diff port
ben has quit [Ping timeout: 252 seconds]
<__monty__> clever: Yes, exactly. Just saying dropping dnsmasq in favor of bind won't do anything about the actual problem.
feep has joined #nixos
<feep> yo
<{^_^}> [nixpkgs] @FRidh merged pull request #51388 → Fix few broken python-unstable packages → https://git.io/fpKGk
<{^_^}> [nixpkgs] @FRidh pushed 5 commits to python-unstable: https://git.io/fpKn4
<ottidmes> __monty__: thats true, but samba will use bind for its own DNS needs, so it will be actually bind that binds to 0.0.0.0:53 (from my understanding, will actually be trying it later today)
<feep> oh god damn, I forgot to remove the config from hardware-configuration.nix
<feep> ... how did that even work
<feep> wait, configuration.nix should definitely have overridden it.
<__monty__> ottidmes: Oh, ok. Can't you have it defer to dnsmasq the same way?
<feep> yeah since it worked at all, it has to have overridden it.
<feep> and nixos-rebuild does nothing, yeah okay.
<clever> feep: most list based options merge
<feep> yeah but removing it did not prompt switch to reload bumblebeed
<clever> feep: have you tried just running nixos-unstable for the entire system yet?
ThatDocsLady has quit [Ping timeout: 252 seconds]
<feep> I specifically don't want that though...
<feep> hm, on reflection if I'm going back on nvidia-drivers, I don't really need an unstable kernel.
<feep> trying
elibrokeit has quit [Quit: A random quit message]
feep has quit [Remote host closed the connection]
pie__ has joined #nixos
elibrokeit has joined #nixos
pie___ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @basvandijk pushed to master « elasticsearch: make sure to patchelf the x-pack-ml binaries »: https://git.io/fpKnp
<liminal18> anyone ever gotten the libcef error with steam? I have libcef in my buuldpath
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to release-18.09: https://git.io/fpKcl
dramforever has quit [Quit: Page closed]
Anton-Latukha has quit [Quit: Leaving.]
feep has joined #nixos
<feep> clever: brief update
<feep> it works now
<feep> final change was not turning the discrete gpu off during boot, which caused it to drop off the bus
<feep> hm, well, glxgears still doesn't work
<feep> does work with optirun, just not primusrun
[Leary] has joined #nixos
Lears has quit [Read error: No route to host]
ixxie has quit [Ping timeout: 250 seconds]
arjen-jonathan has quit [Ping timeout: 250 seconds]
<feep> well, time to find out if it works with factorio
endformationage has joined #nixos
feep has quit [Disconnected by services]
<eyjhb> How would I go about appending "displaylink" to "services.xserver.VideoDrivers"?
<eyjhb> So that I do not overwrite the default value
c0bw3b_ has joined #nixos
jperras has joined #nixos
feep_ has joined #nixos
<feep_> yo
<feep_> how do I run a preexisting binary in nix?
scoates has left #nixos ["WeeChat 2.2"]
rauno has joined #nixos
liminal18 has quit [Quit: Leaving]
ATuin has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #51063 → postfix: 3.3.1 -> 3.3.2 → https://git.io/fpusv
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpKWG
simukis has joined #nixos
vidbina has quit [Ping timeout: 272 seconds]
<simukis> Is there any purpose in raising `system.nixos.stateVersion`?
<samueldr> ,stateVersion simukis
<{^_^}> simukis: Setting stateVersion to the latest release doesn't update anything and can only break your setup at best. If you want to regardless, Ctrl-F for "stateVersion" in https://nixos.org/nixos/manual/release-notes.html to see things that need to be manually upgraded with the new value
<samueldr> it's basically used to know where to find stateful things when stateful things are updated to be at a different place
<{^_^}> [nixpkgs] @markuskowa merged pull request #51329 → Favor HTTPS URLs - the GNU edition → https://git.io/fpoyt
<{^_^}> [nixpkgs] @markuskowa pushed 5 commits to master: https://git.io/fpKW1
<arianvp> (e.g. we changed the location of postgresql data dir some releases back)
<samueldr> so it could have been named system.nixos.whereWillMyStatefulThingsBe = "18.03";
<simukis> okay, that’s fine. Is there any danger in changing the variable from deprecated `system.nixos.stateVersion` to whatever the new variable is named according to nixos-rebuild?
<{^_^}> [nixpkgs] @c0bw3b merged pull request #51389 → systrayhelper: 0.0.3 -> 0.0.4 → https://git.io/fpKGz
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpKWS
<samueldr> nah, as long as the value is the same
<sphalerite> feep_: also https://nixos.wiki/wiki/FAQ#I.27ve_downloaded_a_binary.2C_but_I_can.27t_run_it.2C_what_can_I_do.3F
<samueldr> (And if changed, it's exactly the same semantics)
<simukis> okay, thanks.
<avn> feep_: https://gist.github.com/avnik/4fe71054160f512218b853041bc5f402 I make "loader scripts" for games (like this one) and it works
vidbina has joined #nixos
Thra11 has quit [Ping timeout: 240 seconds]
ixxie has joined #nixos
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
<feep_> 0.569 Initialised OpenGL:[0] GeForce MX150/PCIe/SSE2; driver: 4.6.0 NVIDIA 390.87 woo!
<feep_> sphalerite: got it to work by flailing around with nix-shell
<{^_^}> [nixpkgs] @c0bw3b opened pull request #51395 → [18.09] postfix: 3.3.1 -> 3.3.2 → https://git.io/fpKlm
ris has quit [Read error: Connection reset by peer]
jrolfs has joined #nixos
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/24ff4d87bc6 (from 68 minutes ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/24ff4d87bc6 (from 68 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
<ottidmes> __monty__: I wish, that is what I am trying, but I can only specify either their internal DNS that allows a forwards for undefined entries and Bind as the backend, and the forward does not allow you to specify a port for the nameserver
emily has quit [Ping timeout: 252 seconds]
emily has joined #nixos
philippD has joined #nixos
<{^_^}> [nixpkgs] @M-Gregoire closed pull request #51383 → network-manager: rename systemd service back to match upstream → https://git.io/fpK37
Enzime has quit [Ping timeout: 246 seconds]
imdoor has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #51007 → sunxi-tools: 20171130 -> 20181113 → https://git.io/fp05p
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpK8O
vidbina has quit [Ping timeout: 250 seconds]
jperras has quit [Quit: WeeChat 2.2]
acarrico has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @samueldr opened pull request #51397 → installer: Adds AArch64 UEFI installer support. → https://git.io/fpK88
<__monty__> Does anyone else always have to `dontCheck ghc-exactprint`?
<{^_^}> [nixpkgs] @risicle opened pull request #51398 → afl-qemu: update to qemu 2.10.0, as specified by afl 2.52b → https://git.io/fpK82
imdoor has quit [Quit: imdoor]
<{^_^}> [nixpkgs] @gebner pushed to master « pythonPackages.ruamel_yaml: 0.15.35 -> 0.15.80 »: https://git.io/fpK81
<timokau[m]> I'm trying to use gpg-agent over ssh but the pinentry program fails to fallback (needs graphical)
<timokau[m]> Does anyone have this working? Am I doing something wrong or is that a bug?
sigmundv_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #51354 → nixos/luksroot: Backport #50281 → https://git.io/fpop1
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to release-18.09: https://git.io/fpK4V
<ottidmes> timokau[m]: I just use a script that chooses the GUI when I need it from a GUI and a CLI when I need it from the command line: https://gist.github.com/ottidmes/e9e328807acc40a14712c64a078c85b6
<ottidmes> not sure if that also fixes your problem, but it probably will
<{^_^}> [nixpkgs] @Ekleog closed pull request #16834 → pulseaudio: Add support for package configuration files. → https://git.io/vKGCy
<timokau[m]> ottidmes: Thats a good workaround, thanks. I'm pretty sure its supposed to do that automatically though
<ottidmes> timokau[m]: it never did consistenly for me, and this script has worked perfect for me so far
<{^_^}> [nixpkgs] @costrouc opened pull request #51399 → pagmo2, pythonPackages.pygmo refactor fix broken packages → https://git.io/fpK4Q
<ottidmes> and I want to always use the CLI one when I am inside a shell, I don't think it would fallback in that situation normally, it whould just have used the GUI one
<eyjhb> Anybody have experiences with displaylink and NixOS?
<{^_^}> [nixpkgs] @Mic92 pushed to release-18.09 « Revert "nixos/luksroot: Check whether the device already exists" »: https://git.io/fpKBR
<ottidmes> in NixOS, is https://github.com/NixOS/nixpkgs/issues/7227#issuecomment-338427736 the right way to add a loop back device?
fusion809 has quit [Remote host closed the connection]
rhalff has joined #nixos
fusion809 has joined #nixos
<rhalff> is there any package available providing the windows 10 evaluation image?
Xal has quit [Ping timeout: 240 seconds]
Xal has joined #nixos
freeman42x has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 pushed to master « Revert "nixos/luksroot: Check whether the device already exists" »: https://git.io/fpKRB
<{^_^}> [nixpkgs] @vcunat pushed 5 commits to release-18.09: https://git.io/fpKRa
<{^_^}> [nixpkgs] @vcunat merged pull request #51390 → [18.09] thunderbird(-bin) 60.3.2 → https://git.io/fpKGx
<{^_^}> [nixpkgs] @Infinisil merged pull request #48423 → bees: init at 0.6.1; nixos/modules: services.bees init → https://git.io/fxRNM
<{^_^}> [nixpkgs] @Infinisil pushed 4 commits to master: https://git.io/fpKRS
fendor has joined #nixos
<infinisil> I think I'll give up trying to tell people not to add too many NixOS options
<{^_^}> [nixpkgs] @c0bw3b merged pull request #51333 → pqiv: 2.10.4 -> 2.11 → https://git.io/fpoSj
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fpKR7
<ottidmes> from the answers about loopback devices I get that I can add additional static ip addresses, but its not like I can then refer to it with say eth:0 or eth:1?
<ottidmes> infinisil: what do you mean?
<infinisil> ottidmes: Every new NixOS option increases evaluation time for all NixOS systems
<infinisil> And I've been going around telling people not to add slightly redundant options because of that
<ottidmes> infinisil: but rather than trying to limit the options, would it not be more worthwile to see if that can be optimized?
<infinisil> But there's so many new services added all the time, this is probably not worth it
<infinisil> ottidmes: Yeah, I've been thinking about doing that, but it's a lot harder of course
<ottidmes> infinisil: harder implementation wise, but I would say that trying to limit the options added is way harder :P
arjen-jonathan has joined #nixos
<infinisil> Well, if we could get some better support for reusable options (e.g. something like systemd.services.<name>.openFirewall) then every service wouldn't need to add such options itself
<ottidmes> infinisil: that would be a good suggestion indeed
<infinisil> Same with options like `service.<name>.{user,group,extraOptions,extraConfig,enable,package}
nschoe has joined #nixos
<adisbladis> lucus16: The expression in the vgo2nix repo is broken it should have the attribute `allowGoReference = true`
<adisbladis> I'm pushing a fix now
hotfuzz_ has joined #nixos
arjen-jonathan has quit [Ping timeout: 250 seconds]
hotfuzz has quit [Ping timeout: 250 seconds]
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
<rhalff> strange, I'm trying to install virt-manager, but it's real name is virtmanager appearenlty, what determines it name? https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/virtualization/virt-manager
* rhalff nixnoob
<infinisil> rhalff: The attribute definition in all-packages.nix
<rhalff> infinisil, ah thanks :-)
<infinisil> Well that's the attribute name, the derivation name could be different too :P
<infinisil> > virtmanager.name
<{^_^}> "virt-manager-2.0.0"
<infinisil> Indeed, it's virt-manager..
<infinisil> But anyways, attributes should be used for installations
graphene has quit [Remote host closed the connection]
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/e8dd26fc30f (from 57 minutes ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
graphene has joined #nixos
jrolfs has quit [Ping timeout: 252 seconds]
revtintin has quit [Quit: WeeChat 1.9.1]
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e1aacc81b73 (from 48 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
Xal has quit [Ping timeout: 250 seconds]
<rhalff> seems a bit like all-packages.nix is causing unncessary naming inconsistencies. caused by name already containing the version number instead of letting the versioned named being derived from name and version "${name}-${version}"
<{^_^}> [nixpkgs] @c0bw3b closed pull request #50712 → libwebp: 1.0.0 -> 1.0.1 → https://git.io/fpCCt
<{^_^}> [nixpkgs] @LnL7 merged pull request #51311 → python.pkgs.docutils: set LANG in case of darwin and python3 → https://git.io/fpo0L
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/fpKEI
Xal has joined #nixos
graphene has quit [Remote host closed the connection]
<ottidmes> rhalff: its a backwards compatible thing I believe, in theory you could just take the current all-packages.nix and automatically rename them in some consistent way based on the derivation name and version, and the whole of nixpkgs could probably be updated to reflect this as well in an automatic away, but then you still have all the users that will have broken configurations the moment they update to this new
<ottidmes> situation
lo_mlatu has quit [Quit: Connection closed for inactivity]
graphene has joined #nixos
vidbina has joined #nixos
feep_ is now known as feep
jrolfs has joined #nixos
<dmj`> I have an nginx setup reversing to a hydra server and am trying to enable ACME certs from lets encrypt
<ottidmes> I resolved my Samba DNS forwarding to dnsmasq issue by using the dummy kernel module, would love to know if there is another way to get a loopback devices though
<{^_^}> [nixpkgs] @roberth opened pull request #51401 → all-packages.nix: Alias self to res, deprecating self → https://git.io/fpKEz
<makefu> dmj`: i prepared the same thing for the congress. is there any issue regarding that?
<dmj`> Everytime I try to start the service I get a cryptic error message about the certificate, return OpenSSL.crypto.dump_certificate(self.typ, data.wrapped).strip()
ng0 has quit [Remote host closed the connection]
<dmj`> makefu: I'm glad nixos is making it to the halls of congress
<makefu> like last year but are asking for much more space this time
<dmj`> makefu: raise Error('Challenge validation has failed, see error log.')
ng0 has joined #nixos
<dmj`> makefu: if you give a mouse a cookie.. it will ask for a glass of milk
<makefu> last year we essentially took over the place of the gentoo people right of us (and some of the space of void)
<dmj`> makefu: nice
pie___ has joined #nixos
<dmj`> makefu: so any ideas
pie__ has quit [Remote host closed the connection]
<dmj`> makefu: weird part is that I have other servers that were able to acquire certs like this
<makefu> sounds like your dns stuff does not work in your favor right now
<dmj`> makefu: yea that could be it
Neo-- has quit [Ping timeout: 252 seconds]
<dmj`> makefu: when its acquiring certs, is it using aws's dns servers?
<makefu> dmj`: i am not super sure what letsencrypt service is using (but it will be on someone else' computer)
nschoe has quit [Quit: Program. Terminated.]
fendor has quit [Ping timeout: 240 seconds]
<dmj`> makefu: weird, it should be fine then
<{^_^}> [nixpkgs] @puffnfresh opened pull request #51402 → font-lock-plus: fix recipe → https://git.io/fpKEd
<gerschtli> hey, i get two of those "Failed to connect to bus: No such file or directory" during every nixos-rebuild
<gerschtli> does anyone know, what could cause this?
<das_j> Uuh, short question. On ssh, I get: "WARNING: bad ownership on /nix/var/nix/profiles/per-user/dnsadmin, should be 497". Why?
<dmj`> makefu: it can't be my DNS because I have a lets encrypt setup in a different nixos module working perfect
das_j has quit [Quit: "Bye!";]
metastance has joined #nixos
das_j has joined #nixos
<makefu> dmj`: if it is another dns name then everything is possible. do you have a longer trace of letsencrypt service?
Mateon3 has joined #nixos
Mateon1 has quit [Ping timeout: 244 seconds]
Mateon3 is now known as Mateon1
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @Mic92 opened pull request #51403 → linux_latest-libre: update patchset for kernel version → https://git.io/fpKus
kreisys has joined #nixos
kreisys has quit [Client Quit]
vidbina has quit [Ping timeout: 250 seconds]
rhalff has quit [Quit: Leaving]
simendsjo has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #51381 → pythonPackages.effect: 0.11.0 -> 0.12.0 → https://git.io/fpK3f
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fpKuw
<{^_^}> [nixpkgs] @fusion809 opened pull request #51404 → openra: adding individual executables for each mod → https://git.io/fpKur
mmlb has quit [Ping timeout: 246 seconds]
jrolfs has quit [Ping timeout: 250 seconds]
Radivarig has joined #nixos
mmlb has joined #nixos
lsyoyom has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @dylex opened pull request #51405 → jq: fix download hash → https://git.io/fpKub
silver has joined #nixos
<{^_^}> [nixpkgs] @Gerschtli opened pull request #51406 → nixos/pmount: add pmount programs module → https://git.io/fpKuA
<nyanloutre[m]> hello
<dmj`> makefu: yea one second
<nyanloutre[m]> I am trying to configure a Logitech G920 wheel to be used with Steam games
<nyanloutre[m]> Do you see any reason to not be detected in games ?
<nyanloutre[m]> I can see it with lsusb and the force feedback tool (fftest) is working
<das_j> nyanloutre[m]: Steam is run in a fhs environment
<das_j> I'm not sure if it needs files which are not in the fhsenv
lsyoyom has joined #nixos
<nyanloutre[m]> with steam-run I can see all devices in /dev/input
<nyanloutre[m]> but maybe it's missing something else
<fusion809> So, when there's a maintainer for a nixpkg, does one have to wait for the maintainer to approve PRs on said package? Or can it be approved by anyone with write access to the nixpkgs repo? I'm asking as I created a PR and based on the maintainer's GitHub history I suspect I'll be waiting a while for a reply.
<gchristensen> we don't usually block on maintainers
<fusion809> Sorry, I don't quite follow what you mean. Do you mean no, there's no need to wait for the maintainer?
<gchristensen> yes
<{^_^}> [nixpkgs] @M-Gregoire opened pull request #51407 → Fix NetworkManager-wait-online.service → https://git.io/fpKzB
ambro718 has joined #nixos
<ambro718> Can someone confirm that bluetooth headphones work without problems (KDE desktop)?
<gchristensen> I'm using bluetooth headphones now without a problem (not KDE)
<ambro718> so if I get some random BT headphones there is reasonable expectation I will get them working easily?
<gchristensen> I am forced to assume so :)
<ambro718> BT already works for me for receiving files from phone
<ambro718> great then :)
<gchristensen> https://nixos.wiki/wiki/Bluetooth has more info
arjen-jonathan has joined #nixos
sigmundv_ has joined #nixos
fendor has joined #nixos
rauno has quit [Ping timeout: 268 seconds]
fragamus has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #51170 → xfsprogs: fix cross compilation → https://git.io/fp2Oy
<{^_^}> [nixpkgs] @Ericson2314 pushed 3 commits to staging: https://git.io/fpKgv
ben has joined #nixos
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @kalbasit merged pull request #51264 → backport keybase from unstable → https://git.io/fpwyi
<{^_^}> [nixpkgs] @kalbasit pushed 7 commits to release-18.09: https://git.io/fpKgI
fragamus has quit [Read error: Connection reset by peer]
jrolfs has joined #nixos
<ottidmes> if you run NetworkManager, can you also specify which DHCP server to use, I ask because I want my laptop use my own DHCP server, but split the available IPs between my DHCP server and that of the router, so that if the server is down, you can at least still get a new IP on e.g. your phone
fragamus has joined #nixos
ixxie has quit [Ping timeout: 240 seconds]
<ottidmes> another solution would have been to set a slowdown, which is apparantly possible in dhcpd, but its not available as an option of my router (which is the fallback)
sigmundv_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @matthewbauer pushed 9 commits to master: https://git.io/fpKgw
<symphorien> You can't choose a dhcp server by design of the protocol, can you ?
fendor has quit [Ping timeout: 268 seconds]
<gchristensen> you don't need a dhcp server to get IPs in a private network without dhcp. devices will self-assign 169.254.x.x IPs to facilitate communication
<ottidmes> symphorien: one way at least is that you can ignore responses from specific DHCP servers
<infinisil> gchristensen: Just a couple days ago I've been reeeally confused by this and thought somebody was messing with my network. It's weird when suddenly you have such an address without knowing that it's a non-public space
<infinisil> Found out later with whois
<{^_^}> [nixpkgs] @matthewbauer opened pull request #51408 → gnumake: disable subsecond mtime on darwin → https://git.io/fpKgp
<symphorien> ottidmes: right. Then maybe do it with a firewall ?
<ottidmes> I want a static IP address for my laptop when on my home network, and otherwise request one
<gchristensen> if that is truly your goal, you could set that in networkmanager
<symphorien> You can create several wired connections: one with static ip and one with dhcp
<ottidmes> I would have liked to have it all configured in one place
<symphorien> But I doubt you can autodectect which one to use
<gchristensen> I'm not sure what you mean.
<symphorien> Connections are plain text files in /etc so you can manage them like any configuration file
<gchristensen> if you want a static ip while on your home network, that is trivial - especially with wifi
vidbina has joined #nixos
<ottidmes> I will try NetworkManager for now, hopefully now it works, it did not for me in the past
<Ralith> usually the best behavior is to have your home DHCP server cache MAC addrs and reissue the same address to the same host
<Ralith> and also get DHCP-based DNS set up so you mostly don't need to think about IPs in the first place
<Ralith> then all machines on the network get nice behavior without any local configuration
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/e1aacc81b73 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
<ottidmes> Ralith: I would prefer that, first trying static NetworkManager just to see if it works as a plan B, but definitely liking yours for plan A, I already have dnsmasq in place that should be able to do that, but I do need to run a second instance, because I had to employ some tricks to make it work with Samba's DNS server
<Ralith> ...samba has a DNS server?
<ottidmes> Ralith: it has one builtin, and it needs to be there for it to properly work (at least the features I am using)
<Ralith> weird.
vidbina has quit [Ping timeout: 250 seconds]
Supersonic has quit [Quit: Bye]
<ottidmes> Ralith: plan A wont work, that assumes 1 DHCP server
Supersonic has joined #nixos
<Ralith> shame
aanderse has joined #nixos
jrolfs has quit [Ping timeout: 246 seconds]
hamishmack has joined #nixos
JosW has joined #nixos
arjen-jonathan has quit [Quit: WeeChat 2.3]
simendsjo has quit [Quit: ERC (IRC client for Emacs 26.1)]
JosW has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
ambro718 has quit [Quit: Konversation terminated!]
jrolfs has joined #nixos
ixxie has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #51058 → coqPackages: recurse into the attribute set → https://git.io/fpEuX
<{^_^}> [nixpkgs] @vbgl pushed to master « coqPackages: recurse into the attribute set »: https://git.io/fpKac
<{^_^}> [nixpkgs] @primeos merged pull request #51316 → nixos/sway-beta: Improve the wrapper → https://git.io/fpow2
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/fpKaB
jrolfs has quit [Ping timeout: 245 seconds]
<ptotter[m]> gerschtli: thank you, I was AFK
lsyoyom has quit [Ping timeout: 246 seconds]
fragamus has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to python-unstable: https://git.io/fpKaX
<{^_^}> [nixpkgs] @dotlambda pushed to python-unstable « python.pkgs.zope_component: update propagatedBuildInputs »: https://git.io/fpKaD
Radivarig has quit [Ping timeout: 250 seconds]
ATuin has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @dotlambda pushed to python-unstable « python.pkgs.h11: 0.7.0 -> 0.8.1 »: https://git.io/fpKVT
lsyoyom has joined #nixos
m0rphism has quit [Quit: WeeChat 2.2]
jrolfs has joined #nixos
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to python-unstable « python.pkgs.eventlet: update propagatedBuildInputs »: https://git.io/fpKVw
marusich has joined #nixos
vk3wtf has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @pbogdan opened pull request #51409 → nixos/cockroachdb: supply defaultText for the package option → https://git.io/fpKV5
Hotkeys has quit []
<{^_^}> [nixpkgs] @dotlambda pushed to python-unstable « python.pkgs.forbiddenfruit: disable tests because they are missing in tarball »: https://git.io/fpKVh
metastance has quit [Quit: WeeChat 1.4]
<{^_^}> [nixpkgs] @grahamc pushed to master « Revert "flent/http-getter: broken on clang" »: https://git.io/fpKwG
<{^_^}> [nixpkgs] @grahamc pushed to master « Revert "hugs: broken on clang" »: https://git.io/fpKwR
<{^_^}> [nixpkgs] @grahamc pushed to master « Revert "i3-lock-color: broken on clang" »: https://git.io/fpKwV
<{^_^}> [nixpkgs] @rasendubi merged pull request #51405 → jq: fix download hash → https://git.io/fpKub
<{^_^}> [nixpkgs] @rasendubi pushed 2 commits to master: https://git.io/fpKwi
mmlb has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
jrolfs has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @dotlambda pushed to python-unstable « python.pkgs.paste: 3.0.4 -> 3.0.5 »: https://git.io/fpKrq
Church_ has joined #nixos
fragamus has quit [Read error: Connection reset by peer]
ixxie has quit [Ping timeout: 250 seconds]
elgoosy has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dotlambda merged pull request #51392 → pythonPackages.sybil: fix build → https://git.io/fpKZK
<{^_^}> [nixpkgs] @dotlambda pushed commit from @marsam to master « pythonPackages.sybil: fix build (#51392) »: https://git.io/fpKr0
worldofpeace has joined #nixos
<pie___> Has anyone actually got the microphone working on discord in firefox
<Church_> Hmm, trying to install a python package requests via: "nix-env -iA nixpkgs.Python36Packages.requests" however it errors out, any clue why?
rprije has joined #nixos
<Church_> Huh, now it works.
jrolfs has joined #nixos
<Church_> Odd
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/205bbc33650 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
lsyoyom has quit [Ping timeout: 246 seconds]
jrolfs has quit [Ping timeout: 246 seconds]
mdash has joined #nixos
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/205bbc33650 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
simukis has quit [Quit: simukis]
<{^_^}> [nixpkgs] @Mic92 merged pull request #51403 → linux_latest-libre: update patchset for kernel version → https://git.io/fpKus
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fpKot
<Church_> And still not available.
<Church_> The fuck
<Church_> Frack*
<{^_^}> [nixpkgs] @jfrankenau opened pull request #51410 → intel-media-driver: init at 18.3.0 → https://git.io/fpKos
m0rphism has quit [Quit: WeeChat 2.2]
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @jfrankenau opened pull request #51411 → ntfy: 2.6.0 -> 2.7.0 → https://git.io/fpKoC
lsyoyom has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to python-unstable: https://git.io/fpKoR
<Mic92> When installing python modules into the profile it is better to use python3.withPackages: https://github.com/Mic92/dotfiles/blob/master/nixpkgs-config/common.nix#L22
<Mic92> this will give you a python interpreter that has access to all the modules in question.
worldofpeace has quit [Quit: worldofpeace]
c0bw3b_ has quit [Remote host closed the connection]
<dmj`> how can I destroy individual resources with nixops, like elastic ips
lsyoyom has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #51361 → Backport mumble fix → https://git.io/fpKUk
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to release-18.09: https://git.io/fpKoH
Anton-Latukha has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to python-unstable « python.pkgs.gpsoauth: 0.2.0 -> 0.4.1 »: https://git.io/fpKod
MightyJoe has joined #nixos
vk3wtf has joined #nixos
<Ashy> hmm, how do i install azcopy?
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #51412 → konsole: fix arrow keys → https://git.io/fpKKU
j_r0m has joined #nixos
orivej has quit [Ping timeout: 250 seconds]
<j_r0m> hello :)
<{^_^}> [nixpkgs] @Mic92 closed pull request #17828 → Add cmakeBuildType and dontAddCmakeBuildType variables to be able to make Debug builds. → https://git.io/v6iXS
<j_r0m> i've cloned nixpkgs (sudo git clone https://github.com/NixOS/nixpkgs) into /nixpkgs
lsyoyom has joined #nixos
<coconnor> Ashy: typically `nix-env --install azcopy`. Assuming your nixpkgs config is sufficiently up to date
<j_r0m> now i'm trying to build using my local version of a package expression
<j_r0m> any hints?
<j_r0m> it would be so much appreciated
<j_r0m> i'm working with /nixpkgs/pkgs/development/libraries/science/networking/ns3
<coconnor> j_r0m: what is the .nix file you are trying to build? paste?
<j_r0m> the file is : /nixpkgs/pkgs/development/libraries/science/networking/ns3
<j_r0m> the file is : /nixpkgs/pkgs/development/libraries/science/networking/ns3/default.nix (but i've altered it)
<Ashy> coconnor: error: selector 'azcopy' matches no derivations
<j_r0m> i think (cd /nixpkgs/) and then (nix-build -A ns-3) is doing the trick
<Ashy> on nix-channel: nixos https://nixos.org/channels/nixos-18.09
das_j has quit [Remote host closed the connection]
graphene has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @timokau opened pull request #51414 → Revert "pythonPackages.cypari2: 1.2.1 -> 1.3.1" → https://git.io/fpKKB
<coconnor> j_r0m: yes. By default nix-build will look in the current directory
<coconnor> nix-build /nixpkgs -A pkgs.ns-3
graphene has joined #nixos
<coconnor> uses the nix-build form where the directory is explicit
feep has quit [Remote host closed the connection]
feep has joined #nixos
jtojnar has quit [Quit: jtojnar]
jackdk has joined #nixos
<ottidmes> Ashy: it has not been backported to 18.09, so if you want to install it under 18.09, you can do multiple things, the simplest would probably be to copy the azcopy directory, and move it to your configuration.nix parent directory, and add it to your systemPackages via: (pkgs.callPackage ./azcopy { })
<ottidmes> Ashy: even better would be to add it to your own nixpkgs overlay
Rusty1 has joined #nixos
<{^_^}> [nixos-hardware] @Mic92 merged pull request #83 → add basic support for Lenovo Thinkpad T440s → https://git.io/fx113
<{^_^}> [nixos-hardware] @Mic92 pushed commit from @schmittlauch to master « add basic support for Lenovo Thinkpad T440s (#83) »: https://git.io/fpK6O
<ottidmes> Ashy: Or you could add the nixos-unstable channel to nix-channel
<ottidmes> ,unstable Ashy
acarrico has joined #nixos
jrolfs has joined #nixos
<{^_^}> [nixpkgs] @Mic92 pushed to master « Revert "btrfs-progs: fix on cross compilation" »: https://git.io/fpK6B
jrolfs has quit [Ping timeout: 246 seconds]
<hlolli> I'm making a nix expression with qmake, I'm trying to set a flag to write the source file to $out: qmakeFlags = ["INSTALL_DIR=\$out"]; but I get: ln -sf ut/bin/CsoundQt-d-py-cs6 /ut/bin/csoundqt. Any other tricks to reference $out or should I double escape it?
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fpK6P
<{^_^}> [nixpkgs] @Mic92 merged pull request #51402 → font-lock-plus: fix recipe → https://git.io/fpKEd
<hlolli> the error message itself: ln: failed to create symbolic link '/ut/bin/csoundqt': No such file or directory (dollar o got removed)
<jackdk> hlolli can you pastebin the .nix file? You might have only escaped it at one layer?
<{^_^}> [nixpkgs] @Mic92 merged pull request #51367 → yubikey-manager: 1.0.0 -> 1.0.1 → https://git.io/fpKk3
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/fpK65
<ottidmes> hlolli: I am not that familiar with make files, and not at all with qmake, but with makeFlags I see ["INSTALL_DIR=$(out)"] being used
<hlolli> ah, ok! nice $(out) I tend to forget about this pattern
<hlolli> I try it!
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> [nixpkgs] @timokau merged pull request #51414 → Revert "pythonPackages.cypari2: 1.3.1 -> 2.0.1 (#49446) → https://git.io/fpKKB
<{^_^}> [nixpkgs] @timokau pushed to master « Revert "pythonPackages.cypari2: 1.3.1 -> 2.0.1 (#49446)" (#51414) »: https://git.io/fpKif
<{^_^}> [nixpkgs] @Mic92 merged pull request #51276 → Add bisect_ppx and bisect_ppx-ocamlbuild → https://git.io/fpr3c
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/fpKiJ
<ottidmes> hlolli: for example, random search gave me qlcplus with: qmakeFlags = [ "INSTALLROOT=$(out)" ];
<{^_^}> [nixpkgs] @jvassev opened pull request #51417 → vault: 0.11.2 -> 0.11.5 → https://git.io/fpKiU
<{^_^}> [nixpkgs] @Mic92 merged pull request #51364 → aminal: 0.7.6 -> 0.7.8 → https://git.io/fpKkf
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fpKiT
alex`` has quit [Ping timeout: 250 seconds]
<hlolli> ottidmes thanks, I tend to solve most of my problems go searching nixkpgs, somehow didn't think this was so common problem :)
<hlolli> go=by (strange typeo)
<ottidmes> hlolli: the go language on your mind? :P
<hlolli> I'm trying to supress it, therefore a freudian slip ;)
betaboon has quit [Quit: WeeChat 2.2]