otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbyUj
<NixOS_GitHub> nixpkgs/master 8c7e721 Orivej Desh: mkShell: fix eval
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jbedo opened pull request #32916: singularity: 2.2 -> 2.4 (master...singularity-2.4) https://git.io/vbyTn
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
acarrico has joined #nixos
Lalaa 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] peterhoeg pushed 1 new commit to master: https://git.io/vbyTh
<NixOS_GitHub> nixpkgs/master 662bfa1 Peter Hoeg: vlc: 2.2.6 -> 2.2.8
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
yegortimoshenko has quit [(Quit: Page closed)]
spietz has joined #nixos
asymmetric has joined #nixos
<asymmetric> hi! i'm having trouble building a package, where in the configure step a dependency is not found, but it is provided
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<clever> asymmetric: which dependency is it not finding?
<asymmetric> libbitcoin-network
<clever> asymmetric: and how does configure search for it?
spietz has quit [(Ping timeout: 264 seconds)]
<asymmetric> same as the other dependencies, like libbitcoin-client, which is found
<clever> and if you read the compiled configure script?
otherjrolfs has quit [(Ping timeout: 240 seconds)]
<asymmetric> where can i find it?
<Dezgeg> does libbitcoin-network install a .pc file?
jrolfs has quit [(Ping timeout: 272 seconds)]
infinisil has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
infinisil has joined #nixos
<cheshircat_> I'm trying to fix and update the pjsip package, and I'm running into a problem with libstdc++
<cheshircat_> specifically, ld cannot find -lstdc++
<cheshircat_> does anyone know how to fix this?
<clever> thats part of gcc, so it should just work
<asymmetric> Degzeg: libbitcoin-network doesn't build, so I'm not sure what it installs
<Dezgeg> well sounds like you need to fix that first
<asymmetric> oh yeah sorry, it does build! :)
<asymmetric> i am getting confused, too many packages ;)
sigmundv__ has quit [(Ping timeout: 240 seconds)]
<clever> builder for ‘/nix/store/d349wy9vs4axj4503vkr1rasqymbxwis-libbitcoin-explorer-3.4.0.drv’ failed with exit code 1
<clever> Package 'libbitcoin', required by 'libbitcoin-client', not found
<clever> asymmetric: the error seems pretty obvious to me
<clever> Package 'libzmq', required by 'libbitcoin-protocol', not found
<asymmetric> i fixed those by adding the required dependencies, but libbitcoin-network still doesn't get detected, even though it's there
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 4z3 opened pull request #32917: exim: 4.89.1 -> 4.90 (master...exim-4.90) https://git.io/vbyIp
NixOS_GitHub has left #nixos []
<Dezgeg> so does that package install a .pc file?
<clever> [clever@amd-nixos:~/apps/nixpkgs]$ cat result/lib/pkgconfig/libbitcoin-protocol.pc
<asymmetric> this is the content of /nix/store/5lfkni1j3nra878zwhkiw4r45b9a1ai1-libbitcoin-network-3.4.0/lib/pkgconfig/libbitcoin-protocol.pc
<clever> Name: libbitcoin-protocol
<Dezgeg> lol
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/fe7473443bc (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
<Dezgeg> so no libbitcoin-network.pc ?
<clever> oh
FRidh has quit [(Quit: Konversation terminated!)]
<clever> the libbitcoin-network package contains a libbitcoin-protocol.pc
<Fare> is there nixpkgs for lineageos ?
FRidh has joined #nixos
<asymmetric> no libbitcoin-network.pc
<Dezgeg> try getting a new hash for the source of libbitcoin-protocol
jrolfs has quit [(Ping timeout: 256 seconds)]
<clever> oh!
<clever> the same sha256 is on both the network and protocol
<Dezgeg> er
<Dezgeg> new hash for libbitcoin-network
<clever> so when network builds, it discovers it already has the source named by that hash
<asymmetric> clever: not sure it matters, but i'm building 3.4.0, master has 4.0.0
<clever> and it re-uses the protocol source
<clever> your network package is using the protocol source
goibhniu has quit [(Ping timeout: 264 seconds)]
<asymmetric> Dezgeg: what do you mean by getting a new hash?
<Dezgeg> replace say, one letter of it and try building again
<asymmetric> well, that failed on the hash check. i re-ran it with the fixed hash and it failed again on libbitcoin-network
<Dezgeg> you sure you didn't copy the same one+
alexteves has quit [(Quit: My Mac Mini has gone to sleep. ZZZzzz…)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<cheshircat_> well, it doesn't
<asymmetric> first i changed a letter in the hash, making it invalid but triggering a few extra steps during build
<asymmetric> but it also failed while comparing the archive's hash with the one i provided (which makes sense)
<cheshircat_> clever: gcc can find -lstdc++ but ld can't
<asymmetric> then i undid the hash change and ran again
<asymmetric> is that what you meant?
<clever> cheshircat_: is this under nix-build?
<Dezgeg> well you should en up with a different hash than 1wrlzani3wdjkmxqwjh30i8lg3clrzwcx2di7c9sdpnsbda985gb for libbitcoin-network
<clever> Package 'libbitcoin-protocol', required by 'libbitcoin-client', not found
<clever> protocol has to be added to explorer
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<clever> its not building
<clever> now*
<asymmetric> clever: it's building for me, but it might be some kind of caching?
jrolfs has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
<cheshircat_> this is under nix-shell
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbyLx
<NixOS_GitHub> nixpkgs/master 256e1ca tv: exim: 4.89.1 -> 4.90
<NixOS_GitHub> nixpkgs/master 30e2a1c Orivej Desh: Merge pull request #32917 from 4z3/exim-4.90...
NixOS_GitHub has left #nixos []
aarvar has joined #nixos
<clever> cheshircat_: what params did you give nix-shell?
<asymmetric> clever: i tried adding libbitcoin-protocol to explorer as buildInput, same error: network not found
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbytU
<NixOS_GitHub> nixpkgs/master 62af52b David McFarland: transgui: 5.0.1-svn-r986 -> 5.0.1-svn-r988
<NixOS_GitHub> nixpkgs/master e17e2bc Orivej Desh: Merge pull request #32903 from corngood/transgui-update...
NixOS_GitHub has left #nixos []
<clever> asymmetric: what is the hash on network?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbytI
<NixOS_GitHub> nixpkgs/master dd853e8 Lancelot SIX: pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3
<NixOS_GitHub> nixpkgs/master c2b8cf0 Orivej Desh: Merge pull request #32902 from lsix/update_pytestquickcheck...
NixOS_GitHub has left #nixos []
<asymmetric> clever: 5lfkni1j3nra878zwhkiw4r45b9a1ai1
<clever> it should be 1zlhyh5z0fla1yc6kwkx65ycwgmrcrkvzj8119wbkxy3xhzpwxpv
<asymmetric> the hash of the github archive or of the built package?
<clever> the sha256 of the source
<cheshircat_> it's a nix shell of a file with buildInputs openssl libsamplerate alsaLib pkgconfig libopus ffmpeg
<clever> cheshircat_: try again with nix-shell --pure, does that change anything?
<asymmetric> i mean, shouldn't it break when it sees the wrong checksum?
<clever> because you already have a different tar that matches that sha256
<clever> so it just uses that tar
<clever> that causes network to build from protocol's source
jb55 has quit [(Ping timeout: 264 seconds)]
<asymmetric> dayum
<asymmetric> so i should always check sha's with nix-prefetch-git
<clever> also, using a git rev would have been better
<gchristensen> asymmetric: most people use the "tofu" method
<clever> the problem, is that the filename is based on the rev and hash
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<clever> and both network and protocol have v1.4.0.tar.gz
<gchristensen> "trust of first use": put in the wrong hash, have nix tell them what the rightone is
<asymmetric> gchristensen: that's how i got myself in this situation though
<gchristensen> oh
<clever> if you used a rev, the filenames wouldnt have matched, and it would have missed
<clever> asymmetric: that "wrong" hash was right for another file
<gchristensen> oh, yeah
<gchristensen> change / break the hash :)
<clever> it has to be a hash that doesnt match any file you have downloaded
<MP2E> that's what I usually do. I use "nix-hash --type sha256 --base32 Gimmick.jpg", gimmick.jpg being an image of my github avatar (any random file works that isn't going to be an input to a nixpkgs derivation)
<MP2E> though that still has a chance of colliding i suppose
<MP2E> still, unlikely!
<asymmetric> doesn't nix check that the hash belongs to the right repo?
<clever> nix doesnt understand git
<clever> it just has a name and hash
<gchristensen> asymmetric: nix doesn't care where it came from as long as the hash was correct
<clever> which form a storepath
<asymmetric> ah, good point
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to release-17.09: https://git.io/vbyt7
<NixOS_GitHub> nixpkgs/release-17.09 d85d144 Lancelot SIX: pythonPackages.pytestquickcheck: 0.8.2 -> 0.8.3...
NixOS_GitHub has left #nixos []
<cheshircat_> I was using nix-shell --pure
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
asymmetric has quit [(Read error: Connection reset by peer)]
<dan_b`> argh. updated to master and now something in glibc is overriding $AR back from "mipsel-unknown-linux-gnu-ar" to plain "ar"
otherjrolfs has joined #nixos
<dan_b`> which is not on the path, because purity, even if it might happen to work
asymmetric has joined #nixos
<asymmetric> one more thing: what's the role of propagatedBuildInputs when building a c++ program?
<asymmetric> is it used to solve these issues? https://github.com/NixOS/nixpkgs/pull/32904#discussion_r158163846
<johnw> that inputs become available to users of that C++ program
<clever> asymmetric: they will propogate into the buildInputs of other things that depend on your package
<johnw> right, what clever said
<asymmetric> isn't it opaque to have some dependencies not listed as parameter of the function?
<clever> asymmetric: i try to avoid using it as well
otherjrolfs has quit [(Ping timeout: 256 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbyqh
<NixOS_GitHub> nixpkgs/master 6bb1817 Markus Hauck: http-prompt: disable tests...
<NixOS_GitHub> nixpkgs/master b58cda7 Orivej Desh: Merge pull request #32856 from markus1189/http-prompt...
NixOS_GitHub has left #nixos []
dan_b has quit [(Ping timeout: 248 seconds)]
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbymU
<NixOS_GitHub> nixpkgs/master ab08256 Justin Wood: elixir: 1.5.2 -> 1.5.3
<NixOS_GitHub> nixpkgs/master c8a4e90 Orivej Desh: Merge pull request #32855 from ankhers/update_elixir_1_5...
NixOS_GitHub has left #nixos []
greglearns has quit [(Ping timeout: 260 seconds)]
<asymmetric> btw clever, where are those tarballs stored?
<asymmetric> and why don't they also have the package name in their name? :D
digitus has quit [(Quit: digitus)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ebzzry opened pull request #32918: pell: 0.0.2 -> 0.0.3 (master...pell-0.0.3) https://git.io/vbym4
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32791: nixos/desktop-managers: do not leak feh to PATH (second attempt) (master...feh/go-away) https://git.io/vb6ot
NixOS_GitHub has left #nixos []
drakonis_ has joined #nixos
otherjrolfs has quit [(Ping timeout: 272 seconds)]
jrolfs has quit [(Ping timeout: 265 seconds)]
cmiles74 has quit [(Ping timeout: 264 seconds)]
dan_b` has quit [(Quit: Lost terminal)]
jrolfs has joined #nixos
drakonis has quit [(Ping timeout: 255 seconds)]
otherjrolfs has joined #nixos
mizu_no_oto has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 3 new commits to master: https://git.io/vbyYU
<NixOS_GitHub> nixpkgs/master e19f22c volth: neko: 2.1.0 -> 2.2.0
<NixOS_GitHub> nixpkgs/master 2949447 Orivej Desh: neko: update check for darwin, do not strip ndll
<NixOS_GitHub> nixpkgs/master d92969f Orivej Desh: Merge pull request #32907 from volth/neko_2.2.0...
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
jb55 has joined #nixos
hmensch has quit [(Ping timeout: 248 seconds)]
drakonis has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32918: pell: 0.0.2 -> 0.0.3 (master...pell-0.0.3) https://git.io/vbym4
NixOS_GitHub has left #nixos []
hamishmack_ has joined #nixos
drakonis__ has joined #nixos
scode_ has joined #nixos
mudphone_ has joined #nixos
Alling has quit [(Ping timeout: 260 seconds)]
ocharles_ has joined #nixos
cstrahan_ has joined #nixos
nand0p_ has joined #nixos
mpickering_ has joined #nixos
ok2``` has joined #nixos
hellrazor has joined #nixos
johnw_ has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
Drako3651 has joined #nixos
alpha_sh_ has joined #nixos
chominist[m]1 has joined #nixos
hamishmack_ is now known as hamishmack
scode_ is now known as scode
mudphone_ is now known as mudphone
mpickering_ is now known as mpickering
nand0p_ is now known as nand0p
cstrahan_ is now known as cstrahan
ocharles_ is now known as ocharles
erictapen has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
acarrico has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
vidbina has quit [(Ping timeout: 255 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
Ankhers has quit [(Ping timeout: 260 seconds)]
chris| has quit [(Ping timeout: 240 seconds)]
chris| has joined #nixos
Ankhers has joined #nixos
hotfuzz has joined #nixos
justanotheruser has quit [(Quit: WeeChat 1.9.1)]
justanotheruser has joined #nixos
leothrix has joined #nixos
justanotheruser has quit [(Client Quit)]
justanotheruser has joined #nixos
hotfuzz_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
hmensch has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] asymmetric opened pull request #32919: secp256k1: 2016-11-27 -> 2017-12-18 (master...asymmetric/secp256k1) https://git.io/vbyOK
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
acarrico has joined #nixos
asymmetric has quit [(Ping timeout: 248 seconds)]
warrickmacmillan has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
hellrazo1 has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
hellrazor has quit [(Ping timeout: 240 seconds)]
acarrico has quit [(Ping timeout: 248 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
mbrgm has quit [(Ping timeout: 265 seconds)]
FRidh has joined #nixos
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
jb55 has quit [(Ping timeout: 260 seconds)]
lambdamu_ has joined #nixos
mbrgm has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
lambdamu has quit [(Ping timeout: 272 seconds)]
erictapen has quit [(Ping timeout: 248 seconds)]
babyflakes has joined #nixos
acarrico has joined #nixos
dpren has quit [(Quit: Connection closed for inactivity)]
dieggsy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mrVanDalo opened pull request #32920: migrate to new pencil version (master...feature/pencil3) https://git.io/vbysv
NixOS_GitHub has left #nixos []
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
Supersonic112 has quit [(Disconnected by services)]
mahalel_ has left #nixos []
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
rogue_koder_ has quit [(Remote host closed the connection)]
rogue_koder_ has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] alunduil opened pull request #32921: add alunduil as maintainer for haskell packages (master...add-alunduil-as-maintainer) https://git.io/vbys7
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
FRidh has quit [(Client Quit)]
jrolfs has quit [(Ping timeout: 256 seconds)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jb55 has joined #nixos
nuncanada has quit [(Ping timeout: 255 seconds)]
dieggsy has quit [(Ping timeout: 255 seconds)]
jb55 has quit [(Ping timeout: 240 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
warrickmacmillan has quit [(Quit: warrickmacmillan)]
warrickmacmillan has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<bgamari> What should one do if nix-build runs out of memory when hashing an input tarball?
<bgamari> I have a derivation which takes a 14GByte tarball as an input
warrickmacmillan has quit [(Quit: warrickmacmillan)]
jrolfs has quit [(Ping timeout: 268 seconds)]
otherjrolfs has quit [(Ping timeout: 260 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
dpren has joined #nixos
Lalaa has quit [(Read error: Connection reset by peer)]
warrickmacmillan has joined #nixos
pop has joined #nixos
jrolfs has joined #nixos
nix-build has quit [(Remote host closed the connection)]
{^_^} has joined #nixos
jrolfs has quit [(Ping timeout: 265 seconds)]
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
{^_^} has quit [(Remote host closed the connection)]
{^_^} has joined #nixos
warrickmacmillan has quit [(Quit: warrickmacmillan)]
proteusguy has quit [(Remote host closed the connection)]
otherjrolfs has joined #nixos
drakonis__ has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32370: nixos/libvirt: avoid dependency on two qemu packages (master...libvirt-fix) https://git.io/vbnCC
NixOS_GitHub has left #nixos []
melo831 has joined #nixos
<samueldr> gchristensen:
mjvoge02 has joined #nixos
<samueldr> time to get the out
PlasmaStar has joined #nixos
<PyroLagus> uh. thanks for the information?
<PyroLagus> lol
otherjrolfs has quit [(Ping timeout: 264 seconds)]
<samueldr> PyroLagus: they did the same thing... I think saturday or sunday
* samueldr sighs
<PyroLagus> yeah. they used a racist message though, so i guess this is better
cool61 has joined #nixos
<PyroLagus> oh come on. i just /ignore'd the other bot
<samueldr> at least my client retroactively ignores
<PyroLagus> has anyone checked what that link is about?
<samueldr> nope
<samueldr> probably "proof"
<samueldr> it's about "a" freenode, freenode limited
<samueldr> now, wtf is this all about, who knows!
dmj` has quit [()]
FRidh has quit [(Quit: Konversation terminated!)]
<PyroLagus> lol okay
<PyroLagus> i wonder what they're trying to accomplish
FRidh has joined #nixos
<samueldr> I just now read the message
<samueldr> conspiracy theory?
<samueldr> thick fud, so thick it unsliceable
jchia has joined #nixos
<PyroLagus> oh well
schoppenhauer has quit [(Ping timeout: 240 seconds)]
<samueldr> ugh, I just need to disable notifications buzzing my phone tonight
warrickmacmillan has joined #nixos
orivej has quit [(Ping timeout: 256 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
hmensch has quit [(Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))]
schoppenhauer has joined #nixos
cool61 has quit [(Excess Flood)]
jb55 has joined #nixos
el has joined #nixos
rogue_koder has joined #nixos
melo831 was kicked from #nixos by el [(melo831)]
<clever> thanks
<gchristensen> joyous
<gchristensen> thanks, el
<PlasmaStar> hi el
<samueldr> ouch, users are entitled (in the freenode channel)
<samueldr> "how can you not just detect spam" etc
<samueldr> /rant
the has joined #nixos
the has quit [(Changing host)]
the has joined #nixos
rogue_koder_ has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 263 seconds)]
catears has joined #nixos
the has quit [(Remote host closed the connection)]
the has joined #nixos
the has quit [(Changing host)]
the has joined #nixos
<gchristensen> ok I'm going to bed
<samueldr> 'night
lsyoyom has quit [(Ping timeout: 248 seconds)]
<gchristensen> but if `the` notices certain words and patterns from this spammer it will ban them
<clever> yay
<jeaye> heh
<gchristensen> if anyone is caught by that by mistake, have them PM me and I'll -b them in the morning
<jeaye> sold freenode to Private Internet Access Andrew Lee
jeaye was kicked from #nixos by the [(PM gchristensen to dispute this)]
<samueldr> hm wat
<PlasmaStar> Censorship, wasn't you just praising it.
<samueldr> ah, I hadn't seen the message
<gchristensen> sorry, PlasmaStar?
jeaye has joined #nixos
<jeaye> All systems operational.
<gchristensen> I was tempted to leave you until morning :)
<samueldr> :)
<PlasmaStar> Nothing
<jeaye> gchristensen: Thank you. :) g'night
<gchristensen> g'night! :) I hope this does the trick.
FRidh has quit [(Remote host closed the connection)]
warrickmacmillan has quit [(Quit: warrickmacmillan)]
warrickmacmillan has joined #nixos
FRidh has joined #nixos
jchia has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
catears has left #nixos []
MDTech-us_MAN has joined #nixos
MDTech-us_MAN has left #nixos ["Konversation terminated!"]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
mahalel_ has joined #nixos
jb55 has quit [(Ping timeout: 260 seconds)]
lsyoyom has joined #nixos
jb55 has joined #nixos
warrickmacmillan has quit [(Quit: warrickmacmillan)]
warrickmacmillan has joined #nixos
laggy_wifi has quit [(Remote host closed the connection)]
laggy_wifi has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
jb55 has quit [(Ping timeout: 252 seconds)]
Sonarpulse has joined #nixos
warrickmacmillan has quit [(Quit: warrickmacmillan)]
gfixler has joined #nixos
nslqqq has quit [(Ping timeout: 240 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
dax has joined #nixos
ilbelkyr has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d85d144fd71 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
nslqqq has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
FRidh has joined #nixos
dax has left #nixos []
jrolfs has joined #nixos
hamishmack has joined #nixos
Isorkin has joined #nixos
lezed1 has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
Isorkin_ has quit [(Ping timeout: 248 seconds)]
Profpatsch is now known as profpatsch
Mateon3 has joined #nixos
helpusobi has joined #nixos
qmmm has joined #nixos
goodwill_ has joined #nixos
Fuuzetsu_ has joined #nixos
clever_ has joined #nixos
siel has quit [(Ping timeout: 265 seconds)]
Mateon1 has quit [(Remote host closed the connection)]
laggy_wifi has quit [(Remote host closed the connection)]
Mateon3 is now known as Mateon1
laggy_wifi has joined #nixos
fleaz has quit [(Ping timeout: 255 seconds)]
dschoepe has quit [(Ping timeout: 255 seconds)]
qmm has quit [(Ping timeout: 255 seconds)]
DerGuteMoritz has quit [(Ping timeout: 255 seconds)]
clever has quit [(Ping timeout: 255 seconds)]
Fuuzetsu_ is now known as Fuuzetsu
helpusobi_ has quit [(Ping timeout: 255 seconds)]
goodwill_ is now known as goodwill
fleaz has joined #nixos
Sonarpulse has quit [(Ping timeout: 260 seconds)]
dschoepe has joined #nixos
Vorpal has quit [(Ping timeout: 240 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
mbrgm has quit [(Ping timeout: 260 seconds)]
chris| has quit [(Ping timeout: 240 seconds)]
mbrgm has joined #nixos
johnw_ is now known as johnw
johnw has quit [(Changing host)]
johnw has joined #nixos
zzamboni has joined #nixos
chris| has joined #nixos
DerGuteMoritz has joined #nixos
johnw has left #nixos ["ERC (IRC client for Emacs 27.0.50)"]
Vorpal has joined #nixos
laggy_wifi has quit [(Remote host closed the connection)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has quit [(Ping timeout: 264 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
laggy_wifi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] marsam opened pull request #32922: Fix libsoundio build on darwin (master...feature/libsoundio-darwin) https://git.io/vbyWM
NixOS_GitHub has left #nixos []
FRidh has quit [(Client Quit)]
siel has joined #nixos
siel has quit [(Changing host)]
siel has joined #nixos
FRidh 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/b58cda709de (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
laggy_wifi has quit [(Remote host closed the connection)]
justbeingglad has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
justbeingglad has left #nixos []
zzamboni has quit [(Quit: Leaving.)]
laggy_wifi has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
zzamboni has joined #nixos
laggy_wifi has quit [(Remote host closed the connection)]
zzamboni has quit [(Client Quit)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
laggy_wifi has joined #nixos
nslqqq has quit [(Ping timeout: 264 seconds)]
nslqqq has joined #nixos
laggy_wifi has quit [(Remote host closed the connection)]
zzamboni has joined #nixos
laggy_wifi has joined #nixos
dpren has quit [(Quit: Connection closed for inactivity)]
otherjrolfs has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
mahalel_ has quit [(Remote host closed the connection)]
jtojnar has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
Intensity has quit [(Ping timeout: 246 seconds)]
Intensity has joined #nixos
jtojnar has joined #nixos
dmj` has joined #nixos
jrolfs has joined #nixos
leat has quit [(Quit: WeeChat 1.9.1)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
proteusguy has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has joined #nixos
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar has joined #nixos
puck1pedia has joined #nixos
rsa_ has joined #nixos
laggy_wifi_ has joined #nixos
nslqqq1 has joined #nixos
adisblad` has joined #nixos
DerGuteM1ritz has joined #nixos
Ralith__ has joined #nixos
Wharncliffe has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
puck1pedia is now known as puckipedia
FRidh has joined #nixos
nadley has quit [(Ping timeout: 248 seconds)]
Ivanych has quit [(Ping timeout: 240 seconds)]
nadley has joined #nixos
Vorpal has quit [(Ping timeout: 240 seconds)]
siel has joined #nixos
zzamboni has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9.1)]
mudphone has joined #nixos
scode has joined #nixos
jrolfs has joined #nixos
AtnNn has joined #nixos
dmj` has joined #nixos
leat has joined #nixos
afics has joined #nixos
rsa_ is now known as rsa
Vorpal has joined #nixos
Vorpal has quit [(Changing host)]
Vorpal has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
taktoa has joined #nixos
jrolfs has quit [(Ping timeout: 265 seconds)]
MercurialAlchemi has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
puckipedia has quit [(Ping timeout: 240 seconds)]
goodwill has quit [(Ping timeout: 260 seconds)]
goodwill has joined #nixos
puckipedia has joined #nixos
pkill9 has joined #nixos
jrolfs has joined #nixos
alexteves has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] frontsideair opened pull request #32923: flow: 0.60.1 -> 0.61.0 (master...flow-61) https://git.io/vbyRl
NixOS_GitHub has left #nixos []
pac has joined #nixos
Lisanna has quit [(Ping timeout: 260 seconds)]
<Wizek> hello
<Wizek> for haskell libs I know I can do `(nixpkgs.haskell.lib.dontChecl hsPkg)` to disable tests, but how can I do that for other kinds of packages?
<Wizek> AFAIK it is only setting the doCheck attr to false
Wharncliffe has quit [(Quit: leaving)]
<Wizek> *dontCheck
b has joined #nixos
<Wizek> e.g. I'm trying `nix-shell -p '(lmdb // {doCheck=false;})' -p pkgconfig --run 'pkg-config --libs lmdb'` and it doesn't seem to have an effect
jrolfs has quit [(Ping timeout: 240 seconds)]
<tilpner> Wizek - lmdb.overrideAttrs (old: { doCheck = false; })
<Wizek> trying
<Wizek> tilpner: that worked, thanks!
<Wizek> I went as far as finding .override, but couldn't make that work though
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
{^_^} has joined #nixos
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
threeve has quit [(Ping timeout: 255 seconds)]
threeve has joined #nixos
ylwghst has joined #nixos
rogue_koder has quit [(Quit: Konversation terminated!)]
rogue_koder has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 2 new commits to master: https://git.io/vbyEI
<NixOS_GitHub> nixpkgs/master ca7d54c Alex Brandt: add alunduil as maintainer for haskell packages...
<NixOS_GitHub> nixpkgs/master a9d31a2 Peter Simons: Merge pull request #32921 from alunduil/add-alunduil-as-maintainer...
NixOS_GitHub has left #nixos []
ma27 has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
pie__ has joined #nixos
ssmike has joined #nixos
lonokhov has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/vbyEE
<NixOS_GitHub> nixpkgs/master 7c481aa Bjørn Forsman: nixos/gitolite: copy hooks with force...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor closed pull request #32851: nixos/gitolite: copy hooks with force (master...nixos-gitolite) https://git.io/vbXFl
NixOS_GitHub has left #nixos []
pie_ has quit [(Ping timeout: 265 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] berce opened pull request #32924: speechd: 0.8.5 -> 0.8.8, refactored (master...speechd) https://git.io/vbyE1
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/vbyEh
<NixOS_GitHub> nixpkgs/master dc9ea84 Bjørn Forsman: lighttpd: add enableLdap option (default false)
NixOS_GitHub has left #nixos []
Tucky has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor closed pull request #32864: lighttpd: add enableLdap option (default false) (master...lighttpd-ldap) https://git.io/vb1uO
NixOS_GitHub has left #nixos []
pkill9 has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/vbyuU
<NixOS_GitHub> nixpkgs/master 3168fcd Bjørn Forsman: apache-directory-studio: init at 2.0.0.v20170904-M13...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor closed pull request #32849: apache-directory-studio: init at 2.0.0.v20170904-M13 (master...apache-directory-studio) https://git.io/vbX5E
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 265 seconds)]
alexteves has quit [(Quit: My Mac Mini has gone to sleep. ZZZzzz…)]
nuncanada has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] samvher opened pull request #32925: idris-modules: clarify usage of with-packages (master...patch-2) https://git.io/vbyuj
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<samae> hey, any reason why using grep in runCommand would systematically fail?
otherjrolfs has joined #nixos
jrolfs has joined #nixos
ma27 has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jensens has joined #nixos
asuryawanshi has joined #nixos
asuryawa_ has joined #nixos
asuryawanshi has quit [(Read error: Connection reset by peer)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
rogue_koder has quit [(Quit: Konversation terminated!)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markuskowa opened pull request #32926: nrsc5: init at 20171129 (master...nrsc5) https://git.io/vbygO
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
nuncanada has quit [(Ping timeout: 272 seconds)]
jmeredith has quit [(Quit: Connection closed for inactivity)]
<ij> If something's in my nix-channel --list, should it also appear in $NIX_PATH after profile.d/nix.sh evaluation?
cmcdragonkai has quit [(Quit: WeeChat 1.9.1)]
pac has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vbygp
<NixOS_GitHub> nixpkgs/staging c303047 Vladimír Čunát: fetchurl on Darwin: gssSupport = false (see 9b54a00160)...
NixOS_GitHub has left #nixos []
civodul has joined #nixos
<ij> samae, How does it fail exactly? You've posted no debug info.
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
b has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
seanparsons has quit [(Ping timeout: 272 seconds)]
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
seanparsons has joined #nixos
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
<Wizek> Would someone who can read nix (hopefully better than I do currently) be able to tell me how I could override a non-haskell dependency going through reflex-platform's project development workflow?
<Wizek> wait a sec
dan_b has joined #nixos
<samae> ij: there isn't, it just fails and returns 1
<samae> I have made a workaround with awk, so it's not really urgent anymore
<ij> samae, Then your pattern probably isn't correct.
asuryawa_ has quit [(Remote host closed the connection)]
<samae> Well, lemme show you: http://lpaste.net/8975044226165243904
asuryawanshi has joined #nixos
<samae> It's pretty terrible code, I know. The point is, my pattern is one that is most simple
<fearlessKim[m]> I kinda like the python checkInputs. Couldn't it be generalized ?
<ij> samae, How about you print the *input*, print the pattern, print the code that generated both the input and pattern?
<samae> input is one's /etc/hosts, pattern is in line 16, and well I've just given you the code :D
<ij> That isn't the input, that's the handle for the input. So could you print that and also the output for your code?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg opened pull request #32927: kde-applications: 17.08.3 -> 17.12.0 (master...u/kdeapp) https://git.io/vbyaz
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
MP2E has quit [(Remote host closed the connection)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 265 seconds)]
<samae> I could, but I'm not going to fix this now unfortunately since I have a satisfying workaround
<ij> Fair enough.
hotfuzz_ has joined #nixos
<samae> sorry for the noise
hotfuzz has quit [(Ping timeout: 256 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
vidbina has joined #nixos
jrolfs has joined #nixos
vcunat has joined #nixos
Mateon3 has joined #nixos
jrolfs has quit [(Ping timeout: 264 seconds)]
Mateon1 has quit [(Ping timeout: 252 seconds)]
Mateon3 is now known as Mateon1
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
otherjrolfs has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
m0rphism has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jwiegley pushed 1 new commit to master: https://git.io/vbywP
<NixOS_GitHub> nixpkgs/master 60a6b81 John Wiegley: coqPackages.equations: -> 1.0
NixOS_GitHub has left #nixos []
laggy_wifi_ has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jwiegley pushed 1 new commit to master: https://git.io/vbywd
<NixOS_GitHub> nixpkgs/master f962f33 John Wiegley: Specify the coq version in a more consistent location
NixOS_GitHub has left #nixos []
ericsagnes has quit [(Ping timeout: 272 seconds)]
laggy_wifi_ has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
__Sander__ has joined #nixos
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<ij> "nix-env -iA unstable.terraform" works. How do I point to the same package with nix-shell?
roberth has joined #nixos
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
ThatDocsLady has joined #nixos
WinterFox[m] has left #nixos ["User left"]
laggy_wifi_ has quit [(Remote host closed the connection)]
thc202 has joined #nixos
laggy_wifi_ has joined #nixos
dan_b has quit [(Ping timeout: 246 seconds)]
07IAB7QH9 has joined #nixos
<07IAB7QH9> [nixpkgs] Mic92 closed pull request #32920: pencil: 2.0.21 -> 3.0.4 (master...feature/pencil3) https://git.io/vbysv
07IAB7QH9 has left #nixos []
7GHABLPZP has joined #nixos
<7GHABLPZP> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vbyra
<7GHABLPZP> nixpkgs/master 4d77888 Ingolf Wagner: pencil: 2.0.21 -> 3.0.4
<7GHABLPZP> nixpkgs/master 3622447 Jörg Thalheim: Merge pull request #32920 from mrVanDalo/feature/pencil3...
7GHABLPZP has left #nixos []
ilyaigpetrov has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] the-kenny pushed 1 new commit to master: https://git.io/vbyoJ
<NixOS_GitHub> nixpkgs/master e222d21 Moritz Ulrich: gnu-cobol: 2.0-rc2 -> 2.2...
NixOS_GitHub has left #nixos []
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
ericsagnes has joined #nixos
freusque has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Izorkin opened pull request #32928: mariadb: 10.2.9 -> 10.2.11 (mariadb-10.2...mariadb-10.2) https://git.io/vbyor
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
dan_b has joined #nixos
asuryawanshi has joined #nixos
mizu_no_oto has joined #nixos
<neonfuz> How do I get manpages in nixos?
<neonfuz> for packages in nixpkgs of course
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
roberth has quit [(Ping timeout: 268 seconds)]
<fearlessKim[m]> neonfuz: manpages are picked up automatically if the package has them
<fearlessKim[m]> for generic nix mapanges like man sysctl, you have to install the package "manpages
romildo has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
asuryawanshi has joined #nixos
<neonfuz> alright
dan_b has quit [(Read error: Connection reset by peer)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
coot_ has joined #nixos
dan_b has joined #nixos
<neonfuz> sorry if I misunderstand nix-shell, but shouldn't this show the ffmpeg manpage? nix-shell -p ffmpeg --command 'man ffmpeg'
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<aminechikhaoui> try nix-shell -p ffmpeg-full --command 'man ffmpeg'
<neonfuz> ah
<neonfuz> yep that's it thanks
laggy_wifi_ has quit [(Remote host closed the connection)]
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
coot_ has quit [(Quit: coot_)]
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
laggy_wifi_ has joined #nixos
roberth has joined #nixos
sigmundv__ has joined #nixos
warrickmacmillan has joined #nixos
romildo has quit [(Quit: Leaving)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
i-am-the-slime has joined #nixos
FRidh has joined #nixos
asymmetric has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] woffs opened pull request #32929: xsnow: fix url (master...xsnow) https://git.io/vbyPE
NixOS_GitHub has left #nixos []
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
<ij> Is nix 1.12 not "done" yet? (nixos.org/nix/ "Get nix" gives you 1.11)
<i-am-the-slime> If I want to run/install some python scripts
<i-am-the-slime> can I use nix-shell?
jrolfs has joined #nixos
<i-am-the-slime> I am supposed to run this:
<i-am-the-slime> sudo -H pip install setuptools path/to/assistant-cli$ pip install --editable .
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c closed pull request #32929: xsnow: fix url (master...xsnow) https://git.io/vbyPE
NixOS_GitHub has left #nixos []
spietz has joined #nixos
otherjrolfs has joined #nixos
<ij> So you want to run a package with some dependencies available? That should be possible, though I haven't tried.
<i-am-the-slime> No, I haven't
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 264 seconds)]
proteusguy has quit [(Remote host closed the connection)]
warrickmacmillan has quit [(Quit: warrickmacmillan)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<i-am-the-slime> Probably easier if I just install a VM with ubuntu on it :D
ylwghst has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
ssmike has quit [(Ping timeout: 240 seconds)]
<samae> Is there any way to get the list of IPs assigned to the machines, in the case of virtualbox dep, at build configurations time?
<samae> in nixops ^^^
Lisanna has joined #nixos
<samae> I mean, I know an /etc/hosts is generated for every machine
<samae> But I really need to be able to add "aliases" (and I don't want to set up a full DNS service)
iyzsong has joined #nixos
<Lisanna> hey, maybe I'm just misunderstanding something here... but I'm trying to get nixpkgs copied somewhere as part of a derivation. but cp ${<nixpkgs>} ... isn't copying nixpkgs, instead it's copying a bunch of stuff that would be in a /nix/store (derivations and products). I thought <nixpkgs> evaluates to a location containing the channel files (default.nix, etc.)?
asymmetric has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #32930: gnupg: 2.2.3 -> 2.2.4 (staging...update_gnupg_2_2_4) https://git.io/vby18
NixOS_GitHub has left #nixos []
<tilpner> Lisanna - ${/any/path} copies that path into the store
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar has joined #nixos
<Lisanna> tilpner: yeah, I figured as much, but I would like it to always reliably be whatever nixpkgs is set to in the NIX_PATH of the derivation itself
<tilpner> Lisanna - So ${<nixpkgs>} first copies <nixpkgs> into the store, then calls cp /nix/store/.../ ...
<tilpner> Lisanna - Try ${builtins.toString <nixpkgs>}
<Lisanna> right, so <nixpkgs> goes into the store as /nix/store/foo, and then cp is run on /nix/store/foo, so shouldn't that still just copy ./default.nix etc.?
<Lisanna> not sure why I'm ending up with *the entire store* ):
<tilpner> I'll need commands and output to answer that properly
<Lisanna> huh, okay
<tilpner> It's not clear what you mean by entire store
<tilpner> It should copy more than just default.nix
<tilpner> But it should copy all of /nix/store into /nix/store/...
<tilpner> *But it shouldn't copy all of /nix/store into /nix/store/...
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<Lisanna> okay, so if I put a builtins.toString in front of it, it resolves to /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/
<Lisanna> which, when I ls, has the Nix expressions in it that I'm expecting
<Lisanna> but, it's not copied into the /nix store, since it's just a string now :/
<Lisanna> let me makea gist...
otherjrolfs has joined #nixos
<Lisanna> so, those commands are failing now because it's giving an absolute path on my system, which is outside the sandbox (let alone the virtual machine), so it can't access it like that
<tilpner> Ahh, that's what you're trying to do. Can you revert to "${<nixpkgs>}", and describe what's bad about that, again?
<Lisanna> sure
<tilpner> If I understood your correctly, you want it to copy to the store, and then cp /nix/store/... $mountPoint/nixpkgs, which this should do
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markus1189 opened pull request #32931: odpdown: add `checkInputs` (master...odpdown-fix) https://git.io/vbyMb
NixOS_GitHub has left #nixos []
otherjrolfs has quit [(Ping timeout: 256 seconds)]
<Lisanna> when I revert it to ${<nixpkgs>}, the result I get is:
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markus1189 opened pull request #32932: bepasty: Add `checkInput` for tests (master...bepasty-fix) https://git.io/vbyMA
NixOS_GitHub has left #nixos []
<Lisanna> "/nix/store/k8g2ma0sg58mzfjr1my8hys8gm374yqv-nixpkgs" gets printed (From the echo)
<Lisanna> then, the ls prints: "02xjvflg03d9wlzdw1ig54rgwa32jwxq-findutils-4.6.0\n0hwra7yv9rdmg32slmk463a3l25zp36g-pcre-8.41\n0ns4r436sp18fgjf3njp7965j44z327y-paxctl-0.9..."
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markus1189 opened pull request #32933: searx: disable check phase (master...searx-fix) https://git.io/vbyMh
NixOS_GitHub has left #nixos []
<Lisanna> expected result: the ls should print default.nix, etc.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markus1189 opened pull request #32934: gitinspector: add `checkInputs` (master...gitinspector-fix) https://git.io/vbyMj
NixOS_GitHub has left #nixos []
<Lisanna> I updated the gist with the code I have now
leat has quit [(Quit: WeeChat 1.9.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markus1189 opened pull request #32935: wakatime: Explicit `checkPhase` (master...wakatime-fix) https://git.io/vbyDf
NixOS_GitHub has left #nixos []
<tilpner> Okay, just to check: ls -la $(nix-instantiate --find-file nixpkgs) returns the expected default.nix?
<Lisanna> just on my regular shell?
<tilpner> Yes
davidak has joined #nixos
dan_b` has joined #nixos
laggy_wifi_ has quit [(Remote host closed the connection)]
<Lisanna> the result is "/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs -> ."
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] andir opened pull request #32936: gopass: init at 1.6.6 (master...add-gopass) https://git.io/vbyDR
NixOS_GitHub has left #nixos []
leat has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<Lisanna> '/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs' is what I expect ${<nixpkgs>} to put into the store for me
<Lisanna> and it's what ${builtins.toString <nixpkgs>} evaluates to
laggy_wifi_ has joined #nixos
jrolfs has joined #nixos
<Lisanna> maybe ${builtins.toPath (builtins.toString <nixpkgs>)} would work
<Lisanna> but that looks silly
laggy_wifi_ has quit [(Remote host closed the connection)]
jrolfs has quit [(Ping timeout: 240 seconds)]
laggy_wifi_ has joined #nixos
<Lisanna> and here's the weird part... ls ${<nixpkgs>} has extra stuff in it that is *not* in nixpkgs, like, it has custom stuff that I've built
<Lisanna> it's like ${<nixpkgs>} is instead evaluating to /nix/store
<tilpner> But you already tested against that: "/nix/store/k8g2ma0sg58mzfjr1my8hys8gm374yqv-nixpkgs" gets printed (From the echo)
slyfox has quit [(Ping timeout: 268 seconds)]
<Lisanna> right, /nix/store/k8g2ma0sg58mzfjr1my8hys8gm374yqv-nixpkgs contains thigns that only /nix/store can contain
<tilpner> I guess I'll have to try this locally
<Lisanna> stuff from nixpkgs and stuff I've build with nix-build
slyfox has joined #nixos
<Lisanna> toPath toString <nixpkgs> doesn't work... I guess there's a difference between path values and "path values" (it's not being copied into the store ):)
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
<tilpner> Lisanna - What's a valid value for "partition"?
otherjrolfs has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
<Lisanna> so, that function boots an existing disk image that you pass in as srcImg
<Lisanna> partition is which partition of srcImg you want to mount
<tilpner> Actually, nevermind, we can probably reduce this
<Lisanna> yeah
<Lisanna> shouldn't require runInLinuxVM to reproduce
Mic92 has quit [(Read error: Connection reset by peer)]
<Lisanna> just open nix-repl
<Lisanna> ':l <nixpkgs>'
<Lisanna> 'a = "${<nixpkgs>}"'
<Lisanna> 'a'
<Lisanna> then take the result, go to your regular shell, and run "ls" on it
<Lisanna> in my case, it prints the entire universe and then some
<gchristensen> PlasmaStar: you mentioned something w.r.t. censorship, what did you mean?
simukis has joined #nixos
<tilpner> Lisanna - I put this into lisanna.nix: with import <nixpkgs> {}; writeScript "foo" ''cp -a ${<nixpkgs>} /tmp/nixpkgs''
<Lisanna> I'd just start with an echo first..
<Lisanna> or an ls
<tilpner> Lisanna - Then $(nib /tmp/lisanna.nix) and ls /tmp/nixpkgs shows the content of my <nixpkgs>
otherjrolfs has quit [(Ping timeout: 240 seconds)]
<Lisanna> as in, default.nix etc.?
<tilpner> Yes
<Lisanna> :|
<tilpner> What happens for you?
<Lisanna> I get the same results you do
<Lisanna> wtf
<Lisanna> try the nix-repl thing
<tilpner> As a last resort, try replacing ${<nixpkgs>} with ${path}
<Lisanna> yeah.... trying hard to avoid that
i-am-the-slime has quit [(Ping timeout: 256 seconds)]
erictapen has quit [(Ping timeout: 260 seconds)]
<tilpner> Lisanna - Is it that bad? I mean literally path, this is not a placeholder
<Lisanna> err, what is ${path} ?
pie__ has quit [(Remote host closed the connection)]
<Lisanna> oh... is it a special symbol?
pie__ has joined #nixos
<tilpner> That path provided by nixpkgs
<tilpner> *+is
<Lisanna> nix-repl> "${path}"
<Lisanna> this hangs
<tilpner> Give it a few seconds
i-am-the-slime has joined #nixos
<Lisanna> okay, it finished
<Lisanna> okay, will that always be nixpkgs?
<tilpner> It will always be nixpkgs. It will not always be <nixpkgs>
<tilpner> That's an advantage IMO
<Lisanna> huh, okay
<Lisanna> yeah, I guess so
<Lisanna> ...where does "path" come from though?
<tilpner> In my setup, find $(nix-instantiate --find-file nixpkgs) | wc -l => 4
<Lisanna> undefined variable 'path'
<tilpner> While find $(nix-instantiate --eval -E "(import <nixpkgs> {}).path") | wc -l => 22536
<Lisanna> oh, is it literally in nixpkgs?
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<tilpner> Yes
<Lisanna> okay, that makes a LOT more sense
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] retrry opened pull request #32937: signal-desktop: 1.0.35 -> 1.1.0 (master...signal-update) https://git.io/vbyS1
NixOS_GitHub has left #nixos []
<Lisanna> okay, that's producing better results
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
mizu_no_oto has quit [(Quit: ["Textual IRC Client: www.textualapp.com"])]
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
Mic92 has joined #nixos
<Lisanna> tilpner: thanks for the tip about pkgs.path, that seems to be exactly what I needed.
<tilpner> Well, it's not quite the same, but it should work for the traditional channel setup
<Lisanna> so, you said that it's vanilla nixpkgs, not *my* nixpkgs?
<Lisanna> so, one potential thing I need to avoid is having a nixpkgs installed on the disk image that's different from the one being used to build the derivation that's running the runInLinuxVM in the first place
<Lisanna> actually, that shouldn't matter
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
<Lisanna> since users on the disk image won't be issuing nix-build on products of my derivation... I always use direct paths to things I've installed in the disk image /nix/store. Adding nixpkgs is more of a formality at this point, it won't be used for anything
<Lisanna> but, nix-shell requires .nix-defexpr to exist, and nix-channel needs a channel before it creates that dir, so have to have one :/
sary has joined #nixos
ssmike has joined #nixos
the has quit [(Remote host closed the connection)]
pie__ has quit [(Ping timeout: 250 seconds)]
<Lisanna> okay, dumb question: how do I then proceed to add that $mountpoint/nixpkgs as a channel? it says it needs to be a URL, and /nixpkgs isn't a URL.
FRidh has quit [(Quit: Konversation terminated!)]
<Lisanna> the man page isn't too helpful :/
FRidh has joined #nixos
<tilpner> Are you sure nix-shell uses defexpr? I was under the impression only nix-env needs that
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
<tilpner> And you don't *need* to use channels at all, I'm Fine™ with just NIX_PATH
<Lisanna> oh, I'm dumb
<Lisanna> I was trying to import <nixpkgs> in a nix expression on the disk image
<Lisanna> so it was trying to find nixpkgs
<srhb> The hydra manual doesn't mention anything about creating channels. Is there a nice example somewhere?
<Lisanna> ugh, this is tricky
<Lisanna> I need buildEnv, but buildEnv is a functor... I can't just copy it into the image's /nix/store and have it be available...
<Lisanna> srhb: are you trying to create a channel with hydra specifically?
<tilpner> Lisanna - If you want to save image space (about 110M), you can store nixpkgs in compressed form
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<tilpner> But I'm not entirely sure what you're doing, so...
<Lisanna> So, I do actually need nixpkgs on the disk image, so I can use buildEnv
<Lisanna> so, I guess I can just use a raw NIX_PATH
<Lisanna> and set that manually
<Lisanna> it's too bad that nix-channel apparently doesn't support using local files though
<tilpner> Lisanna - Try adding a file:// url
<srhb> Lisanna: Yup, our own nixpkgs fork :)
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/362244787fc (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<Lisanna> srhb: I think hydra creates and maintains a channel automatically?
<srhb> Lisanna: Doesn't look like it.
<Lisanna> also, there's a *lot* the hydra manual doesn't mention ^^
vidbina has quit [(Ping timeout: 265 seconds)]
<srhb> "There are no channels available.
<srhb> Yeah, I noticed. I'll try to remedy that once I figure things out
<srhb> The question is what triggers the creation of a channel.
<nikivi> Hey all :)
<gchristensen> hi srhb
<srhb> gchristensen: Hi! :)
jrolfs has quit [(Ping timeout: 265 seconds)]
<Lisanna> srhb: that would be awesome!
otherjrolfs has quit [(Ping timeout: 252 seconds)]
<gchristensen> have you read nix-channel's docs on what makes a channel?
<nikivi> I am curious in trying nix package manager however I am using macOS and it seems that nix is working really well only on Linux, s this true?
<Lisanna> nikivi: I use Nix on MacOS
<srhb> gchristensen: I hadn't thought of that. I will do that :)
<nikivi> What is the advantage of using it over brew?
<gchristensen> srhb: after you do, I have more info for you :)
<nikivi> I am really happy with brew and it seems to have everything
<Lisanna> nikivi: well, it won't have as much software as brew, but Nix has other properties that you might want
<nikivi> Is it possible to use nix and brew side by side or its not advised?
<srhb> gchristensen: Read. But how does this pertain to the channels hydra mentions?
<gchristensen> srhb: just making sure you don't think channels are magic
<Lisanna> Nix, in addition to being a package manager, is also a sandbox build environment and fully-expressive functional language
FRidh has quit [(Quit: Konversation terminated!)]
<nikivi> I assume it being a sandbox build enviroment is something you want to have on a server rather than a personal OS
FRidh has joined #nixos
<Lisanna> tbh I don't use Nix on MacOS for a lot, since I spend most of my time on a linux box, but I do use it for a few things, like when I get frustrated at the way Mac packages software...
<Lisanna> and I just want a simple program and don't want to spend the time to fix my broken homebrew installation :)
<nikivi> You ssh to linux from mac you mean?
<gchristensen> nikivi: I use it mostly because nix-shell is magic
<Lisanna> nikivi: yeah
<Lisanna> tilpner: no dice. error: unable to download ‘file:///nixpkgs/MANIFEST’: Couldn't read a file:// file (37)
<nikivi> gchristensen That's the thing. I wish to see this magic first hand instead of reading about it.
<gchristensen> try it :) it works great on mac
<nikivi> But I am worried to mess some things as I am already running a package manager with many packages
<Lisanna> nikivi: Nix doesn't interfere with your other package managers
<Lisanna> that's one of its selling points :)
<gchristensen> nix will not interfere with brew
<Lisanna> it's fully isolated
<gchristensen> see: reasons you want sandboxing even on your laptop, and you don't even know it :)
mbrgm has quit [(Quit: ZNC 1.6.5+deb1 - http://znc.in)]
<nikivi> Also it seems nix is really tailored to systems that have more than 1 user
<nikivi> But on mac I just have 1 user and never switch
laggy_wifi_ has quit [(Remote host closed the connection)]
<gchristensen> it isn't, the "multi-user" terminology you see is a bad name
<Lisanna> nikivi: not really, I have many single user systems I use Nix on
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<gchristensen> Nix's design philosophy just happens to make many user systems much easier
laggy_wifi_ has joined #nixos
<nikivi> What is so magic about nix-shell? :)
<nikivi> This manual is so long https://nixos.org/nix/manual/
<gchristensen> what is a program that is hard to install, nikivi?
<gchristensen> actually
<gchristensen> no
<Lisanna> ^ that's a great example, works with python too
<nikivi> That seems cumbersome
<nikivi> Can't you also pinpoint versions in brew?
<Lisanna> one line of shell to get an exact version of ruby/python, fully isolated from any other version?
<gchristensen> can brew let you use multiple versions of ruby at the same time?
<gchristensen> nikivi: you don't _have_ to try it, we won't be offended
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
<nikivi> I will give it a go, of course. Just curious about why experienced people use it and what the benefits are :)
<nikivi> But I see how this is useful
<gchristensen> I like that Nix means I don't need xcode installed
mbrgm has joined #nixos
<infinisil> Heh
<nikivi> It is true though that macOS is a second class citizen in nix development
aloiscochard has quit [(Quit: Connection closed for inactivity)]
<gchristensen> how do you know that is true?
<nikivi> From looking at the nixpkgs, nearly everyone uses Linux from what I saw
<Lisanna> "second class" in that most Nix users use it on Linux, _maybe_
<Lisanna> but, not sure what significance that has beyond that
<infinisil> Well, most nix users use NixOS
mbrgm has quit [(Client Quit)]
<infinisil> I'd think
<Lisanna> Nix works more or less the same on all platforms, that's why its' great :)
<gchristensen> we have a sizable number of users of nix on macos
mbrgm has joined #nixos
<nikivi> One thing for certain though, this nix irc channel is really nice and welcoming :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dotlambda opened pull request #32938: abcm2ps: 8.13.17 -> 8.13.18 (master...abcm2ps) https://git.io/vby7T
NixOS_GitHub has left #nixos []
<gchristensen> thank you, nikivi :) I hope so
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<srhb> gchristensen: Hm, thanks.. It's not obvious to me how these integrate into the hydra channels tab, but I'll try to figure it out :)
<gchristensen> oh the channels tab
<gchristensen> I have no idea
<gchristensen> :$
<srhb> Ah... :-P
pie__ has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<srhb> I should have been clearer.
spietz has quit [(Ping timeout: 252 seconds)]
{^_^} has quit [(Remote host closed the connection)]
{^_^} has joined #nixos
{^_^} has quit [(Changing host)]
{^_^} has joined #nixos
vidbina has joined #nixos
<infinisil> Hmm, can somebody merge this maybe? I'm not able to make it user+group configurable and there's little reason for it. https://github.com/NixOS/nixpkgs/pull/30518 cc gchristensen Dezgeg peterhoeg
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] CMCDragonkai opened pull request #32939: nodePackages.dat init at 13.9.2 (master...dat) https://git.io/vby7H
NixOS_GitHub has left #nixos []
pie__ has quit [(Ping timeout: 256 seconds)]
<infinisil> Has been left standing for a while now and the service has been really useful for me and has never caused problems
{-_-} has joined #nixos
<{-_-}> {^_^}
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 260 seconds)]
<{^_^}> {-_-}
ma27 has joined #nixos
{o_o} has joined #nixos
<{o_o}> {-_-}
{^_^} has quit [(Remote host closed the connection)]
* samueldr sighs
{o_o} has quit [(Client Quit)]
{-_-} has quit [(Client Quit)]
<samueldr> 'tis the season for spam it seems
<hyper_ch> infinisil: hows you're znapzend module going?
i-am-the-slime has quit [(Ping timeout: 268 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] CMCDragonkai opened pull request #32940: nodePackages: Added instructions to README about packages with binary addons (master...nodepackagesreadme) https://git.io/vby5E
NixOS_GitHub has left #nixos []
<hyper_ch> infinisil: is your "s" key broken?
<infinisil> Heh, because zetup?
<hyper_ch> yes
<hyper_ch> and ho do you send it to a remote pool?
<grahamc> Nothing like a forced reboot by nixops and a fat finger to spoil a morning
<hyper_ch> how
<infinisil> Well I thought I'd keep the scheme of znapzend, the setup binary is called znapzendzetup
jensens has quit [(Remote host closed the connection)]
<hyper_ch> ah ok :)
gchristensen has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
ottidmes has quit [(Ping timeout: 248 seconds)]
<infinisil> hyper_ch: destinations.foo.host = "john@example.com"
FRidh has joined #nixos
pie__ has joined #nixos
jrolfs has joined #nixos
<roberth> Nix and NixPkgs benefit from a documentation comment syntax. Vote now! https://twitter.com/robert_hensing/status/943822821704327168
jensens has joined #nixos
pie__ has quit [(Remote host closed the connection)]
<hyper_ch> infinisil: good work :)
<infinisil> thx
<infinisil> roberth: Why did you use /** */ style comments which are not valid in nix?
<srhb> infinisil: Since when?
<srhb> o_o
<infinisil> wait, are they valid *checks in disbelief*
<infinisil> Oh lol, i forgot about that
jrolfs has quit [(Ping timeout: 272 seconds)]
<roberth> I've implemented and tested some comment handling without changing the parser
Neo-- has joined #nixos
<srhb> I think that's the only multi-line comment syntax we have.
<roberth> when we can differentiate between fixme-style comments and documentation comments, that opens some new possibilities
<roberth> but we have to make some choices
* infinisil voted for always markdown
gchristensen has joined #nixos
gchristensen has quit [(Changing host)]
gchristensen has joined #nixos
<srhb> Which markdown?
<gchristensen> well that was embarrassing
<samueldr> oh right, which markdown: make sure it's something well specced
<roberth> very good point
<dan_b`> there is *any* well-specified flavour of markdown?
<roberth> it does have a lot of mindshare though...
<samueldr> (without having verified) common mark?
<gchristensen> docbook is well specified
<srhb> The one by the Pandoc authors, I think...
<srhb> Or endorsed by, at least.
i-am-the-slime has joined #nixos
<gchristensen> nothing like accidentally running `nixops deploy --force-reboot`by mistakee
<samueldr> (I personally voted for the /**md ... */ tagged comments, allows for expansion or replacement at the cost of a little bit of noise)
<infinisil> Having used pandoc before, and knowing it's one of the more popular choices, I'm for its markdown. It has plenty of extensions
freusque has quit [(Quit: WeeChat 1.9.1)]
<dan_b`> I cherry-picked https://github.com/NixOS/nixpkgs/commit/b8a21aa918e97bc9bc050afdfd28a81da3f1bd9a into my nixwrt branch and now it's rebuilding perl and (I think) glibc
<dan_b`> time to go and get lunhc, I guess
<infinisil> and pandoc's markdown is probably the best intergrated in pandoc, so it's gonna be easy to generate correct other formats (pdf/html/man)
<srhb> gchristensen: Ouch
<roberth> The primary goal of reStructuredText is to define a markup syntax for use in Python docstrings and other documentation domains
<roberth> I'm not much of a snake person though
<gchristensen> roberth: you really stepped in it, asking questions about docs ;)
{^_^} has joined #nixos
{^_^} has quit [(Changing host)]
{^_^} has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<roberth> haha yeah, I guess I was trying to find the word pythonista but that's a good point ;)
<infinisil> Well, just having written a big module yesterday and not knowing how to write the options descriptions with proper xml attributes, I'm really for everything except xml (I know this discussion is about Nix comments, not option descriptions but still)
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
<gchristensen> yeah I guess it is unreasonable to learn a few small bits of simple XML
<infinisil> gchristensen: how do you do a man page entry in docbook xml?
<gchristensen> infinisil: docbook properly emits manpages already
<gchristensen> infinisil: see also: `man configuration.nix` or any of the other man pages for nix
<infinisil> gchristensen: I mean a reference to a man page in docbook xml, something like `See file(1) for more info`
<gchristensen> ahh one moment
yegortimoshenko has joined #nixos
<gchristensen> <citerefentry><refentrytitle>file</refentrytitle><manvolnum>1</manvolnum></citerefentry>
<infinisil> As simple as that!
<gchristensen> only 3 tag
<gchristensen> don't confuse the verbosity for complexity
<infinisil> ...
<manveru> next time say: "As concise as that!" :)
<gchristensen> here is another way you can do it: "See file(1) for more info"
jb55 has joined #nixos
<Lisanna> beautiful
<jtojnar> What exactly is or? I am getting undefined variable ‘or’ https://paste.gnome.org/p7pei6sfn
jb55 has quit [(Client Quit)]
jrolfs has joined #nixos
jb55 has joined #nixos
otherjrolfs has joined #nixos
davidak has quit [(Ping timeout: 252 seconds)]
<gchristensen> jtojnar: or is an operator which works when fetching an attr from an attrset
<gchristensen> jtojnar: {}.foo or "bar" -> returns bar, {foo = "hi";}.foo or "bar" -> returns "hi"
<jtojnar> oh
<gchristensen> I've been punished too many times by the vague parsing of markdown, the differently applied rules between engines, and the lack of decent semantics
FRidh has quit [(Quit: Konversation terminated!)]
jrolfs has quit [(Ping timeout: 264 seconds)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 268 seconds)]
<roberth> jtojnar: it's a ternary operator :) https://git.io/vbybn
<roberth> gchristensen: what do you think of /**docbook <some-docs/> */?
<joepie91> I wonder how viable it'd be to generate syntax highlighting rules from a parser generator config...
<gchristensen> roberth: it might be fine, but gets to be a lot
<gchristensen> I'm more on board with joepie91's perspective that function docs shouldn't live with the code
orivej has joined #nixos
<roberth> gchristensen: interesting, I didn't know a few of them were documented there
acarrico has quit [(Ping timeout: 240 seconds)]
<gchristensen> they're not :)
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<Lisanna> joepie91: I have yet to see even a reasonably correct Nix highlighter
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] svanderburg closed pull request #32939: nodePackages.dat: init at 13.9.2 (master...dat) https://git.io/vby7H
NixOS_GitHub has left #nixos []
<gchristensen> Lisanna, joepie91: https://github.com/wmertens/sublime-nix github uses this for highlighting :) feel free to send PRs
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] svanderburg closed pull request #32940: nodePackages: Added instructions to README about packages with binary addons (master...nodepackagesreadme) https://git.io/vby5E
NixOS_GitHub has left #nixos []
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
<joepie91> Lisanna: probably doesn't help that there's no language spec :P
<gchristensen> it is very difficult to get right though, because it is all based on regexes
<joepie91> gchristensen: it's probably theoretically fixable based on my past experiences with textmate bundles
<joepie91> it'll just be a lot of hacky experimentation
<yegortimoshenko> gchristensen: i agree, i think markdown is as much of a format as csv. i use org-mode whenever i can, but XML docs are also fine
<joepie91> because there's basically zero debugging tools for this stuff
proteusguy has joined #nixos
pkill9 has joined #nixos
<joepie91> might look into it when bored
<gchristensen> (ノ◕ヮ◕)ノ*:・゚✧ yegortimoshenko
<gchristensen> it is unpopular to like docbook-based docs in the nix community :D
FRidh has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 6 new commits to master: https://git.io/vbyAa
<NixOS_GitHub> nixpkgs/master 5b5e98b Lorenzo Manacorda: libbitcoin: 2.11.0 -> 3.4.0
<NixOS_GitHub> nixpkgs/master 4fea55e Lorenzo Manacorda: libbitcoin-protocol: init at 3.4.0
<NixOS_GitHub> nixpkgs/master 86ee454 Lorenzo Manacorda: libbitcoin-client: 2.2.0 -> 3.4.0
NixOS_GitHub has left #nixos []
FRidh has joined #nixos
<yegortimoshenko> gchristensen: i don't see why XML gets so much hate when HTML is relatively tolerated
<roberth> gchristensen: interesting experiment, but it involves a lot of mechanics that make it hard to use everywhere
<gchristensen> IMO? fear, and it is a bit tricky to get the editing environment setup, and the error messages can be unparseable
<roberth> documentation should be easy to create
<gchristensen> roberth: I agree, I was trying to avoid actually embedding docbook direcly in strings, I wouldn't try that again
<sphalerite> I can't seem to build Rust stuff using cargo anymore, the cc wrapper (I presume) complains about an impure path being used in the build
<sphalerite> Is there a way I can disable that check? It used to work
<Lisanna> yegortimoshenko: yeah, the correct attitude is to hate both ^^
<joepie91> yegortimoshenko: depends on context. XHTML was poorly received compared to HTML due to strictness and unforgiving failure modes, XML is generally poorly received as a serialization format because it's unnecessarily complex and doesn't directly map to a native data type in all languages (unlike JSON, which does), and many XML-based things are poorly received because they tend to over-specify things and require a lot of work to specify or handle common
<joepie91> cases even if you never use the corner cases
<infinisil> I have updated my PR to use proper xml formatting.. https://github.com/NixOS/nixpkgs/pull/32914/files#diff-fa8245949848d3fddf760e1437e7899cR39
<gchristensen> <3 infinisil
<yegortimoshenko> Lisanna: i disagree, i think HTML/XML is a very good idea, i would only be happier if it used s-expressions, but syntax is tolerable
davidak has joined #nixos
<joepie91> yegortimoshenko: most of it, in the end, comes down to people feeling that XML-y things are unnecessarily complex for their usecase
<joepie91> which, in many cases, is a valid concern
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<yegortimoshenko> joepie91: XML is good for representing trees, it's just people tried to represent everything in XML
<yegortimoshenko> sometimes map
<infinisil> it's just annoying to write in a lot of editors, and I won't switch editors just so i can write docs easier
<yegortimoshenko> sometimes maps are a better idea
<joepie91> yegortimoshenko: trees of what, though? you can represent trees using basically anything that can represent objects/maps and lists, including JSON
<infinisil> We /could/ use Nix itself for docs
<Lisanna> yegortimoshenko: <lisanna><disagree><with><yegortimoshenko /></with></disagree></lisanna> <lisanna disagree-with="yegortimoshenko" />
<joepie91> so you need a usecase where XML is concretely better than the other options for tree representation
<sphalerite> ah, putting `unset NIX_ENFORCE_PURITY` in my shellHook seems to have fixed it
<joepie91> I'm not saying that XML is never the right option, mind, just that in most cases it's unnecessarily complex to write
<joepie91> and/or deal with
<joepie91> and simpler representations and/or formats exist
<FRidh> any clue why nix builds are hanging? http://nixpaste.lbr.uno/a0D9_ltl?sh
<Lisanna> there's at least one other way to express that that I'm forgetting :)
<yegortimoshenko> joepie91: XML is of course better than JSON for representing trees, it properly supports metadata (attributes) on nodes, and representing trees in JSON is very verbose
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32922: libsoundio: Fix build on darwin (master...feature/libsoundio-darwin) https://git.io/vbyWM
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbyxW
<NixOS_GitHub> nixpkgs/master 644a404 Mario Rodas: libsoundio: Fix build on darwin
<NixOS_GitHub> nixpkgs/master 95bb687 Orivej Desh: Merge pull request #32922 from marsam/feature/libsoundio-darwin...
NixOS_GitHub has left #nixos []
<joepie91> yegortimoshenko: but this assumes that you *need* to specify metadata on nodes, and that it's a usecase where that's easier to deal with than objects that have a `children` attribute with an array of children as its value, which is usually not the case
<joepie91> so no, XML is not universally 'better than JSON for representing trees'
<joepie91> it depends entirely on the usecase
<Lisanna> FRidh: I have no idea what on earth is in that paste, but thanks for the bookmark :)
<dan_b`> I'm thinking of buying a bike shed, can anyone tell me what the best colour is, please?
<joepie91> Lisanna: looks like strace output :P
<joepie91> dan_b`: purple, clearly :)
otherjrolfs has quit [(Ping timeout: 252 seconds)]
<Lisanna> so I've been thinking of switching to emacs from vim... pros/cons?
<joepie91> anyway, not really bikeshedding here, just explaining why people dislike XML
<gchristensen> dan_b`: docbook-flavoured
jrolfs has quit [(Ping timeout: 272 seconds)]
<gchristensen> Lisanna: #emacs has a good sales pitch
<Lisanna> gchristensen: I was joking :)
<gchristensen> Lisanna: they are too
<yegortimoshenko> gchristensen: hehehe
<Lisanna> :)
<gchristensen> their sales pitch is "We aren't gonna lie. Emacs sucks. Some of us tolerate it, but we can't tell you if YOU'LL be able to. Try it and make up your own mind."
acarrico has joined #nixos
<etu> Lisanna: I ride the emacs boat. But personally I couldn't care less what others use as long it works for them. But feel free to ask me questions if you have any.
<Lisanna> bad joke... I felt the XML and JSON thing was a vim vs. emacs thing
<joepie91> yegortimoshenko: anyway, to complete what I was saying above because I got distracted halfway through: the problem with having a 'native' distinction between attributes and children in your serialization format, is that most languages have no way to represent this as data structures; most languages rely entirely on some variant of 'maps and lists' for dealing with serialized data... meaning that even if you *do* have a native distinction like in XML,
<joepie91> the code that the developer writes is going to have to access a .children property or something like that anyway, because that's the only way most languages can represent that distinction
<joepie91> so the effective representation that the developer works with is going to be pretty much the same as how you'd represent the tree in JSON anyway
<joepie91> and that's too costly a translation step for many developers
<joepie91> (mental translation step, that is)
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
ma27 has quit [(Ping timeout: 252 seconds)]
<yegortimoshenko> joepie91: that i agree with, but XML is supposed to be parsed into custom data structures, and not in lists/maps like json.
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<joepie91> sure, but 1) that's not how people usually handle deserialized data in reality, and 2) in the cases where they do, they often end up having to write some sort of logic of configuration anyway that has to work around this lack of distinction in their language of choice
<joepie91> specifying mappings from XML to custom data structures suffers from the exact same problem of having no obvious language-native distinction between children and attributes
<joepie91> (on top of that, a lot of developers work with languages where there's not such a strong focus on 'custom data structures'-)
<gchristensen> let's take this to #nixos-debates-xml
<yegortimoshenko> joepie91: i agree, it's problematic.
jrolfs has quit [(Ping timeout: 240 seconds)]
* joepie91 has to leave for a bit anyway
otherjrolfs has quit [(Ping timeout: 240 seconds)]
orivej has quit [(Ping timeout: 260 seconds)]
szicari has joined #nixos
ma27 has joined #nixos
stranger__ has joined #nixos
<dan_b`> dezgeg: "it might be that cross stripping is not being done (or implemented incorrectly)"
<stranger__> hey, is it possible to print meta information about package?
<dan_b`> this turns out to have been the case
ssmike has quit [(Remote host closed the connection)]
<dan_b`> at least, as of master when I started this branch
ssmike has joined #nixos
mizu_no_oto has joined #nixos
<dan_b`> it's runningf 'strip' not 'mipsel-unknown-linux-gnu-strip' or whatever
FRidh has quit [(Quit: Konversation terminated!)]
<dan_b`> (and then it's suppressing the error messages, but I understand the reasoning there)
<roberth> stranger__: use nix-repl or nix-instantiate --eval --strict -E '(import <nixpkgs> {}).hello.meta'
FRidh has joined #nixos
<stranger__> roberth: thank you!
<roberth> stranger__: you're welcome
otherjrolfs has joined #nixos
jrolfs has joined #nixos
mizu_no_oto has quit [(Client Quit)]
NightTrain has joined #nixos
stranger__ is now known as stranger
<woffs> nixos on sparc, anyone? ;)
freusque has joined #nixos
stranger is now known as Guest56528
<Guest56528> woffs: not earlier than nixos on russian "elbrus" i suppose :D
hellrazo1 has quit [(Ping timeout: 248 seconds)]
Guest56528 is now known as stranger_
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
stranger_ is now known as stranger__
stranger__ is now known as stranger___
NightTrain has quit [(Quit: leaving)]
NightTrain has joined #nixos
ma27 has quit [(Ping timeout: 252 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
sary has quit [(Ping timeout: 248 seconds)]
FRidh has joined #nixos
mizu_no_oto has joined #nixos
iyzsong has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
berce has joined #nixos
<berce> ping jtojnar
<PlasmaStar> gchristensen: You banning on certain words, then immediately regretting it. lol
<gchristensen> oh, PlasmaStar, it is because someone tested to see if the bot worked :) I wasn't trying to ban people, just spammers.
<PlasmaStar> Ok :)
<gchristensen> (and the bot did indeed work, lol)
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
erictapen has quit [(Ping timeout: 252 seconds)]
nuncanada has joined #nixos
<dan_b`> -B/tmp/nix-build-gcc-6.4.0.drv-0/build/prev-x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs
<dan_b`> erk
<dan_b`> - # work around new binutils headers, see
<dan_b`> + # work around new libiberty headers, see
<dan_b`> search and replace is a wonderful thing (fortunately, stackoverflow doesn't care about anything in the url beyond the question id)
<gchristensen> hah!
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
i-am-the-slime has quit [(Ping timeout: 265 seconds)]
jensens has quit [(Ping timeout: 252 seconds)]
laggy_wifi_ has quit [(Remote host closed the connection)]
laggy_wifi_ has joined #nixos
<FRidh> Any idea why operations in the store through the daemon hang?
<FRidh> Using root doing a nix-build is fine.
zzamboni has joined #nixos
laggy_wifi_ has quit [(Read error: Connection reset by peer)]
ncode has quit [(Quit: ZNC - http://znc.in)]
leat has quit [(Quit: WeeChat 1.9.1)]
hellrazo1 has joined #nixos
butchery has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
ma27 has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
mizu_no_oto has joined #nixos
nevermind has joined #nixos
nevermind is now known as Guest93517
<FRidh> Seems to be something with the systemd unit since starting the daemon manually allows users to build
i-am-the-slime has joined #nixos
otherjrolfs has joined #nixos
i-am-the-slime has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] svanderburg pushed 1 new commit to master: https://git.io/vbSkE
<NixOS_GitHub> nixpkgs/master 065acc4 Sander van der Burg: jsdoc: init at 3.5.5
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
alexteves has joined #nixos
pkill9 has quit [(Ping timeout: 246 seconds)]
FRidh has joined #nixos
<dan_b`> given a default.nix file, is there any command that will tell me which of its dependencies (recursively) have already been built and which ones will need to be built?
<dan_b`> without actually buildng it, I mean
<dan_b`> oh, cock. my git bisect failed. i forget that gnu hello has a 'make check' target that doesn't work when xbuilding
jrolfs has joined #nixos
otherjrolfs has joined #nixos
i-am-the-slime has joined #nixos
pkill9 has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
leat has joined #nixos
davidak has quit [(Remote host closed the connection)]
davidak has joined #nixos
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #32936: gopass: init at 1.6.6 (master...add-gopass) https://git.io/vbyDR
NixOS_GitHub has left #nixos []
aanderse_ has joined #nixos
aanderse has quit [(Remote host closed the connection)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #32937: signal-desktop: 1.0.35 -> 1.1.0 (master...signal-update) https://git.io/vbyS1
NixOS_GitHub has left #nixos []
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
hke has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
Guest93517 has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
nevermin_ has joined #nixos
hke has joined #nixos
hellrazo1 has quit [(Ping timeout: 252 seconds)]
otherjrolfs has joined #nixos
i-am-the-slime has quit [(Ping timeout: 240 seconds)]
i-am-the-slime has joined #nixos
drakonis has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
<pkill9> does libreoffice work for anyone else?
chreekat has joined #nixos
<woffs> pkill9: I remember having it opened some days ago on 17.09
<pkill9> nevermind, got it to work
<samueldr> libreoffice-5.3.6.1 does for me
FRidh has quit [(Quit: Konversation terminated!)]
<pkill9> i copy system libs over to a directory and use patchelf to make them look in my system paths, then set LD_LIBRARY_PATH to the directory containing those patched libs
FRidh has joined #nixos
<pkill9> seems to work so far
jrolfs has joined #nixos
otherjrolfs has joined #nixos
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] PierreR opened pull request #32942: HaskellPackages.language-puppet: enable x86_64 build again (master...master) https://git.io/vbSOU
NixOS_GitHub has left #nixos []
<chreekat> The nixpkgs manual has a section on how to build haskell packages with profiling enabled. It creates a duplicate of haskellPackages with an overridden mkDerivation. How would I create a copy of haskellPackages that only overrides mkDerivation for a single package?
dan_b has quit [(Ping timeout: 248 seconds)]
<chreekat> There's so many 'self's and 'super's and other repeated words in the examples that it's hard to make heads or tails of it
<srhb> chreekat: The example works by overriding mkDerivation to enable profiling for all its arguments
<srhb> chreekat: Instead, override just the haskell package you want to enable profiling for
butchery has quit [(Quit: leaving)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
<chreekat> I think I need to reread section 7.1...
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<srhb> chreekat: What do you really want to do? Have a separate set with some libraries profiled or override haskellPackages itself with some libraries being profiled?
i-am-the-slime has quit [(Quit: Konversation terminated!)]
ottidmes has joined #nixos
NightTrain has quit [(Quit: leaving)]
<chreekat> srhb: great question. I just tried installing brittany from unstable, but one of its deps (multistate) is failing its tests atm. I thought I'd just try setting noCheck on that package and see where I end up
NightTrain has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
dan_b` has quit [(Quit: Lost terminal)]
asymmetric has joined #nixos
<srhb> chreekat: Let's make an easy overlay then.
<srhb> chreekat: self is the finished packageset (the fixpoint), super is the packageset *before* this overlay, selfHS and superHS likewise but just for haskellPackages, oldAttrs are the attributes of multistate before this overlay
zzamboni has quit [(Quit: Leaving.)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] zimbatm closed pull request #32285: Make less known wayland compositors usable (master...wayland-wm) https://git.io/vbOVW
NixOS_GitHub has left #nixos []
<srhb> chreekat: Does that help?
<chreekat> yes, thanks! "self is the fixpoint" in particular. Let me give it a spin - I need to make sure that multistate is really the problem; there might be two
hotfuzz has joined #nixos
<srhb> You can add another override in the same definition of haskellPackages if you want. :)
* chreekat nods
ThatDocsLady has quit [(Quit: Leaving)]
FRidh has quit [(Remote host closed the connection)]
hotfuzz_ has quit [(Ping timeout: 252 seconds)]
FRidh has joined #nixos
<chreekat> bummer, looks like the test module is still being built even without doCheck. I can think of various reasons for that. I think I'll just fall back to building brittany locally
<chreekat> /manually
drakonis has quit [(Ping timeout: 252 seconds)]
<srhb> Oh, it fails building, not running?
<chreekat> yeah, which is a point I probably should have mentioned
<chreekat> heh
<hexagoxel> chreekat: btw, how does the multistate test fail?
<chreekat> hexagoxel: i misspoke. I think it's the monad-memo
<chreekat> package
<hexagoxel> oh well, i have no control over that :)
<chreekat> :)
<Fare> Hi. Given a NixOS partition mounted from Ubuntu, what is the "right" way to chroot into it?
<clever_> Fare: there ix a nixos-install --chroot, but its only present on another nixos
clever_ is now known as clever
clever has quit [(Changing host)]
clever has joined #nixos
<Fare> clever, yes, and trying to run the nixos-install that is already in the chroot doesn't obviously work; I'm stuck where it tries to call nix-instantiate.
<Fare> But I'm trying to define PATH, etc.
endformationage has joined #nixos
<clever> Fare: you need a tmpfs at /run and a symlink from /run/current-system to the latest build of nixos in the store
<clever> then /run/current-system/sw/bin/ in $PATH
<Fare> /run is there already, no tmpfs
lonokhov has quit [(Quit: leaving)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<Fare> I'm trying to bootstrap NixOS from a machine that cannot boot NixOS, yet, at least not in a fully functional way
civodul has quit [(Remote host closed the connection)]
nevermin_ has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
dan_b has joined #nixos
<chreekat> srhb: cool - i had a followup question, but learning about 'extend' let me answer it on my own. I wanted to try creating a *copy* of haskellPackages rather than overriding it 'in place'. I managed to do that by setting '~/.config/nixpkgs/config.nix'.packageOverrides.myHSCopy = self.haskellPackages.extend (...)
<chreekat> (well, packageOverrides is a function, but hopefully you see what I mean)
<srhb> chreekat: With the overlay it'd be as simple as renaming the lefthand side
<srhb> ie myHaskellPackages instead of haskellPackages
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
<srhb> (It's not that different from the packageOverrides version, but overlays seem nicer)
<chreekat> oh! ok. That's why I described my soln: in case there was a nicer way of doing it
<chreekat> thanks again
<srhb> :)
stranger___ has quit [(Quit: Connection closed for inactivity)]
orivej has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
jb55 has quit [(Ping timeout: 264 seconds)]
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
jb55 has joined #nixos
<srhb> chreekat: Try this: monad-memo = super.haskell.lib.appendConfigureFlag superHS.monad-memo "--ghc-option=-XFlexibleContexts";
jrolfs has joined #nixos
otherjrolfs has joined #nixos
iqubic has joined #nixos
<jtojnar> berce: I am here
<iqubic> I need some help getting stack, for haskell development, to work porperly
erasmas has joined #nixos
<chreekat> srhb: oh, nice
raynold has quit [(Quit: Connection closed for inactivity)]
<iqubic> Stack upgrade tells me there is a new version of stack, but the current stable branch of NixOS doesn't seem to have that.
<chreekat> time for a close reading of haskell.lib and find out what else there is
<iqubic> What is the latest version of stack in the 17.09 stable branch?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl pushed 1 new commit to master: https://git.io/vbScn
<NixOS_GitHub> nixpkgs/master 9646fae Fatih Altinok: flow: 0.60.1 -> 0.61.0
NixOS_GitHub has left #nixos []
<srhb> iqubic: 1.5.1
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
<iqubic> Is 1.6.1 availible for download anywhere?
<srhb> iqubic: It's in nixos-unstable
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<iqubic> "stack new test simple" gives me the following warning:
<iqubic> AesonException "Error in $.packages.cassava.constraints.flags['bytestring--lt-0_10_4']: Invalid flag name: \"bytestring--lt-0_10_4\""
<iqubic> And the project is created without a stack.yaml file.
<iqubic> So I want to update stack.
<iqubic> How do I add the unstable branch to my system?
<srhb> iqubic: nix-channel add url-for-unstable nixos-unstable
<srhb> If you're using channels, that is.
ssmike has quit [(Remote host closed the connection)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
<pmeunier> Hi! I get the following error when trying to deploy to GCE with NixOps: ERROR: google_compute_engine.test_compat (unittest.loader.ModuleImportFailure)
<pmeunier> ImportError: No module named mock
<pmeunier> Any idea?
FRidh has quit [(Remote host closed the connection)]
<pmeunier> (I'm using the Git version of nixpkgs and nixops)
<srhb> pmeunier: Which git versions?
FRidh has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
<pmeunier> srhb: from the git repository (not sure I understand the question)
<srhb> pmeunier: which branch and commit :)
<srhb> There are multiple branches.
<pmeunier> master, latest
<pmeunier> (for both)
<srhb> Brave!
<pmeunier> well, I need features that are super recent in nixpkgs (such as buildRustCrate)
jcb__ has quit [(Quit: jcb__)]
<srhb> pmeunier: Perhaps it needs to be added to the pythonPath of nixops?
<iqubic> What is the url for unstable?
<srhb> (I'm not very good at Python, so take with a grain of salt)
nevermind has joined #nixos
<iqubic> And then, how do I tell nix that I want to take stack from unstable?
nevermind is now known as Guest19244
<srhb> iqubic: Try searching for nixos channels, you should find it quite quickly :)
frontsideair has joined #nixos
<srhb> iqubic: The name you give the channel will be it's namespace in nix-env commands
<srhb> iqubic: As in, nix-env -iA nixos-unstable.stack
<frontsideair> Hi everyone, I have a question. I have installed yarn, a node package while node 6.x was installed. Now I want it to use node 9.x but I don't know how to tell nix-env that. I have removed both node 6.x and yarn but since my env depends on them they aren't garbage collected.
<srhb> frontsideair: How does your env depend on them?
<frontsideair> My older env, I mean.
<srhb> frontsideair: If they're not installed in your current env, they will be garbage collceted.
Guest19244 has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<iqubic> So I added the channel nixos-unstable to my system
asuryawanshi has quit [(Ping timeout: 272 seconds)]
<iqubic> However, trying to add nixos-unstable.stack to my list of packages in configuration.nix fails.
<iqubic> I get told that nixos-unstable is an invalid variable.
<iqubic> err.. undefined.
<srhb> iqubic: What was your add command exactly?
dan_b has quit [(Ping timeout: 248 seconds)]
<iqubic> nix-channel --add https://nixos.org/channels/nixpkg-unstable nixos-unstable
<srhb> Did you miss an s?
<srhb> nixpkg
<frontsideair> srhb: They aren't getting garbage collected, but let me see what depends on them.
roberth has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<srhb> frontsideair: Yes. :) Something is depending on them that's not just an older generation.
<iqubic> Is it supposed to be pkgs, with an s at the end?
<srhb> iqubic: Here's the list: https://nixos.org/channels/
<srhb> And you may want nixos-unstable for the extra tests.
<srhb> Up to you though.
<frontsideair> srhb: I picked one and queried the referrers, nothing. Why wouldn't it garbage collected then? I'm drawing a blank.
nevermin_ has joined #nixos
<iqubic> even with the right channel url it still fails.
<srhb> iqubic: You may have to update the channels first, I forget.
<iqubic> How do I update the channels?
<srhb> iqubic: nix-channel --update. The --help page is also useful :)
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
<frontsideair> srhb: Oops, should've used nix-collect-garbage -d :D
ssmike has joined #nixos
<srhb> frontsideair: I'm wondering why you care about the garbage collection though. It doesn't pertain to your particular question, really :)
<srhb> Or the other half.
<woffs> and using -d removes the nixos rollback coolness
<srhb> Yeah, --delete-older-than is almost always preferable (if you ever want to do it)
jrolfs has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Client Quit)]
<frontsideair> srhb: You're right, I just jumped to a solution. What I actually wanted was update the nodejs version yarn was using.
otherjrolfs has quit [(Ping timeout: 252 seconds)]
FRidh has joined #nixos
<srhb> frontsideair: Right. What's in the store but not in any env shouldn't ever bother you :) (aside from disk usage)
<srhb> frontsideair: yarn takes an argument nodejs which is the nodejs package it uses.
<iqubic> Still getting an undefined variable error.
<srhb> iqubic: nix-channel --list please
<frontsideair> srhb: Hmm, how do I pass it then?
<srhb> frontsideair: From an overlay for instance. Read this: https://nixos.org/nixpkgs/manual/#sec-overlays-definition and...
<srhb> override yarn, passing the version of nodejs you want as the nodejs argument :)
<iqubic> nix-channel --list
<frontsideair> srhb: Thanks, I'll read that!
<srhb> iqubic: Is the error still the same?
<iqubic> Yes.
<srhb> iqubic: Is this using nix-env -iA nixos-unstable.stack ?
<iqubic> No.
<srhb> Oh, configuration.nix..
<srhb> Sorry, I missed that bit.
<srhb> That won't be affected here indeed.
spietz has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
asymmetric has quit [(Ping timeout: 260 seconds)]
NightTrain has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 2 new commits to master: https://git.io/vbSlK
<NixOS_GitHub> nixpkgs/master b8ac2dd Pierre Radermecker: HaskellPackages.language-puppet: enable x86_64 build again...
<NixOS_GitHub> nixpkgs/master e034cc4 Peter Simons: Merge pull request #32942 from PierreR/master...
NixOS_GitHub has left #nixos []
sigmundv__ has quit [(Ping timeout: 252 seconds)]
<srhb> iqubic: (Notice that it uses roots channels, so adjust as necessary)
jrolfs has quit [(Ping timeout: 256 seconds)]
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
__Sander__ has quit [(Quit: Konversation terminated!)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] volth opened pull request #32943: ocamlPackages.curses: fix broken build (master...patch-84) https://git.io/vbSlp
NixOS_GitHub has left #nixos []
otherjrolfs has quit [(Ping timeout: 268 seconds)]
<chreekat> I'm trying to use 'nix-shell "<nixpkgs>" -A haskellPackages.brittany.env', and it's telling me it can't find the attribute 'brittany'. It works with lens, however. Any pointers?
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
lebel has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl closed pull request #32758: ocsigen-i18n: do not strip (master...ocsigen-i18n) https://git.io/vbKA6
NixOS_GitHub has left #nixos []
NightTrain has joined #nixos
<lebel> there's no way right now to have a mdadm daemon running and emailing if there's a raid failure right now on NixOS?
raynold has joined #nixos
<srhb> chreekat: Why are you trying that though?
<hyper_ch> mdadm should autosend message to a designated account if there's a failure
<srhb> I'm not sure why it wouldn't be working. Do you have an override on brittany?
asymmetric has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbS87
<NixOS_GitHub> nixpkgs/master 9b6e938 Orivej Desh: ocamlPackages.curses: fix build...
NixOS_GitHub has left #nixos []
<srhb> Well, aside from rolling your own.
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<srhb> chreekat: (I think what you're trying for is: nix-shell -p 'haskellPackages.ghcWithPackages (pkgs: with pkgs; [ brittany ])')
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32943: ocamlPackages.curses: fix broken build (master...patch-84) https://git.io/vbSlp
NixOS_GitHub has left #nixos []
<srhb> ...maybe?
hellrazo1 has joined #nixos
<chreekat> srhb: I was using the example straight of the manual where it says, "If you need such an environment because you’d like to compile a Hackage package outside of Nix — i.e. because you’re hacking on the latest version from Git..." becasue that's exactly what I'm doing. :)
<iqubic> no, I'm not using nix-env
<srhb> iqubic: I linked you a guide to make it available in configuration.nix
<srhb> chreekat: Aha, OK! You're doing it right!
<chreekat> I changed a config option from 30 to 0 and it caused a ghc panic - thought I would look at the exact version of things to try to duplicate
<srhb> chreekat: An "impossible" panic?
<chreekat> yeah
<srhb> eek.
<srhb> But I think you must have a brittany override somewhere that's ruining the env attribute somehow.
asuryawanshi has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
<chreekat> first of all, what does "<nixpkgs>" mean again? Is that going to be pulling from a certain channel? I have two
<srhb> It grabs the nixpkgs path from $NIX_PATH
<srhb> try echo $NIX_PATH
<srhb> Generally any <foo> grabs the value of foo from $NIX_PATH
iqubic has quit [(Ping timeout: 250 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbS4p
<NixOS_GitHub> nixpkgs/master a04ae2c Orivej Desh: ocamlPackages.curses: no longer broken
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
<chreekat> Ok. in that case it looks like it's using nixos (per-user/root/channels/nixos)
<srhb> That is indeed the default on nixos.
<chreekat> I did make that overlay earlier where I changed the configure flags for monad-memo. But I (hoped I) created a copy of haskellPackages where I did that
galbolle has joined #nixos
<srhb> Could you disable it and check if you can evaluate brittany.env then?
<chreekat> oh, brittany may not even BE in nixos stable
<srhb> Aha!
<chreekat> So I suppose I need to modify the nix-shell invocation to use my unstable channel
<srhb> You can just point it at that path instead of <nixpkgs>
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<galbolle> Hi all, I'm wondering how I can override an emacs package from ~/.config/nixpkgs/config.nix: I'd like to build my emacs using emacsWithPackages, but have it use an overridden version of tuareg
<galbolle> just found https://github.com/NixOS/nixpkgs/pull/31312, i'll do some reading…
jcb__ has joined #nixos
<chreekat> srhb: And I suspect there's at least 3 ways of pointing to that path... maybe ~/.nix-defexpr/channels/unstable ? ... yep, that works
nevermin_ has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<srhb> chreekat: :-)
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
cmiles74 has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
frontsideair has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32930: gnupg: 2.2.3 -> 2.2.4 (staging...update_gnupg_2_2_4) https://git.io/vby18
NixOS_GitHub has left #nixos []
<cmiles74> I'm working on a systemd service/module that wants to add symlinks to a directory in /etc when it's running. Is there way to have Nix create a symlink during module deployment to satisfy this requirement?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #32934: gitinspector: add `checkInputs` (master...gitinspector-fix) https://git.io/vbyMj
NixOS_GitHub has left #nixos []
jb55 has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/vbSRG
<NixOS_GitHub> nixpkgs/master 276d60e Markus Hauck: odpdown: add `checkInputs`...
<NixOS_GitHub> nixpkgs/master b446161 Frederik Rietdijk: Merge pull request #32931 from markus1189/odpdown-fix...
NixOS_GitHub has left #nixos []
<lebel> srhb: thanks, I'll try that.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/vbSR8
<NixOS_GitHub> nixpkgs/master e1dbe8e Markus Hauck: bepasty: Add `checkInput` for tests...
<NixOS_GitHub> nixpkgs/master 005628a Frederik Rietdijk: Merge pull request #32932 from markus1189/bepasty-fix...
NixOS_GitHub has left #nixos []
<cmiles74> This is kind of icky, I see what it's doing. When snapd installs a snap, it tries to create a symlink for systemd to mount that snap during boot.
m0rphism has quit [(Quit: WeeChat 1.9.1)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
<yegortimoshenko> cmiles74: sorry i never got back to you with snapd
<cmiles74> yegortimoshenko: That is totally okay. I spent more time on it and I've made some decent progress. :-)
<cmiles74> yegortimoshenko: At this point, I have it building and creating a package; I have a module added to my config that I can invoke. I'm chasing down runtime issues at this point. :-)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] P-E-Meunier opened pull request #32944: Fixing tests for Google Compute Engine (master...fix-gce) https://git.io/vbS0W
NixOS_GitHub has left #nixos []
<srhb> pmeunier: Nice! I'll give it a test.
drakonis has joined #nixos
pie_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lebel opened pull request #32945: makemkv: 1.10.7 -> 1.10.8 (master...makemkv-1.10.8) https://git.io/vbS0S
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 252 seconds)]
MichaelRaskin has joined #nixos
jb55 has joined #nixos
jrolfs has joined #nixos
mizu_no_oto has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
<hexagoxel> chreekat: if you succeeded, is it worth adding some instructions to the brittany readme?
<srhb> I believe it builds with the extra argument to memo, so that should just go in the packageset config.
<srhb> (ie. please PR :-))
<chreekat> hexagoxel: I don't think it's brittany-specific. The problem is not nix-specific - monad-memo is failing to build in a certain configuration
warrickmacmillan has joined #nixos
frankpf has joined #nixos
<hexagoxel> ok
pkill9 has quit [(Ping timeout: 248 seconds)]
<chreekat> except hang on. how does nixpkgs choose versions of haskell packages? I was vaguely under the impression that it tracks stackage, but perhaps not, eh? Does it do any work to check if packages work together?
<srhb> chreekat: I believe hackage-packages.nix is loosely based on some LTS snapshot.
<chreekat> that file says it's autogenerated, but doesn't provide a clue as to how :)
<srhb> hackage2nix I think?
<chreekat> sounds promising
<srhb> Or maybe stackage2nix
<srhb> Unsure.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jwiegley pushed 1 new commit to master: https://git.io/vbSzK
<NixOS_GitHub> nixpkgs/master 2134543 John Wiegley: coqPackages.contribs: new set with all packages from coq-contribs
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
<srhb> There-s also a make-package-set.nix
<srhb> In the same directory
<srhb> brb
<srhb> (hopefully...)
srhb has quit [(Quit: Quit)]
jrolfs has joined #nixos
ssmike has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] srhb closed pull request #32944: Fixing tests for Google Compute Engine (master...fix-gce) https://git.io/vbS0W
NixOS_GitHub has left #nixos []
srhb has joined #nixos
asymmetric has quit [(Ping timeout: 265 seconds)]
<srhb> Success.
yegortimoshenko has quit [(Ping timeout: 252 seconds)]
<chreekat> I presume some of *that* is generated somehow
sigmundv__ has joined #nixos
alexteves has quit [(Quit: My Mac Mini has gone to sleep. ZZZzzz…)]
jrolfs has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Remote host closed the connection)]
danl1240 has quit [(Quit: Textual IRC Client: www.textualapp.com)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 268 seconds)]
FRidh has quit [(Client Quit)]
pSub has quit [(Remote host closed the connection)]
FRidh has joined #nixos
<srhb> Presumably...
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbSgb
<NixOS_GitHub> nixpkgs/master 3701531 Orivej Desh: google-compute-engine: fix build by disable check phase...
NixOS_GitHub has left #nixos []
pSub has joined #nixos
pSub has quit [(Changing host)]
pSub has joined #nixos
* chreekat shrugs
pkill9 has joined #nixos
<srhb> orivej: Why the revertion?
rihards has joined #nixos
<pkill9> if anyone is looking to exercise their nix-package-making abilities, then i'd like this to be installed with Nix https://github.com/drawpile/Drawpile
<pkill9> I would do this myself but I know nothing of building/packaging with Nix ;(
<tnks> Is the flood of crazy over?
<tnks> I guess so... sorry for the question, I was still in scrollback.
MercurialAlchemi has quit [(Ping timeout: 265 seconds)]
ssmike has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl opened pull request #32946: ocaml: adds an argument to enable flambda (master...ocaml-flambda) https://git.io/vbSaL
NixOS_GitHub has left #nixos []
taktoa has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vbSaC
<NixOS_GitHub> nixpkgs/master cfd4299 Robert Schütz: abcm2ps: 8.13.17 -> 8.13.18
<NixOS_GitHub> nixpkgs/master f114a75 Jörg Thalheim: Merge pull request #32938 from dotlambda/abcm2ps...
NixOS_GitHub has left #nixos []
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
obadz has quit [(Quit: WeeChat 1.9.1)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
ylwghst has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 252 seconds)]
Sonarpulse has joined #nixos
Itkovian has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
ylwghst has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
fogbugz has joined #nixos
mahalel_ has joined #nixos
ylwghst has joined #nixos
ylwghst has quit [(Remote host closed the connection)]
jrolfs has joined #nixos
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
jrolfs has quit [(Ping timeout: 252 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/a04ae2cab89 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
ethan has joined #nixos
ssmike has quit [(Remote host closed the connection)]
ssmike has joined #nixos
<ethan> Hello! I'm a Nix newbie trying to get Inkscape python extensions to work, failing on `import png` anyone had luck
otherjrolfs has joined #nixos
alexteves has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl closed pull request #32771: coqPackages.equations: 1.0-beta -> 1.0 (master...coq-equations-1.0) https://git.io/vb6YD
NixOS_GitHub has left #nixos []
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
warrickmacmillan has quit [(Quit: warrickmacmillan)]
<gchristensen> domenkozar: does your machine handle hot-plugging displays?
ethan is now known as ethanwinn_
ethanwinn_ has quit [(Quit: WeeChat 1.9.1)]
ethan has joined #nixos
blahdodo has quit [(Read error: Connection reset by peer)]
warrickmacmillan has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
<domenkozar> gchristensen: yes
<domenkozar> but I have some snippet somewhere to support that
<gchristensen> what WM/DE/etc do you use?
<gchristensen> can you find tha snippet? :)
<clever> gchristensen: i use xfce and it supports it, but my GPU drivers like to hard-crash the machine if the gpu state changes
<gchristensen> LOL
coot_ has joined #nixos
<clever> if i turn a monitor off in the config, it safely shuts off, and can be unplugged
<clever> but if i plug one in, it auto-enables
<clever> and if i unplug without turning it off, it crashes xorg hard
<gchristensen> that is brilliant
<domenkozar> gchristensen: I can't find it
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbSrb
<NixOS_GitHub> nixpkgs/master b0a57e3 Christian Kögler: welle-io: init at 1.0-rc1
<NixOS_GitHub> nixpkgs/master fc99ee5 Orivej Desh: Merge pull request #32865 from ck3d/welle-io...
NixOS_GitHub has left #nixos []
<gchristensen> hah
<domenkozar> in general I use xrandr
<domenkozar> with i3
jrolfs has joined #nixos
orivej has quit [(Ping timeout: 240 seconds)]
<gchristensen> I reckon I should learn how to use xrander :P
<gchristensen> plus maybe something to automatically run it when I plug in / unplug
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
warrickmacmillan has quit [(Quit: warrickmacmillan)]
blahdodo has joined #nixos
<srhb> It's called xrandr because it randomly does *something* to your monitors.
<srhb> At least, that's my experience.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] shlevy opened pull request #32947: Add haskell-ide-engine. (master...haskell-ide-engine) https://git.io/vbSor
NixOS_GitHub has left #nixos []
<hyper_ch> xrandr is very advanced dark magic
<srhb> My current workflow consists of xrandr --output X --off --output Y --auto && xrandr --output X --auto --primary
<srhb> Because... Hmm.
capisce has quit [(Ping timeout: 268 seconds)]
<clever> srhb: lol
<clever> the xfce gui is great
pie_ has quit [(Ping timeout: 252 seconds)]
<srhb> Yeah, I should probably just give in. :P
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jb55 opened pull request #32948: python-bitcoinlib: init at 0.9.0 (master...python-bitcoinlib) https://git.io/vbSKf
NixOS_GitHub has left #nixos []
<jb55> autorandr works great
capisce has joined #nixos
Neo-- has quit [(Ping timeout: 252 seconds)]
ethan is now known as ethanwinn
<hyper_ch> kde tames randr
<jb55> desktop env... never...
<jb55> just need xmonad and some glue
<samueldr> gchristensen: if you'd prefer not to learn xrandr, there's arandr that's pretty standalone, and can save xrandr incantations as scripts
<jb55> one day clicking on stuff will actually open them...
telent has joined #nixos
<jeaye> xrandr, in my experience is the most no-nonsense way of handling monitors.
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
<jeaye> Something will be wrong on my wife's machine, and the UI doesn't show what or provide much info at all. xrandr doesn't lie and it makes things pretty simple, at least for my uses.
<gchristensen> samueldr: nice!
<gchristensen> samueldr: I don't think I have enough room in my brain for xrandr :$
<telent> Gnu hello installs its binary in $out with perms 0555
<jb55> shut everything down
<telent> Which seems to mean that strip wont strip it
tmaekawa has joined #nixos
<telent> Should I fix this by changing the package or would it be better to patch stripDir for all packages?
<telent> (I don't know if there are other places not being stripped because the stderr of strip is swallowed silently)
tmaekawa has quit [(Client Quit)]
frankpf has quit [(Ping timeout: 252 seconds)]
ilyaigpetrov has quit [(Quit: Connection closed for inactivity)]
alexteves has quit [(Quit: My Mac Mini has gone to sleep. ZZZzzz…)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<gchristensen> telent: all executables are forced to be 0555 with nix
<srhb> Any idea why this doesn't work? https://github.com/NixOS/nixpkgs/pull/32822/files#diff-525d07c572b53ccc1e0a613f14071392R97 -- changing the name to, say, "elk5" works
<srhb> The test is simply not evaluated with those names
<srhb> Seems... Buggy.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fgaz opened pull request #32949: Megaglest update (master...megaglest-update) https://git.io/vbS6H
NixOS_GitHub has left #nixos []
<srhb> Maybe something is up with callSubTests...
<telent> gchristiansen: yes, but at installPhase or later?
<srhb> Huh, this appears to be only affecting nix 1.12
<telent> because if the upstream package creates them as 0555 then they dont get stripped
<gchristensen> telent: probably later
<telent> (It seems, i may be doing something else wrong)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aborsu opened pull request #32950: nextcloud: 12.0.3 -> 12.0.4 (master...patch-1) https://git.io/vbSit
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jb55 has quit [(Ping timeout: 240 seconds)]
<acowley> I'm trying to package a perl utility, but when I run the script it complains it can't find its own library module. I generated the defintion with nix-generate-from-cpan, and put the definition in perlPackageOverrides.
<acowley> Can anyone nudge me in the right direction?
<acowley> (The utility is FileRename, btw)
<acowley> Oh, and I tried to run the program in a nix-shell -p perlPackages.FileRename
<acowley> The store path does have a lib directory with what I guess is the module, but @INC doesn't include it, I guess
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
jb55 has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dylex opened pull request #32951: bind: explicitly disable lmdb (master...bind) https://git.io/vbSP4
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 272 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
ssmike has quit [(Remote host closed the connection)]
FRidh has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
hmensch2 has quit [(Quit: Lost terminal)]
<cmiles74> Is it possible to specify a runtime dependency? I have squashfsTools as a propagatedBuildInput, but it's still not available when my app runs (my package is compiling from source).
<acowley> If I set PERL5LIB I can get the script to work, so perhaps my package could do that with its own out directory. Though just dumping that into shellHook did not work.
<acowley> cmiles74: I think buildInputs should be available at runtime, too
<cmiles74> acowley: I wonder if the resulting binary doesn't directly use mksquashfs and that's why it can't find it.
d4rk_ has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<d4rk_> afternoon everyone -- Quick question here : I'm trying to rebuild but keep getting "The option `services.gitlab.secrets.secret' is used but not defined." Fair deal. But how do I define it exactly? (I'm fairly new to NixOS ^^)
jmeredith has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
<srhb> d4rk_: You set it in your configuration.nix
FRidh has joined #nixos
ma27 has quit [(Quit: WeeChat 2.0)]
FRidh has quit [(Client Quit)]
<srhb> d4rk_: As in services.gitlab.secrets.secret = "sortasecret";
FRidh has joined #nixos
<srhb> d4rk_: The error message may be a bit opaque. What's happening is that you've enabled the module (either directly through enable = true or through some other service) and the module itself utilizes other options that you haven't set yet, so it fails.
jrolfs has quit [(Ping timeout: 268 seconds)]
statusbot has quit [(Ping timeout: 276 seconds)]
otherjrolfs has quit [(Ping timeout: 260 seconds)]
<srhb> d4rk_: You'll probably bump into that a few times until you have all the required options in place. :)
ma27 has joined #nixos
<d4rk_> Mkayyyy. I gotchya. We'll see how it goes :)
zzamboni has joined #nixos
<srhb> :)
<jtojnar> where does prgrams.sqlite come from? According to command-not-found.nix, it is supposed to be a part of nixexprs.tar.xz but I do not see it there https://github.com/NixOS/nixpkgs/blob/9df79de1a115920bd96a7d4e66bc3782865c8146/nixos/modules/programs/command-not-found/command-not-found.nix#L42-L43
<gchristensen> you can also look at `man configuration.nix` or https://nixos.org/nixos/options.html#services.gitlab.secrets, d4rk_
<acowley> Well, I set perlPostHook to call wrapProgram to add the packages own lib directory to PERL5LIB, and now the script works.
<acowley> That seems awful.
frankpf has joined #nixos
<acowley> The usual postInstall isn't called, so it has to use the perlPostHook, and why the package's own library isn't available seems odd.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Izorkin opened pull request #32952: modsecurity-nginx: 2017-08-23 -> 1.0.0 Stable (master...ModSecurity-nginx) https://git.io/vbSMc
NixOS_GitHub has left #nixos []
<acowley> meanwhile, I regenerated the 2k files I needed to rename while trying to package the rename utility, so now I don't actually need it.
<acowley> Solid work there.
Rick[29SMPittsbu has joined #nixos
page has quit [(Quit: leaving)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<d4rk_> @srhb: thanks. Just read the gitlab.nix I wasnt sure where I needed to define it. the configuration.nix makes so much sense. I'll set everything up now :)
otherjrolfs has quit [(Ping timeout: 252 seconds)]
frankpf has quit [(Ping timeout: 252 seconds)]
FRidh has quit [(Remote host closed the connection)]
jrolfs has quit [(Ping timeout: 265 seconds)]
FRidh has joined #nixos
telent has quit [(Quit: telent)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #32953: buildPythonPackage: Make setup hook part of nativeBuildInputs (staging...python-dep-fix) https://git.io/vbSDs
NixOS_GitHub has left #nixos []
page has joined #nixos
<srhb> d4rk_: Cool! There's also https://nixos.org/nixos/options.html#services.gitlab.
<srhb> d4rk_: and man configuration.nix
hellrazo1 has quit [(Ping timeout: 240 seconds)]
hellrazo1 has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat opened pull request #32954: glibc: maintenance update and support RHEL 6 -like kernels (staging...p/rhel6) https://git.io/vbSys
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
nevermind has joined #nixos
nevermind is now known as Guest56663
verite has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 260 seconds)]
dpren has joined #nixos
civodul has joined #nixos
jb55 has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 closed pull request #32953: buildPythonPackage: Make setup hook part of nativeBuildInputs (staging...python-dep-fix) https://git.io/vbSDs
NixOS_GitHub has left #nixos []
Guest56663 has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
otherjrolfs has joined #nixos
ma27 has quit [(Ping timeout: 272 seconds)]
nevermin_ has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
FRidh has joined #nixos
bennofs has joined #nixos
Lisanna has quit [(Ping timeout: 260 seconds)]
<ethanwinn> Is this still the best approach for installing Inkscape plugins: http://git.io/vT9KZ ?
<Ralith> ethanwinn: if it were me I'd refactor that package to take a list of plugins as an argument
bennofs has quit [(Remote host closed the connection)]
nevermin_ has quit [(Ping timeout: 265 seconds)]
dan_b has joined #nixos
ottidmes has quit [(Quit: WeeChat 1.9.1)]
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
<ethanwinn> Ralith: makes sense, similar to weechat.nix
<ethanwinn> s/weechat.nix/weechat's default.nix/
FRidh has quit [(Quit: Konversation terminated!)]
yegortimoshenko has joined #nixos
FRidh has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
<Ralith> yeah, and many others
zzamboni has quit [(Quit: Leaving.)]
<cmiles74> acowley: I got it working with makeWrapper and mangling the path that way. :-P
<ethanwinn> thanks Ralith, I'll take a stab at it.
otherjrolfs has joined #nixos
jrolfs has joined #nixos
rihards has quit [(Quit: rihards)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vbSQC
<NixOS_GitHub> nixpkgs/staging a7d4fb8 Vladimír Čunát: Merge branch 'master' into staging...
NixOS_GitHub has left #nixos []
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 252 seconds)]
hiratara has quit [(Ping timeout: 265 seconds)]
hiratara has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pbogdan opened pull request #32956: [WIP/RFC] update firefox on 17.09 (release-17.09...update-firefox-17.09) https://git.io/vbSQF
NixOS_GitHub has left #nixos []
Itkovian has joined #nixos
zzamboni has joined #nixos
<cmiles74> snapd wants to add systemd targets (for snap mounts) everytime a new snap is installed (at runtime). Is there a clever way to make a director in /etc writeable, so snap can do this? In this case it's /etc/systemd/system/multi-user.target.wants... The guys in the snappy channel say the path is hard coded into snap, changing it would require patching the source. I can do that, but would rather not.
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
srhb has quit [(Quit: Quit)]
asuryawanshi has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<dtzWill> cmiles74: symlink to a directory snapd controls, maybe?
<dtzWill> oh but it's not a directory or even a file that really truly belongs to snapd. hmm.
<dtzWill> snapd should emit nix code and installing snaps will be a new system generation, updating the /etc/ file. :P
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 252 seconds)]
<Sonarpulse> where do I get dig?
<Sonarpulse> it says bind
<Sonarpulse> that's not true
<sphalerite> Sonarpulse: dnsutils iirc
<Sonarpulse> thanks sphalerite
<dtzWill> Sonarpulse: bind.dnsutils ?
<dtzWill> ah
<dtzWill> bummer command-not-found reports wrong attribute though
<Sonarpulse> those are the same hmm
d4rk_ has quit [(Quit: Page closed)]
<cmiles74> dtzWill: Yeah, it's getting messier and messier. I was hoping for something that maybe would make it easy to bind_mount or something inside a package expression to try and fake it out.
<vcunat> Sonarpulse: same? I don't get what you mean.
<Sonarpulse> bind.dnsutils
<Sonarpulse> and dnsutils
<dtzWill> Sonarpulse: fwiw it's in the release notes for 17.03 \o/ https://nixos.org/nixos/manual/release-notes.html
<vcunat> oh, I see :-)
<Sonarpulse> dtzWill: oh interesting
mkoenig has quit [(Ping timeout: 248 seconds)]
<Sonarpulse> gotcha
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
[0x4A6F] has joined #nixos
jrolfs has joined #nixos
orivej has joined #nixos
szicari has quit [(Quit: szicari)]
jrolfs has quit [(Ping timeout: 260 seconds)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
cmiles74 has quit [(Ping timeout: 252 seconds)]
hiratara has joined #nixos
otherjrolfs has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
FRidh has quit [(Quit: Konversation terminated!)]
vcunat has quit [(Read error: No route to host)]
simukis has quit [(Ping timeout: 260 seconds)]
FRidh has joined #nixos
frankpf has joined #nixos
Neo-- has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
balaji has joined #nixos
FRidh has quit [(Client Quit)]
FRidh has joined #nixos
SyntaxASI has joined #nixos
jb55 has joined #nixos
<yegortimoshenko> would nixpkgs handle several million additional derivations?
<yegortimoshenko> not at top-level, of course
alhariel has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<yegortimoshenko> (i.e. import all of maven central)
coot_ has quit [(Quit: coot_)]
[0x4A6F] has quit [(Quit: [0x4A6F])]
berce has quit [(Quit: leaving)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
yegortimoshenko has quit [(Read error: Connection reset by peer)]
<MichaelRaskin> Maybe an overlay?
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
jrolfs has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.3.1))]
otherjrolfs has joined #nixos
aarvar has quit [(Ping timeout: 248 seconds)]
aarvar has joined #nixos
amfl has quit [(Read error: Connection reset by peer)]
jrolfs has quit [(Ping timeout: 252 seconds)]
amfl has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
otherjrolfs has joined #nixos
erasmas has quit [(Quit: leaving)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jb55 has quit [(Ping timeout: 272 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
drakonis has quit [(Read error: Connection reset by peer)]
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra created mount (+1 new commit): https://git.io/vbSpy
<NixOS_GitHub> nix/mount a9cbd67 Eelco Dolstra: Add "nix mount-store" command...
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
mr_sm1th has quit [(Quit: No Ping reply in 180 seconds.)]
mr_sm1th has joined #nixos
phreedom has quit [(Ping timeout: 248 seconds)]
alhariel has quit [(Remote host closed the connection)]
FRidh has quit [(Remote host closed the connection)]
FRidh has joined #nixos
spietz has quit [(Quit: WeeChat 1.9.1)]
davidak has quit [(Ping timeout: 248 seconds)]
galbolle has quit [(Quit: galbolle)]
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dtzWill opened pull request #32957: gnuplot_full: init with support for lua/tikz/tex (master...feature/gnuplot-extra-terminals) https://git.io/vbSjm
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 5 new commits to master: https://git.io/vbSjG
<NixOS_GitHub> nixpkgs/master b513fc7 Bas van Dijk: python.pkgs.voluptuous: init at 0.10.5...
<NixOS_GitHub> nixpkgs/master f0c4bea Orivej Desh: python.pkgs.pyelasticsearch: delete...
<NixOS_GitHub> nixpkgs/master d513afc Bas van Dijk: python.pkgs.elasticsearch: 1.9.0 -> 6.0.0
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined #nixos
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 252 seconds)]
yegortimoshenko has joined #nixos
m0rphism has joined #nixos