<eacameron> bgamari: Heh, I saw your comment on ghc-devs about finally being convinced to try NixOS
mkoenig has quit [(Ping timeout: 248 seconds)]
<eacameron> Good luck :D
<hydraz> bgamari: Does it only happen with gnome-terminal?
<eacameron> bgamari: At least I think that was you (memory is foggy)
pxc has joined #nixos
<bgamari> eacameron, indeed it was; I've been tempted for a very long time
<bgamari> mpickering just happened to put forth a very compelling argument
<bgamari> hydraz, a good question
<bgamari> hydraz, it also happens under xterm
<hydraz> hmm
<bgamari> where TERM=xterm
<hydraz> Just to be clear, you're sshing into a machine running NixOS and trying nix-shell in that?
<bgamari> correct
<hydraz> ah hmm
<hydraz> might be lacking terminfo files in the remote
<bgamari> oh?
<hydraz> I had this issue with termite in the past
mudri has quit [(Ping timeout: 252 seconds)]
<bgamari> hmm
<eacameron> heh thestinger wasn't having a good day
<hydraz> ‘nix-shell -p ncurses --run infocmp’ should say which terminfo file was loaded
taktoa has joined #nixos
<bgamari> hmm
<bgamari> #Reconstructed via infocmp from file: /home/ben/.nix-profile/share/terminfo/x/xterm-256color
<hydraz> huh
<eacameron> bgamari: Mine says its from /run/current-system/sw/share/terminfo/x/xterm
<eacameron> bgamari: Are you using nix-channel?
<hydraz> Mine's local, too, so that's not it
<bgamari> eacameron, I believe so
<hydraz> Are the terminfo files the same between your machine and the remote?
<bgamari> hmm
<orivej> This should have nothing to do with ncurses, as PS1 is output directly.
<orivej> bgamari: what does `echo $PS1` inside a broken nix-shell?
<bgamari> that being said, nix-channel --list is empty
<LnL> bgamari: are you using a different shell like zsh?
<eacameron> bgamari: Ah ok that's probably good then
<bgamari> LnL, nope, just bash
<bgamari> orivej, \n\[\033[1;32m\][nix-shell:\w]$\[\033[0m\]
acarrico has quit [(Ping timeout: 240 seconds)]
hamishmack_ has joined #nixos
<Judson> Is there really no kafkacat in nixpkgs?
hamishmack has quit [(Ping timeout: 255 seconds)]
hamishmack_ is now known as hamishmack
ebzzry has joined #nixos
nadley has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 1 new commit to master: https://git.io/vdIMl
<NixOS_GitHub> nixpkgs/master 3766637 Rodney Lorrimar: gnuradio: fix build for gcc6 and newer boost (#29740)
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to release-17.09: https://git.io/vdIM0
<NixOS_GitHub> nixpkgs/release-17.09 e6f075b Robin Gloster: termite: fix eval
NixOS_GitHub has left #nixos []
Fare has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vdIMz
<NixOS_GitHub> nixpkgs/master 151b344 Rodney Lorrimar: nixos/release-notes: MySQL declarative users/databases...
NixOS_GitHub has left #nixos []
<orivej> bgamari: is the broken nix-shell prompt green or white (normal)?
joehh has joined #nixos
<bgamari> orivej, green
<bgamari> with bits of white
<joehh> hi, I'm trying to build a library and when building in a nix-shell --pure, it builds fine, but when using nix-build, it fails
<bgamari> the prompt is "\[\][nix-shell:~]$\[\] "
<joehh> with gcc being unable to find a header file
<bgamari> everything but the initial \[ and terminal \] in the prompt is green
<hydraz> wait
<joehh> is there something "standard" I could be missing?
<orivej> bgamari: thanks, I'll have to think
<bgamari> orivej, thanks
thc202 has quit [(Ping timeout: 248 seconds)]
<hydraz> Does the same thing happen if you switch out \[ and \] for \001 and \002 respectively in PS1?
athan has quit [(Remote host closed the connection)]
<bgamari> hmm
<bgamari> do you mean like,
<bgamari> PS1=\n\001\033[1;32m\][nix-shell:\w]$\[\033[0m\002
<hydraz> \n\001\033[1;32m\002, but yes
<bgamari> things seem to break fairly catastrophically in that case
<hydraz> hmm, :/
<bgamari> for instance, with PS1="\n\001\033[1;32m\002"
<bgamari> My prompt turns into "
<bgamari> "
<hydraz> Oh, yeah, what I meant to say is that you missed a \]. Sorry if that wasn't clear
<hydraz> PS1=\n\001\033[1;32m\002[nix-shell:\w]$\[\033[0m\002 *should* work, if it is what I'm thinking
hamishmack has quit [(Quit: hamishmack)]
<bgamari> huh, yet it doesn't quite
<bgamari> there are still unknown characters at the beginning and end of the prompt
hamishmack has joined #nixos
<hydraz> strange
<hodapp> are there standard ways of changing the nix-shell prompt in (for instance) a shell.nix?
<bgamari> indeed
<bgamari> given that the very same prompt works fine on my debian box
<hodapp> I should really do this in mine so it's clear visually that I'm in a specific environment
<bgamari> it's very odd
<bgamari> and even the nix box outside of nix-shell
<hydraz> I used to have this same issue with ghci; Turns out it was a readline thing, I was thinking it'd be the same issue
<hodapp> readline seems to give me endless issues :|
<bgamari> indeed; terminal handling is just absurdly complicated
<eacameron> bgamari: Are you in a nix-shell already when you ssh?
<hodapp> a lot of my reason for still relying on terminal is that for scripting and remote access I just have no idea what makes more sense
<bgamari> eacameron, nope
<eacameron> bgamari: heh, I only play one note and it's not the right one
<hydraz> at least you haven't been playing the wrong one for half an hour :p
<eacameron> Have you tried restarting everything in your house?
<hydraz> Have you tried turning the real world on and off again? :P
<bgamari> eacameron, I haven't power cycled the stove yet
<orivej> bgamari: what is `stty -g` inside nix-shell
<eacameron> lol
<bgamari> orivej, $ stty -g
<bgamari> 4500:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
<orivej> hm, this does not break input or output for me...
<hydraz> me neither
<hydraz> $TERM is the same inside and outside nix-shell, right?
riclima has quit [(Ping timeout: 240 seconds)]
mkoenig has joined #nixos
riclima has joined #nixos
<bgamari> hydraz, right
mkoenig_ has quit [(Ping timeout: 248 seconds)]
<Judson> What do I do about `error: Typesafe Activator was removed in 2017-05-08 as the actual package reaches end of life.` ?
zeus__ has quit [(Ping timeout: 246 seconds)]
acarrico has joined #nixos
* bgamari has no explanation for this
* hydraz neither
<eacameron> if only clever where here ;)
<Judson> clever knows everything
<gchristensen> Judson maybe you get a new one? https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix#L6752 I dunno
<eacameron> Judson: where "everything" is all observable knowledge, i.e. every question I've ever asked
darlan has joined #nixos
darlan has quit [(Client Quit)]
<Judson> This is in tip nixpkgs :/
<Judson> I wish I could remember some of these incantations better.
<Judson> Duh, the problem is running nix-build in the root of nixpkgs instead of in the package directory I'm trying to add.
<Judson> Derp derp.
<Judson> But now I'm trying to remember what I want to do to nix-build the new file before adding it to all-packages.nix
zeus__ has joined #nixos
<Judson> Something about callPackage?
<clever> nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
zeus___ has joined #nixos
<Judson> Thank you
<hydraz> \o/ we're saved
<eacameron> HAHA
zeus____ has joined #nixos
<Judson> Something very wrong when Nix lives and dies by clever's presence :)
<clever> lol
<bgamari> clever, does the terminal oddness described above ring any bells?
<clever> bgamari: the bash inside nix-shell is a dumber version and doesnt support a lot of flags
zeus__ has quit [(Ping timeout: 240 seconds)]
<bgamari> clever, I just don't see why I'm the only one seeing this
<clever> who else has tried to customize the nix-shell PS1?
<bgamari> certainly not me
<bgamari> :)
zeus___ has quit [(Ping timeout: 240 seconds)]
<bgamari> this is essentially a clean installation
athan has joined #nixos
<pxc> clever: I haven't exactly, but I've noticed that it doesn't work right if you have a custom PS1
<eacameron> clever: it acts as though he has nested nix-shells but he doesn't
<Judson> Oh GOOD: "mklove configure script - mklove, not autoconf"
<bgamari> .bashrc and .profile don't even exist in this account
<pxc> you can always _not_ put bash on your PATH for nix-shell or use bashInteractive in shell.nix or whatever
<bgamari> essentially the only thing I changed in this installation is /etc/nixos/configuration.nix
<fearlessKim[m]> sphalerite: some news from the lua front, I managed to (automatically) wrap the lua binaries with correct LUA_(C)PATH. Now I have to do it for the interpreter too and I guess we will have a PR
<orivej> eacameron: this suggests that his first bash is dumb
<orivej> bgamari: what is `ls -l /proc/$$/exe` inside ssh (outside nix-shell)?
griff_ has quit [(Quit: griff_)]
griff_ has joined #nixos
<bgamari> lrwxrwxrwx 1 ben users 0 Sep 25 21:05 /proc/29078/exe -> /nix/store/hww7q7rlhj6xhngdwgmdkyhl10cqi6nm-bash-4.4-p5/bin/bash
griff_ has quit [(Client Quit)]
<orivej> nope, this is a real bash...
<clever> orivej: $$ is the pid of the shell that expanded it
griff_ has joined #nixos
Supersonic112 has quit [(Ping timeout: 264 seconds)]
<clever> and /proc/<pid>/exe is a symlink to the executable for thatpid
griff_ has quit [(Client Quit)]
<clever> oh, mis-interpreted the question, lol
<eacameron> clever: But it helped me; thanks :)
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
mbrgm has quit [(Read error: Connection reset by peer)]
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
Supersonic112 has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
riclima has quit [(Ping timeout: 240 seconds)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
jellowj has quit [(Ping timeout: 240 seconds)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
riclima has joined #nixos
griff_ has joined #nixos
mbrgm has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
takle has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] nyarly opened pull request #29792: Adding kafkacat (master...kafkacat) https://git.io/vdI9k
NixOS_GitHub has left #nixos []
Neo-- has quit [(Ping timeout: 255 seconds)]
<Judson> I'm certain I screwed up the PR format, too
riclima has quit [(Quit: riclima)]
riclima has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vdI9z
<NixOS_GitHub> nixpkgs/master 3414265 Robin Gloster: 17.09 release notes: add module changes
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to release-17.09: https://git.io/vdI9a
<NixOS_GitHub> nixpkgs/release-17.09 0c9f99e Robin Gloster: 17.09 release notes: add module changes...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 2 new commits to release-17.09: https://git.io/vdI9P
<NixOS_GitHub> nixpkgs/release-17.09 461fab1 Joerg Thalheim: sysdig: 0.17.0 -> 0.18.0...
<NixOS_GitHub> nixpkgs/release-17.09 10bb7fd Rodney Lorrimar: gnuradio: fix build for gcc6 and newer boost (#29740)...
NixOS_GitHub has left #nixos []
sigmundv has quit [(Ping timeout: 240 seconds)]
<fearlessKim[m]> I've been trying to install a custom overlay of nixops (./dev-shell only seems to prevent from using the network) but I have "
<fearlessKim[m]> nixops-_version_-py2-none-any.whl is not a valid wheel filename"
zeus____ has quit [(Ping timeout: 240 seconds)]
zeus__ has joined #nixos
zeus___ has joined #nixos
zeus___ has quit [(Read error: Connection reset by peer)]
zeus___ has joined #nixos
lambdamu_ has joined #nixos
zeus__ has quit [(Ping timeout: 260 seconds)]
lambdamu has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 1 new commit to master: https://git.io/vdIQt
<NixOS_GitHub> nixpkgs/master 8ac4682 Alastair Pharo: purePackages.gen: Don't build on Hydra (#29763)...
NixOS_GitHub has left #nixos []
drakonis has joined #nixos
Supersonic112 has quit [(Disconnected by services)]
hellrazo1 has joined #nixos
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
tv has quit [(Ping timeout: 252 seconds)]
hellrazor has quit [(Ping timeout: 248 seconds)]
jb55 has quit [(Ping timeout: 260 seconds)]
jsgrant has quit [(Read error: Connection reset by peer)]
jsgrant has joined #nixos
sellout- has joined #nixos
tv has joined #nixos
jcarr has joined #nixos
zeus___ has quit [(Remote host closed the connection)]
zeus__ has joined #nixos
<joehh> fearlessKim[m]: is your code for lua up somewhere?
<fearlessKim[m]> joehh: it's a big mess I think I can improve a few things tonight and make a PR then. I can push it but as it is I doubt it would be helpful
zeus__ has quit [(Ping timeout: 255 seconds)]
<joehh> I'll wait then - thanks
tv has quit [(Ping timeout: 240 seconds)]
sellout-1 has joined #nixos
tv has joined #nixos
sellout- has quit [(Ping timeout: 252 seconds)]
zeus__ has joined #nixos
acarrico has quit [(Ping timeout: 248 seconds)]
mkoenig has quit [(Ping timeout: 264 seconds)]
jcarr has quit [(Ping timeout: 248 seconds)]
mkoenig has joined #nixos
numbdewd has quit [(Quit:  ☺ )]
jcarr has joined #nixos
ona has quit [(Read error: Connection reset by peer)]
ona has joined #nixos
<unlmtd> what is 'IFD' ?
jb55 has joined #nixos
Lisanna has quit [(Ping timeout: 252 seconds)]
drakonis has quit [(Remote host closed the connection)]
drakonis has joined #nixos
pie_ has quit [(Ping timeout: 240 seconds)]
koserge has quit [(Ping timeout: 260 seconds)]
<adisbladis> Who should I talk to about the nixos caching infrastructure?
<adisbladis> gchristensen: You perhaps? ^
lewo` has quit [(Read error: Connection reset by peer)]
lewo` has joined #nixos
SuprDewd has quit [(Quit: No Ping reply in 180 seconds.)]
SuprDewd has joined #nixos
Khetzal has quit [(Remote host closed the connection)]
drakonis has quit [(Remote host closed the connection)]
drakonis has joined #nixos
jb55 has quit [(Ping timeout: 248 seconds)]
joehh has quit [(Ping timeout: 252 seconds)]
Khetzal has joined #nixos
joehh has joined #nixos
<disasm> adisbladis: I think that would be nixnut
<disasm> niksnut that is
<adisbladis> disasm: Cool. Thanks :)
<adisbladis> niksnut: Can I PM you?
schoppenhauer has quit [(Ping timeout: 255 seconds)]
schoppenhauer has joined #nixos
Fannar has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
Arcaelyx has joined #nixos
Fannar has quit [(Ping timeout: 240 seconds)]
drakonis has quit [(Read error: Connection reset by peer)]
mk-fg has quit [(Ping timeout: 264 seconds)]
orivej has quit [(Ping timeout: 260 seconds)]
cpennington has quit [(Ping timeout: 252 seconds)]
Neo-- has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/10bb7fddb9 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
justanotheruser has quit [(Read error: Connection reset by peer)]
pxc has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
justanotheruser has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
pxc has joined #nixos
hellrazo1 has quit [(Quit: WeeChat 1.9.1)]
reinzelmann has joined #nixos
rauno has joined #nixos
JosW has joined #nixos
zeus__ has quit [(Ping timeout: 246 seconds)]
mortum5 has joined #nixos
zeus__ has joined #nixos
vincent_vdk has joined #nixos
vincent_vdk has quit [(Client Quit)]
vincent_vdk has joined #nixos
hamishmack has joined #nixos
proteusguy has quit [(Remote host closed the connection)]
endformationage has quit [(Quit: WeeChat 1.9)]
oahong has quit [(Ping timeout: 264 seconds)]
oahong has joined #nixos
oahong has quit [(Changing host)]
oahong has joined #nixos
mrkgnao has joined #nixos
Fare has quit [(Ping timeout: 240 seconds)]
xx_ has joined #nixos
xx_ has quit [(Excess Flood)]
oahong has quit [(Ping timeout: 248 seconds)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
numerobis has joined #nixos
oahong has joined #nixos
oahong has quit [(Changing host)]
oahong has joined #nixos
sivteck has joined #nixos
proteusguy has joined #nixos
pxc has quit [(Ping timeout: 260 seconds)]
riclima has quit [(Quit: riclima)]
oahong has quit [(Ping timeout: 240 seconds)]
<sphalerite> fearlessKim: good to hear! :)
<sphalerite> unlmtd: import from derivation
oahong has joined #nixos
oahong has quit [(Changing host)]
oahong has joined #nixos
<cyberwolf[m]> how often updates come every other week or on what schedule they come?
nkpart[m] has joined #nixos
<etu> cyberwolf[m]: Depends on channel?
hotfuzz_ has joined #nixos
rauno has quit [(Ping timeout: 264 seconds)]
<cyberwolf[m]> Well, now when they come?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29786: latinmodern-math: init at 1.959 (master...latinmodern-math) https://git.io/vdIW4
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vdIjP
<NixOS_GitHub> nixpkgs/master 714a138 Langston Barrett: tex-gyre-termes-math: init at 1.543
<NixOS_GitHub> nixpkgs/master 430869b Jörg Thalheim: Merge pull request #29787 from siddharthist/tex-gyre-termes-math...
NixOS_GitHub has left #nixos []
hotfuzz has quit [(Ping timeout: 255 seconds)]
<etu> cyberwolf[m]: nixos-unstable, nixpkgs-unstable, some stable channel? just pure master?
<cyberwolf[m]> stable
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/8ac4682e85 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
Arcaelyx has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
page has joined #nixos
civodul has joined #nixos
eacameron has quit [(Remote host closed the connection)]
eacameron has joined #nixos
leat has quit [(Quit: WeeChat 1.9)]
freeman42z has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vdLeK
<NixOS_GitHub> nixpkgs/master 95f3e6c Elis Hirwing: stupidterm: init at 2017-03-15...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29779: stupidterm: init at 20170315-752316a (master...stupidterm) https://git.io/vdkp6
NixOS_GitHub has left #nixos []
<cyberwolf[m]> ?
freeman42y has quit [(Ping timeout: 252 seconds)]
<sphalerite> cyberwolf: they're pushed to the release channel, then hydra builds them, and if all the tests pass the channel updates
<sphalerite> you can always check when each channel was last updated on http://howoldis.herokuapp.com/
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29773: vim-plugins: add install hooks (master...vim/install-hooks) https://git.io/vdkWP
NixOS_GitHub has left #nixos []
pxc has joined #nixos
kiloreux has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29772: pythonPackages.channels: 1.1.6 -> 1.1.8 (master...update_channels) https://git.io/vdkc4
NixOS_GitHub has left #nixos []
Ivanych has quit [(Quit: Leaving.)]
Ivanych has joined #nixos
sary has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29762: mediawiki: 1.27.3 -> 1.29.1 (master...pr/update-mediawiki) https://git.io/vdTSN
NixOS_GitHub has left #nixos []
sivteck has quit [(Ping timeout: 260 seconds)]
jensens has joined #nixos
feepo has joined #nixos
numerobis has quit [(Ping timeout: 252 seconds)]
oahong has quit [(Ping timeout: 240 seconds)]
leat has joined #nixos
sary has joined #nixos
kakashiAL has joined #nixos
jcarr has quit [(Ping timeout: 252 seconds)]
kakashiAL has quit [(Ping timeout: 264 seconds)]
vincent_vdk has quit [(Quit: leaving)]
vincent_vdk has joined #nixos
oahong has joined #nixos
oahong has quit [(Changing host)]
oahong has joined #nixos
rauno has joined #nixos
ertes-w has quit [(Ping timeout: 255 seconds)]
goibhniu has joined #nixos
bkchr has joined #nixos
periklis has joined #nixos
sivteck has joined #nixos
<bkchr> Hi, can I set a different dns server in my configuration.nix?
<woffs> why does asciidoc depend on lilypond? compiling the hell
<nixy> bkchr: Pretty sure you need to use the networking.nameservers option
<bkchr> nixy: nice, ty :)
MarcelineVQ has quit [(Quit: q)]
sivteck has quit [(Ping timeout: 255 seconds)]
athan has quit [(Ping timeout: 252 seconds)]
hotfuzz_ is now known as hotfuzz
numerobis has joined #nixos
athan has joined #nixos
hotfuzz has quit [(Ping timeout: 240 seconds)]
hotfuzz has joined #nixos
zeus__ has quit [(Remote host closed the connection)]
zeus__ has joined #nixos
zeus__ has quit [(Ping timeout: 264 seconds)]
numerobis has quit [(Ping timeout: 252 seconds)]
numerobis has joined #nixos
nh2 has joined #nixos
ebzzry is now known as ebzzry_
nschoe has joined #nixos
ebzzry has joined #nixos
ertes-w has joined #nixos
joehh has quit [(Ping timeout: 240 seconds)]
peti has quit [(Quit: WeeChat 1.5)]
peti has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gnidorah opened pull request #29793: [WIP] gtk-platform: init at 2017-09-25 (master...gtkplatform) https://git.io/vdLTh
NixOS_GitHub has left #nixos []
ebzzry has quit [(Disconnected by services)]
ebzzry__ has joined #nixos
eacameron has quit [(Ping timeout: 260 seconds)]
mattcode has joined #nixos
ebzzry has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29426: nixos/zfs: import encrypted datasets by default for zfsUnstable (master...zfsUnstable) https://git.io/v576M
NixOS_GitHub has left #nixos []
ebzzry__ has quit [(Client Quit)]
orivej has joined #nixos
ebzzry_ has quit [(Quit: WeeChat 1.9)]
ebzzry has quit [(Read error: No route to host)]
takle has joined #nixos
<jophish> Sonarpulse: nice, although I think build hook is getting removed soon
awi_2 has joined #nixos
<CrazedProgrammer> does the installation iso include a running sshd?
oahong has quit [(Ping timeout: 260 seconds)]
<CrazedProgrammer> i'm thinking of ways to install nixos on a ubuntu 16.04 vps
<CrazedProgrammer> it has uefi, so nixos-in-place won't work
oida has joined #nixos
<S0rin> CrazedProgrammer: The best way to do it is probably to use rescue boot system then install nixos
<CrazedProgrammer> ahh yes
<awi_2> Is it possible to use a single module (minecraft-server) from the unstable channel?
<CrazedProgrammer> my provider has a vnc console too so that's possible
oahong has joined #nixos
oahong has quit [(Changing host)]
oahong has joined #nixos
Infinisil has joined #nixos
<S0rin> awi_2: Yes it is you have to add the unstable channel and Override the package
<S0rin> CrazedProgrammer: Yes and the EFI part will be solved in the hardware-configuration.nix
<awi_2> S0rin: OK, I already tried that, but services.minecraft-server.enable causes the version from stable to be run.
<Infinisil> matlab isn't in nixpkgs :(
<etu> Infinisil: Package it :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] stesie opened pull request #29794: php: fix build wrt. new postgres.dev build output (master...php-postgres) https://git.io/vdLtG
NixOS_GitHub has left #nixos []
<S0rin> awi_2: Did you Override the whole minecraft because it might be needed to use a unstable version
<Infinisil> etu: Not sure if that's even possible
<Infinisil> I'll see what I can do
<awi_2> S0rin: Could not figure out how to do that so far. I'm absolutely new to nixos.
<etu> Infinisil: Arch has done it in AUR: https://aur.archlinux.org/packages/matlab-r2015b/ -- look at their build and see what they have done
<S0rin> awi_2: Ok can you run a `nix-channel --list` command ?
justbeingglad has joined #nixos
periklis has quit [(Ping timeout: 240 seconds)]
<awi_2> S0rin: And I have added a 'unstable' map to nixpkgs.config that allows me to install the derivation from unstable like that: unstable.minecraft-server
<awi_2> S0rin: installing the derivation from unstable works, but services.minecraft-server.enable controls the one from stable...
<S0rin> awi_2: look this http://dpaste.com/2YCP733
<S0rin> awi_2: This is what I use to override wine from unstable
<S0rin> awi_2: try to dpaste the service
ebzzry has joined #nixos
<awi_2> S0rin: hmm, cannot see the diff to the solution I use: http://dpaste.com/2RGS7PW
takle has quit [(Remote host closed the connection)]
ona has quit [(Ping timeout: 248 seconds)]
ona has joined #nixos
<S0rin> awi_2: ah, if you override a package you do not need to use unstable.minecraft-server (has in env part) maybe try only minecraft
<S0rin> awi_2: When you try to start the service manually what is the output can dpaste it too ?
<Infinisil> Btw I've started packaging cuberite, which is an alternative minecraft server written in C++ with low memory and cpu usage. It doesn't implement all minecraft server features yet, but it's getting there: https://github.com/cuberite/cuberite
justbeingglad has left #nixos []
<awi_2> S0rin: Do you mean, not using the package from unstable, but overriding the package from stable would be the solution?
<S0rin> awi_2: yes
<Infinisil> I can even run it okayish on my $5 DigitalOcean droplet!
thc202 has joined #nixos
<awi_2> S0rin: Ok, I'll give that a try in some minutes. Thanks for help.
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<S0rin> awi_2: And the override section in you config is not the not sure exactly what it exactly override in the end try something more spectific
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
<S0rin> Infinisil: I have to start packaging the is a few thing that prevent me to change to my new laptop because they are missing in nixos
<S0rin> And coming from gentoo I have the habit to package quite to a lot, and have what I need but it is on my todo list ! :)
<Infinisil> S0rin: What's missing specifically? Am interested what you need
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas opened pull request #29795: chromium: 61.0.3163.79 -> 61.0.3163.100; fix beta and dev builds (master...update-chromium) https://git.io/vdLYa
NixOS_GitHub has left #nixos []
<S0rin> Infinisil: on the mail setup alot is broken, and afew is old too
justbeingglad has joined #nixos
<S0rin> I have nixos on a server, that works fine, but I can't live without some tools so no new laptop for me :(
orbekk1 has quit [(Remote host closed the connection)]
orbekk1 has joined #nixos
<S0rin> But I will put the mail setup on a server and move to the new nvme laptop (faster!)
<Infinisil> You need a mail server on nixos?
Wizek_ has joined #nixos
<S0rin> Infinisil: Not a mail server but my mail setup is alot afew notmuch offlineimap msmtp
<S0rin> That way I can track many mailing list, and keep all the mail nice and clean
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bendlas opened pull request #29796: webkitgtk: 2.16.6 -> 2.18.0 (master...update-webkitgtk) https://git.io/vdLO8
NixOS_GitHub has left #nixos []
<S0rin> (and search even without internet access)
<Infinisil> S0rin: That sounds nice, I'm not using mails a lot so I didn't bother setting it up nicely just yet
Neo-- has quit [(Ping timeout: 240 seconds)]
proteusguy has quit [(Remote host closed the connection)]
<bendlas> Is anybody here using docker on nixos? I'm having trouble with networking: The first container to start has networking, but subsequent starts don't. Only way to fix it is to restart the docker daemon.
<S0rin> Infinisil: It is, and I started to follow the kernel ML and other project so number is growing fast I somethin far better tha thunderbird
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29602: oslo-config: fix build (master...pkgs/oslo-config/fix) https://git.io/v5htI
NixOS_GitHub has left #nixos []
<bendlas> anybody experiencing this?
<S0rin> bendlas: I use docker on nixos and didn't notice any network problem (even with docker swarm) can you explain a bit more
<bendlas> S0rin: are you on stable?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fgaz opened pull request #29797: Bash supergenpass (master...bash-supergenpass) https://git.io/vdLO1
NixOS_GitHub has left #nixos []
<S0rin> bendlas: yes
<bendlas> I'm on unstable / master and I've been experiencing this for some time
<bendlas> It's just that. Programs in my containers can't connect to the outside (or other containers), until I restart the daemon
<Infinisil> you did enable the docker nixos option, right?
<bendlas> I wish I knew more about it
<bendlas> yes
periklis has joined #nixos
imnotrichevans has joined #nixos
imnotrichevans is now known as test
<awi_2> S0rin: Worked, thanks!
test is now known as Guest27102
<S0rin> awi_2: great ! \o/
<moredhel1> morning all, I'm using gnome-terminal but can't change any settings, is this a known issue?
<bendlas> S0rin: Infinisil: would you be willing to try out docker on Nixos unstable, to verify that it worked for you?
<bendlas> I'll try on stable
justbeingglad has left #nixos []
ebzzry has quit [(Read error: Connection reset by peer)]
<S0rin> bendlas: Yes I can
<ij> Do attached files work right in the mailing list? (I'm sending it via google groups web UI)
<bendlas> super!
mortum5 has quit [(Ping timeout: 248 seconds)]
<Infinisil> moredhel1: I had that too, ended up switching to a different terminal
<S0rin> bendlas: do you have a specific test case ?
<S0rin> ij: Yes they should work just fine
<bendlas> S0rin: just running curl to download something should trigger it .. let me verify
<S0rin> bendlas: ok
<ij> S0rin, Cool, thanks.
pie_ has joined #nixos
<ij> S0rin, Is HTML formatting frowned upon?
<S0rin> ij: use plain-text html is bad in term MUA
mortum5 has joined #nixos
ixxie has joined #nixos
<fearlessKim[m]> is there a function like dirname in nix ? I would like to do sthg akin to "import dirname <nixos-config>/myConfig2.nix"
<S0rin> Infinisil: And I also need to have DWM / dmenu and custom patch so not somethig that is not possible (from my understanding) in nixos but quite some configuration update and search to complete the setup
takle has joined #nixos
Wizek has joined #nixos
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
pie_ has quit [(Ping timeout: 240 seconds)]
ebzzry has joined #nixos
kakashiAL has joined #nixos
sigmundv has joined #nixos
<Infinisil> S0rin: What's the patch for?
mudri has joined #nixos
<Infinisil> fearlessKim[m]: import <nixos-config/../myConfig2.nix> should work
* Infinisil tries
justbeingglad has joined #nixos
Guest27102 has quit [(Quit: Guest27102)]
justbeingglad has left #nixos []
<S0rin> Infinisil: inject the configuration of DWM (it is done before compilation) and change several thing on the windows behavior
<Infinisil> fearlessKim[m]: Does not work :(
<Infinisil> fearlessKim[m]: You could add nixos-config2=/path/to/other/config.nix to NIX_PATH though, then use <nixos-config2>
richierich has joined #nixos
<Infinisil> S0rin: I see, nice, so you recompile DWM on configuration change?
* fearlessKim[m] sent a long message: fearlessKim[m]_2017-09-26_09:32:05.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/esXYhUFFQlUBkeEQrTnoxzuJ>
<S0rin> Infinisil: yes but it very light
goibhniu has quit [(Remote host closed the connection)]
<S0rin> I might try an other tiling (bspwm ?) some day but dwm is light fast and very few disadvantages (at least for me :)
<Infinisil> fearlessKim[m]: Do you import that in your config itself?
<Infinisil> S0rin: I'm using Xmonad currently :D
<fearlessKim[m]> Infinisil: yest in my configuration.nix
<S0rin> bendlas: I am rebuilding docker from unstable
<fearlessKim[m]> As I finally managed to get nixops running, I modularize my configuration.nix in order to reuse some parts for my nixops machines
<S0rin> Infinisil: Nice never tryed it but heard good thing about it
<Infinisil> fearlessKim[m]: Then you can just do import ./basetools.nix
goibhniu has joined #nixos
__Sander__ has joined #nixos
<Infinisil> fearlessKim[m]: I also suggest using imports instead, that's what I do: https://github.com/Infinisil/system/blob/master/machines/mac/default.nix#L6-L12
<Infinisil> fearlessKim[m]: And the x.nix file for example: https://github.com/Infinisil/system/blob/master/modules/x.nix
<richierich> Hi all, I'
<fearlessKim[m]> I thought with imports I wouldn't be able to compose my environment.systemPackages list
<Infinisil> fearlessKim[m]: You can do that with imports, it merges all modules you give it
<Infinisil> so declaring environment.systemPackages in multiple modules will just append the lists
<richierich> Hi all, I've tried my hand at installing nixos on an SSD a few times, but I keep running into an issue where on boot up (nixos stage 1), the machine keeps waiting for the disk to appear and eventually fails
<S0rin> richierich: Do you use uEFI ?
<Infinisil> richierich: Can you show your configuration.nix and hardware-configuration.nix that you tried it with?
<richierich> yes
feepo has quit [(Quit: Connection closed for inactivity)]
<fearlessKim[m]> Infinisil: if it does than that's perfect, I will try that once my rebuild finishes
<richierich> is there an easy way to get them off my machine (my last attempt was a while ago, so I don't have them committed to memory right now)?
<fearlessKim[m]> thanks for your link, I sometimes wish the manual would link such examples (with some levels: simple, hacked, overengineered)
<makefu> fearlessKim[m]: for samples you can use the wiki ;)
mk-fg has joined #nixos
mk-fg has quit [(Changing host)]
mk-fg has joined #nixos
<makefu> it is the "right" place to put samples like this
sauyon has joined #nixos
sauyon has quit [(Client Quit)]
lassulus has quit [(Read error: Connection reset by peer)]
<fearlessKim[m]> right :) does media wiki now provide some markdown equivalent or still that crazy complex syntax ?
lassulus has joined #nixos
<Infinisil> richierich: You can upload it to gist.github.com, the easiest with the gist package
sivteck has joined #nixos
chreekat has quit [(Quit: quitting)]
<richierich> Infinisil: I see that, but what I mean is how do I get these files *off* the affected machine? I'm still stuck in the boot loop.
<Infinisil> richierich: Ah, you can reboot with the usb stick iso
<Infinisil> then access all files
nslqqq has joined #nixos
<S0rin> bendlas: I have upgrade to unstable then in a nixos container try to derivate curl and it pull the package so network is ok
<bendlas> S0rin: Ok, so what about in a docker container?
<S0rin> bendlas: you mean access to an other container threw network right ?
<bendlas> My test command was `docker run alpine /bin/sh -c 'apk update'`
<bendlas> this works exactly once before I have to `systemctl restart docker`
<S0rin> bendlas: I try
<S0rin> bendlas: OK: 8441 distinct packages available
<S0rin> I did it 3 time it works fine
<Infinisil> Gotta go, bbl
Infinisil has quit [(Quit: leaving)]
<S0rin> Docker version 17.06.2-ce, build cec0b72a9940e047e945a09e1febd781e88366d6
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/vdLcO
<NixOS_GitHub> nixpkgs/master dd6591c Peter Hoeg: uchiwa: 0.25.3 -> 0.26.0
NixOS_GitHub has left #nixos []
jtojnar has quit [(Read error: Connection reset by peer)]
ksbrar has joined #nixos
jtojnar has joined #nixos
<bendlas> S0rin: ok, thanks for trying ... do you have `firewall.enable = true` in your profile?
<bendlas> also what about `firewall.nat`?
<S0rin> bendlas: I have firewall.enable = yes and allowping= false that's it
<bendlas> erm sorry, that's `networking.firewall.enable` and `networking.nat.enable`
<nixy> Anyone ran into a problem with NixOps/VirtualBox where it can't connect to the IP of the box?
<S0rin> bendlas: no I will try with nat
<nixy> I suspect this is due to the configuration of vboxnet0 in virtualbox
<bendlas> S0rin: OK, thanks for checking, I'll try without nat
<S0rin> I will rebuild with adding networking.nat.enable= true;
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29759: Make Rhino not depend on GCJ anymore (master...drop-gcj-from-rhino) https://git.io/vdTXY
NixOS_GitHub has left #nixos []
simukis has joined #nixos
<S0rin> bendlas: tested it, and it still work
sivteck has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vdLCq
<NixOS_GitHub> nixpkgs/master 1d16383 Francesco Gazzetta: bash-supergenpass: init at 2012-11-02 (#29797)...
NixOS_GitHub has left #nixos []
sivteck has joined #nixos
<LnL> nixy: I've had problems like that when vboxnet0 didn't exist
<nixy> vboxnet0 exists, but I just don't seem to be able to ping the IP address
<nixy> It seems like maybe nixops wants the host-only network to use DHCP?
<S0rin> bendlas: I've checked the manual mayby I lack the internal/external finterfaces config as well
yegortimoshenko has joined #nixos
<yegortimoshenko> is there a function in nixpkgs lib that could turn [ libX11 libXrandr ] into "-lX11 -lXrandr"?
mudri has quit [(Ping timeout: 246 seconds)]
<bendlas> S0rin: I've got `internalInterfaces = [ "ve-+" ]`
awi_2 has quit [(Quit: Page closed)]
<bendlas> but I'll have to wait for the build to catch up before trying anything else ...
<bendlas> S0rin: you've already helped me a great deal by checking those couple of points. I'll bisect from here. Hopefully, I'll find the cause. Will ping you when I do. Thanks!
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lsix opened pull request #29799: binutils: 2.28.1 -> 2.29.1 (staging...update_binutils) https://git.io/vdLW9
NixOS_GitHub has left #nixos []
<S0rin> bendlas: I've tested with internal / external interface has describe in the doc and it is still working fine more than 3 time
sivteck has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
sivteck has joined #nixos
sivteck has quit [(Client Quit)]
jellowj has joined #nixos
Shados has quit [(Remote host closed the connection)]
sivteck has joined #nixos
Shados has joined #nixos
Fare has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
<ertes-w> err, for some reason my NixOS QEMU guest can't start X11: no suitable screens found… am i missing something? i did not configure services.xserver.videoDrivers
mrkgnao has quit [(Ping timeout: 255 seconds)]
<ertes-w> "Screen 0 deleted because of no matching config section"
<ertes-w> also i have <nixpkgs/nixos/modules/profiles/all-hardware.nix> imported
koserge has joined #nixos
<yegortimoshenko> i have file foo.c that contains "#include <X11/Xlib.h>", i've ran nix-env -riA nixos.gcc nixos.xorg.libX11, i've tried to compile foo.c with `cc foo.c -lX11` and i get "X11/Xlib.h: file not found"
<yegortimoshenko> why? how to get that to compile *outside* of nix-build?
<yegortimoshenko> using nixos.stdenv.cc instead of nixos.gcc doesn't solve the problem
<TimePath> inside nix-shell will work
<TimePath> nix-shell -p gcc -p xorg.libX11
<yegortimoshenko> TimePath: can i get that to work in nix-env? i use Emacs eshell and it doesn't work very well with nix-shell
<yegortimoshenko> i also thought there is no difference between nix-env and nix-shell except that the first one is stateful (unless used with -r flag)
sivteck has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
sivteck has joined #nixos
<moredhel1> Infinisi1, curses, that's annoying. what did you move to? I've been hopping through quite a few recently and haven't found anything decent.
pie_ has joined #nixos
<Mic92> ertes-w: nixos-rebuild build-vm works with x11, maybe you can look what profile it uses
<ertes-w> it uses the qemu-guest profile, but i've tried that one already
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] stesie opened pull request #29800: kea: fix path to pg_config (master...kea-fix-pg-config) https://git.io/vdL0F
NixOS_GitHub has left #nixos []
peti has quit [(Quit: brb)]
peti has joined #nixos
griff_ has joined #nixos
dannyg has joined #nixos
Infinisil has joined #nixos
civodul has quit [(Remote host closed the connection)]
iyzsong has joined #nixos
<gchristensen> adisbladis: you can talk to me about it, and I know a lot about it, but I can't change anything
<adisbladis> gchristensen: Ahh. We were talking about maybe throwing some money towards caching to get some nodes in asia
<adisbladis> So I want to estimate how much that would cost
<gchristensen> ah!
<gchristensen> please PM me :)
<ixxie> weird, for some reason kiwiIRC decided to rename the #nixos tab to #nices
<TimePath> it forgot the t
<ixxie> yes
<ixxie> it did
sivteck has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29801: sct: fix segfault when DISPLAY is empty, clean up derivation (master...sct/patch-segfault) https://git.io/vdLzf
NixOS_GitHub has left #nixos []
justanotheruser has quit [(Ping timeout: 240 seconds)]
sivteck has joined #nixos
tv has quit [(Ping timeout: 260 seconds)]
reinzelmann has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29794: php: fix build wrt. new postgres.dev build output (master...php-postgres) https://git.io/vdLtG
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29800: kea: fix path to pg_config (master...kea-fix-pg-config) https://git.io/vdL0F
NixOS_GitHub has left #nixos []
goibhniu has quit [(Ping timeout: 240 seconds)]
griff_ has quit [(Quit: griff_)]
ebzzry_ has joined #nixos
Infinisil has quit [(Ping timeout: 248 seconds)]
<makefu> the split of postgresql into extra dev packages without testind any dependencies is also somewhat sub-optimal
ebzzry has quit [(Ping timeout: 252 seconds)]
numerobis has quit [(Ping timeout: 240 seconds)]
sivteck has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
sivteck has joined #nixos
Infinisil has joined #nixos
nh2 has quit [(Read error: Connection reset by peer)]
<sphalerite> Anyone know some text-to-speech software available in nixpkgs?
<sphalerite> there's freetts but it only seems to be libraries
<Infinisil> sphalerite: aws
<sphalerite> Infinisil: not available in nixpkgs]
<sphalerite> and requires network connection
<sphalerite> and is proprietary
<sphalerite> and costs money
<Infinisil> sphalerite: the aws-cli is in nixpkgs
<sphalerite> Yes but that's not the speech synthesis software, just a client for it :)
<Infinisil> and the first 1000000 words are free in the first year or so, and it's super cheap anyways (for private use)
<Infinisil> sphalerite: Ah yeah
<sphalerite> I want free software
<gchristensen> espeak-ng
<Infinisil> I pretty much just used aws because i liked a voice there
<gchristensen> eflite svox
jellowj has joined #nixos
civodul has joined #nixos
<sphalerite> gchristensen: I'll try those, thanks!
<TimePath> sphalerite: not sure if it's packaged, there's also festival
<sphalerite> TimePath: there's freetts which "uses festival" but it doesn't have a command-line client by the looks of it
<sphalerite> just some jar
<sphalerite> s
<TimePath> I had a script that chose between espeak, festival and google translate for tts
<TimePath> while "free", you'd not want to depend on it for lots of tts
pie_ has quit [(Ping timeout: 240 seconds)]
<sphalerite> I'm just screwing around really, wanted to connect my random word generator to it
<sphalerite> thanks for the suggestiosn!
<Infinisil> sphalerite: Can we get an example of that generator? :D
<sphalerite> http://ix.io/Ahs
<Infinisil> Haha thanks
<sphalerite> Do you know any French? The results it produces for french are usually better because its spelling isn't as insane as English
<disasm> sphalerite: festival is in the speech_tools attribute
<sphalerite> disasm: aaah, thanks
<Infinisil> I do know french, learned it in school for years
<Infinisil> had to learn it*
<sphalerite> http://ix.io/Aht
Fare has quit [(Ping timeout: 246 seconds)]
nh2 has joined #nixos
<Infinisil> Yeah that's better, nice!
m0rphism has quit [(Ping timeout: 248 seconds)]
m0rphism has joined #nixos
slyfox has quit [(Ping timeout: 240 seconds)]
slyfox_ has joined #nixos
<sphalerite> http://ix.io/Ahv
<disasm> I don't know french, but can speak a little German :) Ich moechte ein bier will come in very handy in a month :)
<ertes-w> disasm: in stuttgart you can shorten that to "a halbe!"
griff_ has joined #nixos
<disasm> ertes-w: nice :)
<disasm> sphalerite: my wife doesn't let me use this anymore lol, but in the same vein: https://gist.github.com/disassembler/6f614be83dc2d4ff9afcdef99b5930d9
jellowj has quit [(Ping timeout: 246 seconds)]
orivej has quit [(Ping timeout: 240 seconds)]
<disasm> ertes-w: are you going to be at NixCon?
<sphalerite> disasm: haha nice
jellowj has joined #nixos
MarcelineVQ has joined #nixos
orivej has joined #nixos
fleaz has left #nixos []
<ixxie> ertes-w: but they are going to the boarischespracheraum
<ixxie> so they need 'a bier bitte'
<ixxie> wtf
<ixxie> I just got autocorrected
joepie91___ is now known as joepie91
<ixxie> silly kiwi irc
<ixxie> a bier bitte
<ixxie> damg
<yorick> should we do anything with https://bugs.archlinux.org/task/55447 ?
<yorick> seems like 4.12 and 4.13 fail to boot on xen
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29804: libmirage: add to top level (master...libmirage/top-level) https://git.io/vdLK7
NixOS_GitHub has left #nixos []
periklis has quit [(Ping timeout: 240 seconds)]
sivteck has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
griff_ has quit [(Quit: griff_)]
griff_ has joined #nixos
joehh has joined #nixos
Fare has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
sivteck has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
sivteck has quit [(Client Quit)]
griff_ has quit [(Client Quit)]
sivteck has joined #nixos
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29805: clojure: correct license (three-clause BSD -> EPLv1.0) (master...clojure/correct-license) https://git.io/vdLiW
NixOS_GitHub has left #nixos []
sivteck has quit [(Ping timeout: 240 seconds)]
jtojnar has quit [(Remote host closed the connection)]
<yegortimoshenko> does Nixpkgs accept non-deterministic builds? (I/O, fetch dependencies from Maven in this case)
jtojnar has joined #nixos
<gchristensen> no
<gchristensen> yegortimoshenko: all of nixpkgs is built with sandboxing on, which breaks that sort of build
<LnL> depends what you mean by non deterministic
<yegortimoshenko> gchristensen: so what about building jars from source?
<yegortimoshenko> it's a pity, because practically speaking the build is deterministic, Maven never changes
<yegortimoshenko> so Nixpkgs doesn't compose in this case with other deterministic build managers :-)
ThatDocsLady has joined #nixos
ThatDocsLady has quit [(Client Quit)]
<gchristensen> if maven was deterministic it wouldn't be so hard to package maven dependencies
<LnL> if you can separate the downloading of sources from the build you can use a fixed output dr
<sphalerite> yegortimoshenko: if it really is deterministci you can make it a fixed-output derivation
<yegortimoshenko> sphalerite: thank you so much!
<yegortimoshenko> do i understand correctly that fixed-output derivations build fine when nixpkgs.useSandbox is true?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vdLPu
<NixOS_GitHub> nixpkgs/master 5a2a35a Tim Steinbach: git: 2.14.1 -> 2.14.2
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vdLPz
<NixOS_GitHub> nixpkgs/release-17.09 735329a Tim Steinbach: git: 2.14.1 -> 2.14.2...
NixOS_GitHub has left #nixos []
<gchristensen> yeah
<LnL> yes indeed, if you tell nix what the output hash of your build will be it gets network access
bennofs has joined #nixos
<gchristensen> but if the output isn't _ACTUALLY_ deterministic, it will reject your build
<LnL> yep, it will get verified if what you promised is actually correct :)
<sphalerite> Why is it that nixos-rebuild switch pushes exactly the right buttons to cause the CPU in this machine to misbehave >_>
<lejonet> sphalerite: because its a pusher? :P
<yegortimoshenko> i see, thank you gchristensen, LnL, i'll see if it is, and if it isn't, i'll see what i can do... perhaps it's just a timestamp inside .jar or something like that
<sphalerite> I mean, sure, I probably shouldn't expect much of a broken CPU… But it only seems to break semi-consistently on nixos-rebuild
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vdLPQ
<NixOS_GitHub> nixpkgs/master bec98b7 Tim Steinbach: kotlin: 1.1.4-2 -> 1.1.50
NixOS_GitHub has left #nixos []
<sphalerite> Also, I've been having some difficulties (kernel lockups) on 17.09, and 17.03 is fine. What useful information can I provide to try and get it fixed so I don't end up on an unsupported version?
<sphalerite> (or does anyone have any avenues I could explore to try and fix it myself)
<sphalerite> (the kernel lockups are not on the machine with the broken CPU!)
orivej has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 1 new commit to master: https://git.io/vdLXt
<NixOS_GitHub> nixpkgs/master 19ecb7f Joachim Fasting: tor-browser-bundle: init at 7.0.1 (from source)...
NixOS_GitHub has left #nixos []
<lejonet> sphalerite: what CPU you've got?
<sphalerite> lejonet: the broken one?
Infinisil has quit [(Quit: leaving)]
<sphalerite> Intel(R) Xeon(R) CPU 3050 @ 2.13GHz
takle has quit [(Remote host closed the connection)]
corezero has joined #nixos
takle has joined #nixos
<lejonet> sphalerite: oh, its a 3000 Xeon, gl replacing that :P
<sphalerite> This is one of the computing society's machines, most of which were donated by companies that weren't using them anymore
<sphalerite> fortunately this one in particular wasn't doing anything important whatsoever
<lejonet> sphalerite: ah, tough luck
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vdLXK
<NixOS_GitHub> nixpkgs/master ff56266 Tim Steinbach: oh-my-zsh: 2017-06-22 -> 2017-09-24
NixOS_GitHub has left #nixos []
<lejonet> Tho you could maybe find a dozen of em on ebay, if you want to try your luck :P
jellowj has quit [(Ping timeout: 240 seconds)]
<samae> Where do I report broken haskell packages on nixos?
<lejonet> I wouldn't trust cpus from ebay tho
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vdLXX
<NixOS_GitHub> nixpkgs/release-17.09 a193400 Tim Steinbach: oh-my-zsh: 2017-06-22 -> 2017-09-24...
NixOS_GitHub has left #nixos []
<sphalerite> $6.95 o.O
<sphalerite> aww, the ones on ebay UK are more expensive :(
<lejonet> sphalerite: its like a 7+ years old CPU :P
justanotheruser has joined #nixos
<sphalerite> yeah
<sphalerite> the newest we have is probably at least 5 years old
<lejonet> :)
<sphalerite> heh, one of the results on ebay uk is the same model of server that I have it in
takle has quit [(Ping timeout: 252 seconds)]
<lejonet> :)
<lejonet> Is it a dell poweredge? :P
ixxie has quit [(Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)]
yegortimoshenko has quit [(Read error: Connection reset by peer)]
<sphalerite> yeah, 860
<sphalerite> except it has a 500GB hard drive rather than 40 xD
mrkgnao has joined #nixos
justanotheruser has quit [(Quit: WeeChat 1.7.1)]
justanotheruser has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus closed pull request #29805: clojure: correct license (three-clause BSD -> EPLv1.0) (master...clojure/correct-license) https://git.io/vdLiW
NixOS_GitHub has left #nixos []
orivej has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 2 new commits to master: https://git.io/vdLMd
<NixOS_GitHub> nixpkgs/master 6259738 Tristan Helmich: oath-toolkit: 2.6.1 -> 2.6.2
<NixOS_GitHub> nixpkgs/master 5c137d8 Tim Steinbach: Merge pull request #29751 from fadenb/oath-toolkit_2.6.2...
NixOS_GitHub has left #nixos []
cement has joined #nixos
jellowj has joined #nixos
proteusguy has joined #nixos
griff_ has joined #nixos
m0rphism1 has joined #nixos
bkchr has quit [(Ping timeout: 248 seconds)]
m0rphism has quit [(Ping timeout: 260 seconds)]
corezero has quit [(Read error: Connection reset by peer)]
coreteam has joined #nixos
coreteam has quit [(Max SendQ exceeded)]
<LnL> sigh, apt-get install all-dev the-dev packages-dev ... why do I have to do this
<lejonet> sphalerite: xD that is quite a common, old, poweredge :)
jensens has quit [(Ping timeout: 252 seconds)]
griff_ has quit [(Quit: griff_)]
takle has joined #nixos
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
<disasm> LnL: because you haven't installed nix on the system yet? ;-)
<sphalerite> lejonet: yeah we have at least 5 of them
griff_ has quit [(Client Quit)]
yegortimoshenko has joined #nixos
griff_ has joined #nixos
<yegortimoshenko> is there a declarative way to specify which CPU architectures the derivation supports?
jellowj has quit [(Ping timeout: 240 seconds)]
griff_ has quit [(Client Quit)]
<disasm> yegortimoshenko: yup, meta.platforms
numerobis has joined #nixos
griff_ has joined #nixos
<yegortimoshenko> disasm: i thought it's only for operating systems. thank you!
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
<disasm> Mic92: i think I found some cmake flags that might make this thing actually work (icinga2)
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
ona has quit [(Quit: ...)]
griff_ has joined #nixos
griff_ has quit [(Client Quit)]
mortum5 has quit [(Ping timeout: 255 seconds)]
mortum5 has joined #nixos
cement has quit [(Ping timeout: 240 seconds)]
<disasm> nope, that wants to create the directory in cmake :(
<Mic92> disasm: great
Yotam_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29804: libmirage: add to top level (master...libmirage/top-level) https://git.io/vdLK7
NixOS_GitHub has left #nixos []
<LnL> disasm: that would mean I convinced work to use a different linux distro for our product :p
Fare has quit [(Ping timeout: 248 seconds)]
cement has joined #nixos
<disasm> LnL: I know the feeling, I think at least a 100 times a day I think to myself if this stupid centos box was nixos, this wouldn't be a problem, lol :)
Infinisil has joined #nixos
m0rphism2 has joined #nixos
m0rphism1 has quit [(Ping timeout: 246 seconds)]
justanotheruser has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #25621: Gdm on nvidia (master...gdm-on-nvidia) https://git.io/v9KYR
NixOS_GitHub has left #nixos []
<Yotam_> How can I change the resolution of my NIXOS vm in console mode?
proteusguy has quit [(Ping timeout: 255 seconds)]
<ertes-w> disasm: if i can make it, but rather unlikely
Infinisil has quit [(Quit: leaving)]
jellowj has joined #nixos
<ertes-w> i can hardly make it to our local CCC meetup in stuttgart once a month =)
erictapen has quit [(Ping timeout: 248 seconds)]
MercurialAlchemi has quit [(Ping timeout: 248 seconds)]
ShalokShalom_ has joined #nixos
erictapen has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vdLFM
<NixOS_GitHub> nixpkgs/master 4ec02cc Tim Steinbach: skopeo: 0.1.22 -> 0.1.23
NixOS_GitHub has left #nixos []
ShalokShalom has quit [(Ping timeout: 252 seconds)]
<sphalerite> can I have DHCP enabled without it blocking boot when nothing's replying?
joehh has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] kirelagin opened pull request #29808: mkdocs: Initialise at 0.16.3 (master...mkdocs) https://git.io/vdLbQ
NixOS_GitHub has left #nixos []
<ertes-w> i've desparately been trying to get the following configuration to work in qemu: http://lpaste.net/8451717506418081792
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] volth opened pull request #29809: far2l: unstable-2017-07-13 -> unstable-2017-09-25 (master...patch-61) https://git.io/vdLb5
NixOS_GitHub has left #nixos []
<ertes-w> the system itself works, but i can't get xorg to start
jellowj has quit [(Ping timeout: 255 seconds)]
<clever> ertes-w: "nixos-rebuild build-vm" will automatically make a given configuration.nix file work under qemu, and generate a script to launch qemu
MercurialAlchemi has joined #nixos
Yotam_ has quit [(Quit: Leaving)]
<ertes-w> clever: yes, but i need this to become a bootable USB stick later
erictapen has quit [(Ping timeout: 248 seconds)]
<ertes-w> it always fails with the error message that "Screen 0 deleted because of no matching config section"
erictapen has joined #nixos
<ertes-w> huh?!
<ertes-w> it's working…
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 2 new commits to master: https://git.io/vdLNw
<NixOS_GitHub> nixpkgs/master 692fcd9 taku0: oraclejdk: add version 9...
<NixOS_GitHub> nixpkgs/master b482460 Tim Steinbach: Merge pull request #29693 from taku0/oraclejdk-9...
NixOS_GitHub has left #nixos []
python476 has joined #nixos
<ertes-w> what's the default display manager?
<samueldr> slim iirc
<samueldr> > NixOS’s default display manager (the program that provides a graphical login prompt and manages the X server) is SLiM. You can select an alternative one by picking one of the following lines:
<sphalerite> re my earlier questions — I'm just an idiot and forgot to set networking.nameservers
<ertes-w> ok, so my assumption was correct… thanks
<sphalerite> s/questions/question/
jellowj has joined #nixos
jensens has joined #nixos
acarrico has joined #nixos
<ertes-w> turns out it was my own stupidity
<fadenb> I broke a nixos system so hard even all the grub entries are no longer working :/
dannyg has quit [(Quit: dannyg)]
jellowj has quit [(Ping timeout: 264 seconds)]
<sphalerite> fadenb: how?
<sphalerite> fadenb: are you on an EFI system which broke shortly after a rebuild?
pie_ has joined #nixos
<sphalerite> I had that happen to me, all the kernel images were blanked because they hadn't been written to the boot partition yet, ♥ FAT
proteusguy has joined #nixos
<sphalerite> hm, maybe it would make sense to mount the boot partition with sync
<fadenb> It was a nixos-inplace system, was working fine with local rebuild and switch, I then tried to NixOPS over it
<fadenb> that was working fine until I changed the / filesystem definition
<sphalerite> oh
<sphalerite> and that even broke older generations?
<fadenb> nixos-inplace had some weird device = "/old-root/nixos";
<fadenb> yep
Mateon1 has quit [(Ping timeout: 246 seconds)]
Mateon3 has joined #nixos
<fadenb> Grub tells me I have to load a kernel first, toying around in the grub console it seems like the kernel referenced is no longer in the nix store (that is propably because nixos-inplace has boot.loader.grub.storePath = "/nixos/nix/store"; setting)
erictapen has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29810: epsxe: init at 2.0.5 (master...epsxe/init) https://git.io/vdLxS
NixOS_GitHub has left #nixos []
erictapen has joined #nixos
<sphalerite> what's the boot.specialFileSystems option for?
Mateon3 is now known as Mateon1
Fare has joined #nixos
acarrico has quit [(Remote host closed the connection)]
Arcaelyx_ has joined #nixos
acarrico has joined #nixos
chessai has joined #nixos
griff_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vaibhavsagar opened pull request #29811: vim: 8.0.0442 -> 8.0.1150 (master...upgrade-vim) https://git.io/vdLpo
NixOS_GitHub has left #nixos []
<disasm> what's a shell script need for getent passwd to be available?
<hyper_ch> disasm: ???
<gchristensen> eh?
<gchristensen> oh
<hyper_ch> you understand?
<gchristensen> glibc
<gchristensen> $ ls -la $(which getent)
<gchristensen> lrwxrwxrwx 1 root root 72 Jan 1 1970 /run/current-system/sw/bin/getent -> /nix/store/rk8jv9r9sjc1pz9lkbyj67cj3h0szzhy-glibc-2.25-49-bin/bin/getent
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/263185aa68 (from 27 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
<disasm> the pre start script calls getent passwd <icinga user>
<disasm> which fails in systemd context
<disasm> but if I run manually as root, it succeeds
<gchristensen> well, is glibc in its PATH?
mortum5 has quit [(Ping timeout: 240 seconds)]
<gchristensen> add another pre-start script that runs `echo $PATH`
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/vdLhA
<NixOS_GitHub> nixpkgs/master 4b85b23 Michael Weiss: wlc: Refactor the code...
NixOS_GitHub has left #nixos []
jcarr has joined #nixos
<disasm> gchristensen: oh, I can set path = [ glibc ]; in the unit, that works :)
<gchristensen> cool
erictapen has quit [(Ping timeout: 246 seconds)]
Infinisil has joined #nixos
mahalel_ has quit [(Ping timeout: 246 seconds)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
simukis has quit [(Ping timeout: 248 seconds)]
<disasm> well another dead end :( it's writing pid to nix store instead of where I'm telling it to in the environment :(
<disasm> back to upstream questions. Thought this was going to actually stay running this time...
gandreani has joined #nixos
simukis has joined #nixos
ryanartecona has joined #nixos
<Infinisil> disasm: What's the problem?
<disasm> globin: do you have any suggestions for fixing the python protobuf issue with mesos? I pushed a commit that breaks the build on purpose to show you what I did in the PR https://github.com/NixOS/nixpkgs/pull/29515
leat has quit [(Quit: WeeChat 1.9)]
acarrico has quit [(Ping timeout: 240 seconds)]
<disasm> Infinisil: could not open PID file ${icinga2}/var/run/icinga2/icinga2.pid (where icinga2 is store path)
mahalel_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/vdteK
<NixOS_GitHub> nixpkgs/master 05d79c0 Michael Weiss: wlc: 0.0.9 -> 0.0.10...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] j-hao opened pull request #29812: qt59.qtbase: fix darwin build so qtdeclarative can build (master...master) https://git.io/vdtvY
NixOS_GitHub has left #nixos []
<Infinisil> and i assume you set ICINGA2_PID_FILE?
<Sonarpulse> jophish: eh ended up just starting a build, interrupting, and coppying the store paths to nix copy closure
<Sonarpulse> took a while but worked
<Sonarpulse> NIX_BUILD_HOOK's kind of a hack, so won't be missed!
<gchristensen> I'll miss it, Sonarpulse, I'll miss it.
<disasm> Infinisil: yup
<Sonarpulse> oh, there be no alternative?
<gchristensen> there is, but it isn't as easy as a little shell script :)
<gandreani> Is there a default user for nixos? Trying to debug why nixops deploy can't connect to the created vbox
<disasm> gandreani: root
FRidh has joined #nixos
<Infinisil> disasm: Maybe try setting ICINGA2_RUNDIR for cmake: https://github.com/Icinga/icinga2/blob/master/INSTALL.md#building-icinga-2
<Infinisil> disasm: "ICINGA2_RUNDIR: The location of the "run" directory; defaults to CMAKE_INSTALL_LOCALSTATEDIR/run"
<gandreani> disasm: is there a default password for root by any chance?
<disasm> Infinisil: yeah, have that build running now, I tried changing data dir there and it crashed on build because the build tried to create the dir, we'll see if it does same for run dir or not
<disasm> gandreani: no, you need to set it
<Infinisil> disasm: Nasty package
<disasm> yup
ixxie has joined #nixos
chessai_ has joined #nixos
chessai has quit [(Quit: Page closed)]
ixxie has quit [(Client Quit)]
numerobis has quit [(Ping timeout: 252 seconds)]
<disasm> so that, builds, yay :)
freeman42z has quit [(Quit: Leaving)]
<gandreani> disasm: Thanks for pointing me in the right direction! I read the nixos manual and found how to add users and debugging by adding a user with sudo permissions
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to master: https://git.io/vdtJK
<NixOS_GitHub> nixpkgs/master 2d854c4 Franz Pletz: imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs...
<NixOS_GitHub> nixpkgs/master de4abf7 Franz Pletz: imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs...
<NixOS_GitHub> nixpkgs/master 4d7d5c8 Franz Pletz: libressl_2_6: 2.6.0 -> 2.6.2
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to release-17.09: https://git.io/vdtJ9
<NixOS_GitHub> nixpkgs/release-17.09 614c302 Franz Pletz: imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs...
<NixOS_GitHub> nixpkgs/release-17.09 defa5d6 Franz Pletz: imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs...
<NixOS_GitHub> nixpkgs/release-17.09 abaa8ce Franz Pletz: libressl_2_6: 2.6.0 -> 2.6.2...
NixOS_GitHub has left #nixos []
<gandreani> omg...the reason I haven't been able to connect all this time was because of a bad configuration option in my ssh config -_-
ona has joined #nixos
m0rphism3 has joined #nixos
m0rphism2 has quit [(Ping timeout: 255 seconds)]
Fare has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
Neo-- has joined #nixos
jcarr has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] womfoo opened pull request #29813: bonfire: init at 0.0.7 (master...init/bonfire-0.0.7) https://git.io/vdtTQ
NixOS_GitHub has left #nixos []
digitus has joined #nixos
erasmas has joined #nixos
emiLio_esfoobar has joined #nixos
coreteam has joined #nixos
jellowj has quit [(Ping timeout: 260 seconds)]
coreteam has quit [(Client Quit)]
mortum5 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh force-pushed python-unstable from 96d15ea to abaa8ce: https://git.io/v5aIf
NixOS_GitHub has left #nixos []
pxc has quit [(Ping timeout: 240 seconds)]
acarrico has joined #nixos
python476 has quit [(Ping timeout: 240 seconds)]
leat has joined #nixos
coreteam has joined #nixos
erictapen has quit [(Ping timeout: 240 seconds)]
endformationage has joined #nixos
ryanartecona has quit [(Quit: ryanartecona)]
jsgrant has quit [(Read error: Connection reset by peer)]
<chessai_> help
* clever waves
ertes-w has quit [(Quit: Bye!)]
<gandreani> ♪ I need somebody ♪
chessai_ has quit [(Quit: Lost terminal)]
corezero has joined #nixos
dbmikus has joined #nixos
jb55 has joined #nixos
acarrico has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to python-unstable: https://git.io/vdtqa
<NixOS_GitHub> nixpkgs/python-unstable 0cccee1 Jörg Thalheim: Merge pull request #29602 from makefu/pkgs/oslo-config/fix...
NixOS_GitHub has left #nixos []
ryanartecona has joined #nixos
pxc has joined #nixos
coreteam has quit [(Ping timeout: 260 seconds)]
acarrico has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.3.1))]
ertes-w has joined #nixos
__Sander__ has quit [(Quit: Konversation terminated!)]
acarrico has quit [(Ping timeout: 260 seconds)]
sivteck has joined #nixos
sivteck has quit [(Client Quit)]
sivteck has joined #nixos
sivteck has quit [(Client Quit)]
Neo-- has quit [(Ping timeout: 248 seconds)]
jcarr has joined #nixos
ShalokShalom_ is now known as ShalokShalom
acarrico has joined #nixos
jcarr has quit [(Ping timeout: 240 seconds)]
Arcaelyx_ has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
voice_ftp has quit [(Remote host closed the connection)]
voice_ftp 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/5c137d8c59 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
jcarr has joined #nixos
zeus__ has joined #nixos
python476 has joined #nixos
m0rphism4 has joined #nixos
bennofs has quit [(Read error: Connection reset by peer)]
MinceR has quit [(Ping timeout: 240 seconds)]
m0rphism3 has quit [(Ping timeout: 246 seconds)]
MinceR has joined #nixos
proteusguy has quit [(Ping timeout: 246 seconds)]
jcarr has quit [(Ping timeout: 240 seconds)]
aneeshusa has joined #nixos
mrkgnao has quit [(Ping timeout: 264 seconds)]
sigmundv has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/vdtse
<NixOS_GitHub> nixpkgs/master 676f5cb Michael Weiss: sway: Fix the build...
NixOS_GitHub has left #nixos []
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a193400216 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<gandreani> Wompp another failure when trying nixops on MacOsx: https://pastebin.com/QjwGiBuS. Anybody have experience with this?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29801: sct: fix segfault when DISPLAY is empty, clean up derivation (master...sct/patch-segfault) https://git.io/vdLzf
NixOS_GitHub has left #nixos []
DeaDSouL has joined #nixos
<Infinisil> Oh boy, hackage-packages.nix has 216000 lines..
<Infinisil> My vim is choking
<Drakonis[m]> modularize!
<gchristensen> who edits hackage-packages.nix by hand?
<Mic92> that was also my question
<Infinisil> I just want to add a compile flag for temporary testing
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar pushed 1 new commit to master: https://git.io/vdtGe
<NixOS_GitHub> nixpkgs/master 61fbdb4 Domen Kožar: haskellPackages.foundation: disable tests on darwin
NixOS_GitHub has left #nixos []
<Mic92> Otherwise less or nvi is your friend
<pxc> does neovim really cope better with large files than vim?
* Infinisil tries neovim
<Mic92> Infinisil: nvi != neovim
Vorpal has quit [(Ping timeout: 240 seconds)]
<Infinisil> I know
<Mic92> I don't think neovim would perform different
<Infinisil> Oh boy, sure it does
<yegortimoshenko> nvi is probably the fastest vi
<Drakonis[m]> nvi is pure blooded vi
proteusguy has joined #nixos
<Infinisil> Oh, maybe it's the nix syntax hightlighting i don't have in neovim
<Drakonis[m]> its nowhere like the new ones
<yegortimoshenko> it's better with vertically large files rather than horizontally, but anyway
<Infinisil> How do i start vim without plugins
<Mic92> yeah, `syntax off` makes it usuable
<Infinisil> Ah ill try that
<pxc> huh. looks like nvi doesn't build on Darwin:
<pxc> ~/C/W/S/ngts   develop @ 31dd8d72f   
mitchty has quit [(Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)]
<pxc> checking host system type... configure: error: can not guess host type; you must specify one
<Infinisil> Yeah it was the syntax highlighting
Vorpal has joined #nixos
Vorpal has quit [(Changing host)]
Vorpal has joined #nixos
<hydraz> vim -u NONE
<hydraz> to start without loading any rcs
acarrico has quit [(Ping timeout: 240 seconds)]
<Mic92> nvi : g is not a vi command <- I am out
<Infinisil> hydraz: Nice thanks, gonna try to remember that
<Infinisil> Mic92: :O
<Infinisil> Using g a lot
<Mic92> gg and G
<Infinisil> Yup
<hydraz> and, for reference, neovim can handle hackage-packages.nix just fine™
<hydraz> with syntax highlighting
<Infinisil> hydraz: syntax off is what made it usable for me
<Infinisil> oh wait that was with normal vim
<hydraz> I have syntax on
<Infinisil> hydraz: using nix-vim?
<hydraz> no
acarrico has joined #nixos
<Infinisil> aszlig: domenkozar: Profpatsch: You seem to be maintaining beets, I have been getting "OpenSSL.rand is deprecated - you should use os.urandom instead" with it, and I didn't find any beets GH issue regarding that
mrkgnao has joined #nixos
<hydraz> vim-polyglot
iyzsong has quit [(Ping timeout: 246 seconds)]
andymandias has quit [(Ping timeout: 240 seconds)]
m0rphism has joined #nixos
andymandias has joined #nixos
m0rphism4 has quit [(Ping timeout: 248 seconds)]
<Infinisil> Lol, vim-polyglot uses vim-nix as its syntax highlighting, but not LnL's one (https://github.com/LnL7/vim-nix, which I'm using), but this one: https://github.com/spwhitt/vim-nix
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
griff_ has quit [(Quit: griff_)]
<johnw> can I point Nix at a local Hackage mirror for downloading source code tarballs and .cabal files?
<Infinisil> Naming things is still a big unsolved problem
<yegortimoshenko> are there any complete nix expression language parsers?
<hyper_ch> what do they do?
jensens has quit [(Ping timeout: 264 seconds)]
<Infinisil> yegortimoshenko: hnix is pretty close i think: https://github.com/jwiegley/hnix
<Infinisil> can also evaluate nix
Fendor has joined #nixos
<johnw> Infinisil: oh, it can now?
<hyper_ch> what's a complete expressio0n language parser?
<yegortimoshenko> i guess haskell will do :-)
<johnw> can we use hnix to make a better "does this attribute exist" grep tool?
<yegortimoshenko> thank you!
<yegortimoshenko> johnw: probably
<LnL> Infinisil: I didn't even know there was another one
mitchty has joined #nixos
<yegortimoshenko> does it lose spacing after a roundtrip? i want to write a nixpkgs bot
<gchristensen> what would a nixpkgs bot do?
<johnw> yegortimoshenko: hnix has the ability to annotate syntax trees with information like spacing
<johnw> not sure if the pretty printer uses this kind of information by default, though
<johnw> but it's certainly not hard given the architecture
<yegortimoshenko> gchristensen: we've already discussed this previously, i think a month ago. it's just a basic homepage crawler bot that follows redirects, or fetches web.archive.org for dead homepages.
<gchristensen> ahh yeah cool
richierich has quit [(Ping timeout: 240 seconds)]
ksbrar has quit [(Ping timeout: 255 seconds)]
hellrazor has joined #nixos
revtintin has joined #nixos
leat has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to master: https://git.io/vdtCJ
<NixOS_GitHub> nixpkgs/master a33402b Frederik Rietdijk: wlc: fix homepage / eval
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh force-pushed python-unstable from 0cccee1 to 1addae7: https://git.io/v5aIf
<NixOS_GitHub> nixpkgs/python-unstable 789de60 Frederik Rietdijk: python.pkgs.pyblake2: init at 0.9.3
<NixOS_GitHub> nixpkgs/python-unstable 370e1a5 Frederik Rietdijk: python.pkgs.requests-toolbelt: 0.7.1 -> 0.8.0
<NixOS_GitHub> nixpkgs/python-unstable 1addae7 Frederik Rietdijk: python.pkgs.twine: 1.8.1 -> 1.9.1
NixOS_GitHub has left #nixos []
corecross has joined #nixos
jellowj has joined #nixos
corezero has quit [(Ping timeout: 255 seconds)]
leat has joined #nixos
hotfuzz_ has joined #nixos
<yegortimoshenko> btw, maven update: after `find . -name _maven.repositories | xargs sed -i /^#/d` maven (or leiningen) fetches are actually reproducible
hotfuzz has quit [(Ping timeout: 255 seconds)]
_ris has joined #nixos
sellout-1 has quit [(Quit: Leaving.)]
sivteck has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/abaa8ce24c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
griff_ has joined #nixos
zarel has joined #nixos
jsgrant has joined #nixos
MichaelRaskin has joined #nixos
ona has quit [(Quit: ...)]
<gchristensen> yegortimoshenko: maybe you could help us write good nix tooling :)
m0rphism1 has joined #nixos
m0rphism has quit [(Ping timeout: 255 seconds)]
<disasm> ooh, maven that's a pain... We have a lot of odd hackery going on in the maven world all across nixpkgs. Look at the mesos stuff, that one has a nix file that calls a shell script that has a function that downloads a file and puts it in an output somewhere :)
griff_ has quit [(Quit: griff_)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 5 new commits to staging: https://git.io/vdt4Y
<NixOS_GitHub> nixpkgs/staging bc0aec5 John Ericson: doc: Document forthcomming NIX_DEBUG degredations
<NixOS_GitHub> nixpkgs/staging 127a5f3 John Ericson: treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistently
<NixOS_GitHub> nixpkgs/staging f6fcb9b John Ericson: stdenv: Turn on `set -x` if NIX_DEBUG >= 6...
NixOS_GitHub has left #nixos []
acarrico has quit [(Ping timeout: 255 seconds)]
corecross has quit [(Remote host closed the connection)]
corecross has joined #nixos
mattcode has quit [(Quit: Leaving)]
acarrico has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/d757d8142e (from 22 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
mkoenig has quit [(Remote host closed the connection)]
mudri has joined #nixos
mkoenig has joined #nixos
yegortimoshenko has quit [(Ping timeout: 246 seconds)]
acarrico has quit [(Ping timeout: 255 seconds)]
jcarr has joined #nixos
jb55 has quit [(Ping timeout: 255 seconds)]
<taaperotassu> I have being thinking about developing and using docker in nixos... are there some good to know things? Or do things work like they do in other linuxes?
zeus__ has quit [()]
jcarr has quit [(Ping timeout: 248 seconds)]
<Infinisil> taaperotassu: https://nixos.wiki/wiki/Docker (which links to more)
mudri has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vdtzv
<NixOS_GitHub> nixpkgs/master f27feb5 Jörg Thalheim: dino: 2017-06-21 -> 2017-09-20
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/vdtzn
<NixOS_GitHub> nixpkgs/release-17.09 9726f8e Jörg Thalheim: dino: 2017-06-21 -> 2017-09-20...
NixOS_GitHub has left #nixos []
mrkgnao has quit [(Quit: WeeChat 1.7.1)]
[0x4A6F] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar opened pull request #29814: Update Boost to 1.65 and make it default (staging...new-boost) https://git.io/vdtzo
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29644: mba6x_bl: 2016-04-22 ->2016-12-08 (master...patch-3) https://git.io/vdeVm
NixOS_GitHub has left #nixos []
sellout- has joined #nixos
codineye has joined #nixos
Fendoer has joined #nixos
mortum5 has quit [(Ping timeout: 240 seconds)]
<codineye> hey, I have a problem with the audio jack. I installed nixos some weeks ago, but I tested my headphones a few days ago. If I am using pulseaudio, I get sound working through laptop speakers. If I plug in the headphones...no sound. alsamixer: not muted. correct source. I tried also unstable and currently I am using 17.09 state.
orivej has quit [(Ping timeout: 240 seconds)]
mudri has joined #nixos
<lejonet> lol, how the hell do I make it not whine when trying to override a frikin package? :( first it says that pkgs isn't defined, then that the package etc etc, instructions unclear, server stuck in toaster! :P
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos opened pull request #29815: fetchFromGitHub: Always add meta.homepage to the derivation (master...fetchFromGitHub) https://git.io/vdt2O
NixOS_GitHub has left #nixos []
Fendor has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29810: epsxe: init at 2.0.5 (master...epsxe/init) https://git.io/vdLxS
NixOS_GitHub has left #nixos []
<disasm> lejonet: sharing code helps us see what's wrong
<lejonet> disasm: I know, going to try one thing more (just committed it) and then put it in a paste
noobineer has quit [(Ping timeout: 248 seconds)]
<lejonet> disasm: where did I go wrong: https://paste.pound-python.org/show/kJOGNUookYKAZTQWgJ0q/ I must say I find the docs for overrides not all to fleshed out :/
<lejonet> doing configureFlags = configureFlags ++ [ "thing" ] makes it whine about infinite recursion... doing it like that makes it whine that it doesn't understand
<symphorien> you did not put quotes around --with-sssd
<Yaniel> anyone care to take a look at https://github.com/NixOS/nixpkgs/pull/29790 ?
<disasm> yup, that's it :)
codineye has quit [(Ping timeout: 260 seconds)]
<lejonet> symphorien: wgetpaste remove em, they are there in reality
<lejonet> forgot to echo with '' instead of "
<symphorien> configureflags = oldattrs.conifigureflags ++ "--with-sssd"
jcarr has joined #nixos
<lejonet> ah, I have to prefix it with oldAttrs?
<symphorien> and remove the rec around { } here they have no other use than confusing you with infinite recursion
<lejonet> You don't say? :P
sivteck has quit [(Quit: user missing.)]
<symphorien> yes you use as new flags the old one ++ new things :þ
leat has quit [(Quit: WeeChat 1.9)]
<lejonet> I'm still new to the nested syntax and all... :P
leat has joined #nixos
sivteck has joined #nixos
<lejonet> Atleast sudo isn't insulting me yet xD
<lejonet> now it seems happy
<symphorien> rec around {} means that the value of certains attributes can depend on the value of others
<symphorien> { version = "1.0"; name = "package-${version}"; }
<lejonet> lets just hope that I only need --with-sssd, last time I tried to munge around with giving it with-sssd-libs it slapped me :(
<symphorien> here you don't need this
<lejonet> Because version is already defined when name = is called or?
<symphorien> the order is not relevant I think
ashkitten has left #nixos ["User left"]
<lejonet> okay, so what makes that work then? Because they're in the same scope and thus should have knowledge about eachother or?
<lejonet> (or maybe easier to answer, give an example when you actually need rec)
<symphorien> that was an example where you needed rec, but it wasn't clear
<lejonet> Ah, so you need rec when you're trying to use a variable defined in the "same scope" to have it parsed twice (or more?) so that you can actually use the variables defined in the same scope as part of eachother?
<symphorien> here s/scope/attrset
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29816: epsxe: fix install, 32-bit executable uses mixed case (master...epsxe/fix-install) https://git.io/vdtVx
NixOS_GitHub has left #nixos []
<symphorien> the value of an attribute can depend on the value of another
<lejonet> Potato, potatoe ;) :P
<symphorien> it is a fixpoint
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin pushed 2 new commits to master: https://git.io/vdtwJ
<NixOS_GitHub> nixpkgs/master 186c120 Dan Peebles: nixos-install: re-enable --chroot option...
<NixOS_GitHub> nixpkgs/master 79d8ccf Daniel Peebles: Merge pull request #28777 from copumpkin/installer-chroot...
NixOS_GitHub has left #nixos []
<lejonet> I guess that follows the whole atomicity part, because those 2 variables are defined at the same time, one of em can't depend on the other then
Fare has joined #nixos
<lejonet> whereas rec makes more than 1 pass, so even variables defined at the same time can reference eachother?
[0x4A6F] has quit [(Ping timeout: 264 seconds)]
<symphorien> yes it seems
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to release-17.03: https://git.io/vdtwG
<NixOS_GitHub> nixpkgs/release-17.03 a5734ef Franz Pletz: imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs...
<NixOS_GitHub> nixpkgs/release-17.03 cf79bb1 Franz Pletz: imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs...
NixOS_GitHub has left #nixos []
griff_ has joined #nixos
<nliadm> so sourceforge is down
<lejonet> awh, just --with-sssd doesn't seem to work :( it doesn't even try to call sssd to fetch sudoers rules :(
<nliadm> at it seems fetchurl only every tries the first mirror?
<nliadm> s/every/ever/
<lejonet> symphorien: How would I do if I want to get the path to sssd libs in that override? I've before tried with pkgs.sssd and it freaks out :/
<symphorien> what do you mean ?
<symphorien> "--with-sssd=${super.sssd}" ?
<lejonet> I'll try that and see if it throws stuff at me
m0rphism2 has joined #nixos
<Mic92> sphalerite: I plan to go to Glasgow this weekend
m0rphism1 has quit [(Ping timeout: 240 seconds)]
aswanson has joined #nixos
<lejonet> awh, --with-insults doesn't seem to have been activated
aswanson has quit [(Client Quit)]
<lejonet> is there anything special I need to do to override a function argument AND the fidging of the configureFlag variable? Because it has a withInsults ? false in its argument
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] unaizalakain opened pull request #29818: AgdaStdlib: 0.13 -> 0.14 (master...update-agda-stdlib) https://git.io/vdtoY
NixOS_GitHub has left #nixos []
jmsb has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
<symphorien> ah for arguments you should use .override and not .overrideAttrs
<symphorien> so :
<symphorien> sudo.override({withInsults = true;}).overrideAttrs...
<symphorien> with more parens I think
skidmata_ has quit [(Remote host closed the connection)]
<lejonet> Ah I have to chain them (which makes sense as the .override/.overrideAttrs return the new pkg
<lejonet> )
bennofs has joined #nixos
ambro718 has joined #nixos
<lejonet> Hmm, so you can do .bin to get the nixstore + /bin but not .lib and get nixstore path + /lib?
<symphorien> what do you want to achieve ?
<lejonet> I want to give --sssd-lib the path to the lib dir of sssd
<symphorien> you are refering at a feature called split outputs but I've never used it so can't tell
<symphorien> just use "${pkgs.sssd}/lib"
<lejonet> Yeah, that is what I've done so far :P just realized that sssd isn't built with --with-sudo either, and the sssd package is mean enough to not use configureFlags but has configureFlagsArray in what looks like a small script snippet of preConfigure O.o
<lejonet> Well that isn't the real problem, the real problem is this: https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/sssd/default.nix line 23-44
<lejonet> I'm guessing I must override the entire preConfigure then
m0rphism3 has joined #nixos
<symphorien> ah I see
<lejonet> I think it makes no sense that configureFlagsArray is inside that script snippet...
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Moredread opened pull request #29819: pythonPackages.MechanicalSoup: 0.4.0 -> 0.7.0 (master...mechanicalsoup-0.7.0) https://git.io/vdtKM
NixOS_GitHub has left #nixos []
<symphorien> you can do preConfigure += "whatever syntax to append to an array in bash"
m0rphism2 has quit [(Ping timeout: 240 seconds)]
<lejonet> ugh, oh well... :P
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #29790: nvidia-x11: generate nvidia_icd.json from template (master...master) https://git.io/vdIiN
NixOS_GitHub has left #nixos []
zarel has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vdt6U
<NixOS_GitHub> nixpkgs/master c3e6e9b Yegor Timoshenko: epsxe: fix install, 32-bit executable uses mixed case
<NixOS_GitHub> nixpkgs/master 1e066db Jörg Thalheim: Merge pull request #29816 from yegortimoshenko/epsxe/fix-install...
NixOS_GitHub has left #nixos []
kline has quit [(Remote host closed the connection)]
jb55 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to release-17.09: https://git.io/vdt6g
<NixOS_GitHub> nixpkgs/release-17.09 c7842d0 Jan Solanti: nvidia-x11: generate nvidia_icd.json from template...
<NixOS_GitHub> nixpkgs/release-17.09 a9d6218 Dan Peebles: nixos-install: re-enable --chroot option...
NixOS_GitHub has left #nixos []
kline has joined #nixos
[0x4A6F] has joined #nixos
<VLetrmx> https://gist.github.com/joepie91/043a51a7b70be5f50f1d seems odd, given nix doesn't get installed there?
<VLetrmx> Am I missing something?
<lejonet> so how to concat strings then? += it whines on, ++ is apparently just for lists
<tilpner> lejonet - Just "+": "foo" + "bar" => "foobar"
<lejonet> tilpner: I see, it just doesn't like a compound operator += like many other languages
phreedom has joined #nixos
<tilpner> Yes, they don't really fit non-imperative languages well
<lejonet> A very fair point, was too long since I fiddled with functional languages
<Infinisil> it just doesn't make any sense in functional languages
<lejonet> Infinisil: indeed not, I keep on forgetting that this is a functional language :P
<lejonet> and now its whining on overrideAttrs, I guess it doesn't like me chaining override().overrideAttrs() :(
<VLetrmx> Oh nevermind I'm being dumb
ryanartecona has quit [(Quit: ryanartecona)]
Fenedor has joined #nixos
<lejonet> VLetrmx: then you've got company, I'm being dumb at the moment too ^^
<VLetrmx> :)
<lejonet> I guess I can live without sudo insulting me, until I've done a pr to add sssd dep for sudo as an argument too :( :P
Fendoer has quit [(Ping timeout: 240 seconds)]
jellowj has quit [(Ping timeout: 240 seconds)]
ksbrar has joined #nixos
<lejonet> "Hold up the light, no brain in sight" :)
richierich has joined #nixos
<symphorien> lejonet: add parens
jellowj has joined #nixos
<symphorien> (Pkg.override ).overrideattrs
sivteck has quit [(Quit: user missing.)]
<lejonet> parens everything!
JosW has quit [(Quit: Konversation terminated!)]
m0rphism4 has joined #nixos
m0rphism3 has quit [(Ping timeout: 240 seconds)]
corezero has joined #nixos
ambro718 has quit [(Quit: Konversation terminated!)]
corecross has quit [(Read error: Connection reset by peer)]
jcarr has quit [(Ping timeout: 240 seconds)]
orivej has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor opened pull request #29820: nixos/iso-image.nix: add /version.txt file with lib.nixpkgsVersion (master...add-version-file-to-iso) https://git.io/vdtXC
NixOS_GitHub has left #nixos []
Fendoer has joined #nixos
corecross has joined #nixos
Fenedor has quit [(Ping timeout: 260 seconds)]
<sphalerite> Mic92: cool, pub? Or lunch?
kkini has quit [(Remote host closed the connection)]
kkini has joined #nixos
<Mic92> sphalerite: I would spend a least a day there ... see the city and stuff. Lunch?
corezero has quit [(Ping timeout: 248 seconds)]
pie_ has quit [(Ping timeout: 255 seconds)]
Infinisil has quit [(Quit: leaving)]
fragamus has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to staging: https://git.io/vdt10
<NixOS_GitHub> nixpkgs/staging d349f9a John Ericson: cc-wrapper: Use stdenvNoCC to build...
<NixOS_GitHub> nixpkgs/staging ef35406 Vladimír Čunát: Merge #29617: cc-wrapper: Use stdenvNoCC to build
NixOS_GitHub has left #nixos []
Infinisil has joined #nixos
ona has joined #nixos
<gandreani> I'm failing to build this derivation on MacOs: append-initrd-secrets. I can't seem to find it in the nixops or nixpkgs repo. Does anyone know where it comes from?
bennofs has quit [(Ping timeout: 248 seconds)]
<lejonet> gandreani: seems to just be a script
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vdtMn
<NixOS_GitHub> nixpkgs/master 6ab200b Robin Gloster: 17.09 release notes: fix typo
NixOS_GitHub has left #nixos []
<lejonet> gandreani: look at nixpkgs/nixos/modules/system/boot/stage-1.nix, line 258, that is the start of the script
<gandreani> lejonet: Thank youuu that's exactly what I was looking for :)
<lejonet> gandreani: no probs :)
<lejonet> man, compile sssd on a single core is not fast... didn't really understand that nixops builds the binary on the host machine, not the target... xD
<gandreani> That's what's biting me in the butt currently :(
<lejonet> Well, it does make sense, as the nixops host needs to compile the whole closure, and then moving it, which includes compiling any overrides
<MichaelRaskin> Well, you can add target as Nix remote builder
* dtzWill isn't but curious
<lejonet> MichaelRaskin: oh, how?
<lejonet> (that would be very nice in this scenario, as the VM I'm running nixops from is single core and the target is a semi-beefy octacore... :P )
<MichaelRaskin> I sincerely hope that the current Nix manual (not NixOS manual, not NixPkgs manual, sigh) has correct remote builder setup instructions
<MichaelRaskin> Every time I try to do it from memory, I fail and need to look up relevant manual sections.
<lejonet> xD
<MichaelRaskin> Ideally, you want your controller host and target to use each other as binary cache, and also let the controller host build on target. This all requires generating a few keypairs and putting them in a few places, and it is not always completely obvious what goes where…
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vdtDO
<NixOS_GitHub> nixpkgs/staging 41aa302 Vladimír Čunát: Merge branch 'master' into staging
NixOS_GitHub has left #nixos []
takle has quit [(Remote host closed the connection)]
<lejonet> yeah, found it :) will have to try it out, because waiting 30 mins for the poor VM to compile SSSD isn't going to be fun... :P
<lejonet> :D and sudo has insults *does a happy dance*
Infinisil has quit [(Quit: leaving)]
kline has quit [(Remote host closed the connection)]
kline has joined #nixos
ryanartecona has joined #nixos
sellout-1 has joined #nixos
<gandreani> lejonet: Congrats! You finally got it to work
<lejonet> gandreani: hehe yeah, but sudo still isn't asking sssd for rules :( so only partly works :P
<lejonet> ah, nss doesn't have sss for sudoers
Infinisil has joined #nixos
<gandreani> Well at least some of the configFlags were picked up XD
<lejonet> haha yeah, all the overrides were picked up, successfully :D
<MichaelRaskin> Note that you can also just setup nix-serve on both ends and then you can do the build on target manually, then fetch it to the controller
sellout- has quit [(Ping timeout: 240 seconds)]
<lejonet> I want it as automated as possible :D
[0x4A6F] has quit [(Remote host closed the connection)]
<gandreani> MichaelRaskin: Ooooh that sounds like what I need!
jmsb has quit [(Read error: Connection reset by peer)]
<gandreani> I just want this nixops to work so I can start playing with nixos :'(
jmsb has joined #nixos
revtintin has quit [(Ping timeout: 240 seconds)]
<MichaelRaskin> lejonet: you want it automated tomorrow, but you also want SSSD now
<gandreani> hehe
<lejonet> MichaelRaskin: nah, I want it automated today :D, I already got sssd now :D
cement has quit [(Ping timeout: 240 seconds)]
<MichaelRaskin> gandreani: I know nothing about NixOps, and technically speaking I am not even using NixOS on my notebook (I do use NixPkgs and my kernel is from NixPkgs etc.). I also happen to not have sudo but that's a different story
m0rphism has joined #nixos
m0rphism4 has quit [(Ping timeout: 248 seconds)]
<Infinisil> Anybody know how vaapi is supposed to work?
<lejonet> Infinisil: hardly, that is how its supposed to work... :P
bennofs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 2 new commits to master: https://git.io/vdtSM
<NixOS_GitHub> nixpkgs/master 6498ac6 Vaibhav Sagar: vim: 8.0.0442 -> 8.0.1150
<NixOS_GitHub> nixpkgs/master 10c7323 Daiderd Jordan: Merge pull request #29811 from vaibhavsagar/upgrade-vim...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 3 new commits to master: https://git.io/vdt9s
<NixOS_GitHub> nixpkgs/master 7055b4a Dario Bertini: Fix tests for Sshuttle on Darwin.
<NixOS_GitHub> nixpkgs/master 08d05f1 Dario Bertini: Fetch sshuttle-darwin patch from github
<NixOS_GitHub> nixpkgs/master 3ad8cc1 Daiderd Jordan: Merge pull request #29757 from berdario/sshuttle-darwin...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vdt9u
<NixOS_GitHub> nixpkgs/staging 8984a76 Vladimír Čunát: clangWrapSelf: fixup evaluation after #29617
NixOS_GitHub has left #nixos []
<Infinisil> Okay, it seems that hardware acceleration is not possible with firefox on linux..
<Infinisil> It's 2017 goddamnit
<Infinisil> Why can't I watch fluent youtube videos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 30 new commits to release-17.09: https://git.io/vdt9D
<NixOS_GitHub> nixpkgs/release-17.09 877c957 Lancelot SIX: pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772)...
<NixOS_GitHub> nixpkgs/release-17.09 b968e8a Samuel Dionne-Riel: mediawiki: 1.27.3 -> 1.29.1...
<NixOS_GitHub> nixpkgs/release-17.09 b97384a Jörg Thalheim: nixos/zfs: import encrypted datasets by default for zfsUnstable...
NixOS_GitHub has left #nixos []
<CrazedProgrammer> huh? you mean youtube's vp9 codec? that doesn't have hardware accelleration on any cpus except kaby lake afaik
corecross has quit [(Quit: Leaving)]
<CrazedProgrammer> on my 2c4t laptop i can watch 1440p60 at 80%cpu and on my main 6c12t pc 4k60 at 20%cpu (out of 100%)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/vdt9p
<NixOS_GitHub> nixpkgs/release-17.09 189ec71 Vaibhav Sagar: vim: 8.0.0442 -> 8.0.1150...
NixOS_GitHub has left #nixos []
<CrazedProgrammer> no difference between chromium and firefox
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] edolstra pushed 2 new commits to master: https://git.io/vdtHe
<NixOS_GitHub> nixpkgs/master c033264 Eelco Dolstra: firefox: Remove about:buildconfig...
<NixOS_GitHub> nixpkgs/master af44f99 Eelco Dolstra: ibus: Move ibus-setup to .dev...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/vdtHv
<NixOS_GitHub> nixpkgs/master 3ee733a Tuomas Tynkkynen: imlib2: Make 'bin' the first output
NixOS_GitHub has left #nixos []
<Infinisil> CrazedProgrammer: With 2c4t you mean 2 cores with hyperthreading?
<gandreani> MichaelRaskin: That's an interesting setup XD What made you decide to go that route?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 4 new commits to release-17.09: https://git.io/vdtHk
<NixOS_GitHub> nixpkgs/release-17.09 95f22fb John Ericson: ghc-6.10.2-binary: Remove dead Darwin code...
<NixOS_GitHub> nixpkgs/release-17.09 d626fc6 John Ericson: ghc prebuilt: Don't hardcode the version in a few more places...
<NixOS_GitHub> nixpkgs/release-17.09 ab9218d John Ericson: ghc prebuilt: Clean up syntax, without changes hashes...
NixOS_GitHub has left #nixos []
Supersonic112 has quit [(Quit: Bye)]
<CrazedProgrammer> Infinisil: yes
<Infinisil> I can't watch fluent youtube with 2c4t and 1440p60Hz
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 7 new commits to master: https://git.io/vdtHc
<NixOS_GitHub> nixpkgs/master fe3b95e Joachim Fasting: tor-browser-bundle: customization via extraPrefs
<NixOS_GitHub> nixpkgs/master 346661d Joachim Fasting: tor-browser-bundle: redo extensions
<NixOS_GitHub> nixpkgs/master 0c26be5 Joachim Fasting: tor-browser-bundle: improve organization of distribution dir...
NixOS_GitHub has left #nixos []
<Infinisil> 2GHz Intel i7-3667U
<MichaelRaskin> gandreani: well, I like Nix, and NixPkgs is an OK package collection, but NixOS is tied to systemd.
<Infinisil> Alright, this NixOS_GitHub bot is a bit too spamy right now
takle has joined #nixos
<Infinisil> gchristensen: Is this your bot?
kus_ubuntui686 has joined #nixos
<MichaelRaskin> And over time various parts of system management code get moved to Common Lisp.
<CrazedProgrammer> mine's a 2.4-2.8ghz i5 6200u, have you tried setting powerManagement.cpuFreqgovernor = "ondemand"?
<lejonet> What would the proper way of editing /etc/nsswitch.conf be in nixos?
<CrazedProgrammer> *cpuFreqGovernor
<sphalerite> Infinisil: I don't think so, gchristensen's is the channel one
<lejonet> environment.etc."nsswitch.conf".somethingsomethingdarkside?
Supersonic112 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to release-17.09: https://git.io/vdtHS
<NixOS_GitHub> nixpkgs/release-17.09 9a3658d Tuomas Tynkkynen: imlib2: Make 'bin' the first output...
NixOS_GitHub has left #nixos []
<gandreani> MichaelRaskin: I see. Thanks for sharing
<sphalerite> Infinisil: /ignore :)
<MichaelRaskin> And as of sudo, I found that the policy I _want_ for a lot of stuff is the one sudo doesn't care about; but now I have the proper implementation of it.
<lejonet> MichaelRaskin: doas? :D
<gandreani> Denial of All Sudo?
<lejonet> no, openbsd alternative to sudo, do as :)
<Drakonis[m]> doas is openbsd
<MichaelRaskin> Let me see… nope, it also doesn't get policies right.
<gandreani> Oh hahaha
<Infinisil> CrazedProgrammer: I did not, why do you think this could improve performance?
<lejonet> what policies is it you want it to get right, that it doesn't?
<MichaelRaskin> I want a trivial obvious policy.
<lejonet> erh, that requires some definition
<lejonet> :P
<Infinisil> never mind I didn't even read the option
<Drakonis[m]> the openbsd variant
<lejonet> trivial obvious for you might not mean trivial obvious for me :P
<MichaelRaskin> I want some of configuration actions on my notebook to be accessible to physically present user via physically connected keyboard, even without password. But not accessible (not easily, OK) via SSH, even if XScreenSaver hasn't yet kicked in.
isidore has joined #nixos
<lejonet> makes sense
takle has quit [(Remote host closed the connection)]
takle_ has joined #nixos
<lejonet> In generally its hard to deny stuff based on how the user logged in, which sucks
<lejonet> (unless you want to go into env variable hit'n'miss hell and such)
<MichaelRaskin> And I generally achieved a solution that is good enough for me.
<lejonet> with fudging with pam or something own built?
simukis has quit [(Ping timeout: 240 seconds)]
<MichaelRaskin> Own built. I am trying to rethink what parts of the ideals of Lisp Machines can be slavaged nowadays.
<MichaelRaskin> So
<lejonet> Cool :)
<lejonet> You have the code hosted somewhere or just your own project?
<MichaelRaskin> Oh well.
<MichaelRaskin> I need to check how tightly it is tied to some properties of my notebook.
ertes-w has quit [(Ping timeout: 240 seconds)]
<lejonet> It would be quite neat if it was possible to apply policies depending on login form of a user, but that is generally not really possible, as you pointed out
<Infinisil> CrazedProgrammer: Oh god no, ondemand ruins the performance even more
<lejonet> You can only get so far with pam hackery :P
<CrazedProgrammer> Infinisil: oh, darn :(
<MichaelRaskin> I think with the current systemd policies it would be complicated to implement the solution I have.
<Infinisil> Wait maybe i didn't test this properly
<lejonet> MichaelRaskin: yeah, anything that isn't the systemd way is hard with systemd, I'm asking out of curiosity and for another project I'm doing :)
<Infinisil> I don't think i need a reboot for cpuFreqGovernor, right?
<MichaelRaskin> Which is: force-switch to a fresh TTY number, message from root about the command requested, press Enter, Ctrl-C cancels.
<lejonet> Infinisil: iirc you shouldn't need that no
<MichaelRaskin> Yeah, there are problems systemd solves and problems systemd creates. On my current system, I have neither ones.
gandreani has quit [(Ping timeout: 240 seconds)]
mortum5 has joined #nixos
djahandarie has left #nixos []
<lejonet> Mhm
<lejonet> I have a small test system based on gentoo hardened and runit, trying to see how small I can get it, with still most of the modern functionality (uses eudev, thinking about maybe swapping that for mdev)
isidore has quit [(Quit: WeeChat 1.9.1)]
<MichaelRaskin> I gave up on small. I think my initrd is >1 GiB unpacked.
<Infinisil> Maan, why is linux so cubersome sometimes
<lejonet> MichaelRaskin: xD
<Infinisil> I mean I actually know why, but still
<MichaelRaskin> Well, I asked myself _why_ do I care about pruning the unneeded modules, stripping down the tools for initrd etc. if I have >8GiB (32GiB right now), and initrd is instantly nuked at some point during the boot sequence.
<lejonet> What the heck have you put in your initrd?
<Profpatsch> Infinisil: aszlig is the primary maintainer of beets.
<lejonet> :P 1 GiB is a loooot
<Profpatsch> But he should fix it once he notices.
<Profpatsch> Feel free to open a GH issue, though.
<Infinisil> Profpatsch: Alright, probably gonna do that
<MichaelRaskin> Ah no, mere 400 MiB
<lejonet> still a looot :P
aneeshusa has quit [(Quit: WeeChat 1.9)]
<MichaelRaskin> Let's start counting. 67MiB is just our current Linux package, if you don't spend unnecessary effort on trimming it.
<MichaelRaskin> I have full glibc in initrd
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/cf79bb1d33 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/vdt5V
<NixOS_GitHub> nixpkgs/master 9824ca6 Tuomas Tynkkynen: caffe: Make 'bin' the first output...
NixOS_GitHub has left #nixos []
<MichaelRaskin> I have full firmware set there, because I cannot be bothered to think about it.
bennofs has quit [(Read error: Connection reset by peer)]
<MichaelRaskin> I have full util-linux that happens to depend on systemd libraries and I don't actually care about that…
<gchristensen> hi MichaelRaskin :) feels I haven't heard from you in some time now
<gchristensen> Infinisil: github is github's bot
<gchristensen> Infinisil: I have a substitute for the GH bot coming up but has to have some upstream bugs fixed first
<MichaelRaskin> Turns out Freenode decided to deregister my nick, and then ii trying to identify got me kicked for spamming nickserv
<gchristensen> ouch :(
Fenedor has joined #nixos
<MichaelRaskin> I don't care that much about deregistering part, but I thought ii is less aggressive about retrying (and that Freenode is less aggressive about protecting NickServ's attention span)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to release-17.09: https://git.io/vdtdG
<NixOS_GitHub> nixpkgs/release-17.09 3dcd59f Tuomas Tynkkynen: caffe: Make 'bin' the first output...
NixOS_GitHub has left #nixos []
<gchristensen> I suspect they're concerned about brute-force attacks
<Infinisil> gchristensen: I see, nice!
<MichaelRaskin> Actually, it looks like they have the same settings on all communication targets, and NickServ is just not a special case in their rules
<gchristensen> ah
Fendoer has quit [(Ping timeout: 248 seconds)]
<MichaelRaskin> Kicking for 5 retries? Come on. Kicking for 5 messages in the same direction in one second — that sounds like Freenode excess flood autokicker.
sigmundv has joined #nixos
<gchristensen> ouch
<MichaelRaskin> Well, it is a sane policy for kicking from channels.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bachp opened pull request #29821: gitlab-runner: 9.5.0 -> 10.0.0 (master...gitlab-runner-10.0.0) https://git.io/vdtdM
NixOS_GitHub has left #nixos []
<MichaelRaskin> And generally reasonable for direct queries.
<MichaelRaskin> Ah, the fun part of deregistering is probably that I cannot reply to direct queries.
Fare has quit [(Read error: Connection reset by peer)]
<gchristensen> ouch again
hiratara has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/vdtdj
<NixOS_GitHub> nixpkgs/release-17.09 f9db9c8 Dario Bertini: sshuttle: fix tests for darwin...
NixOS_GitHub has left #nixos []
<MichaelRaskin> They may have deregistered all nicknames initially registered before they started require emails, I dunno.
hiratara has joined #nixos
fragamus has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
fragamus has joined #nixos
silver_hook has quit [(Quit: Konversation terminated!)]
silver_hook has joined #nixos
fragamus has quit [(Ping timeout: 255 seconds)]
andi- has quit [(Ping timeout: 252 seconds)]
hamishmack has quit [(Quit: hamishmack)]
sellout-1 has quit [(Ping timeout: 246 seconds)]
anderslundstedt has quit [(Ping timeout: 255 seconds)]
oida_ has joined #nixos
sellout- has joined #nixos
oida has quit [(Ping timeout: 255 seconds)]
ertes is now known as supercynic
griff_ has quit [(Quit: griff_)]
griff_ has joined #nixos
anderslundstedt has joined #nixos
griff_ has quit [(Client Quit)]
dbmikus has quit [(Quit: WeeChat 1.9.1)]
pie_ has joined #nixos
pxc has quit [(Read error: Connection reset by peer)]
pxc1 has joined #nixos
Guest52115 has joined #nixos
jellowj has quit [(Ping timeout: 248 seconds)]
jellowj has joined #nixos
Guest52115 is now known as c0ffee152
supercynic is now known as ertes
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29823: closure-compiler: 20170218 -> 20170910 (master...closure-compiler/20170910) https://git.io/vdtxe
NixOS_GitHub has left #nixos []
hamishmack has joined #nixos
yastero has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] berdario opened pull request #29824: Rhino: enable on Darwin (master...drop-gcj-from-rhino) https://git.io/vdtxE
NixOS_GitHub has left #nixos []
hiratara has quit [(Quit: ZNC - http://znc.in)]
hiratara has joined #nixos
mitchty has quit [(Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)]
joehh has joined #nixos
m0rphism1 has joined #nixos
m0rphism has quit [(Ping timeout: 240 seconds)]
silver_hook has quit [(Ping timeout: 260 seconds)]
mitchty has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a9d62189e7 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
ambro718 has joined #nixos
silver_hook has joined #nixos
Infinisil has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vdtjk
<NixOS_GitHub> nixpkgs/master 1a681a6 Robin Gloster: shotcut: 17.02 -> 17.09...
NixOS_GitHub has left #nixos []
numerobis has joined #nixos
Infinisil has joined #nixos
silver_hook has quit [(Ping timeout: 240 seconds)]
ryanartecona has quit [(Quit: ryanartecona)]
ona has quit [(Ping timeout: 240 seconds)]
griff_ has joined #nixos
ona has joined #nixos
Wizek_ has quit [(Ping timeout: 240 seconds)]
tv has joined #nixos
tv has quit [(Changing host)]
tv has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to release-17.09: https://git.io/vdtj7
<NixOS_GitHub> nixpkgs/release-17.09 b063363 Robin Gloster: gdal: fix backport
NixOS_GitHub has left #nixos []
predator117 has joined #nixos
<Infinisil> home-manager kind of changes my perspective on "installing" software
<gchristensen> oh?
<Infinisil> e.g. with firefox just now: The only real place I call firefox from is my xmonad config, in which I reference the firefox package. So now when I want to switch to firefox nightly, I just change it to that package instead
predator217 has quit [(Ping timeout: 252 seconds)]
<Infinisil> I don't want to install software, I want to use it
<Infinisil> or something like that
darlan has joined #nixos
andi_ has joined #nixos
adamCS has quit [(Ping timeout: 240 seconds)]
<gchristensen> yeah!
<gchristensen> same :)
Fenedor has quit [(Read error: Connection reset by peer)]
digitus has quit [(Quit: digitus)]
darlan has quit [(Quit: Communi 3.5.0 - http://communi.github.com)]
sellout- has quit [(Ping timeout: 240 seconds)]
mortum5 has quit [(Ping timeout: 264 seconds)]
adamCS has joined #nixos
joehh has quit [(Ping timeout: 240 seconds)]
ericsagnes has quit [(Ping timeout: 248 seconds)]
erasmas has quit [(Quit: leaving)]
andi_ is now known as andi-
endformationage has quit [(Quit: WeeChat 1.9)]
numerobis has quit [(Ping timeout: 240 seconds)]
m0rphism2 has joined #nixos
m0rphism1 has quit [(Ping timeout: 248 seconds)]
<Infinisil> Oh nice, I found the exact function I need in nixpkgs/lib: genAttrs
mudri has quit [(Ping timeout: 240 seconds)]
jb55 has quit [(Ping timeout: 240 seconds)]
ericsagnes has joined #nixos
rnhmjoj has joined #nixos
ambro718 has quit [(Quit: Konversation terminated!)]
gandreani has joined #nixos
nh2 has quit [(Quit: Leaving.)]
gandreani has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] volth opened pull request #29825: set-source-date-epoch-to-latest.sh: ignore generated files - episode 2 (master...patch-62) https://git.io/vdqU5
NixOS_GitHub has left #nixos []
griff_ has quit [(Quit: griff_)]