asuryawanshi has quit [(Ping timeout: 248 seconds)]
yegortimoshenko has quit [(Ping timeout: 260 seconds)]
oida has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
jrolfs has joined #nixos
dan_b has joined #nixos
hamishmack has joined #nixos
jrolfs has quit [(Ping timeout: 268 seconds)]
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 264 seconds)]
orivej has quit [(Ping timeout: 256 seconds)]
cement has joined #nixos
ottidmes has quit [(Ping timeout: 240 seconds)]
hamishmack has quit [(Quit: hamishmack)]
Neo-- has joined #nixos
justanotheruser has quit [(Ping timeout: 272 seconds)]
jensens has quit [(Ping timeout: 272 seconds)]
<jeaye> I have a working mkDerivation, which I can build with nix-build, but it fails to build with buildVimPluginFrom2Nix.
<jeaye> Are vim plugin builds sandboxed differently or something?
jb55 has joined #nixos
<jeaye> The working and broken derivations: https://gist.github.com/jeaye/dae23eb434383d1e1a67bf93adb98a10
evhan has quit [(Read error: Connection reset by peer)]
evhan has joined #nixos
justanotheruser has joined #nixos
bennofs has quit [(Ping timeout: 272 seconds)]
thc202 has quit [(Ping timeout: 272 seconds)]
justanotheruser is now known as justan0theruser
Mateon3 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] romildo opened pull request #33039: mate-session-manager: add debug option to mate service; revise dependencies; set localstatedir (master...upd.mate) https://git.io/vb7mM
NixOS_GitHub has left #nixos []
Mateon1 has quit [(Ping timeout: 252 seconds)]
Mateon3 is now known as Mateon1
jb55 has quit [(Ping timeout: 252 seconds)]
hamishmack has joined #nixos
<jeaye> Seems to be building from a different llvm version, but I don't see why, given they build inputs have the same name.
Ralith__ has quit [(Ping timeout: 260 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
simpson has joined #nixos
asuryawanshi has joined #nixos
asuryawanshi has quit [(Ping timeout: 240 seconds)]
i-am-the-slime has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<simpson> Hi! Are there docs for OCaml support? I'm trying to get https://github.com/stedolan/malfunction building.
i-am-the-slime has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<simpson> Ah, I might have it, never mind.
<simpson> Oh, okay, yeah. I need the Nix equivalent of `opam switch 4.03.0+flambda`.
oida has quit [(Ping timeout: 265 seconds)]
otherjrolfs has joined #nixos
mizu_no_oto has joined #nixos
LnL has quit [(Quit: exit 1)]
<laggy_wifi> nix has no dynamic loader right?
<laggy_wifi> like everything is compiled as if it where static right?
<Dezgeg> no
<Dezgeg> it's the usual glibc dynamic loader
otherjrolfs has quit [(Ping timeout: 240 seconds)]
<laggy_wifi> but isnt nix not supposed to provide glibc?
<laggy_wifi> as it would violate its garentee
<Dezgeg> all packages from nixpkgs depend on the glibc from nixpkgs
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<Dezgeg> and not e.g. the ubuntu glibc if you were running nix-on-ubuntu
LnL has joined #nixos
<laggy_wifi> but then it is required to privide ld.so.cache
<laggy_wifi> provide*
<Dezgeg> no
<Dezgeg> it's not used
<laggy_wifi> as ld.so uses that file
<laggy_wifi> o.o
otherjrolfs has quit [(Ping timeout: 260 seconds)]
pkill9 has quit [(Quit: WeeChat 2.0)]
jrolfs has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #33040: easyrpg-player: init at 0.5.3 (master...20171225.022736/easyrpg-player) https://git.io/vb7OA
NixOS_GitHub has left #nixos []
<laggy_wifi> "The component framework is narrowly restricted to components written in a specific programming language or framework." doesnt nix itself violate this by restringing to nix expressions?
<laggy_wifi> or to only "The Nix component language"
mbrgm_ has joined #nixos
mbrgm has quit [(Ping timeout: 272 seconds)]
mbrgm_ is now known as mbrgm
jrolfs has joined #nixos
<laggy_wifi> anyway where exactly is it described
otherjrolfs has joined #nixos
markus1189 has joined #nixos
drakonis_ has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 265 seconds)]
verite has joined #nixos
markus1199 has quit [(Ping timeout: 252 seconds)]
drakonis has quit [(Ping timeout: 272 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
<laggy_wifi> how would i make nix's ldd work without needing to chroot into nix
jsgrant has quit [(Ping timeout: 240 seconds)]
<Dezgeg> no need to chroot, just curl https://nixos.org/nix/install | sh
<simpson> laggy_wifi: How did you install Nix?
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<fearlessKim[m]> what would be the best way to override CC env variable while keeping all the rest of stdenv ?
<laggy_wifi> NixOS is installed on /dev/sda3
<Sonarpulse> fearlessKim[m]: overrideCC
<Sonarpulse> function on stdenvs
<Sonarpulse> if you which to actually change stdenv.cc
<Sonarpulse> if you just wish to change CC
<Sonarpulse> just make a preConfigure script or whatever
<Sonarpulse> but I dunno why just changing CC would be needed
<fearlessKim[m]> Sonarpulse: thnaks for the tip, I am trying to compile a userspace kernel with embedded libc (https://github.com/justincormack/frankenlibc). well I already compiled it in a nix-shell but it was a bit hard so I am looking to streamline the process with nix
jrolfs has joined #nixos
otherjrolfs has joined #nixos
cinimod has joined #nixos
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has quit [(Ping timeout: 264 seconds)]
cinimod has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] danielfullmer opened pull request #33041: rclone: 1.38 -> 1.39 (master...rclone-1.39) https://git.io/vb735
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #33042: darwin stdenv: Make stdenv.cc, not stdenv, bring in libcxx (staging...darwin-cxx) https://git.io/vb73x
NixOS_GitHub has left #nixos []
<Sonarpulse> fearlessKim[m]: ok good luck
drakonis_ has quit [(Remote host closed the connection)]
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
hellrazo1 has joined #nixos
<laggy_wifi> how does ldd find its files without any kind of file list
<laggy_wifi> in nixos
hellrazor has quit [(Ping timeout: 240 seconds)]
<laggy_wifi> for example: libquadmath.so.0 => /nix/store/y5ac95kk3nb52si8zcyznjrfb45720hk-gcc-6.4.0-lib/lib/libquadmath.so.0 (0x00007f267d136000)
otherjrolfs has joined #nixos
Piece_Maker has joined #nixos
jrolfs has joined #nixos
Acou_Bass has quit [(Ping timeout: 272 seconds)]
Piece_Maker is now known as Acou_Bass
dieggsy has joined #nixos
<simpson> laggy_wifi: They're compiled into the binaries IIRC.
Ridout has quit [(Quit: Lost terminal)]
<laggy_wifi> what do you mean
<simpson> I mean that, IIRC, the search paths into the Nix store are compiled into the binaries. I'm not sure; I bet that the thesis (which you've already been linked to) has it.
<laggy_wifi> is it this? 0x000000000000001d (RUNPATH) Library runpath: [/nix/store/xzx1bv1d7z4mgg6sg6ly0jx609qvka4x-glibc-2.25-49/lib:/nix/store/y5ac95kk3nb52si8zcyznjrfb45720hk-gcc-6.4.0-lib/lib]
<simpson> I dunno, probably? What's your *actual* question?
<MP2E> yes it is, here's an example of a binary on my system (nixos) http://lpaste.net/361093
<MP2E> runpath contains the actual paths to find each library
<laggy_wifi> so it is rpath>rpath>rpath and so on for every binary and DSO?
<laggy_wifi> instead of a system wide cache/file list ?
<simpson> Sounds about right.
<laggy_wifi> ok
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<laggy_wifi> would a normal ldd look at the rpath first?
<laggy_wifi> or is nix's ldd modified
<simpson> On glibc, ldd cheats and actually just instructs the dynamic linker to print its internal tables. So it's the dynamic linker that's showing you this information.
<laggy_wifi> or is nix's ldd and ld.so exactly the same as any other *unix ldd and ld.so
<simpson> Uh, all the popular Unix-like userlands that I can think of have slightly different dynamic linker behavior, so mu.
vidbina has quit [(Ping timeout: 265 seconds)]
<laggy_wifi> why o.o
<laggy_wifi> wait rpath cannot be used for everything right?
<laggy_wifi> how reliable is rpath (if set correctly)
otherjrolfs has joined #nixos
<simpson> It's totally reliable. I still don't understand; what's your *actual* question? Are you just incredulous that Nix works?
<laggy_wifi> ok
schoppenhauer has quit [(Ping timeout: 248 seconds)]
<laggy_wifi> also rpath can have multiple paths specified like the $PATH environmental variable can right?
cinimod has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
<laggy_wifi> does pthreads support rpath?
<simpson> Yes, threads work fine on NixOS.
<laggy_wifi> wait pthreads is static right?
<laggy_wifi> like ld.so is
<simpson> FIIK.
schoppenhauer has joined #nixos
<laggy_wifi> nope it dynamic
<laggy_wifi> as long as a file can return files in "patchelf --print-needed" rpath can be applied to that file right?
cinimod has quit [(Ping timeout: 240 seconds)]
<simpson> I don't understand your question. I still don't know what you're trying to discover.
otherjrolfs has joined #nixos
<laggy_wifi> for example, "patchelf-static --print-needed /lib/ld-2.26.so" will return nothing and hence attempting to set rpath on it can potentially result in a corrupted library and should not be attempted, else if it returns something then rpath can be modified without risk of library corruption, correct?
<simpson> You should not be patching anything in /lib, I think.
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<laggy_wifi> so if i wanted to move an application out if nix/store all i would need to do is update every rpath refering to that location and point it to the new location right?
<laggy_wifi> of*
<simpson> Aha, we finally come to the actual question!
<laggy_wifi> lol
<simpson> First, consider just not having this desire.
<simpson> If what you really want is to send somebody a tarball and have them run it, then there's support for building Docker images with Nix.
<simpson> There's both `FROM lnl7/nixos` and also dockerTools in nixpkgs.
<laggy_wifi> wait for nix to support package relocation would one only need to update the rpaths?
<laggy_wifi> assuming there are no hardcoded paths directly to the package location
<simpson> You would need to update *all* of the RPATHs. This would require rebuilding the world.
<simpson> It is absolutely possible. However, you do not want to do it.
<laggy_wifi> lel
<laggy_wifi> why xP
<samueldr> there will be other hardcoded paths in packages like shebangs and full paths to other executable things
<samueldr> there will be hardcoded path in many software for resources
<simpson> Because it takes fucking forever, just like rebuilding the world on Gentoo or Arch.
pie_ has joined #nixos
<laggy_wifi> oki
<simpson> samueldr: Nix's substituters are actually pretty robust against that, as long as everything's rebuilt with the new root in mind. It is totally possible to have Nix in a homedir, but it's a massive waste of CPU.
<laggy_wifi> but at least it does not require everything to be recompiled
<laggy_wifi> as long as the package in question is not required by any hardcoded paths
<samueldr> oh sure, I was sharing the insight for uses outside of nix, like manually patching or through scripts
pie__ has quit [(Ping timeout: 256 seconds)]
<laggy_wifi> just to be sure, if ld.so (compiled from source with no modifications whatsoever) attempts to resolve a library it first searches rpath right?
hamishmack has joined #nixos
<laggy_wifi> or does it search the cache first then rpath then hardcoded pre defined search paths
<simpson> Just to be sure for what reason? What are you even building? Who even has a completely pristine ld.so besides LFS?
<laggy_wifi> why wouldnt it be pristine o.o
<simpson> I don't know, but it seems like there's no such thing as an unpatched Ubuntu package~
<laggy_wifi> lel oki
<simpson> Seriously, are you packaging some proprietary thing using Nix? Or what? I don't understand and I feel like you're on a really useless line of investigation.
<laggy_wifi> also the ld.so itself should not need to be patched right?
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4be298bf6d5 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<laggy_wifi> can --shrink-rpath be used to remove duplicate rpaths?
<laggy_wifi> like /lib:/lib:/usr/lib
<laggy_wifi> to /lib:/usr/lib
<simpson> I'm sorry, I just can't bring myself to care enough to read the man page for you.
<laggy_wifi> there should be a --add-rpath that will append a path to the existing rpath
_rht has joined #nixos
tmaekawa has joined #nixos
aarvar has left #nixos []
aarvar has joined #nixos
tmaekawa has quit [(Quit: tmaekawa)]
<laggy_wifi> welp this should do for now xP add_rpath() { patchelf --set-rpath "$(printf "$(patchelf --print-rpath "$2"):$1")" "$2"; patchelf --print-rpath "$2"; }
<simpson> Stop fighting Nix. Embrace it and this will be less painful.
<laggy_wifi> xD
<simpson> No, seriously. I suspect that you're doing something silly like calling gcc from outside stdenv. Stop it.
orivej has joined #nixos
<jeaye> I've been embracing Nix all day and it's been stabbing me in every which way.
<jeaye> You win some, you lose some.
schoppenhauer has quit [(Ping timeout: 256 seconds)]
schoppenhauer has joined #nixos
<jeaye> Anyone with expertise in buildVimPluginFrom2Nix would be a life saver. From what I'm seeing, it just doesn't work well with cmake at all.
babyflakes has joined #nixos
christmastime is now known as uptime
tmaekawa has joined #nixos
dieggsy has quit [(Read error: Connection reset by peer)]
leat has quit [(Quit: WeeChat 1.9.1)]
<hyper_ch> orivej: howdy
Ralith_ has joined #nixos
tmaekawa has quit [(Quit: tmaekawa)]
adisblad` has quit [(Remote host closed the connection)]
adisbladis has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jtojnar closed pull request #33037: enlightenment, gnome3, mate: fix XDG_MENU_PREFIX (master...fix.desktop) https://git.io/vb7TP
NixOS_GitHub has left #nixos []
steshaw has quit [(Quit: Connection closed for inactivity)]
<laggy_wifi> "I've been embracing Nix all day and it's been stabbing me in every which way." lmao
FareTower has joined #nixos
<laggy_wifi> rpath seems to be the fastest method of patching
<laggy_wifi> although it may be cus im patching the interp and rpath in one go rather then seperately
<laggy_wifi> wich scans 9k files twice
berce has joined #nixos
<laggy_wifi> although patchelf --print--needed seems to be signifigantly faster then patchelf --print-interperater
leat has joined #nixos
<laggy_wifi> although its strange that libc has a literal dependancy of the dynamic loader
<laggy_wifi> patchelf --print-needed /lib/libc.so.6
<laggy_wifi> ld-linux-x86-64.so.2
<orivej> hyper_ch: hi
<hyper_ch> orivej: I heard you're a python wizard
<orivej> maybe
<hyper_ch> orivej: still can't get leptonica to work proplery with orcmypdf
<hyper_ch> orivej: but the cherrypy fix that you submitted solved my other problem :)
<orivej> hyper_ch: I con't find anything about that in Nixpkgs issues or in https://botbot.me/freenode/nixos/
<hyper_ch> orivej: about ocrmypdf?
<orivej> yes
<hyper_ch> well, I just packaged it so far for myself....
<hyper_ch> ocr works fine.... just --deskew and --background options won't work without proper leptonica
<avn> laggy_wifi: because libcc.so.6 is executable as well ;)
jsgrant has joined #nixos
<laggy_wifi> xP
proteus-guy has quit [(Ping timeout: 265 seconds)]
proteus-guy has joined #nixos
dywedir has joined #nixos
_rht has quit [(Quit: Connection closed for inactivity)]
asuryawanshi has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
<gleber_> gchristensen: please let me know how to start with it :)
ma27 has joined #nixos
stackshadow[m] has left #nixos ["User left"]
asuryawanshi has joined #nixos
ma27 has quit [(Ping timeout: 272 seconds)]
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
ma27 has joined #nixos
ssmike has joined #nixos
pikajude has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
pikajude has joined #nixos
simukis has joined #nixos
oida has joined #nixos
MP2E has quit [(Remote host closed the connection)]
<laggy_wifi> apparentlypatchelf gives segfault if executed with sudo as root in an archlinux chroot o.o
<laggy_wifi> apparently patchelf*
<laggy_wifi> does not seem to happen in normal archlinux tho
<laggy_wifi> although then again idk why im executing with sudo since im already root
orivej has quit [(Ping timeout: 248 seconds)]
thc202 has joined #nixos
<LnL> jeaye: is it working woth mkDerivation?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 3 new commits to master: https://git.io/vb78y
<NixOS_GitHub> nixpkgs/master d54ff36 Vladimír Čunát: python*Packages.gssapi: fixup after splitting libkrb...
<NixOS_GitHub> nixpkgs/master ced4e5a Vladimír Čunát: darwin stdenv boostrap tools: use curl without kerberos...
<NixOS_GitHub> nixpkgs/master 0e762cd Vladimír Čunát: Merge older staging branch
NixOS_GitHub has left #nixos []
laggy_wifi has quit [(Read error: Connection reset by peer)]
laggy_wifi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gnidorah opened pull request #33044: way-cooler: 0.6.2 -> 0.7.0 (master...way-cooler) https://git.io/vb78d
NixOS_GitHub has left #nixos []
dan_b has quit [(Ping timeout: 248 seconds)]
asymmetric has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jflanglois opened pull request #33045: (haskell.packages.ghc802.ghc): (fix llvm dependency) (master...fix-ghc-80-llvm) https://git.io/vb742
NixOS_GitHub has left #nixos []
jcbrand_ has joined #nixos
sary has quit [(Ping timeout: 240 seconds)]
sary has joined #nixos
ambro718 has joined #nixos
isHavvy has joined #nixos
jcbrand_ has left #nixos ["Disconnected: closed"]
jcbrand_ has joined #nixos
Havvy has quit [(Ping timeout: 248 seconds)]
jcbrand_ has left #nixos []
asuryawanshi has quit [(Remote host closed the connection)]
verite has quit [(Ping timeout: 268 seconds)]
ottidmes has joined #nixos
vidbina has joined #nixos
orivej has joined #nixos
asuryawanshi has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
asuryawanshi has joined #nixos
pkill9 has joined #nixos
c0ffee152 has joined #nixos
aarvar has quit [(Quit: Leaving.)]
ssmike has quit [(Ping timeout: 240 seconds)]
wucke13 has joined #nixos
jcbrand_ has joined #nixos
<wucke13> Hey, how do I specify that I would like to have one package added to the path environment of a package?
asymmetric has quit [(Ping timeout: 260 seconds)]
jcbrand_ has left #nixos ["Disconnected: closed"]
berce has quit [(Ping timeout: 240 seconds)]
oida has quit [(Ping timeout: 265 seconds)]
wucke13 has quit [(Ping timeout: 260 seconds)]
romildo has joined #nixos
FareTower has quit [(Ping timeout: 248 seconds)]
jcbrand_ has joined #nixos
<romildo> What is the best practice when packaging software in NixOS when a dependency is an attribute on a set? For instance, is it better listing xorg.libSM and xorg.libXtst, or listing directly libSM and libXtst? The former would reduce the arguments to xorg, and the later would have libSM and libXtst.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mrVanDalo opened pull request #33046: darktable: 2.2.5 -> 2.4.0 (master...feature/darktable-2.4) https://git.io/vb70L
NixOS_GitHub has left #nixos []
oida has joined #nixos
Ralith_ has quit [(Ping timeout: 260 seconds)]
ixxie has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bennofs pushed 1 new commit to haskell-outputs-bin-etc-lib: https://git.io/vb7EY
<NixOS_GitHub> nixpkgs/haskell-outputs-bin-etc-lib 5a58985 Benno Fünfstück: haskell generic builder: add missing closing quote
NixOS_GitHub has left #nixos []
<hyper_ch> so, converted my notebook now into a proper zfs mirror
tmaekawa has joined #nixos
ssmike has joined #nixos
tmaekawa has quit [(Client Quit)]
<gleber_> Anyone knows what for are X-Restart-Triggers in systemd units' configs used?
simukis has quit [(Ping timeout: 272 seconds)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
jcbrand_ has left #nixos ["Disconnected: closed"]
vidbina has quit [(Ping timeout: 264 seconds)]
asuryawanshi has joined #nixos
<avn> gleber_: by activation script
iyzsong has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dywedir opened pull request #33047: oil: 0.1.0 -> 0.3.0 (master...oil) https://git.io/vb7ut
NixOS_GitHub has left #nixos []
pkill9 has quit [(Quit: WeeChat 2.0)]
<ixxie> should I always squash commits when commiting to nixpkgs?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yesbox opened pull request #33048: rclone: 1.38 -> 1.39 (master...rclone_1.39) https://git.io/vb7u6
NixOS_GitHub has left #nixos []
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0e762cdc0e6 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<maurer> ixxie: I don't know that there's a policy, but I've always squashed per-package - so if my PR updates several packages, I'll squash the updates to get each package working into a commit
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #32951: bind: explicitly disable lmdb (master...bind) https://git.io/vbSP4
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vb7uj
<NixOS_GitHub> nixpkgs/master 0f881ae Dylan Simon: bind: explicitly disable lmdb...
<NixOS_GitHub> nixpkgs/master a221b34 Joachim F: Merge pull request #32951 from dylex/bind...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #32963: google-app-engine-go-sdk: 1.9.55 -> 1.9.61 (master...update-gaego-sdk) https://git.io/vb9qT
NixOS_GitHub has left #nixos []
<ixxie> I see maurer, thanks
asuryawanshi has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #32926: nrsc5: init at 20171129 (master...nrsc5) https://git.io/vbygO
NixOS_GitHub has left #nixos []
ixxie has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #32916: singularity: 2.2 -> 2.4 (master...singularity-2.4) https://git.io/vbyTn
NixOS_GitHub has left #nixos []
rihards has joined #nixos
akaWolf has quit [(Quit: leaving)]
rihards has quit [(Client Quit)]
nallar has joined #nixos
akaWolf has joined #nixos
Ross has quit [(Ping timeout: 268 seconds)]
nallar is now known as Ross
Ross has quit [(Ping timeout: 248 seconds)]
<LnL> ixxie: you don’t have to, just squash stuff that brlongs together
Ross has joined #nixos
akaWolf has quit [(Quit: leaving)]
akaWolf has joined #nixos
akaWolf has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 1 new commit to master: https://git.io/vb7g2
<NixOS_GitHub> nix/master 4801420 Eelco Dolstra: Remove debug line
NixOS_GitHub has left #nixos []
akaWolf has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] etu opened pull request #33051: [WIP] linux-steam-integration: init at 0.7.2 (master...linux-steam-integration) https://git.io/vb7g5
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
ssmike has quit [(Ping timeout: 272 seconds)]
ssmike has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 252 seconds)]
ssmike has quit [(Ping timeout: 252 seconds)]
galois_ has joined #nixos
ssmike has joined #nixos
otherjrolfs has joined #nixos
galois_ has quit [(Client Quit)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] matthiasbeyer opened pull request #33052: Update vdirsyncer (master...update-vdirsyncer) https://git.io/vb72E
NixOS_GitHub has left #nixos []
justbeingglad has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
justbeingglad has left #nixos []
jrolfs has quit [(Ping timeout: 260 seconds)]
tsmeets has joined #nixos
tsmeets has quit [(Client Quit)]
tsmeets has joined #nixos
otherjrolfs has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/vb729
<NixOS_GitHub> nixpkgs/master 407198c Peter Hoeg: syncthing: 0.14.41 -> 0.14.42
NixOS_GitHub has left #nixos []
romildo has quit [(Quit: Leaving)]
max3raza has quit [(Quit: ZNC 1.6.3+deb1 - http://znc.in)]
iyzsong has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
sary has quit [(Ping timeout: 256 seconds)]
sary has joined #nixos
ma27 has quit [(Ping timeout: 272 seconds)]
otherjrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
steshaw has joined #nixos
drakonis has joined #nixos
Steverman has joined #nixos
sary has quit [(Ping timeout: 240 seconds)]
otherjrolfs has joined #nixos
<Steverman> I am not sure if I understand this right, but can I use nix package manager for this particular use case? I have shell access to my university cluster, but it has outdated packages, and I have no root access. I've been compiling from source to get the tools needed, but it gets tedious and will eventually turn into some kind of dependency hell
ilyaigpetrov has joined #nixos
otherjrolfs has quit [(Ping timeout: 256 seconds)]
ottidmes has quit [(Ping timeout: 263 seconds)]
sary has joined #nixos
ixxie has joined #nixos
jrolfs has joined #nixos
ixxie has quit [(Client Quit)]
ssmike has quit [(Remote host closed the connection)]
<zimbatm> Steverman: how much CPU, disk and RAM do you have on the machine?
otherjrolfs has joined #nixos
<zimbatm> nix works best if it can be installed in the `/nix` folder because it can benefit from the binary cache
leat has quit [(Quit: WeeChat 1.9.1)]
<zimbatm> it's possible to install it in your home but it means recompiling everything which might take a while
<Steverman> Uh
<Steverman> E5-2690 v3 @ 2.60GHz
<Steverman> 8 GB
<Steverman> And way too much space
<Steverman> But it's a cluster, so I don't know what I'll get next time
otherjrolfs has quit [(Ping timeout: 265 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
<Steverman> It says 938 TB
<Steverman> 923*
<Steverman> Linux llama11 3.2.0-126-generic #169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
<Steverman> So no nix-user-chroot
<Steverman> Or maybe... CONFIG_USER_NS=y
<Steverman> Is this a type in the guide? $ ./nix-user-chroot/nix-user-chroot ~/.nix bash
<Steverman> :D
fendor has joined #nixos
<Steverman> Hmm, the readme says I need Linux 3.8 :(
<Steverman> PRoot then
Myrl-saki has quit [(Read error: Connection reset by peer)]
<neonfuz> anyone else frequently get curl failing and stopping package installs?
<neonfuz> I get SSL_SYSCALL errors from curl and it fails
<neonfuz> then I just start the install again and it resumes
<neonfuz> sorta wish it would try again or something
<neonfuz> I'm using a sorta shoddy usb wifi card, that could be it
<neonfuz> not a big deal, just a minor annoyance
jcbrand_ has joined #nixos
jrolfs has joined #nixos
<Steverman> proot fails too
otherjrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
ma27 has joined #nixos
otherjrolfs has quit [(Ping timeout: 256 seconds)]
leat has joined #nixos
jb55 has joined #nixos
pie_ has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<Steverman> None of the two options work: https://nixos.wiki/wiki/Nix_Installation_Guide
jb55 has quit [(Ping timeout: 260 seconds)]
asuryawanshi has joined #nixos
<LnL> I’m afraid you’ll either need a newer kernel or access to /nix then, unless you want to compile everything from scratch
ixxie has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
cement has quit [(Ping timeout: 265 seconds)]
ssmike has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<symphorien> how does proot fail ? it should be quite robust
<ghostyy> merry christmas #nixos!
sary has quit [(Ping timeout: 265 seconds)]
jcb__ has quit [(Ping timeout: 268 seconds)]
ixxie has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
<Steverman> symphorien: no idea
<Steverman> proot error: '/users/steve556/.nix' is not a regular file
<Steverman> fatal error: see `proot_5.1.1_x86_64_rc2--no-seccomp --help`.
jrolfs has quit [(Ping timeout: 264 seconds)]
<Steverman> I literally copied the commands
Ralith_ has joined #nixos
sary has joined #nixos
<chreekat> ghostyy: :)
<ghostyy> :D
drakonis has quit [(Remote host closed the connection)]
otherjrolfs has joined #nixos
yegortimoshenko has joined #nixos
<symphorien> Steverman: is .nix really a directory ?
<chreekat> (in other news,) why can't I `man groff` after `nix-env -i groff`? I see there's a separate drv in the store for groff docs.. is something wrong with the package definition?
otherjrolfs has quit [(Ping timeout: 256 seconds)]
asuryawanshi has quit [(Remote host closed the connection)]
jrolfs has joined #nixos
<chreekat> neonfuz: I've had that happen with bad internet connections, yeah
jrolfs has quit [(Ping timeout: 248 seconds)]
Isorkin has quit [(Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)]
ssmike has quit [(Ping timeout: 272 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
mojo has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
mojo is now known as Guest18880
otherjrolfs has joined #nixos
<Guest18880> does anybody have a clue why this service config does not do? https://pastebin.com/QpuMKDfu It's pretty much copied from similar configurations but the service keeps on entering the 'failed' state.
vidbina has joined #nixos
Guest18880 is now known as mojjo
<mojjo> vidbina: nice to see you here.. I guess we met at the berlin nixos meetup..
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar created ghc-prebuilt (+5 new commits): https://git.io/vb7KZ
<NixOS_GitHub> nixpkgs/ghc-prebuilt 26a4629 John Ericson: ghc prebuilt: Clean up derivations ever so slightly...
<NixOS_GitHub> nixpkgs/ghc-prebuilt 150255e John Ericson: ghc binary: Fix interpreter than patch RPATH...
<NixOS_GitHub> nixpkgs/ghc-prebuilt b6867f7 John Ericson: ghc prebuilt: Simplify and harden Darwin fixup...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar opened pull request #33054: ghc prebuilt: Add 7.8.4, 7.10.3 and 8.2.1, and make consistent style (master...ghc-prebuilt) https://git.io/vb7K8
NixOS_GitHub has left #nixos []
tsmeets has quit [(Quit: Quit)]
vidbina has quit [(Ping timeout: 260 seconds)]
jcbrand_ has left #nixos ["Disconnected: closed"]
Itkovian has joined #nixos
vidbina has joined #nixos
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] olynch opened pull request #33055: pjsip: 2.6 -> 2.7.1 (master...master) https://git.io/vb7KD
NixOS_GitHub has left #nixos []
fenedor has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
asymmetric has joined #nixos
funfun has joined #nixos
otherjrolfs has joined #nixos
fendor has quit [(Ping timeout: 252 seconds)]
ma27 has quit [(Ping timeout: 252 seconds)]
funfun has quit [(Client Quit)]
jcbrand_ has joined #nixos
dywedir has quit [(Remote host closed the connection)]
<Steverman> symphorien: yes
dywedir has joined #nixos
<Steverman> steve556@llama11 ~/.nix % pwd
<Steverman> /users/steve556/.nix
jrolfs has joined #nixos
<rnhmjoj[m]> is there a way to run a tox testsuit on nixos or it's completely broken?
jb55 has joined #nixos
simukis has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar pushed 1 new commit to ghc-prebuilt: https://git.io/vb76Z
<NixOS_GitHub> nixpkgs/ghc-prebuilt 74c9f13 Domen Kožar: ghc binaries: fix eval
NixOS_GitHub has left #nixos []
mojjo has quit [(Remote host closed the connection)]
ssmike has joined #nixos
asuryawanshi has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
jcbrand_ has left #nixos ["Disconnected: closed"]
jrolfs has joined #nixos
oida has quit [(Ping timeout: 256 seconds)]
drakonis has joined #nixos
asuryawanshi has quit [(Ping timeout: 268 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vb76h
<NixOS_GitHub> nixpkgs/master f1be2ae dywedir: oil: 0.1.0 -> 0.3.0
<NixOS_GitHub> nixpkgs/master 0baade5 Jörg Thalheim: Merge pull request #33047 from dywedir/oil...
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 268 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
tmaekawa has joined #nixos
tmaekawa has quit [(Client Quit)]
ixxie has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar force-pushed ghc-prebuilt from 74c9f13 to e4c05ae: https://git.io/vb7iu
<NixOS_GitHub> nixpkgs/ghc-prebuilt e4c05ae Domen Kožar: ghc binaries: fix eval
NixOS_GitHub has left #nixos []
c0ffee152 has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
tmaekawa has joined #nixos
contrapumpkin has quit [(Quit: Textual IRC Client: www.textualapp.com)]
<jeaye> LnL: Yep.
otherjrolfs has joined #nixos
<jeaye> LnL: The vim plugin side of things is so different from mkDerivation, it seems. No cmake support, _different llvm package_, no preConfigure phase, etc.
oida has joined #nixos
viric has quit [(Ping timeout: 272 seconds)]
orivej has quit [(Ping timeout: 264 seconds)]
pkill9 has joined #nixos
tmaekawa has quit [(Quit: tmaekawa)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] oxij opened pull request #33057: stdenv: perform checks only when evaluating .drv and .out (master...stdenv/delay-check-meta) https://git.io/vb7iM
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
primeos has quit [(Ping timeout: 240 seconds)]
Steverman has quit [(Ping timeout: 272 seconds)]
primeos has joined #nixos
yegortimoshenko has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 252 seconds)]
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
berce has joined #nixos
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
ssmike has quit [(Ping timeout: 252 seconds)]
viric has joined #nixos
Isorkin has joined #nixos
ma27 has joined #nixos
otherjrolfs has joined #nixos
warrickmacmillan has joined #nixos
linarcx has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc closed pull request #33029: crystal: 0.23.1 -> 0.24.1 (master...update/crystal-0.24.1) https://git.io/vbQwu
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc pushed 3 new commits to master: https://git.io/vb7XJ
<NixOS_GitHub> nixpkgs/master 5a1d309 mingchuan: crystal: 0.23.1 -> 0.24.1
<NixOS_GitHub> nixpkgs/master 10e8ea1 mingchuan: shards: 0.7.1 -> 0.7.2
<NixOS_GitHub> nixpkgs/master 7635a70 Graham Christensen: Merge pull request #33029 from sifmelcara/update/crystal-0.24.1...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc closed pull request #32976: zookeeper: 3.4.10 -> 3.4.11 (master...patch-84) https://git.io/vb9yB
NixOS_GitHub has left #nixos []
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
linarcx has quit [(Remote host closed the connection)]
willprice94 has joined #nixos
<willprice94> Hello all, is there a way to browse documentation for derivations on NixOS itself or do I just have to spelunk the nixpkgs repo?
<samueldr> there is the nixpkgs manual, which you may already have found: https://nixos.org/nixpkgs/manual/
<samueldr> (different from both the nix and nixos manuals)
contrapumpkin has joined #nixos
jensens has joined #nixos
<sphalerite> I'd like to do a bisect on vdrift to see when it broke and have a bunch of CPU cores, but it doesn't build in parallel without a patch… does anyone know a way to do a parallel bisect (i.e. build 20 revs at once) or something?
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
<willprice94> I had a look at the nixpkgs manual but its not quite what I'm after. I should give an example to better illustrate what it is I'm after: take the nixos users derivation, how do I know what `passwordFile` is and what its contents should be? Looking at https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/users-groups.nix I can see there is some marked up documentation but where is this accessible?
<samueldr> in case there's no magic to do it, sphalerite, with cached failures, and maybe something like gnu parallell you could at least build a bunch and *then* bisect, which will fail early with cached failures?
<sphalerite> willprice94: that's nixos stuff. You can see it in man configuration.nix
MP2E has joined #nixos
<sphalerite> nixos modules, not derivations :)
<samueldr> there is also a web interface for the current-stable version here: https://nixos.org/nixos/options.html#
<willprice94> sphalerite, thanks for the correction on my terminology, helpful to know what to google! Thanks for the link samueldr, is this available in CLI form, or is the markup only to power the web interface?
<sphalerite> willprice94: as I said man configuration.nix
<willprice94> sphalerite, thanks, sorry missed your previous comment.
rihards has joined #nixos
<sphalerite> there's also nixos-option but that's kind of awful
<willprice94> Super, yes it seems much less useful than configuraiton.nix(5)
jrolfs has joined #nixos
otherjrolfs has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/407198c1ccd (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
ixxie has quit [(Ping timeout: 252 seconds)]
<pkill9> does libreoffice not work for anyone else?
<pkill9> it also doesn't seemt o have been updated
otherjrolfs has quit [(Ping timeout: 240 seconds)]
<pkill9> it's on 5.3 dev version
jrolfs has quit [(Ping timeout: 252 seconds)]
<pkill9> there is already a later version of stable
Steverman has joined #nixos
<sphalerite> pkill9: it's not actually dev version, just branding issues
drakonis has quit [(Ping timeout: 272 seconds)]
<pkill9> ok
<sphalerite> like how our firefox is called nightly even though it's not a nightly build
rihards has quit [(Quit: rihards)]
willprice94 has quit [(Remote host closed the connection)]
willprice94 has joined #nixos
jrolfs has joined #nixos
bennofs has joined #nixos
<gchristensen> sphalerite: not for long!
<sphalerite> oh?
<sphalerite> nice!
<gchristensen> g\arbas got us permission and p\bogdan is going to make a patch to enable official branding
<sphalerite> nice!
sary has quit [(Ping timeout: 256 seconds)]
otherjrolfs has joined #nixos
sigmundv has joined #nixos
<samueldr> the gchristmasen spirit
<sphalerite> :D
drakonis has joined #nixos
<jeaye> hah
Steverman has quit [(Ping timeout: 256 seconds)]
<gchristensen> (ノ◕ヮ◕)ノ*:・゚✧
laggy_wifi has quit [(Quit: Konversation terminated!)]
orivej has joined #nixos
sary has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko pushed 2 new commits to master: https://git.io/vb7MK
<NixOS_GitHub> nixpkgs/master e7910ab Jesper Geertsen Jonsson: rclone: 1.38 -> 1.39
<NixOS_GitHub> nixpkgs/master 26d1f2e Yegor Timoshenko: Merge pull request #33048 from yesbox/rclone_1.39...
NixOS_GitHub has left #nixos []
oida has quit [(Ping timeout: 272 seconds)]
pie__ has joined #nixos
pie_ has quit [(Ping timeout: 256 seconds)]
k2s has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
k2s has quit [(Remote host closed the connection)]
ssmike has joined #nixos
otherjrolfs has quit [(Ping timeout: 252 seconds)]
warrickmacmillan has quit [(Quit: warrickmacmillan)]
jrolfs has quit [(Ping timeout: 265 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
fenedor has quit [(Quit: Leaving)]
ilyaigpetrov has quit [(Quit: Connection closed for inactivity)]
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
verite has joined #nixos
dmj` has quit [()]
ssmike has quit [(Ping timeout: 240 seconds)]
pie__ has quit [(Quit: Leaving)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
dmj` has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lukeadams opened pull request #33058: fish: 2.7.0 -> 2.7.1 (master...fish-patch) https://git.io/vb7yZ
NixOS_GitHub has left #nixos []
Steverman has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] tex opened pull request #33059: kitty: 0.5.1 -> 0.6.0 (master...kitty) https://git.io/vb7yl
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 272 seconds)]
ottidmes has joined #nixos
LonelyGi10 has joined #nixos
<contrapumpkin> gchristensen:
LonelyGi10 has quit [(K-Lined)]
<gchristensen> oy
<contrapumpkin> we need more ops :)
<simukis> don’t bother much, they spam with privmsgs when kicked from channels
<asymmetric> so lame
<simukis> and as far as I could observe they don’t really post in the same channel often
dmj` has quit [()]
the has joined #nixos
the has quit [(Changing host)]
the has joined #nixos
* samueldr sighs
<chreekat> You can also mention the nick in #freenode - i did that the other day for a channel with no ops present
<samueldr> setting yourself's mode +R should stop all spam from those accounts as they are not registered users
<samueldr> all private messages spam
<gchristensen> nice, samueldr
<gchristensen> I'm honored #nixos is big enough to be in the list!
chreekat has quit [(Quit: quitting)]
<samueldr> #nixos is ~43rd in size
<gchristensen> whoa! :D
otherjrolfs has joined #nixos
* samueldr is now wondering about the progression
<LnL> wow really?
<gchristensen> it was at 350 users in early 2016
<LnL> yeah, somebody used to keep an eye on that
<samueldr> hidden channels may be missing from that listing
<gchristensen> kmicu did, LnL
jmiven has joined #nixos
<LnL> I know, wonder what happened to him
Arcaelyx has quit [(Quit: Textual IRC Client: www.textualapp.com)]
amfl has quit [(Quit: WeeChat 1.6)]
<samueldr> depending on how quassel saves logs, with relation to users lists, it may be possible to graph the user count from when I joined
<gchristensen> LnL: me too
<gchristensen> there is a fresh wave of spammers, I suspect we're coming up for a new spammer.
otherjrolfs has quit [(Ping timeout: 240 seconds)]
oida has joined #nixos
laggy_wifi has joined #nixos
<jeaye> samueldr: Wow.
<jeaye> Within a builder, is there a Nixy way of getting the installed clang version, or should I just parse `clang --version`?
jrolfs has joined #nixos
otherjrolfs has joined #nixos
verite has quit [(Ping timeout: 248 seconds)]
Sigyn has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
<LnL> you can set an attribute
jrolfs has joined #nixos
simukis_ has joined #nixos
simukis has quit [(Ping timeout: 252 seconds)]
simukis_ is now known as simukis
aarvar has joined #nixos
<jeaye> LnL: I can set it to a literal, sure, but can I derive it from the llvm package being used?
jrolfs has quit [(Ping timeout: 240 seconds)]
<LnL> if that doesn’t have a version attribute you can use builtins.parseDrvName clang.name
warrickmacmillan has joined #nixos
<sphalerite> kodi seems to be crashing a lot for me in a new nixos installation (nothing new from the debian installation that preceded it in that respect.). It initially said that getting a stack trace wasn't possible because gdb was unavailable in the logs, so I added gdb to the system config and now the stack trace section of the log is just empty
<sphalerite> Anyone know anything about this?
ssmike has joined #nixos
<andromeda-galaxy> I'm trying to package for nixos the new release of the Radeon Open Compute stuff, in which the kernel driver is distribued as a dkms module instead of as an entire kernel. What is the right way to package dkms modules for nixos?
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<Ralith> Linus: I'm running a 17.09 kodi system that's working great, fwiw
<Ralith> never had to debug it
<sphalerite> Ralith: 17.09 here too, except it's not working great :p
simukis has quit [(Ping timeout: 272 seconds)]
<sphalerite> kodi_crashlog-20171225_202839.log kodi_crashlog-20171225_205218.log kodi_crashlog-20171225_222441.log kodi_crashlog-20171225_223233.log kodi_crashlog-20171225_223237.log
<Ralith> @_@
simukis has joined #nixos
<sphalerite> no idea why. It was the same on debian though
jb55 has quit [(Ping timeout: 252 seconds)]
<sphalerite> maybe a graphics driver issue or something
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
<sphalerite> manually attaching gdb got me a stack trace
<samueldr> x86_64 or ARM?
<sphalerite> x86_64
warrickmacmillan has quit [(Quit: warrickmacmillan)]
hiratara has quit [(Ping timeout: 265 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
dmj` has joined #nixos
hiratara has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vb7HJ
<NixOS_GitHub> nixpkgs/master 2dca678 Luke Adams: fish: 2.7.0 -> 2.7.1...
<NixOS_GitHub> nixpkgs/master 47b7a2c Orivej Desh: Merge pull request #33058 from lukeadams/fish-patch...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vb7HC
<NixOS_GitHub> nixpkgs/master 62cb37b Milan Svoboda: kitty: 0.5.1 -> 0.6.0
<NixOS_GitHub> nixpkgs/master dc4c602 Orivej Desh: Merge pull request #33059 from tex/kitty...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar pushed 1 new commit to ghc-prebuilt: https://git.io/vb7HP
<NixOS_GitHub> nixpkgs/ghc-prebuilt 30f3038 Domen Kožar: ghc binaries: compile on darwin
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar closed pull request #29688: ghc prebuilt: Add 7.8.4, 7.10.3 and 8.2.1, and make consistent style (staging...ghc-prebuilt) https://git.io/vdJSI
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar force-pushed ghc-prebuilt from 30f3038 to 1676890: https://git.io/vb7iu
<NixOS_GitHub> nixpkgs/ghc-prebuilt 1676890 Domen Kožar: ghc binaries: compile on darwin
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<jtojnar> is it possible to obtain attribute name inside the derivation?
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
<sphalerite> jtojnar: no, since the attribute name is perfectly arbitrary
<sphalerite> There might not even be one
<jtojnar> the derivations I care about will definitely have at least one attribute name
<sphalerite> No they won't
hiratara has quit [(Quit: ZNC - http://znc.in)]
<sphalerite> Users can do what they want with them
<sphalerite> What are you trying to achieve?
hiratara has joined #nixos
<jtojnar> I am trying to migrate GNOME to updateScript
<jtojnar> and I want to use update-source-version
<jtojnar> which expects a derivation name
<sphalerite> In a derivation?
<jtojnar> yes
<jtojnar> this is what I have so far
dywedir has quit [(Remote host closed the connection)]
jensens has quit [(Ping timeout: 272 seconds)]
<jtojnar> and the derivation will just contain passthru.updateScript = gnome3.updateScript { packageName = "fooo"; versionPolicy = "odd-unstable" };
ssmike has quit [(Ping timeout: 248 seconds)]
ma27 has quit [(Ping timeout: 272 seconds)]
ambro718 has quit [(Quit: Konversation terminated!)]
<sphalerite> Would love to help but am no longer awake enough, sorry
<sphalerite> good luck, good night, maybe I can help you tomorrow :)
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<jtojnar> good night, thanks for the offer
smacc has joined #nixos
mekeor has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
mekeor has quit [(Quit: digital revolution = cryptoanarchism + cybercommunism)]
jrolfs has quit [(Ping timeout: 268 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
verite has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar force-pushed ghc-prebuilt from 1676890 to bd7c8ea: https://git.io/vb7iu
<NixOS_GitHub> nixpkgs/ghc-prebuilt bd7c8ea Domen Kožar: ghc binaries: compile on darwin
NixOS_GitHub has left #nixos []
smacc has quit [(Quit: Leaving)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
hellrazo1 has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
Mateon3 has joined #nixos
marsam has joined #nixos
Mateon1 has quit [(Ping timeout: 248 seconds)]
Mateon3 is now known as Mateon1
Olgierd has quit [(Read error: Connection reset by peer)]
vidbina has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 265 seconds)]
Olgierd has joined #nixos
<jeaye> LnL: Did you have any suggestions?
<jeaye> The working and broken derivations: https://gist.github.com/jeaye/dae23eb434383d1e1a67bf93adb98a10
<jeaye> In short, it seems like buildVimPluginFrom2Nix really doesn't like cmake.
<LnL> I can take a look tomorrow
laggy_wifi_ has joined #nixos
<jeaye> Great, thanks.
<LnL> I'm guessing buildVimPlugin does something weird with the phases
<jeaye> Indeed.
<jeaye> Also, that `llvm` would be a different package for each is boggling.
jrolfs has joined #nixos
laggy_wifi has quit [(Read error: Connection reset by peer)]
berce has quit [(Ping timeout: 268 seconds)]
<LnL> the default llvm for vim plugins might be overridden in all-packages (for youcompleteme)
<jeaye> That'd do it.
the has quit [(Ping timeout: 265 seconds)]
<jeaye> Fixed that one by just specifying llvm_39 and, with some other nonsense, it finally compiles and links. Just can't install it now.
<jeaye> When I `make; ls -lh; make install` I can see the .so is created, then `make install` deletes it before saying "I dunno where it is."
aarvar has quit [(Ping timeout: 252 seconds)]
illinit has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
marek has joined #nixos
sigmundv has quit [(Ping timeout: 268 seconds)]
drakonis_ has joined #nixos
drakonis has quit [(Ping timeout: 272 seconds)]
georges-duperon has joined #nixos
<LnL> I think the second case still runs the cmakePhase and that happens before the patching
<LnL> perhaps that's causing problems
<jeaye> I found that the second one didn't read cmakeFlags and didn't run a cmakePhase.
<jeaye> So a buildPhase of patch & make would just say there was no Makefile.
<jeaye> This implied to me that buildVimPluginFrom2Nix didn't understand cmake like mkDerivatino.
otherjrolfs has joined #nixos
jrolfs has joined #nixos
grumble has quit [(Remote host closed the connection)]
marsam has quit [(Ping timeout: 272 seconds)]
ssmike has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
grumble has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar closed pull request #33045: (haskell.packages.ghc802.ghc): (fix llvm dependency) (master...fix-ghc-80-llvm) https://git.io/vb742
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
otherjrolfs has joined #nixos
Olgierd_ has joined #nixos
Olgierd has quit [(Ping timeout: 240 seconds)]
cement has joined #nixos
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
sigmundv has joined #nixos
asuryawanshi has joined #nixos
vidbina has joined #nixos