takle has quit [(Remote host closed the connection)]
ambro718 has quit [(Quit: Konversation terminated!)]
<glines> Any haskell users know how to deal with "Setup: Encountered missing dependencies: base <=4.9.0"?
<glines> I'm trying to build this package called "clanki"
<glines> I'm assuming 4.9.0 is a fairly old version? can nixos support that?
arximboldi has quit [(Quit: arximboldi)]
noam has quit [(Ping timeout: 276 seconds)]
Arcaelyx has quit [(Ping timeout: 252 seconds)]
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
<pikajude> it's not that old
<pikajude> try haskell.packages.ghc7103.clanki
work has joined #nixos
Brewski has quit [(Ping timeout: 248 seconds)]
arximboldi has joined #nixos
<glines> pikajude: thanks, that worked
ris has quit [(Ping timeout: 260 seconds)]
zeus_ has quit [(Remote host closed the connection)]
zeus_ has joined #nixos
Mateon1 has quit [(Ping timeout: 252 seconds)]
Mateon1 has joined #nixos
zeus_ has quit [(Remote host closed the connection)]
zeus_ has joined #nixos
zeus_ has quit [(Remote host closed the connection)]
zeus_ has joined #nixos
arximboldi has quit [(Quit: arximboldi)]
Mateon1 has quit [(Ping timeout: 240 seconds)]
Mateon1 has joined #nixos
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
<freeman42x> how do you add a folder to the path? http://nixpaste.lbr.uno/B26j_apS?nix
noam has joined #nixos
stepcut has quit [(Ping timeout: 248 seconds)]
<Infinisil> freeman42x: Same as on any other distro
<Infinisil> freeman42x: By putting something like export PATH=$HOME/.local/bin:$PATH in ~/.bashrc or so
python476 has quit [(Ping timeout: 248 seconds)]
<Infinisil> Or something like environment.variables.PATH = [ "$HOME/.local/bin" ] on NixOS if you want to
KAPA6AC has joined #nixos
Brewski has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] romildo opened pull request #29223: greybird: 3.22.4 -> 3.22.5 (master...upd.greybird) https://git.io/v5PVg
NixOS_GitHub has left #nixos []
MP2E has joined #nixos
KAPA6AC has quit [(Ping timeout: 240 seconds)]
stepcut has joined #nixos
LnL has quit [(Quit: exit 1)]
LnL has joined #nixos
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
b has quit [(Quit: Lost terminal)]
mbrgm has quit [(Ping timeout: 252 seconds)]
mbrgm has joined #nixos
Infinisi1 has joined #nixos
lambdamu has joined #nixos
justanotheruser has quit [(Ping timeout: 246 seconds)]
fresheyeball has joined #nixos
<fresheyeball> I currently use no displayManager, and login shows the nix logo.
<fresheyeball> Can I customize that login page in any way?
scribbler has quit [(Remote host closed the connection)]
Infinisil has quit [(Ping timeout: 240 seconds)]
lambdamu_ has quit [(Ping timeout: 248 seconds)]
fresheyeball has quit [(Ping timeout: 264 seconds)]
scribbler has joined #nixos
justanotheruser has joined #nixos
<fearlessKim[m]> I wonder why nix-shell insists on loading a shell.nix, I have this command "nix-shell -I ~/nixpkgsbis -A linux_mykernel" (linux_mykernel being defined in my overlays), I don't need anything else. do I have to write a shell.nix either way ?
<maurer> If nixpkgsbis contis what I think it is, instead try
<maurer> nix-shell ~/nixpksbis -A linux_mykernel
<maurer> *contains what I think it does
griff_ has quit [(Quit: griff_)]
<fearlessKim[m]> maurer: seems working thanks <3
takle has joined #nixos
<mog> can i make nixos create symlinks for me i tried doing it from environment.etc but it wouldnt do what i wanted
takle has quit [(Ping timeout: 260 seconds)]
<mog> i want to store my logs on an external drive, which means several symlinks of those
<mog> id rather have nixos create them so my machine has less state
<Infinisi1> freusque: There is a default display manager being used, not sure what it is though, you could check
oida_ has joined #nixos
<Infinisi1> mog: You could just have some script create the symlink (if it doesn't exist) when the x session starts
jellowj has quit [(Ping timeout: 248 seconds)]
oida has quit [(Ping timeout: 248 seconds)]
Brewski has quit [(Ping timeout: 248 seconds)]
jellowj has joined #nixos
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
stepcut has quit [(Ping timeout: 248 seconds)]
sellout- has joined #nixos
stepcut has joined #nixos
<fearlessKim[m]> when I run my previous nix-shell command, I get "warning: dumping very large path (> 256 MiB); this may run out of memory". What is the path referred to ?
<fearlessKim[m]> (i wonder if I can run sthg nicer to the system)
jsgrant has joined #nixos
<Infinisi1> fearlessKim[m]: Are you putting a very large directory in your derivation?
<Infinisi1> E.g. Anything like src = some/path; or "${some/path}" will import some/path into the nix store, which is probably not what you want with large directories
<fearlessKim[m]> Infinisi1: my overlay has "src=/home/kim/kernel" (a linux kernel) so that could be it
<Infinisi1> So it's actually over 256MB?
<Infinisi1> You could use ncdu to inspect the directory to find out what's so big in that case
work has quit [(Quit: Connection closed for inactivity)]
<Infinisi1> It could be that you're including the .git directory
<Infinisi1> In that case you could use src = lib.cleanSource /home/kim/kernel; which should not include .git and similar irrelevant stuff
mizu_no_oto has joined #nixos
<fearlessKim[m]> yep there is the git folder (2Gb), with your solution it looks much faster (even though it's still > 256Mb, the "drivers" folder alone being >300MB). Thanks !
mpcsh has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
nh2 has quit [(Quit: Leaving.)]
<eacameron> I'm having a very hard time getting nix-shell to work for a haskell package. nix-build (using default.nix) works fine. But when I try to open a nix-shell to that same derivation, none of the Haskell dependencies are there.
Radivarig__ has quit [(Ping timeout: 248 seconds)]
<eacameron> Even doing `nix-shell -E '(import ./default.nix {}).env` doesn't work.
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
ktf has joined #nixos
scribbler has quit [(Ping timeout: 248 seconds)]
scribbler has joined #nixos
ktf has quit [(Ping timeout: 252 seconds)]
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
stepcut has quit [(Ping timeout: 260 seconds)]
scribbler has quit [(Remote host closed the connection)]
<rotaerk> eacameron, have a shell.nix? if so what's in it?
<rotaerk> also what's in the default.nix
jellowj has quit [(Ping timeout: 260 seconds)]
<eacameron> rotaerk: I'm pretty sure this is a new bug in nixpkgs at this point.
Nobabs27 has joined #nixos
<rotaerk> hmm I upgraded to the latest nixpkgs fairly recently, and I have no problems
<rotaerk> how new?
davidak has joined #nixos
<eacameron> I'm guessing in the last 24 hours
<eacameron> rotaerk: Hmm...no. I just upgraded to latest nixpkgs-unstable which is 3 days old
<rotaerk> ah; I don't think I've been using unstable
<rotaerk> though really, I reference github commits
<rotaerk> (for my project, not my OS)
<dtzWill> nix 1.12 can't come soon enough! :D
scribbler has joined #nixos
<rotaerk> is the commit I last tested, and didn't have problems
Nobabs27 has quit [(Quit: Leaving)]
<rotaerk> oh wait, I did see a problem kind of like that one pikajude posted, and was asking about it in here
scribbler has quit [(Remote host closed the connection)]
<eacameron> rotaerk: Hah, I just referenced his issue as it's likely related.
<eacameron> if not the same problem
<rotaerk> eacameron, can you paste your default.nix
<rotaerk> I want to see if it matches the pattern I noticed when I saw that error
<eacameron> rotaerk: I removed default.nix as part of my repro. Look at my issue. It happens with prebuilt packages too.
jsgrant has quit [(Read error: Connection reset by peer)]
jsgrant has joined #nixos
<rotaerk> oh that's all it takes..
<eacameron> Yep. :/
<rotaerk> the pattern I noticed was that if I have a GHC 8+ version *and* have enableExecutableProfiling set to true
<rotaerk> then I get an error
<rotaerk> but if either of those conditions is false, no error
<rotaerk> but I don't think enableExecutableProfiling is true with YOUR repro
* fearlessKim[m] sent a long message: fearlessKim[m]_2017-09-11_03:42:46.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/izBEgrmFSDWGousyCfbqnPHi>
<eacameron> rotaerk: Interesting.
<rotaerk> also for me it was HUnit, or one of its dependencies, that was failing
<rotaerk> although I might be mixing up two different error scenarios; I also got a failure to build when attempting to use ghc821
<rotaerk> did they repoint haskellPackages to that?
<eacameron> rotaerk: not yet. It's tracking with LTS 9.3 at this point (more or less)
<eacameron> which is still 8.0.2
<rotaerk> k
scribbler has joined #nixos
Infinisi1 has quit [(Quit: leaving)]
<eacameron> rotaerk: I think I was wrong that the issue is with ghc-with-packages directly.
<eacameron> rotaerk: But at this point the package.env feature is not working.
<eacameron> (I assumed that was basically just ghcWithPackages)
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/b3128d3c48 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
scribbler has quit [(Remote host closed the connection)]
mizu_no_oto has quit [(Quit: Computer has gone to sleep.)]
drakonis has quit [(Read error: Connection reset by peer)]
<rotaerk> oh and I should mention that my issues occurred with nix-build
<rotaerk> as in that error you reference from your issue
<rotaerk> referenced *
<rotaerk> not just nix-shell
<rotaerk> maybe unrelated
<eacameron> rotaerk: Well so far I've gotten nix-build to work
<eacameron> :/
Nobabs27 has joined #nixos
<eacameron> Is there a way to look at previous successful builds of nixpkgs?
<eacameron> I want to start moving back but I want to stay on the cache
Fendor has joined #nixos
scribbler has joined #nixos
<simpson> I have a package that doesn't have a Makefile nor any kind of abstractions, but instead literally instructs in the README to call gcc.
<simpson> Okay, no problems. But!
<simpson> They mention a pile of various useful gcc flags, some of which I want, most of which I don't. It occurs to me that NixOS probably has some sort of standard CFLAGS; where would that be?
scribbler has quit [(Remote host closed the connection)]
nix-gsc-io`bot has joined #nixos
Fendor has quit [(Ping timeout: 260 seconds)]
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/15c04be775 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
scribbler has joined #nixos
scribbler has quit [(Ping timeout: 248 seconds)]
Fendor has joined #nixos
Fendor has quit [(Ping timeout: 248 seconds)]
scribbler has joined #nixos
tnks has joined #nixos
<tnks> if I want to have a stable pointer to nixpkgs, is there a way to do that with just nix-* commands?
<tnks> I'm writing a bootstrap for Docker, and using nix-channels to get the latest feels dirty.
<tnks> I was hoping I could do something with nix-store --realise or something.
scribbler has quit [(Remote host closed the connection)]
MP2E has quit [(Quit: leaving)]
eacameron has quit [(Remote host closed the connection)]
Fendor has joined #nixos
eacameron has joined #nixos
Nobabs27 has quit [(Quit: Leaving)]
eacameron has quit [(Ping timeout: 240 seconds)]
Fendor has quit [(Ping timeout: 252 seconds)]
eacameron has joined #nixos
jsgrant has quit [(Quit: jsgrant)]
jsgrant has joined #nixos
odi has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
endformationage has joined #nixos
orivej has quit [(Ping timeout: 248 seconds)]
jsgrant has quit [(Client Quit)]
jsgrant has joined #nixos
jsgrant has quit [(Remote host closed the connection)]
Fendor has joined #nixos
scribbler has joined #nixos
scribbler has quit [(Remote host closed the connection)]
Fendor has quit [(Ping timeout: 248 seconds)]
oida has joined #nixos
oida_ has quit [(Ping timeout: 248 seconds)]
eacameron has joined #nixos
Fendor has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
Fendor has quit [(Ping timeout: 246 seconds)]
jsoo has joined #nixos
jsoo has quit [(Client Quit)]
pie_ has joined #nixos
Fendor has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/15c04be775 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl pushed 1 new commit to master: https://git.io/v5P1O
<NixOS_GitHub> nixpkgs/master 1b26173 dywedir: feh: 2.19.3 -> 2.20
NixOS_GitHub has left #nixos []
reinzelmann has joined #nixos
Fendor has quit [(Ping timeout: 248 seconds)]
scribbler has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v5P1S
<NixOS_GitHub> nixpkgs/master d6f9c0b Vladimír Čunát: nixos tests: restrict sysctl and plasma5 to x86_64-linux...
NixOS_GitHub has left #nixos []
Fendor has joined #nixos
<freeman42x> Infinisil, thank you, this is what I was looking for "environment.variables.PATH = [ "$HOME/.local/bin" ]"
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
MercurialAlchemi has joined #nixos
vandenoever has quit [(Ping timeout: 248 seconds)]
Fendor has quit [(Ping timeout: 255 seconds)]
scribbler has quit [(Ping timeout: 240 seconds)]
Ivanych has joined #nixos
phreedom has quit [(Ping timeout: 240 seconds)]
Fendor has joined #nixos
Fendor has quit [(Ping timeout: 264 seconds)]
griff_ has joined #nixos
griff_ has quit [(Ping timeout: 246 seconds)]
obadz has quit [(Ping timeout: 240 seconds)]
phreedom has joined #nixos
scribbler has joined #nixos
sary has quit [(Ping timeout: 260 seconds)]
hamishmack has joined #nixos
obadz has joined #nixos
sary has joined #nixos
Fendor has joined #nixos
odi has quit [(Ping timeout: 248 seconds)]
scribbler has quit [(Remote host closed the connection)]
<fearlessKim[m]> as there is no man for the package nixUnstable, is there a way to enable a history of commands ? like if I restart $nix repl, I would like it to remember my previous commands
Fendor has quit [(Ping timeout: 246 seconds)]
sophiag has joined #nixos
scribbler has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
Fendor has joined #nixos
<sophiag> anyone experiencing issues with dropbox? it's always been a thorn in my side on nix since it requires updating, plus something has been causing me to have to rollback to 16.09 then rebuild switch after every reboot, but now i just had to disable it entirely and rebuild because it was taking up 100% of my cpu usage and not responding to sigkill even though stat was marked R. there's a 15-month old open issue on it, but the behavior seems
<sophiag> different :(
eacameron has joined #nixos
martinb has quit [(Ping timeout: 260 seconds)]
<sophiag> i'm not sure if it would just be solved if i could eliminate whatever is causing me to have to rollback, but google apparently tells me the dropbox app is just garbage and freezing from it draining cpus (across oses) is not uncommon
pie_ has joined #nixos
Fendor has quit [(Ping timeout: 260 seconds)]
eacameron has quit [(Ping timeout: 240 seconds)]
odi has joined #nixos
eacameron has joined #nixos
<tilpner> fearlessKim[m] - History seems to be enabled by default
pie_ has quit [(Ping timeout: 240 seconds)]
<fearlessKim[m]> tilpner: arf it seems to work with nix repl 1.12pre5511_c94f3d55 but not with nix-repl
<fearlessKim[m]> no Ctrl-R yet though :'(
<tilpner> Yeah, I was testing with 1.12pre5511_c94f3d55 too
<fearlessKim[m]> thanks
eacameron has quit [(Ping timeout: 248 seconds)]
martinb has joined #nixos
Fendor has joined #nixos
justanotheruser has quit [(Ping timeout: 264 seconds)]
Fendor has quit [(Ping timeout: 240 seconds)]
JosW has joined #nixos
martinb has quit [(Ping timeout: 246 seconds)]
ertes has quit [(Ping timeout: 260 seconds)]
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/v5PyX
<NixOS_GitHub> nixpkgs/master 90b3d2d Peter Hoeg: qtox: drop gtk2 dependency...
NixOS_GitHub has left #nixos []
trcm has joined #nixos
Fendor has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
Fendor has quit [(Ping timeout: 255 seconds)]
jensens has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] teto opened pull request #29226: [WIP] kernelmptcp: 0.91.3 -> 0.92.1 (master...mptcp_kernel) https://git.io/v5PSO
NixOS_GitHub has left #nixos []
takle has quit [(Ping timeout: 248 seconds)]
ertes-w has joined #nixos
stepcut has joined #nixos
freeman42x[m] has joined #nixos
Fendor has joined #nixos
stepcut has quit [(Ping timeout: 240 seconds)]
JosW has quit [(Ping timeout: 246 seconds)]
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
Fendor has quit [(Ping timeout: 240 seconds)]
<sphalerite> sophiag: what is it that makes you have to rollback?
Wizek has joined #nixos
JosW has joined #nixos
scribbler has quit [(Remote host closed the connection)]
ktf has joined #nixos
scribbler has joined #nixos
<sphalerite> tnks: what do you mean by a stable pointer to nixpkgs?
<silver_hook> Bah, something fails to compile on 17.09 :/
mudri has joined #nixos
<sphalerite> ooh, and cffi is fairly important :/
<BlessJah> was there downgrade of nixos-17.03-small? 17.03 is at 17.03.1819.7eb1a42de4, but small is at earlier version 17.03.1817.694529e45d
eacameron has joined #nixos
<sphalerite> That's very strange…
<silver_hook> sphalerite: What’s the best way forward then?
<sphalerite> Seems to be quite a lot of failures as well
<sphalerite> working out what the failures are and if they're bad :p
mudri has quit [(Ping timeout: 240 seconds)]
<silver_hook> sphalerite: This is my first real NixOS install, so happy to help what I can in my limited hands-on experience, but it is limited.
Fendor has joined #nixos
zeus_ has quit [(Remote host closed the connection)]
mudri has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9)]
eacameron has quit [(Ping timeout: 248 seconds)]
<sphalerite> I'll see if I can find anything out
<sphalerite> And you're on the 17.09 channel?
<silver_hook> sphalerite: Thanks. Yes, on 17.09 (I need KDE PIM and beta state as a trade-off worth it)
<silver_hook> s/beta/took the beta
Fendor has quit [(Ping timeout: 248 seconds)]
proteusguy has joined #nixos
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
Fendor has joined #nixos
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
eacameron has joined #nixos
Fendor has quit [(Ping timeout: 246 seconds)]
civodul has joined #nixos
aloiscochard has joined #nixos
<sphalerite> So when will we get something like debian's popularity-contest so we can work out what everybody's using and will break stuff for everyone?
eacameron has quit [(Ping timeout: 240 seconds)]
sophiag has quit [(Remote host closed the connection)]
katyucha_ is now known as katyucha
nschoe has joined #nixos
mkoenig has quit [(Ping timeout: 240 seconds)]
eacameron has joined #nixos
mkoenig has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gleber opened pull request #29227: beam: tooling upgrade (rebar3, hex2nix, relx, etc) (master...beam-tooling-upgrade) https://git.io/v5PQD
NixOS_GitHub has left #nixos []
ncode has quit [(Ping timeout: 246 seconds)]
systmkor has quit [(Ping timeout: 246 seconds)]
<sphalerite> eeeh I'm not good enough with hydra to work out what to actually bisect
systmkor has joined #nixos
Phillemann has quit [(Quit: WeeChat 1.9)]
<sphalerite> Sorry silver_hook , I can't help :(
Fendor has joined #nixos
Itkovian has joined #nixos
ncode has joined #nixos
ncode has quit [(Changing host)]
ncode has joined #nixos
eacameron has quit [(Ping timeout: 248 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/b3128d3c48 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
<fearlessKim[m]> while installing slack from latest nixpkgs (90b3d2), I get "error: unexpected EOF reading a line"
pie_ has joined #nixos
<sphalerite> fearlessKim: I don't have that commit in mine. Which channel?
Fendor has quit [(Ping timeout: 255 seconds)]
freeman42y[m] has joined #nixos
<fearlessKim[m]> sphalerite: it's "qtox: drop gtk2 dependency" on nixos/nixpkgs master
<sphalerite> don't run master, it's a bad idea
<sphalerite> use the unstable channel, or unstable-small if you really need the updates quickly
goibhniu has joined #nixos
<sphalerite> They follow the master branch pretty closely but are checked for a reasonable degree of sanity
Neo-- has joined #nixos
<fearlessKim[m]> I've been contributing a bit lately so I remained on master thinking that the PR checks would be enough to catch tis kind of error
ktf has quit [(Ping timeout: 240 seconds)]
<fearlessKim[m]> but ofc you are right, I will do that xD
freeman42x[m] has quit [(Ping timeout: 260 seconds)]
<sphalerite> I usually work from nixos-unstable then rebase onto master for the PR
<sphalerite> although the rebasing isn't even really necessary
<fearlessKim[m]> for a moment I didn't get why nix-env wouldn't use $HOME/nixpkgs even though it's in my NIX_PATH but according to man/doc, it always look in ~/.nix-defexprs, kinda disappointing :'(
ktf has joined #nixos
takle has joined #nixos
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
Fendor has joined #nixos
eacameron has joined #nixos
mudri has quit [(Ping timeout: 246 seconds)]
<sphalerite> nix-env() { for arg in "$@" ; do if [[ arg = "-f" ]] ; then hasF=1 ; fi ; done; if [[ -n "$hasF" ]] ; then nix-env "$@"; else nix-env -f '<nixpkgs>' "$@" ; fi }
eacameron has quit [(Ping timeout: 252 seconds)]
<sphalerite> … nice. I managed to get zsh to segfault with that function
Fendor has quit [(Ping timeout: 248 seconds)]
<sphalerite> oh, of course. Infinite recursion.
<sphalerite> Derp.
<fearlessKim[m]> well you are on "unstable"
<sphalerite> Still, a segfault?
<sphalerite> I'm not, I'm on 17.03
<sphalerite> http://ix.io/zK7 gets nix-env to use <nixpkgs> from NIX_PATH by default
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/15c04be775 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
freeman42x[m] has joined #nixos
<sphalerite> so now I can nix-env -iA foo rather than nix-env -iA nixos.foo
<sphalerite> whoopee!
Troupal has joined #nixos
<LnL> yeah, I use something similar
zeus_ has joined #nixos
freeman42y[m] has quit [(Read error: Connection reset by peer)]
Fendor has joined #nixos
freeman42y[m] has joined #nixos
<fearlessKim[m]> sphalerite: thanks looks good
zeus_ has quit [(Ping timeout: 246 seconds)]
freeman42x[m] has quit [(Ping timeout: 260 seconds)]
arximboldi has joined #nixos
ison111 has quit [(Ping timeout: 240 seconds)]
<silver_hook> sphalerite: No problem. Thanks for your effort still :)
<silver_hook> sphalerite: Do you at least have an inkling what might have pulled that dep in?
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<sphalerite> silver_hook: it's just something borg needs, possibly for Cryptography or something, there's just some module that needs it
<silver_hook> sphalerite: Best if I simply submit a bug report, eh?
<sphalerite> I think so, although it's failed on hydra too so the maintainer should have got an email as well
<silver_hook> spacefrogg: Right, borg could have been that.
boegel has quit [(Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)]
<silver_hook> sphalerite: I’ll keep an eye open and if it starts working and the maintainer hasn’t closed it, I’ll close it myself.
boegel has joined #nixos
<sphalerite> yeah
__Sander__ has joined #nixos
<sphalerite> huh, never seen nckx around
thc202 has joined #nixos
pietranera has joined #nixos
<silver_hook> Wow, didn’t know that there’s `nix` syntax highlighting availabe on GitHub MarkDown :D
seanparsons has quit [(Remote host closed the connection)]
<mbrock> hehe, is it possible to evaluate .nix code from an URL?
seanparsons has joined #nixos
<mbrock> yeah of course it is
<mbrock> I already know how to do it I'm just baffled by how cool it is
freeman42x[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 248 seconds)]
<silver_hook> sphalerite: Done, thanks :)
<silver_hook> …and now we wait
* silver_hook does the Burns’ “excellent” finger thing
Itkovian has joined #nixos
<silver_hook> BTW, is the package kalarm missing in 17.09 or am I just too stupid to install it?
sary has quit [(Ping timeout: 246 seconds)]
freeman42y[m] has joined #nixos
justbeingglad has joined #nixos
eacameron has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jyp opened pull request #29229: pythonPackages.tensorflow 1.1 -> 1.3 (master...tf1.3) https://git.io/v5PAb
NixOS_GitHub has left #nixos []
eacameron has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] hiberno opened pull request #29230: tasksh: Add readline support. (master...add-readline-to-tasksh) https://git.io/v5PxI
NixOS_GitHub has left #nixos []
mudri has joined #nixos
zeus_ has joined #nixos
bkchr has joined #nixos
pie_ has quit [(Ping timeout: 264 seconds)]
zeus_ has quit [(Ping timeout: 246 seconds)]
k2s has joined #nixos
eacameron has joined #nixos
sary has joined #nixos
phinxy has joined #nixos
phinxy has left #nixos []
eacameron has quit [(Ping timeout: 248 seconds)]
saltsa has quit [(Ping timeout: 240 seconds)]
<sphalerite> silver_hook: that's just a reference to the sources for kalarm. There's no package for it yet by the looks of it.
pie_ has joined #nixos
k2s has quit [(Ping timeout: 248 seconds)]
python476 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel closed pull request #29117: KdeApplications: 17.08.0 --> 17.08.1 (master...kde_applications_17_08_1) https://git.io/v5Ksf
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel closed pull request #29129: sddm: 0.14.0 -> 0.15.0 (master...u/sddm-0.15.0) https://git.io/v5K1V
NixOS_GitHub has left #nixos []
nh2 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 1 new commit to release-17.09: https://git.io/v5Xeh
<NixOS_GitHub> nixpkgs/release-17.09 7921852 Thomas Tuegel: Merge pull request #29117 from bkchr/kde_applications_17_08_1...
NixOS_GitHub has left #nixos []
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
Nergal has joined #nixos
Nergal is now known as Guest81837
Guest81837 has quit [(Client Quit)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4d101993bf (from 16 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
ShalokShalom_ has joined #nixos
ShalokShalom has quit [(Ping timeout: 248 seconds)]
ok2`` has left #nixos ["ERC Version 5.3 (IRC client for Emacs)"]
ok2`` has joined #nixos
ericsagnes has quit [(Ping timeout: 252 seconds)]
proteusguy has quit [(Remote host closed the connection)]
zeus_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5XJ7
<NixOS_GitHub> nixpkgs/master 38563d6 hiberno (Christian Lask): tasksh: Add readline support.
<NixOS_GitHub> nixpkgs/master 65b4f4f Jörg Thalheim: Merge pull request #29230 from hiberno/add-readline-to-tasksh...
NixOS_GitHub has left #nixos []
Myrl-saki 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/114a2bcc80 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
zeus_ has quit [(Ping timeout: 246 seconds)]
jensens has quit [(Ping timeout: 255 seconds)]
ericsagnes has joined #nixos
ktf has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/v5XU1
<NixOS_GitHub> nixpkgs/master 373b223 Tuomas Tynkkynen: pythonPackages.ssdeep: Mark broken...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to release-17.09: https://git.io/v5XUM
<NixOS_GitHub> nixpkgs/release-17.09 b1cb7ee Tuomas Tynkkynen: pythonPackages.ssdeep: Mark broken...
NixOS_GitHub has left #nixos []
Itkovian has joined #nixos
iyzsong has joined #nixos
anderslundstedt has quit [(Quit: leaving)]
Neo-- has quit [(Ping timeout: 255 seconds)]
anderslundstedt has joined #nixos
<silver_hook> sphalerite: Aaaah, OK. Well then I’ll try to take a stab at it.
* fearlessKim[m] sent a long message: fearlessKim[m]_2017-09-11_10:58:55.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/gbLidKZghizReRqumhBuarFC>
justbeingglad has left #nixos []
<silver_hook> Master branch is in the dev branch and in general ahead of any release branch?
<sphalerite> yes
<sphalerite> But the newest branch you'll typically want to use/work from is nixpkgs-unstable
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar pushed 1 new commit to release-17.09: https://git.io/v5XT8
<NixOS_GitHub> nixpkgs/release-17.09 64a563f Domen Kožar: vm: bump trusty-updates hash...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar pushed 1 new commit to master: https://git.io/v5XTu
<NixOS_GitHub> nixpkgs/master c7a152e Domen Kožar: vm: bump trusty-updates hash...
NixOS_GitHub has left #nixos []
ktf has joined #nixos
sary has quit [(Ping timeout: 252 seconds)]
Nergal has joined #nixos
ktf has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
proteusguy has joined #nixos
ktf has joined #nixos
<silver_hook> sphalerite: So, this should be updated to include the branch info? https://nixos.wiki/wiki/Updating_a_package_in_Nixpkgs
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
mudri has quit [(Ping timeout: 240 seconds)]
sary has joined #nixos
ktf has quit [(Ping timeout: 240 seconds)]
bennofs has joined #nixos
saltsa has joined #nixos
python476 has quit [(Ping timeout: 264 seconds)]
Itkovian has joined #nixos
ktf has joined #nixos
erictapen has quit [(Ping timeout: 260 seconds)]
ktf_ has joined #nixos
python476 has joined #nixos
griff_ has joined #nixos
twey1 has joined #nixos
ktf has quit [(Ping timeout: 264 seconds)]
ktf_ has quit [(Ping timeout: 255 seconds)]
<sphalerite> Any Dell 9650 (latest XPS 15) users here who have tried using the USB-C/thunderbolt 3 port?
freeman42x[m] has joined #nixos
<sphalerite> If I plug in this USB hub with an ethernet adapter which I just bought, I get some discouraging messages in the journal and it doesn't seem to work
* sphalerite sent a long message: sphalerite_2017-09-11_11:36:45.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/qlPlLZXqQGtQbcgOlxzdekCm>
<sphalerite> ^ the messages in question
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
simukis has joined #nixos
tmaekawa has joined #nixos
zeus_ has joined #nixos
<sphalerite> I wanted to try linuxPackages_latest but zfs doesn't seem to support it :(
freeman42x1 has joined #nixos
zeus_ has quit [(Ping timeout: 246 seconds)]
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
jellowj has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vanschelven opened pull request #29233: andviro/flake8-vim: init at 2017-02-17 (master...flake8-vim) https://git.io/v5Xtj
NixOS_GitHub has left #nixos []
Fendoer has joined #nixos
sibi_ has joined #nixos
<lluchs> sphalerite: what hub did you buy? I have an XPS 13, but couldn't decide yet on one.
Fenedor has joined #nixos
Fendor has quit [(Ping timeout: 246 seconds)]
<sphalerite> lluchs: just a cheap one from "CableCreation"
orivej has joined #nixos
<lluchs> They're all so expensive and tend to have bad ratings
Fendoer has quit [(Ping timeout: 240 seconds)]
<lluchs> "HDMI 4K" in USB hub speak generally means 30 Hz only
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03 advanced to https://github.com/NixOS/nixpkgs/commit/a0e6a891ee (from 2 days ago, history: https://channels.nix.gsc.io/nixos-17.03)
nix-gsc-io`bot has quit [(Client Quit)]
<sphalerite> mine just has 3 usb 3 ports and an ethernet port
<sphalerite> no video
freeman42x[m] has joined #nixos
Radivarig__ has joined #nixos
freeman42y[m] has quit [(Ping timeout: 264 seconds)]
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
MercurialAlchemi has quit [(Ping timeout: 240 seconds)]
jensens 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/d6f9c0b353 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
takle has quit [(Ping timeout: 240 seconds)]
stepcut has joined #nixos
ktf_ has joined #nixos
griff_ has quit [(Quit: griff_)]
<sphalerite> Is there a good reason for /nix/var/nix/profiles/per-user to be world-writable and sticky, rather than having e.g. the daemon create a directory for the user with their name?
ktf_ has quit [(Ping timeout: 246 seconds)]
Nergal has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Twey opened pull request #29235: buildbot: 0.9.9post2 -> 0.9.11 (master...buildbot-0.9.11) https://git.io/v5X3f
NixOS_GitHub has left #nixos []
MercurialAlchemi has joined #nixos
nslqqq has quit [(Quit: Leaving.)]
nslqqq has joined #nixos
nslqqq has quit [(Client Quit)]
Neo-- has joined #nixos
ShalokShalom_ is now known as ShalokShalom
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
twey1 is now known as TweyII
TweyII has quit [(Changing host)]
TweyII has joined #nixos
tmaekawa has quit [(Quit: tmaekawa)]
nslqqq has joined #nixos
<spacefrogg> sphalerite: Easy implementation, I guess, and real no need to do otherwise. It also works for single-user nix w/o daemon.
sary has quit [(Ping timeout: 248 seconds)]
<spacefrogg> sphalerite: Why do something complicated if something simple does the job?
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/64a563f15b (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
justanotheruser has joined #nixos
phreedom has quit [(Ping timeout: 260 seconds)]
phreedom has joined #nixos
sary has joined #nixos
phreedom has quit [(Ping timeout: 248 seconds)]
dieggsy has joined #nixos
phreedom has joined #nixos
zeus_ has joined #nixos
<sphalerite> spacefrogg: because it feels wrong having the users able to create whatever they want there
nslqqq has quit [(Ping timeout: 240 seconds)]
<sphalerite> Idk if there's any real issue with that — a DoS I suppose if one user creates another's directory before they've used nix
nslqqq has joined #nixos
<sphalerite> lluchs: in case you're interested — the hub does work on Debian sid with Linux 4.12 so I'm going to try upgrading to 17.09 and see if it helps
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/v5XGu
<NixOS_GitHub> nixpkgs/master 28f780b Bjørn Forsman: eagle: 7.5 -> 7.7...
NixOS_GitHub has left #nixos []
zeus_ has quit [(Ping timeout: 240 seconds)]
<lluchs> Ah, interesting. I'm on unstable in any case
<spacefrogg> sphalerite: The only bad thing, that can happen, is that an evil user creates another user's directory in there. Thus, preventing the good user from having his own profile. This fails quite loudly after login of the good user.
eacameron has joined #nixos
MercurialAlchemi has quit [(Ping timeout: 255 seconds)]
<lluchs> sphalerite: Does your touchpad work fine? Mine sometimes (or even often) has ghost touches and I'm not sure whether it's a driver or a hardware issue
odi has quit [(Ping timeout: 246 seconds)]
takle has joined #nixos
mattcode has joined #nixos
<sphalerite> lluchs: nope, not had any of that I think
<sphalerite> well sometimes when I brush it it misinterprets it as a click, usually while I'm in a FPS, which then scares the crap out of me because I wasn't expecting a shot sound
freeman42y[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to release-17.09: https://git.io/v5XGh
<NixOS_GitHub> nixpkgs/release-17.09 92ca300 Bjørn Forsman: eagle: 7.5 -> 7.7...
NixOS_GitHub has left #nixos []
<sphalerite> but I only ever get rogue touchpad events when my hand is around the touchpad so I think it's usually my fault
eacameron has quit [(Ping timeout: 240 seconds)]
dieggsy has quit [(Remote host closed the connection)]
orivej has quit [(Ping timeout: 240 seconds)]
<sphalerite> spacefrogg: fair enough
eacameron has joined #nixos
freeman42x[m] has quit [(Ping timeout: 252 seconds)]
MercurialAlchemi has joined #nixos
kuznero has joined #nixos
<kuznero> Hi all!
nh2 has quit [(Ping timeout: 260 seconds)]
eacameron has quit [(Ping timeout: 246 seconds)]
JoJoen has joined #nixos
sary has quit [(Ping timeout: 248 seconds)]
erictapen has quit [(Ping timeout: 240 seconds)]
MercurialAlchemi has quit [(Ping timeout: 240 seconds)]
jellowj has joined #nixos
Mercuria1Alchemi has joined #nixos
freeman42x[m] has joined #nixos
sary has joined #nixos
freeman42y[m] has quit [(Ping timeout: 260 seconds)]
<sphalerite> tilpner: also my system sometimes locks up when I turn the nvidia chip on
sary has quit [(Ping timeout: 240 seconds)]
kuznero has quit [(Remote host closed the connection)]
nh2 has joined #nixos
Neo-- has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5XcM
<NixOS_GitHub> nixpkgs/master 1011c76 Michael Weiss: dynamips: init at 0.2.17
NixOS_GitHub has left #nixos []
sary has joined #nixos
odi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5XC2
<NixOS_GitHub> nixpkgs/master cf497c6 James Kay: buildbot: 0.9.9post2 -> 0.9.11
<NixOS_GitHub> nixpkgs/master e297ae1 Jörg Thalheim: Merge pull request #29235 from Twey/buildbot-0.9.11...
NixOS_GitHub has left #nixos []
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] akazakov opened pull request #29236: Upgrade buildbot 0.9.9 -> 0.9.11 (master...master) https://git.io/v5XCo
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29233: andviro/flake8-vim: init at 2017-02-17 (master...flake8-vim) https://git.io/v5Xtj
NixOS_GitHub has left #nixos []
eacameron has quit [(Ping timeout: 260 seconds)]
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5XW0
<NixOS_GitHub> nixpkgs/master 4f976bd AndersonTorres: jupp: init at 3.1...
<NixOS_GitHub> nixpkgs/master 42dc882 Jörg Thalheim: Merge pull request #29215 from AndersonTorres/upload/jupp...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29218: rustRegistry: 2017-08-27 -> 2017-09-10 (master...rustRegistry) https://git.io/v5PCa
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/v5XW6
<NixOS_GitHub> nixpkgs/master e61022a Tuomas Tynkkynen: dbench: Disable on Darwin...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to release-17.09: https://git.io/v5XWD
<NixOS_GitHub> nixpkgs/release-17.09 ebd90bf Tuomas Tynkkynen: dbench: Disable on Darwin...
NixOS_GitHub has left #nixos []
eacameron has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/c7a152e5d0 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] timor opened pull request #29237: perl-Data-Dumper: 2.154 -> 2.161 + build fix (master...perl-Data-Dumper-2.161) https://git.io/v5Xl0
NixOS_GitHub has left #nixos []
reinhardt has joined #nixos
justanotheruser has quit [(Ping timeout: 255 seconds)]
zeus_ has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/92ca300cc6 (from 57 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
revtintin has joined #nixos
nix-gsc-io`bot has quit [(Client Quit)]
goibhniu has quit [(Ping timeout: 264 seconds)]
reinzelmann has quit [(Ping timeout: 248 seconds)]
zeus_ has quit [(Ping timeout: 246 seconds)]
reinhardt has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] timor opened pull request #29238: perl-Class-Autouse: 1.99_02 -> 2.01 (master...perl-Class-Autouse) https://git.io/v5X8F
NixOS_GitHub has left #nixos []
<M-liberdiko> Is there a way to create a directory from configuration.nix?
<M-liberdiko> I'm in the same case as this guy https://nixos.org/nix-dev/2016-May/020519.html
<lewo> ### Limitations
<lewo> M-liberdiko: there is a 'etc' nixos module (in case you want to create in etc)
<M-liberdiko> Actually I'm trying to create a mount point (/mnt/media)
eacameron has joined #nixos
<M-liberdiko> Using the etc module is still nicer than making a service for that
odi has quit [(Quit: leaving)]
odi has joined #nixos
orivej has joined #nixos
<clever> M-liberdiko: there is also activation scripts, just remember to use mkdir -p and make sure it never fails
<Mic92> have somebody openstack images before? I hope that `nixos/modules/virtualisation/cloud-image.nix` is the right tool for that.
<Mic92> *Has
<lewo> Mic92: there is also a script in nixos/mainteners/script to create opensatck image
<symphorien> M-liberdiko: you may want to use https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/92ca300cc6 (from 82 minutes ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<Mic92> lewo: thanks a lot!
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] timor opened pull request #29239: perl-Devel-NYTProf: init at 6.04 (master...perl-Devel-NYTprof) https://git.io/v5XRw
NixOS_GitHub has left #nixos []
<M-liberdiko> clever: Thanks, I'll go with the activation script!
eacameron has quit [(Ping timeout: 246 seconds)]
erasmas has joined #nixos
<samueldr> Dezgeg: I have successfully booted NixOS on Orange Pi PC by following the Porting NixOS to new boards section in the community wiki
<samueldr> the board is supported by the upstream u-boot, which helped
ison111 has joined #nixos
odi has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] timor opened pull request #29240: perl-Devel-DProf: deprecated, remove (master...perl-Devel-DProf) https://git.io/v5XuG
NixOS_GitHub has left #nixos []
wigust has joined #nixos
eacameron has joined #nixos
Mercuria1Alchemi has quit [(Ping timeout: 246 seconds)]
Neo-- has joined #nixos
<Dezgeg> yeah allwinner boards should all work
<clever> ive got an allwinner based switch/router here, but i can barely get it past u-boot, i suspect its voltage sags
<clever> it also has some minor defects that make it a bit un-suitable as a router
<samueldr> interesting, as in, I would be interested in knowing more about an allwinner switch/router
<clever> the switch chip defaults into routing the wan and lan into the same network
<samueldr> thanks
<clever> samueldr: its a 6 port gigabit switch, with 1 port wired to an allwinner
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] alicebob closed pull request #1412: Update docker image (and the nix version in there) (master...docker) https://git.io/vHxba
NixOS_GitHub has left #nixos []
Infinisil has joined #nixos
<clever> and the management interface is also wired to the allwinner
<clever> so you can isolate the WAN port from the LAN ports
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29150: mupen64plus: 1.5 -> 2.5 (master...mupen64-update) https://git.io/v567c
NixOS_GitHub has left #nixos []
<clever> but the only downside, is that the WAN and LAN can cross-connect, before linux boots and configures things
<clever> so you have zero firewall protecting the network during boot
<clever> it also has sata and wifi
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v5Xgl
<NixOS_GitHub> nixpkgs/release-17.09 773268e lassulus: mupen64plus: 1.5 -> 2.5...
NixOS_GitHub has left #nixos []
<clever> samueldr: and here is how i was testing it: https://gist.github.com/cleverca22/8ff5bd6a322c45f5a3bf7e6109e03e7a
jellowj has quit [(Ping timeout: 240 seconds)]
MoreTea has joined #nixos
<clever> the uboot is already in nixpkgs
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 1 new commit to master: https://git.io/v5Xgr
<NixOS_GitHub> nix/master fc0ded3 Eelco Dolstra: nix why-depends: Add option to show all edges causing a dependency...
NixOS_GitHub has left #nixos []
<Dezgeg> um, that is most likely not correct u-boot build
<clever> the problem i had was it being very eratic and unpredictable, even when just restarting it repeatedly with no changes to the uSD card
<Dezgeg> according to the wiki it's Lamobo_R1_defconfig
<clever> 68 ubootBananaPi = buildUBoot rec {
freeman42y[m] has joined #nixos
<clever> 69 defconfig = "Bananapi_defconfig";
<samueldr> curious, here on 17.03, your command tells me "armv7l-linux is required to build [...]", is there anything else needed for cross-compilation or is it an unstable/17.09 thing?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] edolstra pushed 2 new commits to master: https://git.io/v5X2s
<NixOS_GitHub> nix/master 1511f01 Peter Simons: docker: update to Nix 1.11.14...
<NixOS_GitHub> nix/master 359ede1 Eelco Dolstra: Merge pull request #1562 from peti/master...
NixOS_GitHub has left #nixos []
<clever> yeah, i dont see a lamobo in nixpkgs, i could try that
<samueldr> (biggest pain point right now with arm for me is compiling, which all happens on-device right now)
<clever> samueldr: do you have an arm running linux nearby?
<samueldr> yes
<clever> cross-compiling has some issues still
<clever> my main route is to setup build slaves, so it just pushes the jobs off to the arm and does native builds
<samueldr> I was assuming, because of the hostname: > [root@amd-nixos:~]#
<samueldr> ah
<clever> but that will still be as slow
<samueldr> yeah
zeus_ has joined #nixos
<clever> [clever@amd-nixos:~/nixpkgs]$ grep arm /etc/nix/machines
<clever> builder@192.168.2.126 armv6l-linux,armv7l-linux /etc/nixos/keys/distro 1 1 big-parallel
octe has joined #nixos
<clever> samueldr: nix will automatically ssh into that machine when it has to do arm builds
aloiscochard has quit [(Quit: Connection closed for inactivity)]
<samueldr> oh, that's nice
<octe> when i upgrade from 16.09 to 17.03, should i change system.stateVersion in configuration.nix?
<clever> samueldr: https://nixos.org/nixos/options.html#nix.buildmac
iyzsong has quit [(Ping timeout: 240 seconds)]
<clever> octe: no
<makefu> clever: does the machine need to be arm7l architecture or is cross-building working already as expected?
<octe> what's it for?
jellowj has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
<clever> octe: it tells nixos what version you originally installed, so certain things that are not backwards compatible remain working
<octe> ah ok
freeman42x[m] has joined #nixos
<clever> makefu: it needs to be capable of running armv7 opcodes
<octe> thanks
<clever> makefu: either natively, or by having qemu-user configured
<samueldr> I never got qemu-user working
<LnL> that was added recently
<clever> samueldr: i did
<octe> hmm, i don't have that comment in mine.. maybe because i copy pasted it from somewhere else
<makefu> clever: qemu-user sounds nice, is there a howto somewhere?
<samueldr> nice
<octe> or it was added after 16.09
<clever> you also need to patch the nix-daemon running on the machine that runs both arches
<clever> the patch is on line 13
Sonarpulse has joined #nixos
Sonarpulse has quit [(Remote host closed the connection)]
<clever> without that patch, an x86 build of nix will just complain, armv7l-linux is required to build [...]
<samueldr> I was able to "boot" using systemd-nspawn, but when executing nixos-rebuild I always hit `qemu: uncaught target signal 4 (Illegal instruction) - core dumped`
Sonarpulse has joined #nixos
<clever> with the patch to nix, you gain a build-extra-platforms field in nix.conf, where you can convince nix to just blindly run builds meant for the "wrong" arch
<makefu> so much magic
<clever> also fun: make a qemu-user that runs x86 code on an arm
zeus_ has quit [(Ping timeout: 264 seconds)]
<samueldr> s/fun/slow
<clever> pre-compiled closed-source junk now "works" on a raspberry pi!
freeman42y[m] has quit [(Ping timeout: 248 seconds)]
<clever> or even more wonky, make a qemu-user for x86, that runs on x86!
<clever> i was debugging a program that failed under qemu-system, when kvm was turned off
<clever> an x86 qemu-user that ran on x86 reproduced the problem without having to reboot linux constantly in a vm, without kvm speedups
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 264 seconds)]
<sphalerite> Relevant, vaguely
<tnks> sphalerite: I figured out how to do what I wanted. I didn't realize that NIX_PATH can point to a URL.
<tnks> that seemed the cleanest way to shift from depending on a moving target pulled by nix-channel to something pinned.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rvolosatovs opened pull request #29241: mopidy-iris: 3.3.3 -> 3.4.1 (master...update/mopidy-iris) https://git.io/v5XrC
NixOS_GitHub has left #nixos []
acarrico has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
wigust has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 5 new commits to master: https://git.io/v5XKZ
<NixOS_GitHub> nixpkgs/master 0177902 Bjørn Forsman: ascii: 3.15 -> 3.18
<NixOS_GitHub> nixpkgs/master 0a7d124 Bjørn Forsman: basex: 8.6.4 -> 8.6.6
<NixOS_GitHub> nixpkgs/master 421949e Bjørn Forsman: gsoap: 2.8.49 -> 2.8.53
NixOS_GitHub has left #nixos []
freeman42x[m] has joined #nixos
Radivarig__ has quit [(Ping timeout: 252 seconds)]
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
MoreTea has quit [(Ping timeout: 248 seconds)]
AluisioASG has quit [(Remote host closed the connection)]
rui has joined #nixos
<rui> Hey
AluisioASG has joined #nixos
<rui> I'm trying to install a newer version of Mathematica. After tweaking the derivation the obvious way, and running, I get this error:
python476 has quit [(Remote host closed the connection)]
<rui> "Qt issued a fatal error: This application failed to start because it could not find or load the Qt platfom plugin xcb in "".
<rui> Available platform plugins are: linuxfb, minimal, offscreen, xcb
<rui> (so, xcb is listed in the available platform plugins)
<rui> In the derivation, libxcb is included in the buildInputs and in the ldpath that then gets patchelved
<rui> Any clues?
<Infinisil> rui: Not sure, but have a look through pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
<rui> Infinisil: will do
<Infinisil> There is a banch of xcb stuff there (e.g. xcbutil, xcbutilimage and more)
ertes-w has quit [(Ping timeout: 248 seconds)]
<Infinisil> (connecting to a different internet connection, brb)
Infinisi1 has joined #nixos
<Infinisi1> (well that was faster than I expected*)
Infinisil has quit [(Ping timeout: 248 seconds)]
zeus_ has joined #nixos
ison111 has quit [(Ping timeout: 255 seconds)]
zeus_ has quit [(Ping timeout: 246 seconds)]
hotfuzz_ is now known as hotfuzz
bkchr has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v5X10
<NixOS_GitHub> nixpkgs/master 0a4a6f7 lassulus: bitcoin-classic: 1.2.5 -> 1.3.6
<NixOS_GitHub> nixpkgs/master bb2e6d1 Jörg Thalheim: altcoins: remove pkgs non-sense
<NixOS_GitHub> nixpkgs/master 58ad01a Jörg Thalheim: Merge pull request #29156 from Lassulus/bitcoin-classic...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to release-17.09: https://git.io/v5X16
<NixOS_GitHub> nixpkgs/release-17.09 4740b2c lassulus: bitcoin-classic: 1.2.5 -> 1.3.6...
<NixOS_GitHub> nixpkgs/release-17.09 90f8d92 Jörg Thalheim: altcoins: remove pkgs non-sense...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 5 new commits to release-17.09: https://git.io/v5X1p
<NixOS_GitHub> nixpkgs/release-17.09 b5607c4 Bjørn Forsman: ascii: 3.15 -> 3.18...
<NixOS_GitHub> nixpkgs/release-17.09 28fbe0a Bjørn Forsman: basex: 8.6.4 -> 8.6.6...
<NixOS_GitHub> nixpkgs/release-17.09 038580c Bjørn Forsman: gsoap: 2.8.49 -> 2.8.53...
NixOS_GitHub has left #nixos []
<rui> Welcome back
<joko> Hello, any help with buildInputs and a Golang package?
odi has joined #nixos
<joko> I am trying to solve https://github.com/NixOS/nixpkgs/issues/27967 , the lxd binary reports that "error: the "zfs" tool is not enabled"
sellout- has quit [(Quit: Leaving.)]
sellout- has joined #nixos
<joko> Which more or less does the follow check: https://github.com/lxc/lxd/blob/95ee02b084cd91b9c768e83cf59a9a32c4279539/lxd/storage_zfs_utils.go#L19 - out, err := exec.LookPath("zfs")
<joko> So, I've tried to include zfs in the buildInputs of the lxd package, but still no luck
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] nlewo opened pull request #29242: Cleaning Openstack image builders (master...openstack-cleaning) https://git.io/v5XMB
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/v5XMu
<NixOS_GitHub> nixpkgs/master dcdbe96 timor: perl-Data-Dumper: 2.154 -> 2.161 + build fix
NixOS_GitHub has left #nixos []
dieggsy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #29237: perl-Data-Dumper: 2.154 -> 2.161 + build fix (master...perl-Data-Dumper-2.161) https://git.io/v5Xl0
NixOS_GitHub has left #nixos []
sellout- has quit [(Ping timeout: 260 seconds)]
orivej has quit [(Ping timeout: 240 seconds)]
M1k3y has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5XM5
<NixOS_GitHub> nixpkgs/master 1b1fc65 Robert: NixOS Manual: document assertions and warnings (#29206)...
NixOS_GitHub has left #nixos []
bkchr has joined #nixos
orivej has joined #nixos
odi has quit [(Ping timeout: 246 seconds)]
<taaperotassu> As making more complicated Nixos installation settings is fun, but what would be the best way to install ready made configs? I have being thinking about github or pastebin.. like somehow copying them and build up new box quickly.. what kind of ways you guys use?
<Mic92> taaperotassu: I have my configuration in my dotfiles repo and then just symlink
digitus has joined #nixos
<joko> taaperotassu: as Mic92 said, my NixOS configuration is in a Git repo and I just symlink it to /etc/nixos
bkchr has quit [(Ping timeout: 240 seconds)]
pxc has joined #nixos
<taaperotassu> Thanks Mic92
__Sander__ has quit [(Quit: Konversation terminated!)]
<taaperotassu> I didn't know there were such good resources out there. :D
supremacsy has joined #nixos
freeman42y[m] has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
pxc has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 2 new commits to master: https://git.io/v5XyV
<NixOS_GitHub> nixpkgs/master f6537da Robert Helgesson: perl-Log-Contextual: 0.006003 -> 0.007001
<NixOS_GitHub> nixpkgs/master 99b09a2 Robert Helgesson: perl-Data-Dumper-Concise: 2.022 -> 2.023
NixOS_GitHub has left #nixos []
freeman42y[m] has quit [(Read error: Connection reset by peer)]
<supremacsy> Hi everyone! Is problematic upgrade from nixos-16.03 to nixos-17.03 a known thing or I was just unlucky? KDE is not fully operational after the upgrade.
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to release-17.03: https://git.io/v5XyN
<NixOS_GitHub> nixpkgs/release-17.03 c8dfc9b timor: perl-Data-Dumper: 2.154 -> 2.161 + build fix...
NixOS_GitHub has left #nixos []
bennofs has quit [(Ping timeout: 255 seconds)]
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
taktoa has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29242: Cleaning Openstack image builders (master...openstack-cleaning) https://git.io/v5XMB
NixOS_GitHub has left #nixos []
<pxc> supremacsy: there were some changes between those two releases in how KDE setup is done, but I think those just required NixOS configuration changes. What's not working?
Filystyn has joined #nixos
<supremacsy> pxc: Global shortcuts daemon is not running. I used the configuration from another system, where I installed 17.03 on a bare system. It looks like something in the transition from 16.03 to 17.03 is not done properly.
phreedom has quit [(Ping timeout: 240 seconds)]
Bane^ has quit [(Ping timeout: 260 seconds)]
<joko> supremacsy: maybe it's something on the user configuration which is not working?
Bane^ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5XS7
<NixOS_GitHub> nixpkgs/master 60bb058 timor: perl-Devel-DProf: deprecated, remove...
<NixOS_GitHub> nixpkgs/master 949cfe2 Jörg Thalheim: Merge pull request #29240 from timor/perl-Devel-DProf...
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/v5XSA
<NixOS_GitHub> nixpkgs/release-17.09 2b7db2e timor: perl-Devel-DProf: deprecated, remove...
NixOS_GitHub has left #nixos []
<supremacsy> joko: I was thinking about that. Possibly, some relics in ~/.kde or similar. But shortcuts daemon sounds like something system-wide.
<pxc> supremacsy: try another user on that same system, then you'll know for sure
ktf_ has joined #nixos
<supremacsy> pxc: A great idea! I will try it in the evening once I get to the problematic computer. Thanks!
s4sha has quit [(Quit: WeeChat 1.7.1)]
samae has quit [(Quit: #okthxbye)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29239: perl-Devel-NYTProf: init at 6.04 (master...perl-Devel-NYTprof) https://git.io/v5XRw
NixOS_GitHub has left #nixos []
benmachine has quit [(Ping timeout: 240 seconds)]
benmachine has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v5X9o
<NixOS_GitHub> nixpkgs/release-17.09 c22ff52 timor: perl-Devel-NYTProf: init at 6.04...
NixOS_GitHub has left #nixos []
ktf_ has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb pushed 1 new commit to release-17.09: https://git.io/v5X9Q
<NixOS_GitHub> nixpkgs/release-17.09 cc5202c Franz Pletz: borgbackup: fix build with python36...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 3 new commits to release-17.09: https://git.io/v5X9F
<NixOS_GitHub> nixpkgs/release-17.09 656cffa timor: perl-Data-Dumper: 2.154 -> 2.161 + build fix...
<NixOS_GitHub> nixpkgs/release-17.09 6c773d3 Robert Helgesson: perl-Log-Contextual: 0.006003 -> 0.007001...
<NixOS_GitHub> nixpkgs/release-17.09 c5f150d Robert Helgesson: perl-Data-Dumper-Concise: 2.022 -> 2.023...
NixOS_GitHub has left #nixos []
samae has joined #nixos
samae has quit [(Changing host)]
samae has joined #nixos
mkoenig has quit [(Quit: Lost terminal)]
freeman42x[m] has joined #nixos
zeus_ has joined #nixos
mkoenig has joined #nixos
freeman42x[m] has quit [(Read error: Connection reset by peer)]
<aristid> looks like the release sprint was quite effective, yesterday :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to master: https://git.io/v5XHl
<NixOS_GitHub> nixpkgs/master f717af0 timor: perl-Class-Autouse: 1.99_02 -> 2.01
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee closed pull request #29238: perl-Class-Autouse: 1.99_02 -> 2.01 (master...perl-Class-Autouse) https://git.io/v5X8F
NixOS_GitHub has left #nixos []
freeman42x[m] has joined #nixos
toogley has joined #nixos
freeman42y[m] has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to release-17.03: https://git.io/v5XHz
<NixOS_GitHub> nixpkgs/release-17.03 c35a493 timor: perl-Class-Autouse: 1.99_02 -> 2.01...
NixOS_GitHub has left #nixos []
<toogley> is there a "draft release note" for nixos 17.09 ?
<joko> Any help with a Golang package and buildInputs? It appears that the binary cannot find an executable
<Mic92> joko: this usually happens if you picked the wrong package path. some projects provide the exectuable in a subdirectory for example `cmd/`
<Mic92> or which executable are you looking for?
<joko> Mic92: I'm looking for zfs
M1k3y has quit [(Quit: Page closed)]
<Mic92> does it hard-code or override PATH?
<Mic92> zfs in buildInputs should works as expected
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5XHF
<NixOS_GitHub> nixpkgs/master 6373c96 Michael Weiss: vpcs: init at 0.8
NixOS_GitHub has left #nixos []
<joko> I have no clue, it uses buildGoPackage, let me check
<Mic92> that does not make a difference, same semantics here
<Mic92> the question is, how does it look for zfs
<joko> In Golang like that: out, err := exec.LookPath("zfs")
<Mic92> joko: are you do something with go-zfs? I used this package in docker once
<Mic92> LookPath does the right thing
<joko> No, I've stumbled upon this: https://github.com/NixOS/nixpkgs/issues/27967
<Mic92> you can wrap you executable to extend PATH via makeWrapper
sellout- has joined #nixos
<joko> So, it's the Golang binary of lxd
sellout- has quit [(Client Quit)]
<joko> ok, I'll try with makeWrapper
<Mic92> you probably want to use the `wrapProgram` function of makeWrapper
freeman42y[m] has joined #nixos
<joko> Funny thing is that my PATH already has zfs (/run/current-system/sw/bin), so I thought that I didn't even need to include zfs in buildInputs
<Mic92> joko: you service does not inherit that
<joko> Mic92: this is true, but for starters I'm running "lxd init"
<joko> Oh, it might start another process, you mean
<Mic92> joko: yeah this is only the client part of lxd.
<joko> ok, I'll try to wrap it
<joko> Mic92: thanks
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
freeman42x[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 246 seconds)]
ixxie has joined #nixos
<ixxie> Dezgeg: thanks for keeping up the NixOS on ARM article :) I was wondering if you could add a section about Raspberry Pi 3 sinced its quite popular and there has been discussion about it
Radivarig has joined #nixos
Fenedor has quit [(Read error: Connection reset by peer)]
Radivarig_ has joined #nixos
Myrl-saki has quit [(Ping timeout: 260 seconds)]
Radivarig has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] hamhut1066 opened pull request #29243: Traefik init at 1.3.8 (master...master) https://git.io/v5XdB
NixOS_GitHub has left #nixos []
<ixxie> any python users in the house?
phreedom has joined #nixos
<ixxie> I'm thinking to try using Nix on the CentOS box at work for working with pythin
<ixxie> python*
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5Xd5
<NixOS_GitHub> nixpkgs/master 89ae07b Michael Weiss: iouyap: init at 0.97
NixOS_GitHub has left #nixos []
<ixxie> I've only used NixOS so far
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/64a563f15b (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
jellowj has quit [(Ping timeout: 248 seconds)]
jellowj has joined #nixos
revtintin has quit [(Ping timeout: 255 seconds)]
griff_ has joined #nixos
<Dezgeg> yeah that's the plan. I just need to locate my rpi3 again since someone "borrowed" it at work...
erictapen has joined #nixos
freeman42y[m] has joined #nixos
erictapen has quit [(Read error: Connection reset by peer)]
<toogley> is there a list of interesting changes/features which will occur with the release of 17.09 ?
Bane^ has quit [(Ping timeout: 260 seconds)]
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
erictapen has joined #nixos
mudri has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] symphorien closed pull request #29094: Trying a less disruptive patch for Cuneiform (release-17.09...fix-pyocr) https://git.io/v5rjy
NixOS_GitHub has left #nixos []
Bane^ has joined #nixos
<Mic92> ixxie: I use nix often on non-nixos, works fine
Radivarig_ has quit [(Read error: Connection reset by peer)]
<Mic92> better then virtualenv at least.
kezepema has joined #nixos
erictapen has quit [(Ping timeout: 240 seconds)]
<kezepema> Is it safe to remove bzImages and initrd's in /boot/kernels to free diskspace? At this moment my boot partition has only 200M. So I'm forced to free up some older kernels.
reinzelmann has joined #nixos
predator217 has quit [(Ping timeout: 252 seconds)]
erictapen has joined #nixos
predator117 has joined #nixos
Bane^ has quit [(Ping timeout: 260 seconds)]
<Mic92> kezepema: as long as you don't remove you current kernel
<jellowj> hi, i was trynig to install neovim-intero plugin but ran into a sight problem
<Mic92> in the worst-case you can fix your system with another nixos-install from installation iso
Bane^ has joined #nixos
<jellowj> plugin itself runs 'stack install intero'
<jellowj> with doesn't work, coz stack can't find terminfo
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29241: mopidy-iris: 3.3.3 -> 3.4.1 (master...update/mopidy-iris) https://git.io/v5XrC
NixOS_GitHub has left #nixos []
<jellowj> i installed intero through haskellPackages
<jellowj> but plugin still tries to run 'stack install'
erictapen has quit [(Ping timeout: 248 seconds)]
<kezepema> Ok thanks Mic92. I'll try that.
<jellowj> can i tell stack where to look for ncurses?
dieggsy has quit [(Remote host closed the connection)]
odi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29223: greybird: 3.22.4 -> 3.22.5 (master...upd.greybird) https://git.io/v5PVg
NixOS_GitHub has left #nixos []
jensens has quit [(Ping timeout: 255 seconds)]
<Infinisi1> Release notes ^^
<toogley> Infinisi1: aah, cool. thanks!
<ixxie> cheers Dezgeg
<ixxie> and good to know Mic92 :) I will give it a shot.
kezepema has quit [(Quit: Page closed)]
ertes has joined #nixos
bebarker has joined #nixos
rui1 has joined #nixos
rui has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/v5XxM
<NixOS_GitHub> nixpkgs/master 4b84127 Bjørn Forsman: qmmp: 1.1.5 -> 1.1.9
NixOS_GitHub has left #nixos []
tmaekawa has joined #nixos
supremacsy has left #nixos []
tmaekawa has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/v5Xp2
<NixOS_GitHub> nixpkgs/master 88ae298 Bjørn Forsman: qmmp: 1.1.9 -> 1.1.10
NixOS_GitHub has left #nixos []
Jacoby6000_ has joined #nixos
<Jacoby6000_> How do you guys typically go about configuring vim? Do you do it the standard way, or does nixos do it's own thing? I've seen some tutorials suggesting the ladder, and I'm wondering how that effects things like ftplugin
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] timor opened pull request #29245: qfsm: fix build with gcc 6 (master...qfsm-gcc6-fix) https://git.io/v5Xp9
NixOS_GitHub has left #nixos []
AndreasO has joined #nixos
<bebarker> is there a way to get the name of a derivation in nixpkgs from one's own nix expression? For instance, the following ends up being undefined for me: let idea_name = pkgs.jetbrains.idea-ultimate.name;
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 2 new commits to release-17.09: https://git.io/v5Xpx
<NixOS_GitHub> nixpkgs/release-17.09 42caac3 Bjørn Forsman: qmmp: 1.1.5 -> 1.1.9...
<NixOS_GitHub> nixpkgs/release-17.09 da832b5 Bjørn Forsman: qmmp: 1.1.9 -> 1.1.10...
NixOS_GitHub has left #nixos []
<bebarker> and this is the version-dependent string I'm hoping to access: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/jetbrains/default.nix#L296
Bane^ has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb pushed 1 new commit to master: https://git.io/v5XhY
<NixOS_GitHub> nixpkgs/master f6e4c4e Aristid Breitkreuz: blitz++: mark as broken
NixOS_GitHub has left #nixos []
griff_ has quit [(Quit: griff_)]
Bane^ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bjornfor pushed 2 new commits to release-17.03: https://git.io/v5XhW
<NixOS_GitHub> nixpkgs/release-17.03 812229f Bjørn Forsman: qmmp: 1.1.5 -> 1.1.9...
<NixOS_GitHub> nixpkgs/release-17.03 30bbc80 Bjørn Forsman: qmmp: 1.1.9 -> 1.1.10...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29212: prometheus-collectd-exporter service: init module (master...prometheus-collectd) https://git.io/v5PLo
NixOS_GitHub has left #nixos []
Infinisil has joined #nixos
<Infinisil> Jacoby6000_: I use home-manager for that
Infinisi1 has quit [(Ping timeout: 240 seconds)]
freeman42x[m] has joined #nixos
ixxie has quit [(Quit: Lost terminal)]
freeman42y[m] has quit [(Ping timeout: 248 seconds)]
mudri has quit [(Ping timeout: 248 seconds)]
lhart has joined #nixos
zarel has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb pushed 1 new commit to master: https://git.io/v5Xjr
<NixOS_GitHub> nixpkgs/master 124b3c8 timor: qfsm: fix build with gcc 6 (#29245)
NixOS_GitHub has left #nixos []
<lhart> Hi there! Trying to cross-compile here, from the master branch of nixpkgs but I keep getting an error `undefined variable 'runCommand' at .../cc-wrapper/default.nix . I suppose I'm doing something wrong but I can't find what. If you have any ideas! Thanks
<Infinisil> lhart: gist your nix expression?
<Infinisil> or whatever you're using/running
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb pushed 1 new commit to release-17.09: https://git.io/v5Xj9
<NixOS_GitHub> nixpkgs/release-17.09 9be724d timor: qfsm: fix build with gcc 6 (#29245)
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29210: dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix build (master...fix-dmenu-wayland-build) https://git.io/v5PT5
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/v51ee
<NixOS_GitHub> nixpkgs/release-17.09 6fb2a7c Markus Mueller: dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix build...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v51eq
<NixOS_GitHub> nixpkgs/master 9f4fa73 Michael Weiss: lf: 2017-05-15 -> 2017-09-06
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v51eO
<NixOS_GitHub> nixpkgs/master 55b5a94 Markus Mueller: desmume: fix build with gcc6 by adding debian patch...
<NixOS_GitHub> nixpkgs/master 3f18ad1 Jörg Thalheim: Merge pull request #29207 from markus2342/fix-desmume-gcc6...
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/v51eG
<NixOS_GitHub> nixpkgs/release-17.09 b7144b2 Markus Mueller: desmume: fix build with gcc6 by adding debian patch...
NixOS_GitHub has left #nixos []
<lhart> Infinisil: https://pastebin.com/EWg04e85 . More or less a copy past from things I found.
<joko> Could anyone remind me how to invoke a nix-shell during nix-build? On a certain phase
<BlessJah> gchristensen: FYI nixos-17.03-small is ahead of nixos-17.03 (again today): nixos @17.03.1820.a0e6a891ee, small @17.03.1817.694529e45d
cfricke has joined #nixos
<Infinisil> lhart: Not sure, maybe invoke it with --show-trace and have a look where runCommand is used
freeman42y[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v51vT
<NixOS_GitHub> nixpkgs/master c3b304e Tristan Helmich: pythonPackages.phonenumbers: 8.8.0 -> 8.8.1
<NixOS_GitHub> nixpkgs/master 85fd4f7 Jörg Thalheim: Merge pull request #29213 from fadenb/pythonPackages.phonenumbers_8.8.1...
NixOS_GitHub has left #nixos []
hoodoo_ has joined #nixos
Infinisi1 has joined #nixos
<hoodoo_> Hi, did anybody manage to deploy to Hetzner _virtual_ server with nixops?
Itkovian has joined #nixos
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
<hoodoo_> It fails on resetting the server.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29187: python.pkgs.recaptcha-client: disable broken versions (release-17.09...recaptcha-client) https://git.io/v5i5Y
NixOS_GitHub has left #nixos []
orivej has quit [(Ping timeout: 252 seconds)]
dieggsy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v51vH
<NixOS_GitHub> nixpkgs/master bdb120c Klaas van Schelven: python.pkgs.recaptcha-client: disable broken versions...
NixOS_GitHub has left #nixos []
ktf_ has joined #nixos
ris has joined #nixos
Infinisil has quit [(Ping timeout: 240 seconds)]
taktoa has quit [(Remote host closed the connection)]
hoodoo_ has left #nixos ["Leaving"]
sary has quit [(Ping timeout: 260 seconds)]
<lhart> Infinisil: hum... yeah I don't know. I have to admit I don't have the knowledge to understand what I see. Does anyone have a known working nix file for cross-compiling (any platform) so that I could at least see if I can make it work?
sary has joined #nixos
ktf_ has quit [(Ping timeout: 252 seconds)]
hotfuzz has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 opened pull request #29246: clang-stdenv: move libstdcxxHook to cc-wrapper (master...clang-stdenv) https://git.io/v51Js
NixOS_GitHub has left #nixos []
kuznero has joined #nixos
<kuznero> Hi All!
<globin> BlessJah: can happen if that evals first and doesn't have to build a lot
<kuznero> Is it possible for `environment.shellAliases` to be working when executed outside of terminal (e.g. Alt-F2)?
griff_ has joined #nixos
hotfuzz has joined #nixos
sellout- has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
<samueldr> aliases are inherently a shell feature, so bash, zsh or fish<
<kuznero> samueldr: hm :( so, creating a derivation with a single executable script with the name of an alias then?
<samueldr> I don't know if there's a better way, I have been surprised many times
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v51Ut
<NixOS_GitHub> nixpkgs/master 6126e3a AndersonTorres: Moe: init at 1.9...
<NixOS_GitHub> nixpkgs/master f3ecd57 Jörg Thalheim: Merge pull request #29114 from AndersonTorres/upload/moe...
NixOS_GitHub has left #nixos []
<catern> kuznero: what do you mean Alt-F2? that goes through a shell I think
<samueldr> guessing some desktop environment run box
<kuznero> catern: Alt-F2 in Xfce does not recognize my alias, so I don't think it does
<samueldr> which may or may not, depending
odi has quit [(Ping timeout: 240 seconds)]
Neo-- has quit [(Ping timeout: 248 seconds)]
sellout- has quit [(Quit: Leaving.)]
<catern> kuznero: you can also test by, maybe, doing, "false || xmessage hi"
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] pvgoran opened pull request #29247: nixos/gitolite: add RequiresMountsFor unit option (master...gitolite-RequiresMountsFor) https://git.io/v51TE
NixOS_GitHub has left #nixos []
<catern> which only a shell would support
<kuznero> catern: nope, does not seem to work
<kuznero> catern: but to be fare - xmessage didn't work either
Neo-- has joined #nixos
sary has quit [(Ping timeout: 264 seconds)]
endformationage has joined #nixos
reinzelmann has quit [(Quit: Leaving)]
k2s has joined #nixos
k2s has quit [(Client Quit)]
sary has joined #nixos
freeman42x[m] has joined #nixos
jellowj has joined #nixos
stepcut has quit [(Remote host closed the connection)]
freeman42y[m] has quit [(Ping timeout: 260 seconds)]
stepcut has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Lassulus closed pull request #29161: bitcoin-xt: 0.11F -> 0.11G2 (master...bitcoin-xt) https://git.io/v5iZ3
NixOS_GitHub has left #nixos []
mudri has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Lassulus closed pull request #29175: namecoin: 0.3.80 -> nc0.13.0rc1 (master...namecoin) https://git.io/v5i9r
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Lassulus opened pull request #29248: Altcoins (master...altcoins) https://git.io/v51Lv
NixOS_GitHub has left #nixos []
lhart has quit [(Ping timeout: 260 seconds)]
zraexy has quit [(Quit: Leaving.)]
scribbler has quit [(Remote host closed the connection)]
<Infinisi1> Ummmm lol
zraexy has joined #nixos
<Infinisi1> I just wanted to open a PR to update namecoin
civodul has joined #nixos
TweyII has quit [(Ping timeout: 255 seconds)]
sary has quit [(Ping timeout: 252 seconds)]
sary has joined #nixos
<toogley> is the graphical installer sth like debian has where one just has to choose things from the GUI, or rather "a set of tools to be able to partition,install, etc. a nixOS manually
Ivanych has quit [(Ping timeout: 252 seconds)]
sellout- has joined #nixos
scribbler has joined #nixos
odites has joined #nixos
dieggsy has quit [(Quit: ERC (IRC client for Emacs 26.0.50))]
MP2E has joined #nixos
cfricke has quit [(Quit: WeeChat 1.9)]
phdoerfler has joined #nixos
schoppenhauer has quit [(Ping timeout: 248 seconds)]
<samueldr> set of tools
phdoerfler has quit [(Quit: Leaving.)]
phdoerfler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb created pulseaudio-by-default (+1 new commit): https://git.io/v51mn
<NixOS_GitHub> nixpkgs/pulseaudio-by-default 3b03669 Aristid Breitkreuz: pulseaudio: enable by default in NixOS
NixOS_GitHub has left #nixos []
stepcut has quit [(Remote host closed the connection)]
<samueldr> + default software that gets installed with kde/plasma
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb opened pull request #29250: pulseaudio: enable by default in NixOS (master...pulseaudio-by-default) https://git.io/v51m2
NixOS_GitHub has left #nixos []
<aristid> we totally should enable pulseaudio by default! :-)
<Infinisi1> hmm, so I'll have to explicitly turn off pulseaudio on my headless nixos server?
sellout- has quit [(Quit: Leaving.)]
sary has quit [(Ping timeout: 240 seconds)]
takle has quit [(Remote host closed the connection)]
<Infinisi1> :/
schoppenhauer has joined #nixos
<MP2E> isn't there a minimal installation cd for this reason?
takle has joined #nixos
<MP2E> i've only used that one anyway
<zarel> is there any difference between the default generated config from the normal live cd and the minimal one?
<aristid> Infinisi1: it wouldn't run it, but i guess that's a somewhat fair point
<MP2E> I don't think so, but I haven't run the graphical one to be able to tell
<aristid> Infinisi1: maybe i should change it to only enable by default if X11 is configured, hmm
<MP2E> ah I see the PR now, so pulseaudio would be enabled globally unless it was explicitly disabled
AndreasO has quit [(Remote host closed the connection)]
<aristid> MP2E: the daemon is still per-user
<aristid> and i think it only gets loaded when used
<aristid> but it does add stuff to the nix store for sure
takle has quit [(Ping timeout: 240 seconds)]
<Infinisi1> Umm, why this: systemctl --user --all  1 ↵  22:09:40
<Infinisi1> Failed to list units: Process org.freedesktop.systemd1 exited with status 1
<MP2E> I like pulseaudio so I'm fine with it but yeah, would be good to get some feedback first, perhaps with the nix-dev mailing list
<Infinisi1> Trying to see if pulseaudio is running
<aristid> Infinisi1: i had the same issue a few days ago, and it was in my case due to a systemd unit timing out, causing /run/user/1000 not to be populated, while i could still already log in to X11, without a valid dbus instance
<aristid> so then the dbus connection used by systemctl --user wouldn't work
<aristid> Infinisi1: i think there is an issue with some ordering stuff in our systemd units
<Infinisi1> Ohh, I actually have the error that /run/user/1000 can't be unmounted when shutting down
<aristid> but... /run is a tmpfs?!
<aristid> why can't it be unmounted?
<catern> hey #nixos, what is the best way to use Apache httpd from Nix on a foreign distro?
<Infinisi1> wait
<aristid> tmpfs on /run type tmpfs (rw,nosuid,nodev,size=8211644k,mode=755)
<aristid> tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=3284656k,mode=700,uid=1000,gid=100)
<Infinisi1> How can I view the shutdown logs
<aristid> journalctl -b -1 or so
<Infinisi1> Failed unmounting /run/user/1000 indeed
adisblad` has joined #nixos
<aristid> is it mounted?
<Infinisi1> Yes
<Infinisi1> tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=808556k,mode=700,uid=1000,gid=100)
mystfox_ has joined #nixos
monad_cat_ has joined #nixos
Neo-- has quit [(Ping timeout: 255 seconds)]
wavewave_ has joined #nixos
dgonyeo_ has joined #nixos
ryantm_ has joined #nixos
smola__ has joined #nixos
<aristid> weird
<Infinisi1> Indeed
rotaerk has quit [(Ping timeout: 252 seconds)]
<Infinisi1> Why do I always seem to run into weird issues
mpickering_ has joined #nixos
<aristid> MP2E: i'm definitely not just going to merge it myself
yurrriq_ has joined #nixos
philips_ has joined #nixos
<aristid> MP2E: i made the PR precisely to get feedback
<MP2E> ah fair enough :p
jml_ has joined #nixos
adelbertc_ has joined #nixos
freeman42y[m] has joined #nixos
ocharles_ has joined #nixos
luto__ has joined #nixos
<Infinisi1> catern: Nix can only provide the package, everything else is the same as on other distros afai
<Infinisi1> k
ahmedtd_ has joined #nixos
<Infinisi1> so none of that configuration magic
pierron_ has joined #nixos
michiel_l_ has joined #nixos
<catern> Infinisi1: yeah but, I'm just wondering if anyone has done it before
MightyJoe has joined #nixos
v0|d` has joined #nixos
<catern> I hope against hope that I can generate the configuration file with Nix
<Infinisi1> catern: Probably google for "apache httpd linux example" or so
manveru_ has joined #nixos
<catern> I can manage actually running it
<catern> Infinisi1: I have done so of course :)
Aexoden_ has joined #nixos
<catern> Apache unfortunately has a ton of "I am installed globally and the only one running" assumptions
<catern> such as wanting me to hardcode the path of its dynamically loaded modules in the config file
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] winniequinn opened pull request #29251: gringo: add darwin platform support (master...gringo-darwin) https://git.io/v51Oo
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Ping timeout: 252 seconds)]
<Infinisi1> This kind of bothers me too a bit on nixos
<Infinisi1> services are all singular, can't run 2
smj has joined #nixos
hydraz_ has joined #nixos
qewzee has joined #nixos
nextloop_ has joined #nixos
pmade_ has joined #nixos
alphor_ has joined #nixos
rjsalts` has joined #nixos
johbo_ has joined #nixos
datakurre^ has joined #nixos
meta-coder has joined #nixos
abcrawf_ has joined #nixos
stepcut has joined #nixos
<catern> what really!?
<catern> I assumed that NixOS fixed that problem!
<catern> that's pretty lame...
pmade_ is now known as pmade
datakurre^ is now known as datakurre
nextloop_ is now known as nextloop
yurrriq_ is now known as yurrriq
smola__ is now known as smola_
mpickering_ is now known as mpickering
wavewave_ is now known as wavewave
philips_ is now known as philips
luto__ is now known as luto
dgonyeo_ is now known as dgonyeo
adelbertc_ is now known as adelbertc
jml_ is now known as jml
monad_cat_ is now known as monad_cat
ryantm_ is now known as ryantm
mystfox_ is now known as mystfox
ocharles_ is now known as ocharles
manveru_ is now known as manveru
rtjure has quit [(Ping timeout: 240 seconds)]
zarel has quit [(Quit: Leaving)]
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
stepcut has quit [(Remote host closed the connection)]
<obadz> with some copy/pasting of the nix module configuring the service you wish to run multiple times you can make it happen
Troupal has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar pushed 1 new commit to master: https://git.io/v513E
<NixOS_GitHub> nixpkgs/master 27a4820 Nikolay Amiantov: trezord: rebuild protobuf files...
NixOS_GitHub has left #nixos []
rtjure has joined #nixos
vaibhavsagar has joined #nixos
<Mic92> go 8
stepcut has joined #nixos
arximboldi has quit [(Quit: arximboldi)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29159: coin3d: include fix for newer compilers (master...coin3d-sbhashentry-fix) https://git.io/v5iOz
NixOS_GitHub has left #nixos []
lsyoyom has joined #nixos
fadenb has joined #nixos
zeus_ has quit [(Read error: Connection reset by peer)]
<Infinisi1> I feel like this issue should be fixed at some point catern obadz
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v51sq
<NixOS_GitHub> nixpkgs/release-17.09 5566ca9 timor: coin3d: include fix for newer compilers...
NixOS_GitHub has left #nixos []
zeus_ has joined #nixos
<Infinisi1> Usually all you need is 1 service though
<obadz> Yes and it would suck if it was done in a way that made it clunky and verbose for the basic case where you only need 1
nithor has joined #nixos
eqyiel[m] has joined #nixos
fearlessKim[m] has joined #nixos
AmineChikhaoui[m has joined #nixos
ArdaXi[m] has joined #nixos
bennofs[m] has joined #nixos
TimePath has joined #nixos
musicmatze[m] has joined #nixos
sudoreboot[m] has joined #nixos
timclassic has joined #nixos
hexa- has joined #nixos
<Infinisi1> Yeah
<obadz> Rare instances when people need more than 1, they are generally 'experts' in that service and it's not crazy for them to be expected to maintain their own nixos module for their service of interest
freeman42y[m] has quit [(Read error: Connection reset by peer)]
<bebarker> seems like cache.nixos.org may be down
jensens has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
grw has quit [(Quit: WeeChat 1.5)]
marusich has joined #nixos
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
kuznero has quit [(Quit: Page closed)]
scribbler has quit [(Ping timeout: 240 seconds)]
SOO7 has joined #nixos
Filystyn has quit [(Quit: Konversation terminated!)]
takle has joined #nixos
phreedom has quit [(Ping timeout: 240 seconds)]
scribbler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to python-unstable: https://git.io/v51nP
<NixOS_GitHub> nixpkgs/python-unstable edced8f Frederik Rietdijk: python.pkgs.wheel: 0.29.0 -> 0.30.0
NixOS_GitHub has left #nixos []
<ToxicFrog> Is there a way to get build logs from Hydra?
<ToxicFrog> nixpkgs.elinks looks like it should build with spidermonkey support, but doesn't appear to
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to staging: https://git.io/v51ny
<NixOS_GitHub> nixpkgs/staging 628b6c0 Frederik Rietdijk: Merge remote-tracking branch 'upstream/master' into HEAD
NixOS_GitHub has left #nixos []
<cransom> are there other distros that have a configuration system and will let you run duplicate services? I mean, unless you are rolling your own, i don't remember seeing any normal way that chef/puppet/ansible/etc would do that either.
jellowj has quit [(Ping timeout: 240 seconds)]
Eisfreak7 has quit [(Quit: WeeChat 1.9)]
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
naag has joined #nixos
Radivarig has joined #nixos
Radivarig_ has joined #nixos
naag has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/v51cA
<NixOS_GitHub> nixpkgs/master 7729420 Daiderd Jordan: go-mtpfs: fix darwin build
NixOS_GitHub has left #nixos []
jellowj has joined #nixos
pie_ has quit [(Ping timeout: 246 seconds)]
<symphorien> There is systemd template unit system with the @ syntax
<symphorien> Recently debian switched the default postfix daemon to be postfix@- and you can define other instances with different confs with postfix@sthgelse
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/v51Cw
<NixOS_GitHub> nixpkgs/release-17.09 f15742b Daiderd Jordan: go-mtpfs: fix darwin build...
NixOS_GitHub has left #nixos []
arximboldi has joined #nixos
Radivarig_ has quit [(Ping timeout: 248 seconds)]
Radivarig has quit [(Ping timeout: 248 seconds)]
eere has quit [(Ping timeout: 260 seconds)]
tv has quit [(Ping timeout: 248 seconds)]
<cransom> symphorien: hmm. ok. but not in a general case. there's nothing to stop someone rewriting the module to support multiple instances though if thats a feature you need.
<catern> if you can't trivially have multiple instances of services then something is wrong with your configuration language (or more rarely, with the service)
frodo70 has joined #nixos
<catern> this is why people flee to the use of containers
odites has quit [(Quit: Konversation terminated!)]
<frodo70> Hello, I installed nixos on my laptop, but can't seem to get my trackpad to work, any ideas?
<MP2E> services.xserver.synaptics.enable = true; in your configuration.nix perhaps?
griff_ has quit [(Quit: griff_)]
<MP2E> depends what trackpad
<MP2E> worked for my lenovo thinkpad though
<frodo70> I tried te synaptics line and it didn't work
<frodo70> Then I tried
<frodo70> services.xserver =
<frodo70> {
<frodo70> libinput = {
<frodo70> naturalScrolling = true;
<frodo70> enable = true;
<frodo70> middleEmulation = true;
<frodo70> tapping = true;
<frodo70> };
<frodo70> };
<frodo70> Also didn't work
tmaekawa has joined #nixos
nix-gsc-io`bot has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/9355706fdb (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
orivej has joined #nixos
hydraz_ is now known as hydraz
hydraz has quit [(Changing host)]
hydraz has joined #nixos
griff_ has joined #nixos
arximboldi has left #nixos []
Jacoby6000_ has quit [(Quit: WeeChat 1.9)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/v51BJ
<NixOS_GitHub> nixpkgs/master 7b00a6e Daiderd Jordan: html2text: fix clang build
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/v51BL
<NixOS_GitHub> nixpkgs/release-17.09 f155c98 Daiderd Jordan: html2text: fix clang build...
NixOS_GitHub has left #nixos []
mattcode has quit [(Quit: Leaving)]
hamishmack has quit [(Quit: hamishmack)]
tmaekawa has quit [(Quit: tmaekawa)]
hiratara has quit [(Ping timeout: 246 seconds)]
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dywedir opened pull request #29252: tokei: 6.0.1 -> 6.1.2 (master...tokei) https://git.io/v51R7
NixOS_GitHub has left #nixos []
sellout- has joined #nixos
JosW has quit [(Quit: Konversation terminated!)]
pie_ has joined #nixos
sary has joined #nixos
<BlessJah> globin: I still don't get it, what got evaluated first, nixos? then both nixos and nixos-small need to be at the same revision and even if small finishes later it will catch up quickly thanks to caches populated by nixos build
<neonfuz> anyone have advice on getting mtp to work with nixos?
hiratara has joined #nixos
rjsalts` is now known as rjsalts
MightyJoe is now known as cyraxjoe
<neonfuz> I installed kio-extras, because I'm running kde, but it gives me the error "The process for the mtp protocol died unexpectedly"
k2s has joined #nixos
k2s has quit [(Client Quit)]
hiratara has quit [(Read error: Connection reset by peer)]
hiratara has joined #nixos
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
silver_hook has quit [(Ping timeout: 260 seconds)]
Radivarig has joined #nixos
Radivarig_ has joined #nixos
sigmundv__ has joined #nixos
glines has quit [(Ping timeout: 240 seconds)]
pbogdan has quit [(Ping timeout: 246 seconds)]
sellout- has quit [(Quit: Leaving.)]
glines has joined #nixos
<Radivarig> I've added nix.nixPath to configuration.nix, after rebuild it seems like it's being hardcoded somewhere. If I remove it from config and rebuild, it still shows in NIX_PATH. If I rebuild again with another nixPath it updates. This creates an issue since I cannot do a rebuild now because I've entered a wrong nixPath and it is used as last nixPath from last successful rebuild. I did a rollback from the grub menu but now my user does not
<Radivarig> exist on any entry and is not created by a new rebuild. Any suggestions?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/v51uw
<NixOS_GitHub> nixpkgs/master 2509b62 Daiderd Jordan: jbigkit: fix substituteInPlace
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/v51uP
<NixOS_GitHub> nixpkgs/release-17.09 5f16545 Daiderd Jordan: jbigkit: fix substituteInPlace...
NixOS_GitHub has left #nixos []
pie_ has quit [(Ping timeout: 240 seconds)]
Khetzal has quit [(Ping timeout: 248 seconds)]
pbogdan has joined #nixos
<tilpner> Radivarig - I have no idea why your user would vanish, but you can always rebuild if your nixPath is wrong, by temporarily setting NIX_PATH from your shell or via the -I argument
phinxy has joined #nixos
sellout- has joined #nixos
<tokudan[m]> Radivarig: did you set users.mutableUsers to false?
phinxy has left #nixos []
<tokudan[m]> Radivarig: if you did, then you have to define all users in your configuration.nix
hiratara has quit [(Quit: ZNC - http://znc.in)]
<Radivarig> tilpner, yes that's what I added then, one part of rebuilt did pass but it got stuck later on it, as if NIX_PATH was ignored
<Radivarig> tokudan[m], hm no, I'll try that
<tilpner> Radivarig - I think we'll need the commands you ran and the corresponding error messages
hiratara has joined #nixos
hamishmack has joined #nixos
<tokudan[m]> Radivarig: easiest way to check: nixos-option users.mutableUsers
orivej has quit [(Ping timeout: 248 seconds)]
<Radivarig> tokudan[m], seems it was set to true
<tokudan[m]> Radivarig: that's fine then
orivej has joined #nixos
darlan has joined #nixos
<Radivarig> tokudan[m], I can "su myusername", but "users" show "root root"
darlan has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] knedlsepp opened pull request #29253: pythonPackages.audiotools: Fix darwin build (master...fix-pythonPackages.audiotools) https://git.io/v51gj
NixOS_GitHub has left #nixos []
Mateon3 has joined #nixos
<tokudan[m]> sounds more like an issue with your lastlog or wtmp
Mateon1 has quit [(Ping timeout: 248 seconds)]
Mateon3 is now known as Mateon1
<Radivarig> tokudan[m], weirdly after passwd myusername as root it was added to users and I can login again
scribbler has quit [(Remote host closed the connection)]
<tokudan[m]> great
scribbler has joined #nixos
lluchs has quit [(Ping timeout: 255 seconds)]
Wysteriary[m] has quit [(Ping timeout: 255 seconds)]
Infinisi1 has quit [(Quit: leaving)]
Infinisil has joined #nixos
rui1 has quit [(Quit: WeeChat 1.5)]
scribbler has quit [(Ping timeout: 260 seconds)]
RayNbow`TU has quit [(Ping timeout: 252 seconds)]
Radivarig_ has quit [(Ping timeout: 240 seconds)]
Radivarig has quit [(Ping timeout: 240 seconds)]
<Infinisil> Hmm, I have some weird terminal problem
<Infinisil> E.g. When in a nix-shell, the prompt is \[\][nix-shell:~]$\[\]
<Infinisil> And ncurses programs are always a bit messy
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] knedlsepp opened pull request #29254: valgrind: Fix darwin build (master...fix-valgrind) https://git.io/v51VT
NixOS_GitHub has left #nixos []
pie_ has joined #nixos
marusich has quit [(Ping timeout: 248 seconds)]
Wysteriary[m] has joined #nixos
mudri has quit [(Ping timeout: 240 seconds)]
mudri|srcf has quit [(Ping timeout: 240 seconds)]
lluchs has joined #nixos
mudri|srcf has joined #nixos
mudri has joined #nixos
marusich has joined #nixos
Khetzal has joined #nixos
phdoerfler has quit [(Quit: Leaving.)]
scribbler has joined #nixos
digitus has quit [(Quit: digitus)]
scribbler has quit [(Ping timeout: 248 seconds)]
scribbler has joined #nixos
pie__ has joined #nixos
pie_ has quit [(Remote host closed the connection)]
predator217 has joined #nixos
nh2 has quit [(Quit: Leaving.)]
predator117 has quit [(Ping timeout: 248 seconds)]
* gchristensen waves
* edef waves
* Infinisil waves
* Ralith particles
erasmas has quit [(Quit: leaving)]
<Infinisil> Hmm, can I not use the nixos module config itself to make defaults? E.g. someOption = mkOption { default = "${cfg.someOtherOption}"; }
<gchristensen> that should work
<Infinisil> I'm using home-manager, so maybe that's it
justanotheruser has joined #nixos
ison111 has joined #nixos
marusich has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej opened pull request #29255: aseprite: 0.9.5 -> 1.1.7 (master...aseprite) https://git.io/v51oU
NixOS_GitHub has left #nixos []
<Infinisil> Ohh, the manual fails to build
<Infinisil> Additionally setting defaultText to some string makes it work