ma27 has joined #nixos
taktoa has quit [(Remote host closed the connection)]
taktoa has joined #nixos
<dhess> My Hydra stops running builds every once in awhile until I restart hydra-queue-runner.service. Is this a common problem and is there a fix or workaround?
<__monty__> jb55: Should I mention the hoogle service? Or is the nixpkgs manual not the right place?
otherjrolfs has joined #nixos
sigmundv__ has quit [(Ping timeout: 240 seconds)]
<jb55> __monty__: I'm sure it wouldn't hurt
<clever> dhess: one min
<__monty__> jb55: How would you use it, just install and done?
<clever> dhess: what does "journalctl -f -u hydra-check-space" say?
sigmundv__ has joined #nixos
<dhess> clever: it's just this over and over: Dec 30 15:20:12 davinci systemd[1]: Started hydra-check-space.service.
<clever> dhess: try without -f, and scroll thru the last day of output
<dhess> clever: I did grab a couple of things from various Hydra configs related to that service I think. Let me post my Hydra module
<dhess> clever: unfortunately it looks like my logs rotated this morning and that's all I've got
sigmundv__ has quit [(Remote host closed the connection)]
<clever> dhess: how much free space on /nix/store/ ?
<jb55> __monty__: where packages is in the form (hp: with hp; [cryptonite pipes-csv]) etc
Sonarpulse has joined #nixos
<__monty__> jb55: So packages is for your own and haskellpackages is for the entire nix set?
<dhess> clever: so much. /dev/disk/by-label/nixos 915G 78G 791G 9% /
<dhess>
<jb55> __monty__: correct
<clever> not sure what the issue is, but keep an eye on that log and see what it says next time
asuryawanshi has joined #nixos
<dhess> ok
stepcut has quit [(Remote host closed the connection)]
<__monty__> jb55: Oh, it gets the names in packages from the haskellPackages of course. I was thinking something eles.
<jb55> __monty__: packages is the packages you want to generate docs for, haskellPackages is the package set you want to generate that from
<dhess> for the record it had stopped building as recently as a few minutes ago, until I restarted it, despite any odd-looking logs
<clever> dhess: also check the hydra-queue-runner logs after it stops
stepcut has joined #nixos
<dhess> clever: OK let me check the values I have set for that
stepcut has quit [(Remote host closed the connection)]
<__monty__> jb55: Gotcha. And this runs always? Or can you run this just for a nix-shell or a load-env-*?
sigmundv has joined #nixos
<jb55> __monty__: yes it always runs as on multi-user.target on default port 8080 which you can change
<jb55> __monty__: and then I have a local hoogle google search shortcut like so: https://jb55.com/s/a4823100f19a1ac5.png
<clever> dhess: you have it configured to stop itself if it goes under 64gig of space, and you have 700, so that should be fine...
<dhess> right
<dhess> I don't see any "stopping Hydra.. due to lack of free space" messages in the log either
<clever> dhess: i think this turns off the "run on bootup" part of hydra
asuryawanshi has quit [(Ping timeout: 248 seconds)]
<jb55> __monty__: so you can just type `lh SPACE <query>` in chromium omnibar to search local hoogle docs
<jb55> works great :]
ma27 has quit [(Ping timeout: 252 seconds)]
mgttlinger has quit [(Quit: Connection closed for inactivity)]
<__monty__> jb55: I just use firefox keywords as a shortcut. No need to send those queries to google : )
<jb55> :P
<dhess> clever: I pulled that from the nixos-org hydra config. Figured it was a measure taken to prevent hydra-queue-runner from restarting on a deploy
otherjrolfs has quit [(Ping timeout: 256 seconds)]
<dhess> clever: however the machine has been up for weeks so the boot issue isn't why it was stopped
<clever> 58 stops it from restarting on deploy
<dhess> but it's a good point
<dhess> right
<clever> 58 stops it from running on bootup
<dhess> I will remove the mkforce's
<clever> 60 may also mess with the on-boot
<dhess> yeah probably
srdqty has quit [(Quit: WeeChat 1.9.1)]
srdqty has joined #nixos
<jb55> __monty__: so yeah I just continuously add to this massive list of haskell packages I use: https://github.com/jb55/nix-files/blob/022bc3d51291aaf77a9b33588492431e5b82812c/nixpkgs/config.nix#L239
<jb55> and then when you rebuild your system it will rebuild the docs and restart the server
<gchristensen> anyone know of good tools to make a dashboard of stuff I need to do based on github issues across many projects?
<jb55> gchristensen: I just use notmuch + tagging but that's not as nice and visual like trello
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<gchristensen> I get so much email it doesn't work as a todo for me :(
<jeaye> Given a mkDerivation, how can I declaratively install it from configuration.nix? I've tried callPackage and I've tried import, using both packageOverrides and systemPackages.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] thoughtpolice pushed 1 new commit to master: https://git.io/vbAl6
<NixOS_GitHub> nixpkgs/master abcfa6f Austin Seipp: nixpkgs: add tamarin-prover 1.3.0 (dev) tool...
NixOS_GitHub has left #nixos []
<jeaye> I can convert it to a callable package, but that requires changing it.
<jb55> jeaye: if you want to "install" something from your configuration.nix, you probably want to add it to your environment.systemPackages ?
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
<jeaye> jb55: Right. My question is specifically about consuming a derivation written for nix-build.
<jb55> jeaye: nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
<__monty__> jb55: Is the appropriate place for the service configuration.nix?
<jb55> ah
<jb55> I see
<jeaye> In order to make the derivation callable, I need to change the `with import` to `{my, args}:`
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<jeaye> Can I consume it without turning it into a function, or do I need to tweak it when I'm done nix-building and ready to add it to my configuration.nix?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 2 new commits to staging: https://git.io/vbAlS
<NixOS_GitHub> nixpkgs/staging 76b5904 John Ericson: boost: Clean, reducing duplication...
<NixOS_GitHub> nixpkgs/staging da48603 John Ericson: Merge pull request #33188 from obsidiansystems/clean-boost...
NixOS_GitHub has left #nixos []
<jb55> jeaye: if I want to extend my nixpkgs locally, I just add it to my ~/.nixpkgs/config.nix
<jeaye> That requires the use of nix-env, right? Not just nixos-rebuild?
<jeaye> I typically avoid anything that doesn't fully realize itself when I nixos-rebuild.
<jb55> jeaye: I hack around that by doing nixpkgs.config = import ./nixpkgs/config.nix, not sure if that's best practice... :P
<jb55> jeaye: I treat my nixpkgs/config as a part of my configuration.nix in that sense
<jeaye> heh, alright. Sounds like there's no simple approach though. Thanks, jb55.
<jeaye> Yeah, I see what you mean.
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 closed pull request #33196: doc: Breaking change release note for bintools-wrapper (master...bintools-release-note) https://git.io/vbNrx
NixOS_GitHub has left #nixos []
jb55 has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis pushed 2 new commits to master: https://git.io/vbA8Y
<NixOS_GitHub> nixpkgs/master c22221b José Romildo Malaquias: tint2: 16.0 -> 16.1
<NixOS_GitHub> nixpkgs/master 94f6d43 adisbladis: Merge pull request #33216 from romildo/upd.tint2...
NixOS_GitHub has left #nixos []
fendor has quit [(Read error: Connection reset by peer)]
<pkill9> there's a patch for elinks apparently that adds ssl support, i think that shoudl be added tot he nix package
Sonarpulse has quit [(Remote host closed the connection)]
vidbina has joined #nixos
Sonarpulse has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis closed pull request #33206: udiskie: 1.7.2 -> 1.7.3 (master...udiskie) https://git.io/vbAvs
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis pushed 1 new commit to master: https://git.io/vbA8S
<NixOS_GitHub> nixpkgs/master f772b8d adisbladis: udiskie: Use python3 (python2 support is deprecated)
NixOS_GitHub has left #nixos []
vidbina has quit [(Ping timeout: 256 seconds)]
dan_b has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mimadrid opened pull request #33221: mupdf: 1.11 -> 1.12.0 (master...update/mupdf-1.12.0) https://git.io/vbA85
NixOS_GitHub has left #nixos []
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] thoughtpolice pushed 3 new commits to master: https://git.io/vbA8x
<NixOS_GitHub> nixpkgs/master a31bdc0 Austin Seipp: nixpkgs: add 'graphviz' to tamarin-prover dependencies...
<NixOS_GitHub> nixpkgs/master 3813ab2 Austin Seipp: nixpkgs: init sapic 0.9...
<NixOS_GitHub> nixpkgs/master bae2e7c Austin Seipp: nixpkgs: add sapic as a dependency to tamarin-prover...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis opened pull request #33222: apparmor: 2.10 -> 2.12.0 (master...apparmor-2_12_0) https://git.io/vbA4c
NixOS_GitHub has left #nixos []
otherjrolfs has joined #nixos
jrolfs has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
<jtojnar> what am I supposed to do when checkPhase expects /var/tmp?
<clever> patch it to use $TMP
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis pushed 1 new commit to master: https://git.io/vbA4a
<NixOS_GitHub> nixpkgs/master 409642e adisbladis: udiskie: Fix eval
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mimadrid opened pull request #33223: Update zathura with plugins (master...update/zathura-with-plugins) https://git.io/vbA4V
NixOS_GitHub has left #nixos []
<dhess> Hmm. I have a Hydra and the machine where it runs has an armv7l-linux in its /etc/nix/machines, set up for remote builds. But when I try to evaluate a job with supportedSystems = [ ... "armv7l-linux" ] the evaulator says "unsupportedsystem tupe: 'armv7l-linux'"
<dhess> so err.. how do I get it to build armv7l-linux jobs on that remote builder?
<jtojnar> clever: the problem is $TMPDIR does not support xattr
<clever> jtojnar: the /tmp that nix builds under needs to support xattr then
<clever> dhess: double-check with nix-instantiate or nix-repl, that the expression even allows it
<dhess> the same setup on the same host where Hydra runs works fine when I deploy via nixops
<clever> dhess: can you link the hydra page?
<dhess> clever: nix-repl> armv7l-linux
<dhess> error: evaluation aborted with the following error message: ‘unsupported system type: armv7l-linux’
<dhess> «derivation
<dhess> nix-repl>
<dhess>
<dhess> that's when I load the release.nix in nix-repl
<dhess> on the Hydra master
<clever> dhess: yeah, the problem is with the nix expressions, not the hydra
<clever> which release.nix is this?
<dhess> hmm
<dhess> evaluating x86_64-linux works great
<clever> dhess: try something simpler, like hello in the nix-repl first
<clever> and see what that says
<clever> ah, your set at 60-63 filters that out
<clever> jobs.hello needs to be exposed to test that
<dhess> clever: yeah I just want to build the stuff in my overlays
<__monty__> srhb: I had to rebase on upstream/master but now I can't push to my fork of course because the histories differ. Can I just push --force or will that break the PR?
<clever> dhess: try to eval just one package from the jobs set, before you try the aggregate
<dhess> clever: hmm.. not sure what you're getting at. `nix-build jobsets/release.nix -A x86_64-linux` evaluates ok. Do you mean, try 'hello' for 'armv7l-linux' ?
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<adisbladis> __monty__: Force pushing to the branch updates the PR
<clever> dhess: line 57 should give an attribute for every single package under pkgs
taktoa has quit [(Remote host closed the connection)]
<dhess> clever: right it does.
<clever> dhess: and each of those attributes will have a .x86_64-linux and .armv6l-linux attr
<__monty__> adisbladis: Thanks, I'm not exactly experienced with PRs.
<clever> check that both of those eval for a given pakage
<dhess> oh because of supportedSystems?
<dhess> ok
<dhess> clever: yeah same thing. hello.x86_64-linux is fine, hello.armv7l-linux is not
<clever> now check hello.x86_64-linux.meta.platforms
<dhess> they're all in there
jrolfs has joined #nixos
otherjrolfs has joined #nixos
taktoa has joined #nixos
<dhess> nix-repl> hello.x86_64-linux.meta.platforms
<dhess> [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "mips64el-linux" "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd" "x86_64-cygwin" "x86_64-darwin" "x86_64-freebsd" "x86_64-linux" "x86_64-netbsd" "x86_64-openbsd" "x86_64-solaris" ]
<clever> dhess: try to eval it with nix-instantiate --show-trace and see what error it gives?
<adisbladis> __monty__: Which PR is it :)
<__monty__> adisbladis: This one, just some documentation updates: https://github.com/NixOS/nixpkgs/pull/33217
<dhess> ohh hold on
<dhess> is it maybe because of my fetch-nixpkgs.nix ?
<dhess> that is from iohk-ops and fixes the Nixpkgs version.
<clever> dhess: that will always be a derivation for the host cpu
<dhess> yeah right
<clever> so that should be fine
<dhess> that's just unpacking the stuff
<dhess> while evaluating 'pkgsFor' ...
<dhess> hmm
<clever> dhess: why is allowBroken set to true on 10 of release.nix?
jrolfs has quit [(Ping timeout: 248 seconds)]
<dhess> clever: there was a Python package that was causing evaluation of one of the overlays to break
otherjrolfs has quit [(Ping timeout: 260 seconds)]
<dhess> anyway same issue if I set allowUnfree/allowBroken to false
<dhess> clever: huh... hello.aarch64-linux works
<dhess> I have one of those, too
<dhess> WTH
<dhess> why is armv7l-linux special?
<clever> nothing obvious is visible
<clever> try taking the overlays out temporarily?
<clever> jtojnar: then dont use a tmpfs for /tmp/
lassulus has quit [(Quit: WeeChat 1.9.1)]
<dhess> clever: I took out nixpkgsArgs entirely from the import call. No difference.
lassulus has joined #nixos
taktoa has quit [(Quit: No Ping reply in 180 seconds.)]
<jtojnar> clever: is it possible to control what file system will nix use as /tmp in sandbox?
<clever> dhess: on to release-lib.nix!
<dhess> clever: oi :)
<clever> jtojnar: i think its the value of $TMP when nix-daemon is ran
otherjrolfs has joined #nixos
<dhess> clever: uhh yeah. There it is.
jrolfs has joined #nixos
<dhess> pkgsFor
<dhess> not defined for armv7l-linux
<dhess> clever: good call
<clever> it is on master
<clever> it ISNT on your rev!
<dhess> clever:yeah it was added 3 hours ago :D
<clever> oh, lol
<dhess> hahahahahah
<dhess> WHO ELSE IS HACKING ARM TODAY
<dhess> well sheeeeit. At least it can be fixed. Thanks clever!
<clever> dhess: Sonarpulse in #nixos-dev has been doing a lot of cross-platform stuff lately
<Sonarpulse> hi
<Sonarpulse> pkgsFor in release.nix is just for native
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vbAB4
<NixOS_GitHub> nixpkgs/master 2efe8b9 Jörg Thalheim: python.pkgs.mygpoclient: 1.7 -> 1.8
NixOS_GitHub has left #nixos []
taktoa has joined #nixos
<dhess> Sonarpulse: yeah this is native.
<dhess> remote build, not a cross. Anyway pretty sure this is my issue.
<dhess> Sonarpulse: though I am extremely looking forward to your stuff being ready
<dhess> Sonarpulse: I assume your stuff isn't doing anything heroic for Template Haskell cross compiles?
<Sonarpulse> dhess: no not yet
<Sonarpulse> angerman has some stuff for the remote TH
<jtojnar> clever: I cannot really change that, for example, for hydra, though, how am I supposed to run checkPhase there?
<clever> dhess: have you heard of the template haskell interpreter?
<dhess> Sonarpulse: well still should be awesome when it hits. Thanks so much for all of your efforts
<Sonarpulse> not quite sure on the best way to do it with nix with sandboxes
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] thoughtpolice pushed 1 new commit to master: https://git.io/vbABV
<NixOS_GitHub> nixpkgs/master ff555bd Austin Seipp: tamarin-prover: enable tests...
NixOS_GitHub has left #nixos []
<dhess> clever: no, though I am aware of angerman's stuff
<dhess> if that is what you mean
<clever> jtojnar: sometimes certain tests just have to be turned off
<Sonarpulse> dhess: I do want to make ghc multi-target
<Sonarpulse> and fix TH semantics
<clever> dhess: in ghcjs, it compiles the TH into a TH daemon, then it runs it under nodejs to execute it
<Sonarpulse> but I have to muster some energy and itme after this :)
<clever> dhess: in theory, an x86->arm ghc could do the same with qemu-user-arm
<Sonarpulse> I also need to teach cabal some things
<dhess> Sonarpulse: OMG that will be so amazing
<dhess> clever: right, sounds probably less painful than running GHC on arm :)
<dhess> probably.
<Sonarpulse> cross was a side project, then official, then side again for me at obsidian
<clever> Sonarpulse: one thing i have thought about, is how `import Foo` needs access to both the x86 version (for TH) and the arm version (for the final result), and that requires ghc building everything twice
ottidmes has quit [(Ping timeout: 260 seconds)]
<Sonarpulse> clever: yeah we need $import or something
<Sonarpulse> that's just shitty the way it works today
<clever> Sonarpulse: that would also solve it
<Sonarpulse> clever: as I view it, TH has a lot of enemies
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 opened pull request #33224: gpodder: 3.9.3 -> 3.10.0 (master...gpodder) https://git.io/vbABS
NixOS_GitHub has left #nixos []
<Sonarpulse> so no harm done breaking compat in the cross case
<Sonarpulse> (I mean the other way wouldn't immediately go away, there'd be both for a while)
<clever> Sonarpulse: ive also found that `ghc -M` cant report files being read by TH
<Sonarpulse> lololol
<clever> so you cant auto-generate a dep tree
<Sonarpulse> I do know no imports in splice for percisely that reason, hah
<clever> i think -M and TH only works if you actually compile the file, and the TH specially reports what its reading
<clever> but you cant generate deps without compiling
<Sonarpulse> (well that is more for statically analysizable mod deps)
__monty__ has left #nixos []
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<clever> dhess: another tip, it can help to grep all the nix files for the error message: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-lib.nix#L37
<clever> 2017-12-30 21:17:30 < dhess> error: evaluation aborted with the following error message: ‘unsupported system type: armv7l-linux’
taktoa_ has joined #nixos
taktoa has quit [(Ping timeout: 265 seconds)]
stepcut has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
vidbina has joined #nixos
<dhess> clever: I figured it was coming from Nix and not nixpkgs, but sure.
<dhess> I wonder why armvl7 and armv6l were unsupported like that
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] basvandijk opened pull request #33225: opencv: 3.3.1 -> 3.4.0 (master...opencv-3.4.0) https://git.io/vbAR0
NixOS_GitHub has left #nixos []
<dhess> I think I'll just pull the release-lib.nix from master into my overlay :)
<dhess> until I'm on that Nixpkgs again
simukis has quit [(Quit: simukis)]
markus1199 has joined #nixos
otherjrolfs has quit [(Ping timeout: 272 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
taktoa_ has quit [(Read error: Connection reset by peer)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
markus1189 has quit [(Ping timeout: 248 seconds)]
<dhess> weirdly the commit from a few hours ago that just happened to fix that issue appears to have nothing to do with the cross-compiling work. Just seems to be a coincidence.
taktoa has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
lambdamu_ has joined #nixos
<angerman> Sonarpulse: multi-target is indeed the ultimate goal we should try to attain. I'd just not very trivial. But we are making headway.
<Sonarpulse> angerman: oh headway already?!
<angerman> well. all the cross compilation/linker logic is part of making it multi-target.
<angerman> I've also talked to Simon Marlow at ICFP about it. It will just take time.
<angerman> All the stuff invested into the relocatable binary distributions via hadrian is also part of the puzzle (at least in my view).
<Sonarpulse> angerman: makes sense and sounds good!
<Sonarpulse> bgamari and I talked about fixing the configure script
<angerman> It's a bit towards being able to build GHC with cabal, by cabalifying every component of GHC.
<Sonarpulse> which currently gets some of its termilog wrong
<Sonarpulse> angerman: ah yes I am very excited for that
<angerman> alp is working on the configure script for the relocatable binary dists.
<Sonarpulse> hmm a separate script?
<angerman> so yes, there is progress being made. Gradual...
<angerman> Sonarpulse: well it's just the "install" configure sript.
<Sonarpulse> I was thinking changes to the current script so it uses CC_FOR_BUILD and CC_FOR_TARGET
<Sonarpulse> oh ok
lambdamu has quit [(Ping timeout: 256 seconds)]
<angerman> so it's essentially the old bindist configure script, just shortened alot. As the relocatable bindist logic needs less then the previous approach.
<Sonarpulse> yeah I have no opinions about installing so thats orthogonal good
<angerman> it's a requirement for moving the full build system to hadrian (and the relocatable branch).
<Sonarpulse> nice
<Sonarpulse> any eta on hadrian only?
<angerman> I really hope to have some time to hack on that starting tomorrow :D
<Sonarpulse> haha 2018!
<Sonarpulse> (well 2018 - 1 day)
<angerman> Sonarpulse: all the builds on hackage.mobilehaskell.org are built with hadrian.
<angerman> I'm essentially hadrian only now. But there are some annoying bugs still left. And recompilation could be better. But at least I've got rid of almost all the inplace logic.
<Sonarpulse> angerman: great!
<angerman> It all needs GHC+Cabal improvements together.
<angerman> And cabal new-build is terribly broken for cross compilation. So that's pretty high up on my todo list.
<Sonarpulse> angerman: yeah I gotta finish my cabal patches
<Sonarpulse> angerman: btw, and data dir stuff?
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<angerman> data dir stuff?
<Sonarpulse> that sort of fall under the umbrella of relocatable
<angerman> `-B`?
<Sonarpulse> well for cabal new-install
<angerman> ahh. I haven't looked into `new-install`.
<Sonarpulse> cabal data dirs, _PATH modules, etc
<angerman> yea... don't touch that :p
<Sonarpulse> it's annoying to have to rebuild things just because the data dir moved (in absolute terms and relative to the binary)
<Sonarpulse> well I don't control every library :D
<angerman> I think I've commented on something on the cabal issue tracker about that.
<angerman> But the Path's logic is a bit too hairy for me to touch just yet.
<angerman> I need `new-unpack`, and `new-doctest` first.
<angerman> And then get the two open PRs into cabal that allow `--pkgroot` relative paths, and allow to invoke cabal outside of the build directory.
<angerman> e.g. `$ cabal /path/to/package.cabal` instead of `/path/to $ cabal package.cabal`.
<angerman> cabal's dependency on the CWD is rather annoying. I've got that removed for all the relevant parts that GHC uses cabal for. But I'm not sure it's comprehensive yet.
justan0theruser has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
justanotheruser has quit [(Ping timeout: 260 seconds)]
mbrgm has quit [(Ping timeout: 240 seconds)]
<Sonarpulse> angerman: that all sounds good!
vidbina has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
mbrgm has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ekleog opened pull request #33226: rspamd module: add extraConfig parameter (master...rspamd-extraconfig) https://git.io/vbA0d
NixOS_GitHub has left #nixos []
nh2 has joined #nixos
taktoa_ has joined #nixos
taktoa has quit [(Ping timeout: 265 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ekleog opened pull request #33227: fcron module: be compatible with non-wrapped sendmail's, like opensmt… (master...fcron-opensmtpd) https://git.io/vbAEm
NixOS_GitHub has left #nixos []
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/a9ffb7b0b5a (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ekleog opened pull request #33228: Clamav privatetmp (master...clamav-privatetmp) https://git.io/vbAEP
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
otherjrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ekleog opened pull request #33229: dkimproxy-out module: initialize (master...dkimproxy-out) https://git.io/vbAuk
NixOS_GitHub has left #nixos []
markus1189 has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
randomstrangerb has quit [(Ping timeout: 268 seconds)]
markus1199 has quit [(Ping timeout: 264 seconds)]
randomstrangerb has joined #nixos
JazzyEagle has quit [(Ping timeout: 272 seconds)]
jrolfs has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ekleog opened pull request #33230: Clamsmtp package and module (master...clamsmtp) https://git.io/vbAu2
NixOS_GitHub has left #nixos []
* ekleog running out of “TODO: upstream” changes in local config
iyzsong has joined #nixos
taktoa_ has quit [(Remote host closed the connection)]
taktoa has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
orivej has joined #nixos
notdaniel has joined #nixos
pkill9 has quit [(Ping timeout: 260 seconds)]
dieggsy has quit [(Ping timeout: 260 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
moet has joined #nixos
ericsagnes has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 2 new commits to staging: https://git.io/vbAzg
<NixOS_GitHub> nixpkgs/staging 281fb9c John Ericson: Merge branch 'bintools-release-note' into ericson2314-cross-base
<NixOS_GitHub> nixpkgs/staging 553fd19 John Ericson: Merge branch 'ericson2314-cross-base' into staging
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 252 seconds)]
drakonis has quit [(Read error: Connection reset by peer)]
yegortimoshenko has joined #nixos
ssmike has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbAzi
<NixOS_GitHub> nixpkgs/master 66fefb8 Silvan Mosberger: nixos/znapzend: stateless setup...
<NixOS_GitHub> nixpkgs/master 54d01b0 Orivej Desh: Merge pull request #32914 from Infinisil/znapzendzetup...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #32914: znapzend service: stateless setup (master...znapzendzetup) https://git.io/vbyJM
NixOS_GitHub has left #nixos []
pxc has joined #nixos
jrolfs has joined #nixos
<loke> I'm trying to run the Android Emulator in Nixos, and it fails to start, complaining that it cannot load the i965_dri.so library. Has anyone seen this issue before? The file itself is available in /run/opengl-driver/lib/dri (with LD_LIBRARY_PATH including /run/opengl-driver/lib).
jrolfs has quit [(Ping timeout: 252 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
ericsagnes has joined #nixos
pxc has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 22 new commits to staging: https://git.io/vbAzx
<NixOS_GitHub> nixpkgs/staging bb18a3b John Ericson: top-level: Splice in more package sets for new types of deps...
<NixOS_GitHub> nixpkgs/staging 7f3ca3e John Ericson: stdenv: Fix handling of dependencies and hooks...
<NixOS_GitHub> nixpkgs/staging a036473 John Ericson: {bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compiler...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko pushed 2 new commits to master: https://git.io/vbAzh
<NixOS_GitHub> nixpkgs/master 4b1cf5a Yegor Timoshenko: chrootenv: rewrite on top of GLib...
<NixOS_GitHub> nixpkgs/master 60a133f Yegor Timoshenko: Merge pull request #33139 from yegortimoshenko/20171228.053707/chrootenv...
NixOS_GitHub has left #nixos []
ericsagnes has quit [(Ping timeout: 248 seconds)]
<yegortimoshenko> clever: are you here?
acarrico has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
dieggsy has joined #nixos
otherjrolfs has joined #nixos
moet has quit [(Ping timeout: 248 seconds)]
verite has quit [(Quit: Live long and prosper.)]
<clever> yegortimoshenko: yeah
<clever> loke: is the emulator 32bit or 64bit?
<globin> !m Sonarpulse
<[0__0]> You're doing good work, Sonarpulse!
<yegortimoshenko> clever: how many cores do you have on machine that had /lib64 symlink?
<clever> yegortimoshenko: 8 cores
<Sonarpulse> :)
jrolfs has quit [(Ping timeout: 272 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<clever> the /lib64 symlink was from april of several years ago, dont remember why it existed, or why it pointed to nothing
<loke> clever: 64-bit
<clever> oh, snapshots
<loke> clever: Wait a minute, it might be 32-bit.
<clever> [root@amd-nixos:~]# ls -ltrh /.zfs/snapshot/zfs-auto-snap_monthly-2017-11-01-00h00/
<clever> lrwxrwxrwx 1 root root 3 Apr 8 2016 sbin -> bin
<clever> lrwxrwxrwx 1 root root 3 Apr 8 2016 lib64 -> lib
<clever> loke: its nixos, there is no /lib
<clever> loke: oh, mixing your answers up with another convo
<yegortimoshenko> i see. i only have 4 and i've wrote a shell script that tried to replicate this bug, to no avail
<clever> loke: yeah, find the android emulator binary, and run "file" on it
<clever> yegortimoshenko: nixos-18.03pre123588.ade98dc442e
<clever> yegortimoshenko: i had the problem occur on this version
<clever> and i dont think the chrootenv.c was capable of parallism
<loke> clever: There are two different libraries, one 32-bit and one is 64-bit. Let me check which one is run. I'm starting it on my Ubuntu system and I'll check the process.
<yegortimoshenko> clever: it runs (and always did) child and parent in parallel
<clever> void bind_to_cwd(const char *prefix) {
<clever> yegortimoshenko: this function is to blame
<clever> yegortimoshenko: yeah, but the child is where it fails, early in the root setup
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 closed pull request #29483: cc-wrapper: allow compilers to specify unsupported hardening modes (master...hardening_unsupported_flags) https://git.io/v5dgC
NixOS_GitHub has left #nixos []
<yegortimoshenko> i mean, failure is not a problem
<yegortimoshenko> it's ok
<yegortimoshenko> but deleting files from host fs is not ok
<yegortimoshenko> at all
<clever> oh yeah, that
<clever> that happened when i ran it as root
<clever> because strace breaks setuid binaries
tmaekawa has joined #nixos
<clever> i also noticed, that chrootenv.c checks if your root and behaves differently
<yegortimoshenko> until today, i've removed this, just pushed to master
<clever> i was just running chrootenv /run/current-system/sw/bin/bash, to try and get a shell inside the steam sandbox
<yegortimoshenko> it was inherited from ruby version
ericsagnes has joined #nixos
<clever> yeah, i found the PR when i was filing the issue
<yegortimoshenko> but the underlying problem seems to be that ftw seems to break when run in forked process under some circumstances
<loke> clever: The emulator seems to be 64-bit.
randomstrangerb has quit [(Ping timeout: 256 seconds)]
<loke> It has some 32-bit libs, but they don't seem to be used.
stepcut has quit [(Remote host closed the connection)]
<yegortimoshenko> not sure if it's intended or if it's a kernel bug in some mount namespace handling code or in glibc
<jeaye> Gah, if I don't autorun X, then, when I do run it, I don't have mouse/keyboard input. If I autorun it, everything works.
<clever> loke: we can still try this, but it may not help: https://nixos.org/nixos/options.html#drisupport32bit
<jtojnar> any idea what is responsible for /nix/store/3qvid90dy3v60sgwmfr9bk778z5zlmjb-user-units/dbus.service.d?
randomstrangerb has joined #nixos
<jtojnar> I do not see anything with user-units name
<clever> jtojnar: modules/system/boot/systemd-lib.nix: pkgs.runCommand "${type}-units"
<jtojnar> thanks clever
<loke> clever: Thanks. I'll test
<clever> yegortimoshenko: i happened to have a `watch -d df -h` open in screen, and it broke the instant i ran a chrootenv as root, took longer to figure out why though
<clever> the system handled it surprisingly well, watch was the only casualty, and it otherwise ran normally, lol
<loke> clever: sadly, I already had those options set
<clever> loke: dang
<clever> loke: its also possible that android is setting LD_LIBRARY_PATH again with its own values
jrolfs has joined #nixos
<yegortimoshenko> clever: i hope nixos-unstable advances soon so that i can stop worrying that it will remove someone's /home
<loke> clever: I've been looking at the android-studio nix file, and I can't make heads or tails out of it. It does a lot of magic, since Android Studio downloads all the prebuilt binaries for the emulator(s) itself
<clever> loke: yeah, android has its own package-manager, to download things at runtime, very anti-nix
tmaekawa has quit [(Quit: tmaekawa)]
<clever> loke: it might be safer to run it in a chrootenv sandbox like steam
<loke> clever: Probably. Is there documentation on how to set that up?
dieggsy has quit [(Ping timeout: 248 seconds)]
<clever> loke: i believe targetPkgs is for executables, and multiPkgs is for libraries, it will install 32bit and 64bit versions of everything in multiPkgs
<clever> loke: it does that, by running the fucntion on line 63 twice, passing it a different set of pkgs
jrolfs has quit [(Ping timeout: 252 seconds)]
* loke is reading this code... It's complicated.
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] dtzWill opened pull request #1770: run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XX (master...fix/run-test-sandbox-ubuntu) https://git.io/vbA2m
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 248 seconds)]
nixos-user has joined #nixos
schoppenhauer has quit [(Ping timeout: 252 seconds)]
schoppenhauer has joined #nixos
<nixos-user> Hello, I am new to NixOS and am running up against the limits of my understanding. I have installed `bitcoind` by including it in my `configuration.nix` file. I would like to use the Bitcoin GUI (`bitcoin-qt`). Based on my reading of the `bitcoin.nix` file, in order to install `bitcoin-qt` I need to pass `withGui` as a configuration flag, which I am not sure how to do. If someone could provide some guidance, I would be very grateful
jrolfs has joined #nixos
<lassulus> nixos-user: you can just install bitcoin, which should be bitcoind with the override
<nixos-user> Ah, that is very obvious in hindsight :-/. Thank you very much for the prompt reply!
<jeaye> That'll cost 1 BTC, please.
pie_ has joined #nixos
yegortimoshenko has quit [(Remote host closed the connection)]
<nixos-user> jeaye: ha, I wish I had 1 BTC. Unfortunately I am just getting my feet wet with Bitcoin now.
<jeaye> :)
jrolfs has quit [(Ping timeout: 272 seconds)]
<lassulus> nixos-user: you can also checkout electrum, then you wouldn't have to download the whole blockchain
moet has joined #nixos
<jeaye> Yeah, electrum is quite easy to use.
<nixos-user> lassulus: Thank you. Yeah, I messed around with Electrum, too; quite easy to use. I want to try my hand at running a full node. I heard there is a way to connect your electrum wallet to your local Bitcoin node?
<jeaye> Ok, pinpointed my X issues down to a single package. When I have xorg.xinit installed, I can't start X (even through `display-manager.service`) into anything but a black screen with no input.
pie_ has quit [(Ping timeout: 272 seconds)]
<jeaye> Woah. Looks like it does start the display-manager, but it takes 2.5 minutes to show!
nixos-user has quit [(Quit: Page closed)]
<samueldr> jeaye: 17.09?
<jeaye> samueldr: Yep.
<samueldr> I have to read your scrollback
<samueldr> but I just had that on one of my machine, repeatable
<jeaye> Did you fix it?
<samueldr> I can, though, go to VT1, login, restart display-manager, and it works
<samueldr> so, it may not be the same issue if that doesn't work for you
<jeaye> Hm, I log into tty directly and start the DM from there.
<samueldr> (I need to read what you said earlier)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] markuskowa opened pull request #33232: libxc: init at 2.2.3 (master...libxc-pr) https://git.io/vbAal
NixOS_GitHub has left #nixos []
ssmike1 has joined #nixos
ssmike has quit [(Ping timeout: 252 seconds)]
ssmike1 is now known as ssmike
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko pushed 1 new commit to master: https://git.io/vbAaR
<NixOS_GitHub> nixpkgs/master 0dd6bd2 Yegor Timoshenko: xfce: resolve conflict with KDE...
NixOS_GitHub has left #nixos []
<samueldr> hm, can't seem to find anything you said previously about your X issues, was it over 12h ago?
<jeaye> samueldr: Nah, what I'd said in the past 5 minutes is the gist.
<jeaye> Well, by 5 I literally mean 20.
<samueldr> oh, I thought when you said "Ok, pinpointed my X issues down to a single package." you were calling back to an older conversation
randomstrangerb has quit [(Ping timeout: 268 seconds)]
<jeaye> samueldr: I had mentioned 40m ago or so that I'm not getting keyboard/mouse input when I startx and I get a black screen when I start display-manager.
randomstrangerb has joined #nixos
<jeaye> samueldr: Started with "Gah, if I don't autorun X" but I was wrong about that.
<jeaye> Or was I... damn.
<samueldr> oh, missed that one line
<jeaye> Just ruled out all other related options. It does look like, if I don't autorun X, then starting the DM takes >2 minutes.
jrolfs has quit [(Ping timeout: 240 seconds)]
<samueldr> I *think* I had a similar issue in the past, like way in the past, possibly using 16.09 or 17.03, when I was dipping my toes in nixos, but I never took time to resolve the issue
* samueldr is rebooting the affected machine
<jeaye> Thank you!
<samueldr> humbug, I just had a boot that worked
<samueldr> followed by one that does have the black screen
<jeaye> Are you booting into tty?
<samueldr> display-manager.service is set to autostart
<jeaye> To repro, set autorun = false;
<jeaye> Log in, then sudo systemctl start display-manager
<samueldr> I hate rebooting that machine, since it means I have to enter a lengthy passphrase :)
<samueldr> yeah, I'll try that, I *hope* that it shows the same issue
<jeaye> Me too. Thanks for even trying.
phreedom has quit [(Ping timeout: 240 seconds)]
jrolfs has joined #nixos
phreedom has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
<samueldr> hmmm, almost locked me out of my machine, partially
<samueldr> network needs me to be logged in, display manager doesn't start, disabled "svrkeys" (ctrl+alt+Fx to switch to VTs)
<samueldr> but the issue is much less consistent than it was the other day :(
jtojnar has quit [(Ping timeout: 240 seconds)]
<jeaye> Alright, thanks again.
<jeaye> I have a 100% repro on my end, from root or any other user, as long as autorun = false
ericsagnes has quit [(Ping timeout: 264 seconds)]
moet has quit [(Ping timeout: 252 seconds)]
jtojnar has joined #nixos
<samueldr> just to be sure, autorun = false, and starting using display-manager, right?
<samueldr> which display-manager?
<jeaye> slim
<jeaye> samueldr: Sorry, I thought I replied.
<jeaye> samueldr: Yes, that's right.
<jeaye> Forgot you can't read my mind.
<samueldr> can you tell me the channel revision id?
<samueldr> (nix-info can help you if you don't know how to get that)
<jeaye> system: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 1.11.15, channels(root): "nixos-17.09.2281.b4a0c011e81", nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
<jeaye> I can try upgrading.
<jeaye> Just upgraded to nixos-17.09.2498.a9ffb7b0b5a and the issue persists.
ericsagnes has joined #nixos
<hyper_ch> makefu: got wireguard running?
nh2 has quit [(Ping timeout: 265 seconds)]
jb55 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 2 new commits to master: https://git.io/vbAVw
<NixOS_GitHub> nixpkgs/master 2e9af56 Markus Kowalewski: libxc: init at 2.2.3
<NixOS_GitHub> nixpkgs/master 5be70c3 Orivej Desh: Merge pull request #33232 from markuskowa/libxc-pr...
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
asuryawanshi has joined #nixos
asuryawanshi has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has joined #nixos
moet has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
jb55 has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
iyzsong has quit [(Ping timeout: 248 seconds)]
randomstrangerb has quit [(Ping timeout: 240 seconds)]
randomstrangerb has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbAwH
<NixOS_GitHub> nixpkgs/master e0a4d1b Orivej Desh: libxc: fix meta
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
iyzsong has joined #nixos
jrolfs has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #33157: beegfs: init at 6.17 (master...beegfs-pr) https://git.io/vbb4Z
NixOS_GitHub has left #nixos []
<loke> is there a way to resolve the current path to a given package? I need to find the JAVA_HOME path after installing oraclejdk8. I would have expected a symlink to it to exist in /run/current-system somewhere, but there doesn't seem to be.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej closed pull request #33209: rtl8812au: fix build (master...rtl8812au-fix) https://git.io/vbATN
NixOS_GitHub has left #nixos []
<hyper_ch> loke: you're trying to package some java app?
jrolfs has joined #nixos
asuryawanshi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/vbArK
<NixOS_GitHub> nixpkgs/master 11bdc1d Peter Hoeg: libtoxcore: 0.1.10 -> 0.1.11
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to release-17.09: https://git.io/vbAr7
<NixOS_GitHub> nixpkgs/release-17.09 01f8250 Orivej Desh: rtl8812au: fix build with Linux >= 4.14.9...
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
velovix has quit [(Quit: Leaving)]
aarvar has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
aarvar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 2 new commits to master: https://git.io/vbAoZ
<NixOS_GitHub> nixpkgs/master 07e5975 Peter Hoeg: libqmatrixclient: 0.1 -> 0.2
<NixOS_GitHub> nixpkgs/master f36304f Peter Hoeg: quaternion: 0.0.4 -> 0.0.5
NixOS_GitHub has left #nixos []
iyzsong-x has joined #nixos
iyzsong has quit [(Ping timeout: 264 seconds)]
tmaekawa has joined #nixos
tmaekawa has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbAo4
<NixOS_GitHub> nixpkgs/master dac8f27 Orivej Desh: nixos/beegfs: fix the build of the NixOS manual
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
ma27 has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
aarvar has quit [(Ping timeout: 268 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
dywedir has joined #nixos
aarvar has joined #nixos
velovix has joined #nixos
Lisanna has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] thoughtpolice pushed 1 new commit to master: https://git.io/vbAoh
<NixOS_GitHub> nixpkgs/master 6aeee37 Austin Seipp: nixpkgs: rr 5.0.0 -> 5.1.0...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbAKv
<NixOS_GitHub> nixpkgs/master e87a82b Orivej Desh: cntk: mark as broken...
NixOS_GitHub has left #nixos []
<pikajude> so callCabal2nix doesn't work anymore
<pikajude> that's upsetting
<pikajude> i really like that convenience
aarvar has quit [(Ping timeout: 265 seconds)]
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 264 seconds)]
asuryawanshi has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
asuryawanshi has joined #nixos
vcunat has joined #nixos
aarvar has joined #nixos
asuryawanshi has quit [(Remote host closed the connection)]
balaji has joined #nixos
aarvar has quit [(Ping timeout: 248 seconds)]
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 3 new commits to master: https://git.io/vbAKl
<NixOS_GitHub> nixpkgs/master 7f50608 Peter Simons: liquidhaskell: re-enable Hydra builds
<NixOS_GitHub> nixpkgs/master 238d574 Peter Simons: hackage-packages.nix: automatic Haskell package set update...
<NixOS_GitHub> nixpkgs/master ab3a12e Peter Simons: darcs: switch build to GHC 8.0.2 to fix it...
NixOS_GitHub has left #nixos []
<jluttine> i'm trying to package a kernel module dattobd: https://github.com/datto/dattobd/blob/master/INSTALL.md
<jluttine> but i get problems that configuration test finds nothing (not present for everything) and build errors because /boot/System.map-4.9.68 no such file or directory
<jluttine> does anyone know how to build and package kernel modules?
jrolfs has quit [(Ping timeout: 264 seconds)]
aarvar has joined #nixos
rauno has joined #nixos
<rauno> Hi
silver_hook has quit [(Ping timeout: 256 seconds)]
simukis has joined #nixos
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
jrolfs has joined #nixos
ssmike has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
aarvar has quit [(Ping timeout: 240 seconds)]
<moet> pikajude: how does it not work for you? i've been having some problems with it too recently
balaji has quit [(Quit: WeeChat 1.4)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jluttine opened pull request #33236: dattobd: init at 0.10.3 (master...add-dattobd) https://git.io/vbAKP
NixOS_GitHub has left #nixos []
<moet> ah, hold on i'll check the log
Itkovian has joined #nixos
ssmike has joined #nixos
balaji has joined #nixos
aarvar has joined #nixos
asuryawanshi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vbAKA
<NixOS_GitHub> nixpkgs/staging 1fcd92c Vladimír Čunát: Merge branch 'master' into staging...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jluttine opened pull request #33237: diskrsync: init at 20170927 (master...add-diskrsync) https://git.io/vbA6J
NixOS_GitHub has left #nixos []
rauno has quit [(Ping timeout: 256 seconds)]
randomstrangerb has quit [(Ping timeout: 248 seconds)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
randomstrangerb has joined #nixos
phreedom has quit [(Ping timeout: 252 seconds)]
aarvar has quit [(Ping timeout: 272 seconds)]
moet has quit [(Quit: leaving)]
jrolfs has joined #nixos
phreedom has joined #nixos
aarvar has joined #nixos
<ma27> does anybody know if it's possible to run a nixos container wiht an unprivileged user? (Running `nixos-container create foo --config-file bar` prints "/run/current-system/sw/bin/nixos-container: opening /run/lock/nixos-container: Permission denied at /run/current-system/sw/bin/nixos-container line 120.")
rauno has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
leat has quit [(Quit: WeeChat 1.9.1)]
<rauno> I'm trying to install nixos from custom image
<rauno> somewhy it still tries to download some packages, for example c-ares
zzamboni has joined #nixos
<rauno> i read that it should be possible to install without internet connection when the image is created from previous installation
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to release-17.09: https://git.io/vbA6F
<NixOS_GitHub> nixpkgs/release-17.09 a17d733 Tuomas Tynkkynen: nvidia-x11: Attempt to fix library-only build...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jluttine opened pull request #33238: lvmsync: init at 3.3.2 (master...add-lvmsync) https://git.io/vbA6N
NixOS_GitHub has left #nixos []
zzamboni has quit [(Quit: Leaving.)]
FRidh has joined #nixos
zzamboni has joined #nixos
jrolfs has joined #nixos
rauno has quit [(Ping timeout: 264 seconds)]
JosW has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
vidbina has joined #nixos
pkill9 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg opened pull request #33239: Migrate from qt4 to qt5 [WIP] (master...f/qt4to5) https://git.io/vbAiS
NixOS_GitHub has left #nixos []
rauno has joined #nixos
rihards has joined #nixos
<hyper_ch> makefu: *ping*
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh force-pushed python-unstable from acdd544 to 77437ca: https://git.io/v5aIf
<NixOS_GitHub> nixpkgs/python-unstable 2c41a48 Frederik Rietdijk: python: fonttools: 3.17.0 -> 3.21.0
<NixOS_GitHub> nixpkgs/python-unstable b0ac491 Frederik Rietdijk: python: ftfy: 5.1.1 -> 5.2.0
<NixOS_GitHub> nixpkgs/python-unstable c2bd0ce Frederik Rietdijk: python: gensim: 3.0.1 -> 3.2.0
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 265 seconds)]
velovix has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 3 new commits to python-unstable: https://git.io/vbAP5
<NixOS_GitHub> nixpkgs/python-unstable c107ce4 Frederik Rietdijk: python.pkgs.idna: move expression
<NixOS_GitHub> nixpkgs/python-unstable 93914f8 Frederik Rietdijk: python: idna: 2.5 -> 2.6
<NixOS_GitHub> nixpkgs/python-unstable 6665872 Frederik Rietdijk: python: yarl: 0.13.0 -> 0.17.0
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jtojnar pushed 1 new commit to master: https://git.io/vbAXk
<NixOS_GitHub> nixpkgs/master c95491c Jan Tojnar: gnome3.epiphany: fix rpath wrapping
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to python-unstable: https://git.io/vbAXI
<NixOS_GitHub> nixpkgs/python-unstable 6c86adf Frederik Rietdijk: python.pkgs.pyglet: fix build
NixOS_GitHub has left #nixos []
aarvar has quit [(Ping timeout: 240 seconds)]
<brodul> Hi is somebody using epeak
<brodul> *espeak
<brodul> I am getitng a seg fault
jrolfs has quit [(Ping timeout: 264 seconds)]
aarvar has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
randomstrangerb has quit [(Ping timeout: 256 seconds)]
randomstrangerb has joined #nixos
zzamboni has joined #nixos
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] velovix opened pull request #33240: lxterminal: init at 0.3.1 (master...master) https://git.io/vbAXD
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 5 new commits to python-unstable: https://git.io/vbAXS
<NixOS_GitHub> nixpkgs/python-unstable 89e4793 Frederik Rietdijk: python.pkgs.libusb1: fix build
<NixOS_GitHub> nixpkgs/python-unstable 4418391 Frederik Rietdijk: python.pkgs.ropper: fix build
<NixOS_GitHub> nixpkgs/python-unstable 718356d Frederik Rietdijk: python.pkgs.pytools: fix expression
NixOS_GitHub has left #nixos []
velovix has joined #nixos
jrolfs has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
zzamboni has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
wchresta has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 5 new commits to python-unstable: https://git.io/vbA1u
<NixOS_GitHub> nixpkgs/python-unstable f9211e8 Frederik Rietdijk: python.pkgs.markdown: 2.6.8 -> 2.6.10
<NixOS_GitHub> nixpkgs/python-unstable d6a6ce6 Frederik Rietdijk: python.pkgs.Mako: move expression
<NixOS_GitHub> nixpkgs/python-unstable 7c82255 Frederik Rietdijk: python: Mako: 1.0.4 -> 1.0.7
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
wchresta has quit [(Ping timeout: 256 seconds)]
nix-gsc-io`bot has joined #nixos
simendsjo has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/52c707c84dc (from 2 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
jrolfs has quit [(Ping timeout: 260 seconds)]
vcunat1 has joined #nixos
ottidmes has joined #nixos
vcunat has quit [(Ping timeout: 271 seconds)]
velovix has quit [(Remote host closed the connection)]
leat has joined #nixos
markus1199 has joined #nixos
notdaniel has quit [(Quit: Leaving)]
markus1189 has quit [(Ping timeout: 268 seconds)]
Thra11 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ikervagyok opened pull request #33241: xmr-stak: 2.1.0 -> 2.2.0 (master...xmr-stak) https://git.io/vbADM
NixOS_GitHub has left #nixos []
jrolfs has joined #nixos
i-am-the-slime has joined #nixos
<Thra11> I'm just getting rust working on armvl-linux. rustc and cargo are built, but building rust packages doesn't work yet because nixos uses a prebuilt cargo-vendor binary, which isn't available for arm.
<Thra11> *armv7l-linux
markus1189 has joined #nixos
Mateon2 has joined #nixos
Mateon1 has quit [(Ping timeout: 260 seconds)]
Mateon2 is now known as Mateon1
jrolfs has quit [(Ping timeout: 265 seconds)]
markus1199 has quit [(Ping timeout: 265 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 11 new commits to python-unstable: https://git.io/vbAyT
<NixOS_GitHub> nixpkgs/python-unstable b6ea033 Frederik Rietdijk: python.pkgs.html5lib: move expression
<NixOS_GitHub> nixpkgs/python-unstable a78b286 Frederik Rietdijk: python: html5lib: 0.999999999 -> 1.0.1
<NixOS_GitHub> nixpkgs/python-unstable 5fed925 Frederik Rietdijk: python.pkgs.kombu_3: remove expr...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh force-pushed python-unstable from e52f9d5 to 05ff4d7: https://git.io/v5aIf
<NixOS_GitHub> nixpkgs/python-unstable 21f377b Frederik Rietdijk: python: cached-property: 1.3.0 -> 1.3.1
<NixOS_GitHub> nixpkgs/python-unstable 05ff4d7 Frederik Rietdijk: python.pkgs.decorator: move expression
NixOS_GitHub has left #nixos []
raynold has quit [(Quit: Connection closed for inactivity)]
ssmike has quit [(Ping timeout: 248 seconds)]
vcunat1 has quit [(Quit: Leaving.)]
rauno has quit [(Ping timeout: 265 seconds)]
jrolfs has joined #nixos
nichlas has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #32348: libcomps: init at 0.1.8 (master...libcomps) https://git.io/vbZLX
NixOS_GitHub has left #nixos []
<nichlas> I wonder if I'm the only one experiencing that Firefox looses connection to the internet after sleeping, and have to be restarted to work?
vidbina has quit [(Ping timeout: 264 seconds)]
vidbina has joined #nixos
jrolfs has quit [(Ping timeout: 256 seconds)]
nichlas has quit [(Quit: Leaving)]
nichlas has joined #nixos
lezed1 has quit [(Quit: Connection closed for inactivity)]
<makefu> hyper_ch: pong
vidbina has quit [(Ping timeout: 240 seconds)]
rauno has joined #nixos
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
rauno has quit [(Ping timeout: 240 seconds)]
vidbina has joined #nixos
nichlas has quit [(Remote host closed the connection)]
nichlas has joined #nixos
<hyper_ch> makefu: how's your wg experience going?
thc202 has joined #nixos
ssmike has joined #nixos
stanibanani has joined #nixos
rauno has joined #nixos
vidbina has quit [(Ping timeout: 265 seconds)]
<srhb> nichlas: That sounds terribly weird.
jrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/vbA93
<NixOS_GitHub> nixpkgs/master 48f3629 Frederik Rietdijk: python.pkgs.pycosat: 0.6.0 -> 0.6.3
<NixOS_GitHub> nixpkgs/master 60ebb14 Frederik Rietdijk: python.pkgs.conda: init at 4.3.16
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #32843: docker_compose: 1.15.0 -> 1.18.0 (master...docker_compose_1_18_0) https://git.io/vbXuy
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 272 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vbA92
<NixOS_GitHub> nixpkgs/master bff6d62 Jörg Thalheim: gpodder: 3.9.3 -> 3.10.0
<NixOS_GitHub> nixpkgs/master 98b6bc2 Jörg Thalheim: Merge pull request #33224 from Mic92/gpodder...
NixOS_GitHub has left #nixos []
<nichlas> srhb, I agree.
coot_ has joined #nixos
<srhb> nichlas: How does it fail? DNS lookups?
<srhb> nichlas: Using any proxy?
<nichlas> srhb, that's what it looks like. It can't find the page. I'm not using a proxy.
vidbina has joined #nixos
<nichlas> I wonder if it's because I use nightly. Maybe I should use a stable version.
<nichlas> Although Nightly seems to be the only one in the packages.
i-am-the-slime has quit [(Ping timeout: 252 seconds)]
<aminechikhaoui> I think firefox nightly is the stable version but called nightly just for licensing issues
<aminechikhaoui> nichlas: ah there is a wiki it seems for that https://nixos.wiki/wiki/Firefox
<makefu> hyper_ch: i've only had it set up as a server, no client connection yet :D
<nichlas> aminechikhaoui, I'll try my luck with the -bin version.
jrolfs has joined #nixos
Ivanych has quit [(Quit: Leaving.)]
jrolfs has quit [(Ping timeout: 256 seconds)]
nichlas has quit [(Quit: Leaving)]
rihards has quit [(Quit: rihards)]
<jluttine> in a derivation, how do i add inputs that are required by tests (and during run-time too, i guess)
<jluttine> checkInputs didn't work for tests
<jluttine> propagatedBuildInputs didn't work, nor buildInputs.
asuryawanshi has joined #nixos
rauno has quit [(Ping timeout: 268 seconds)]
<ma27> jluttine: we're talking about which language?
<ma27> you might want to add a gist to github (if possible) that might help a bit more to help you %)
<makefu> jluttine: checkInputs
<makefu> it might be the case that the tests have a weird setup
<jluttine> ah, it required `which` too
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] romildo opened pull request #33242: adapta-gtk-theme: 3.92.1.72 -> 3.93.0.1 (master...upd.adapta-gtk-theme) https://git.io/vbAQ0
NixOS_GitHub has left #nixos []
<makefu> jluttine: yes exactly
<makefu> the error message was a bit misleading
<jluttine> yep
<jluttine> but yes, now it works with checkInputs
<jluttine> thanks
<hyper_ch> makefu: :(
jrolfs has joined #nixos
<makefu> hyper_ch: but i have the setup in my backlog of stuff i want to do :D
<hyper_ch> time to work off the backlog now :)
<hyper_ch> you can't just keep adding stuff to the backlog
<makefu> well, it looks like it works :D
<makefu> backlog + side tracking is a very bad combination
<hyper_ch> so the wiki is good?
<makefu> it looks good, yes. i will definitly try it out
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 3 new commits to python-unstable: https://git.io/vbAQD
<NixOS_GitHub> nixpkgs/python-unstable 9d57dac Frederik Rietdijk: python.pkgs.ldap3: remove name attr
<NixOS_GitHub> nixpkgs/python-unstable 8a255d7 Frederik Rietdijk: mitmproxy: fix build
<NixOS_GitHub> nixpkgs/python-unstable 670c194 Frederik Rietdijk: haxor-news: 0.4.2 -> 0.4.3...
NixOS_GitHub has left #nixos []
<makefu> does this also support that clients can route through the vpn server to the real internet?
eliaslfox has joined #nixos
<hyper_ch> no, feel free to add that
<makefu> i don't yet know how :D
jrolfs has quit [(Ping timeout: 272 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] oxij opened pull request #1771: nix-env.cc: make `--query` evaluate `.outPath`s (master...nix-env-query-force-outpath) https://git.io/vbAQy
NixOS_GitHub has left #nixos []
<makefu> hyper_ch: but normally masquerading should not be required for clients to find each-other, no?
<hyper_ch> not really sure...
Ivanych has joined #nixos
<hyper_ch> I guess it's not required
<jluttine> hmm.. how do i "install" man pages in mkDerivation?
jrolfs has joined #nixos
<jluttine> compiler builds bdsync.1 man file but i have no idea where to put it under $out
<sphalerite> I seem to recall someone had a way to switch architectures on a nixos machine?
<sphalerite> I somehow managed to install a 32-bit nixos on a 64-bit machine and want to fix it
vidbina has quit [(Ping timeout: 260 seconds)]
vidbina has joined #nixos
<hyper_ch> is changing architectur possible?
jrolfs has quit [(Ping timeout: 248 seconds)]
<hyper_ch> you did download the 32-bit iso I guess
<sphalerite> yeah it's a bit fiddly
<sphalerite> first you need to boot a 64-bit kernel when switching from 32 to 64 bit
<hyper_ch> sphalerite: download 64bit si
<hyper_ch> iso
<hyper_ch> mount the partitions
<hyper_ch> do install
<hyper_ch> config.nix and hardwareconfig.nix can stay the same
<sphalerite> I suppose... but that woudl require getting the iso to boot on this machine which is not quite trivial
<sphalerite> I could do a netboot I guess
<hyper_ch> that's why god created usb sticks
<hyper_ch> and usb-based external dvd drives
<sphalerite> no see that's the problem
<sphalerite> I'm not sure how to get this machine to boot from a USB stick
<hyper_ch> press f1-f12
<hyper_ch> after turning it on
<hyper_ch> possbile also escape and delete
<hyper_ch> or just google it
<sphalerite> no I know how to get to the boot menu (F10) or setup (F2) but that's not the hard part
<sphalerite> I'll just do a netboot
<hyper_ch> netboot is so complicated
<hyper_ch> or try clever's cool kexec
<sphalerite> not sure I can kexec from a 32-bit to a 64-bit kernel
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 4 new commits to python-unstable: https://git.io/vbA79
<NixOS_GitHub> nixpkgs/python-unstable 06c9299 Frederik Rietdijk: python.pkgs.jdcal: 1.0 -> 1.3
<NixOS_GitHub> nixpkgs/python-unstable 562ac8e Frederik Rietdijk: python.pkgs.zope_copy: move expr
<NixOS_GitHub> nixpkgs/python-unstable c6b3be2 Frederik Rietdijk: watson: 1.4.0 -> 1.5.2, fix build with patch
NixOS_GitHub has left #nixos []
asuryawanshi has quit [(Remote host closed the connection)]
<jluttine> ok, figured it out: $out/share/man/man1/bdsync.1
<sphalerite> actually first I'll try just doing `boot.kernelPackages = (import <nixpkgs> {system = "x86_64-linux";}).linuxPackages
asuryawanshi has joined #nixos
<hyper_ch> sphalerite: that would be way too simple
vidbina has quit [(Ping timeout: 246 seconds)]
vidbina has joined #nixos
<sphalerite> well… it didn't complain, now trying to boot it
<makefu> jluttine: it would be great if you could add the quirks you've found to https://nixos.wiki/wiki/Packaging_Software
<sphalerite> seems to be booting fine too
<jluttine> makefu: oh, we have wiki! the wiki i've tried to used has been non-existent
<sphalerite> hyper_ch: that's exactly what I was looking for, thanks
<jluttine> makefu: we also have manuals, are they a better place?
<hyper_ch> maybe that would be good addition for the wiki?
<sphalerite> hyper_ch: but no, I guessed it :p
<makefu> jluttine: the manual would be "more right" but often times people just want to write down what they have found without the hassle of creating a PR to nixpkgs
<sphalerite> yeah if danbst is ok with it
<makefu> quirks and howtos are good additions to the wiki
<makefu> the manual should be the "reference" for all techincal things, not a collection of howtos, imho
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #33204: Python: upgrade package set (staging...python-unstable) https://git.io/vbNhV
NixOS_GitHub has left #nixos []
<hyper_ch> now if only danbst[m] would be here in the channel :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to staging: https://git.io/vbA77
<NixOS_GitHub> nixpkgs/staging a09a320 Frederik Rietdijk: Merge pull request #33204 from NixOS/python-unstable...
NixOS_GitHub has left #nixos []
asuryawanshi has quit [(Remote host closed the connection)]
<makefu> danbst[m]: can we copy your gist about 32bit linux to the wiki to keep it maintained?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jluttine opened pull request #33243: bdsync: init at 0.10.1 (master...add-bdsync) https://git.io/vbA5v
NixOS_GitHub has left #nixos []
<sphalerite> That's another thing you can't do on most distros :D
NightTrain has joined #nixos
NightTrain has quit [(Client Quit)]
jtojnar_ has joined #nixos
jtojnar has quit [(Ping timeout: 264 seconds)]
jtojnar_ is now known as jtojnar
NightTrain has joined #nixos
NightTrain is now known as b
cinimod has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
vidbina has quit [(Ping timeout: 248 seconds)]
<hyper_ch> makefu: hmmm, ok, uisng the wg server as endpoint for accessing the internet doesn't seem hard to do
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<hyper_ch> q: what's a good, non-evil public dns server?
jtojnar has quit [(Read error: Connection reset by peer)]
<srhb> I doubt one exists.
<hyper_ch> so if in doubt use google's 8.8.8.8 / 8.8.4.4 because at least google knows how to protect your data?
<lassulus> 9.9.9.9 ?
<cinimod> I thought if I did `cabal2nix > default.nix` I could then say `nix-shell . --run stack repl`?
<hyper_ch> lassulus: what's that?
<srhb> cinimod: cabal2nix --shell would allow that
<srhb> cinimod: As in, use that flag to generate the file
<lassulus> I don't know if they are better, but they write about privacy ¯\_(ツ)_/¯
<srhb> cinimod: cabal2nix without the shell flag generates a definition that's usable in direct inclusion in nixpkgs, but less handy for developing.
<hyper_ch> quad9 - isn't that where london police is also a involved?
klntsky has quit [(Ping timeout: 272 seconds)]
<cinimod> @srhb 👍
<hyper_ch> "The Alliance (GCA) was co-founded by the City of London Police, the District Attorney of New York County ...."
<cinimod> That looks better
<hyper_ch> no thx to quad9... I have more faith in Google
jrolfs has quit [(Ping timeout: 248 seconds)]
klntsky has joined #nixos
otherjrolfs has quit [(Ping timeout: 272 seconds)]
vidbina has joined #nixos
<lassulus> there is also dnscrypt
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/a17d7331abd (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
<hyper_ch> lassulus: dnscrypt? what about it?
<lassulus> you can setup it easily to to dns for you on nixos. I think makefu also runs a resolver.
<lassulus> to do*
<hyper_ch> I know
otherjrolfs has joined #nixos
jrolfs has joined #nixos
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
vidbina has quit [(Ping timeout: 240 seconds)]
vidbina has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 265 seconds)]
vidbina has quit [(Ping timeout: 265 seconds)]
vidbina has joined #nixos
otherjrolfs has joined #nixos
asuryawanshi has joined #nixos
otherjrolfs has quit [(Ping timeout: 268 seconds)]
markus1199 has joined #nixos
asuryawanshi has quit [(Ping timeout: 272 seconds)]
markus1189 has quit [(Ping timeout: 260 seconds)]
vidbina has quit [(Ping timeout: 252 seconds)]
randomstrangerb has quit [(Ping timeout: 272 seconds)]
randomstrangerb has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #33211: bitlbee-steam: 2015-09-10 -> 1.4.2 (master...bitlbee-steam) https://git.io/vbAIV
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vbAFu
<NixOS_GitHub> nixpkgs/master 20718e0 lassulus: bitlbee-steam: 2015-09-10 -> 1.4.2
<NixOS_GitHub> nixpkgs/master 7af89c6 Joachim F: Merge pull request #33211 from Lassulus/bitlbee-steam...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel closed pull request #33173: kde2-decoration: init at 2017-03-15 (master...kde2) https://git.io/vbNvF
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel closed pull request #27593: qtstyleplugin-kvantum: init at 0.10.4 (master...qtstyleplugin-kvantum) https://git.io/v7I5L
NixOS_GitHub has left #nixos []
coot_ has quit [(Remote host closed the connection)]
Thra11 has quit [(Ping timeout: 248 seconds)]
<cinimod> I am getting `/nix/var/nix/profiles/default/bin/nix-shell: failed to build all dependencies`
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<cinimod> I think the Haskell package inline-r is missing a dependency
<cinimod> But where do I find the source for this in nixpkgs?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #33214: vscode: 1.19.0 -> 1.19.1 (master...vscode-1.19.1) https://git.io/vbAsL
NixOS_GitHub has left #nixos []
hotfuzz has quit [(Quit: WeeChat 2.0)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
<pkill9> nix's audacity doesn't seem to see my system's (not nix os) pulseaudio, is this an issue on nix's side, or a bug with audacity? or maybe just my setup?
coot_ has joined #nixos
coot_ has quit [(Read error: Connection reset by peer)]
coot_ has joined #nixos
LangeOortjes has joined #nixos
JosW has quit [(Quit: Konversation terminated!)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
Ralith_ has quit [(Ping timeout: 272 seconds)]
simendsjo has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
acarrico has joined #nixos
iyzsong-x has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #33226: rspamd module: add extraConfig parameter (master...rspamd-extraconfig) https://git.io/vbA0d
NixOS_GitHub has left #nixos []
Lisanna has joined #nixos
<Lisanna> Does NixOS have an equivalent for "net.ipv4.ip_forward=1"? Or do I have to use bridges?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vbAbb
<NixOS_GitHub> nixpkgs/master 96003af José Romildo Malaquias: adapta-gtk-theme: 3.92.1.72 -> 3.93.0.1
<NixOS_GitHub> nixpkgs/master aafbd4f Joachim F: Merge pull request #33242 from romildo/upd.adapta-gtk-theme...
NixOS_GitHub has left #nixos []
<lassulus> Lisanna: boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
LangeOortjes has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
jrolfs has quit [(Ping timeout: 272 seconds)]
<Lisanna> lassulus: cool, that worked, thanks!
asuryawanshi has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] orivej pushed 1 new commit to master: https://git.io/vbANn
<NixOS_GitHub> nixpkgs/master d647502 Orivej Desh: pybfd: 0.1.1 -> 0.1.1.2017-12-31...
NixOS_GitHub has left #nixos []
asuryawanshi has quit [(Ping timeout: 248 seconds)]
pie_ has joined #nixos
aarvar has quit [(Ping timeout: 248 seconds)]
layus has quit [(Ping timeout: 248 seconds)]
layus has joined #nixos
joncfoo has quit [(Ping timeout: 248 seconds)]
hke has quit [(Ping timeout: 248 seconds)]
otti has quit [(Ping timeout: 248 seconds)]
ndash has quit [(Ping timeout: 248 seconds)]
jekor` has joined #nixos
helpusobi_ has joined #nixos
jrolfs has joined #nixos
dywedir has quit [(Ping timeout: 248 seconds)]
schoppenhauer has quit [(Ping timeout: 248 seconds)]
infinisil has quit [(Ping timeout: 248 seconds)]
jekor has quit [(Ping timeout: 248 seconds)]
isaac__ has quit [(Ping timeout: 248 seconds)]
statusbot has quit [(Ping timeout: 248 seconds)]
marek has quit [(Ping timeout: 248 seconds)]
fleaz has quit [(Ping timeout: 248 seconds)]
clever has quit [(Ping timeout: 248 seconds)]
helpusobi has quit [(Ping timeout: 248 seconds)]
pop has quit [(Ping timeout: 248 seconds)]
orbekk has quit [(Ping timeout: 248 seconds)]
edef has quit [(Ping timeout: 248 seconds)]
shachaf has quit [(Ping timeout: 248 seconds)]
otherjrolfs has joined #nixos
ottidmes has quit [(Ping timeout: 248 seconds)]
balaji has quit [(Ping timeout: 248 seconds)]
lassulus has quit [(Ping timeout: 248 seconds)]
anton__ has quit [(Ping timeout: 248 seconds)]
gspia has quit [(Ping timeout: 248 seconds)]
slyfox has quit [(Ping timeout: 248 seconds)]
viric has quit [(Ping timeout: 248 seconds)]
delta3 has quit [(Ping timeout: 248 seconds)]
derchris has quit [(Ping timeout: 248 seconds)]
Ankhers has quit [(Ping timeout: 248 seconds)]
PlasmaStar has quit [(Ping timeout: 248 seconds)]
silver_hook has quit [(Ping timeout: 240 seconds)]
PlasmaStar has joined #nixos
aarvar has joined #nixos
edef has joined #nixos
shachaf has joined #nixos
viric has joined #nixos
orbekk has joined #nixos
slyfox has joined #nixos
delta3 has joined #nixos
derchris has joined #nixos
ldlework has quit [(Ping timeout: 240 seconds)]
feepo has quit [(Ping timeout: 260 seconds)]
JoJoen has quit [(Ping timeout: 260 seconds)]
ottidmes has joined #nixos
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
cbarrett has quit [(Ping timeout: 260 seconds)]
jrolfs has quit [(Ping timeout: 256 seconds)]
alexteves has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
ldlework has joined #nixos
joncfoo has joined #nixos
vidbina has joined #nixos
otti has joined #nixos
hke has joined #nixos
anton__ has joined #nixos
clever has joined #nixos
infinisil has joined #nixos
marek has joined #nixos
Ankhers has joined #nixos
drakonis has joined #nixos
pop has joined #nixos
otherjrolfs has joined #nixos
pop is now known as Guest10357
pie_ has quit [(Ping timeout: 260 seconds)]
gspia has joined #nixos
<pstn> I miss 34C3 already.
fleaz has joined #nixos
balaji has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lasandell opened pull request #33247: wsjtx: init at 1.8.0 (master...wsjtx) https://git.io/vbAAa
NixOS_GitHub has left #nixos []
lassulus has joined #nixos
otherjrolfs has quit [(Ping timeout: 265 seconds)]
schoppenhauer has joined #nixos
<sphalerite> So 3D isn't working on one of my machines, glxgears just segfaults. Any suggestions? This is motherboard-integrated intel graphics from 2008 or so
aanderse_ has joined #nixos
aanderse has quit [(Ping timeout: 252 seconds)]
endformationage has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/70faf4f5a22 (from 31 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
aanderse has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
aanderse_ has quit [(Ping timeout: 250 seconds)]
eliaslfox has quit [(Ping timeout: 256 seconds)]
LangeOortjes has joined #nixos
aanderse_ has joined #nixos
jrolfs has quit [(Ping timeout: 248 seconds)]
stanibanani has quit [(Ping timeout: 265 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
aanderse has quit [(Ping timeout: 250 seconds)]
vidbina has quit [(Ping timeout: 240 seconds)]
jrolfs has joined #nixos
<sphalerite> works on nixos-unstable
nh2 has joined #nixos
sary has joined #nixos
pie_ has joined #nixos
jrolfs has quit [(Ping timeout: 252 seconds)]
LangeOortjes has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
LangeOortjes has joined #nixos
rotaerk has quit [(K-Lined)]
rotaerk has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
LangeOortjes has quit [(Read error: No route to host)]
aanderse_ has quit [(Ping timeout: 250 seconds)]
endformationage has quit [(Ping timeout: 250 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 255 seconds)]
jtojnar has joined #nixos
asuryawanshi has joined #nixos
fendor has joined #nixos
<hyper_ch> makefu: tried to route all through the vpn - and failed :)
<makefu> weird, maybe the clients also need explicit routes
sigmundv__ has joined #nixos
<makefu> this is why i like tinc better, the routing "just works" due to magic
ndash has joined #nixos
aanderse_ has joined #nixos
<hyper_ch> pretty sure there's an easy way
aanderse_ has quit [(Client Quit)]
<hyper_ch> maybe use postup to create routes
aanderse_ has joined #nixos
<hyper_ch> networking.wireguard.interfaces.<name>.postSetup
<hyper_ch> Description:A list of commands called at the end of the interface setup.
wchresta has joined #nixos
otherjrolfs has joined #nixos
<makefu> yes, maybe you really need explicit routes
<hyper_ch> makefu: "[17:36] <hyper_ch> in wireguard, how can I make that a peer routes all traffic through the vpn and uses the vpn server as endpoint for internet requests?"
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vbApV
<NixOS_GitHub> nixpkgs/master fa6c8be Andrew Slough: google-chrome: add new dep on at_spi2_atk...
<NixOS_GitHub> nixpkgs/master 8d2b39f Joachim F: Merge pull request #33062 from andrewjss/master...
NixOS_GitHub has left #nixos []
<makefu> yes i saw this :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bkchr opened pull request #33249: audacious: 3.8.2 -> 3.9 (master...audacious3.9) https://git.io/vbApr
NixOS_GitHub has left #nixos []
anton__ has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bkchr opened pull request #33250: focuswriter: 1.6.7 -> 1.6.8 (master...focuswriter1.6.8) https://git.io/vbApi
NixOS_GitHub has left #nixos []
<sphalerite> hyper_ch: using an appropriate ip route command
otherjrolfs has quit [(Ping timeout: 272 seconds)]
<hyper_ch> sphalerite: it should do it automagically
<sphalerite> `ip route add default via 10.123.45.67 dev tun0` or something
pie_ has quit [(Ping timeout: 255 seconds)]
<sphalerite> should it really?
<sphalerite> because often VPNs are for accessing private resources, not the internet :)
wchresta has quit [(Quit: wchresta)]
wchresta has joined #nixos
aanderse has joined #nixos
dan_b has joined #nixos
anton__ has joined #nixos
jtojnar has quit [(Read error: Connection reset by peer)]
feepo has joined #nixos
<makefu> sphalerite: sometimes you want to route through endpoints to impersonate the server ip address or circumvert other kinds of firewalling
aanderse_ has quit [(Ping timeout: 276 seconds)]
<makefu> well it seems like it is not 100% automatic with default wireguard, but maybe with the nixos module? see https://www.wireguard.com/quickstart/
<makefu> there is some stuff to do
Guest10357 is now known as pop
pop has quit [(Changing host)]
pop has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bkchr opened pull request #33251: subsurface: 4.7.2 -> 4.7.5 (master...subsurface4.7.5) https://git.io/vbApF
NixOS_GitHub has left #nixos []
pie_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dzabraev opened pull request #33252: pysigset: init at 0.3.2 (master...master) https://git.io/vbAph
NixOS_GitHub has left #nixos []
<sphalerite> makefu: yeah but it's not something you want to do by default I'd say
ma27 has quit [(Ping timeout: 272 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
noam__ has joined #nixos
dan_b has quit [(Ping timeout: 268 seconds)]
isHavvyGhosting has joined #nixos
noam_ has quit [(Read error: Connection reset by peer)]
<makefu> yes of course :)
alfie has quit [(Excess Flood)]
asuryawanshi has quit [(Ping timeout: 268 seconds)]
<makefu> there is allowedIPsAsRoutes which will set the rules explicitly
alfie has joined #nixos
<makefu> so by default there seems to be no routing
markus1199 has quit [(Ping timeout: 264 seconds)]
isHavvy has quit [(Ping timeout: 264 seconds)]
markus1189 has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
orivej has quit [(Ping timeout: 240 seconds)]
ma27 has joined #nixos
jrolfs has quit [(Ping timeout: 268 seconds)]
otherjrolfs has quit [(Ping timeout: 255 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
proteus-guy has quit [(Ping timeout: 252 seconds)]
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
aanderse has quit [(Read error: Connection reset by peer)]
coot_ has quit [(Quit: coot_)]
aanderse has joined #nixos
Thra11 has joined #nixos
proteus-guy has joined #nixos
jrolfs has joined #nixos
isaac__ has joined #nixos
stepcut has joined #nixos
JoJoen has joined #nixos
cbarrett has joined #nixos
otherjrolfs has joined #nixos
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has quit [(Ping timeout: 264 seconds)]
wchresta has quit [(Ping timeout: 240 seconds)]
ottidmes has quit [(Ping timeout: 265 seconds)]
anton__ has quit [(Ping timeout: 240 seconds)]
<Ankhers> gleber_: ping
anton__ has joined #nixos
coot_ has joined #nixos
zzamboni has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
jb55 has joined #nixos
ma27 has quit [(Ping timeout: 255 seconds)]
Ross has quit [(Ping timeout: 240 seconds)]
fendor has quit [(Read error: Connection reset by peer)]
Ross has joined #nixos
coot_ has quit [(Quit: coot_)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
zzamboni has quit [(Quit: Leaving.)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] geistesk opened pull request #33253: hash_extender: init at 2017-04-10 (master...hash_extender-2017-04-10) https://git.io/vbxex
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
jb55 has quit [(Ping timeout: 255 seconds)]
bpa has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vbxvO
<NixOS_GitHub> nixpkgs/release-17.09 83dcbb8 Tim Steinbach: vscode: 1.19.0 -> 1.19.1...
NixOS_GitHub has left #nixos []
<gleber_> Ankhers: pong, but I'm about to head out to New Year Eve celebration
mrkgnao has joined #nixos
<Ankhers> gleber_: I'm just trying to figure out why a buildRebar3 expression is failing. But I will keep trying myself. Have fun! Happy New Years!
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs has quit [(Ping timeout: 248 seconds)]
<gchristensen> sorry about the stalled PR evaluations, we had a network outage: https://screenshots.firefox.com/xeQCbFqq2jZeLiVG/monitoring.nix.gsc.io
ma27 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko closed pull request #31094: ibus: 1.5.16 -> 1.5.17, fix (staging...ibus/update) https://git.io/vF3Ut
NixOS_GitHub has left #nixos []
zzamboni has joined #nixos
zzamboni has quit [(Client Quit)]
prietoj has joined #nixos
knupfer has joined #nixos
<prietoj> Hello! I'm just starting to learn c++. I needed to install a library called Boost, so I did "nix-env -iA nixos.boost160" but the compiler is not being able to find the header files. I get: "Please set BOOST_ROOT to the root directory containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's headers."
<gchristensen> !libraries
<gchristensen> !library
<{^_^}> Don't install libraries through nix-env or systemPackages. See https://nixos.wiki/wiki/FAQ#I_installed_a_library_but_my_compiler_is_not_finding_it._Why.3F for details.
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
zzamboni has joined #nixos
jsgrant_ has quit [(Quit: Leaving)]
<dhess> now that the "elegant cross" commits have merged, is it possible to cross-compile a kernel?
otherjrolfs has joined #nixos
jrolfs has joined #nixos
sigmundv__ has quit [(Ping timeout: 268 seconds)]
aminechi1haoui 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/8d2b39fccab (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<prietoj> Ah, I see. Thanks. It finds it when running a nix-shell instead. Even though now I get: "Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries."
<prietoj> How do I do such thing?
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<dhess> domenkozar: ping
aminechi1haoui has quit [(Client Quit)]
jrolfs has quit [(Ping timeout: 264 seconds)]
aminechi1haoui has joined #nixos
aminechi2haoui has joined #nixos
aminechikhaoui has quit [(Ping timeout: 265 seconds)]
aminechi2haoui has quit [(Client Quit)]
aminechi1haoui has quit [(Client Quit)]
aminechikhaoui has joined #nixos
<makefu> prietoj: you will probably have to add this explicitly when configuring
jb55 has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
drakonis has quit [(Ping timeout: 252 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
drakonis has joined #nixos
<prietoj> I see. I'll give it a try. Thanks
azdle has joined #nixos
ma27 has quit [(Ping timeout: 240 seconds)]
jrolfs has quit [(Ping timeout: 260 seconds)]
<dhess> domenkozar: thanks
otherjrolfs has quit [(Ping timeout: 260 seconds)]
asuryawanshi has joined #nixos
prietoj has quit [(Ping timeout: 260 seconds)]
hellrazor has joined #nixos
asuryawanshi has quit [(Ping timeout: 264 seconds)]
jrolfs has joined #nixos
otherjrolfs has joined #nixos
hellrazor has quit [(Ping timeout: 240 seconds)]
derreck_ has joined #nixos
knupfer has quit [(Remote host closed the connection)]
yegortimoshenko has joined #nixos
<pie_> a program that uses this function call is failing http://www.un4seen.com/doc/#bass/BASS_RecordInit.html , do i need to do some kind of preparation to get audio working for programs on nixos? "On Linux, a "Default" device is hardcoded to device number 0, which uses the default input set in the ALSA config; that could map directly to one of the other devices or it could use ALSA plugins. "
Neo-- has joined #nixos
knupfer has joined #nixos
<yegortimoshenko> happy new year! i'm taking a break until 2018-01-04, but do ping me if something's urgent.
otherjrolfs has quit [(Ping timeout: 256 seconds)]
jrolfs has quit [(Ping timeout: 268 seconds)]
<gchristensen> have a great vacation, yegortimoshenko!
proteus-guy has quit [(Ping timeout: 255 seconds)]
pie__ has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
phreedom has quit [(Quit: No Ping reply in 180 seconds.)]
phreedom has joined #nixos
jrolfs has joined #nixos
otherjrolfs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] veprbl opened pull request #33254: mupdf: support for macOS (master...mupdf-darwin) https://git.io/vbxUC
NixOS_GitHub has left #nixos []
jrolfs has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 268 seconds)]
Neo-- has quit [(Ping timeout: 272 seconds)]
proteus-guy has joined #nixos
yegortimoshenko has quit [(Remote host closed the connection)]
drakonis has quit [(Ping timeout: 272 seconds)]
endformationage has joined #nixos
otherjrolfs has joined #nixos
jrolfs has joined #nixos
* infinisil is still in 2017
drakonis has joined #nixos
jrolfs has quit [(Ping timeout: 256 seconds)]
otherjrolfs has quit [(Ping timeout: 252 seconds)]
ambro718 has joined #nixos
<samueldr> hi, let's say I have a logging bot already set-up, ready to log nix-related channels that didn't (or can't?) get botbot, who should I ask for the permission to legitimize its addition to all, or some, nix-related channels?
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<samueldr> I have tested it and it has been running for a full week without issues on the wiki channel
<samueldr> cc: gchristensen
taktoa has quit [(Remote host closed the connection)]
jsgrant_ has joined #nixos
<infinisil> samueldr: i assume the logs are public?
<samueldr> yes, that's the intent!
ertes has quit [(Remote host closed the connection)]
<samueldr> here's the (current) URL for nixos-wiki logs → https://logs.nix.samueldr.com/nixos-wiki
jrolfs has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 240 seconds)]
pie__ has quit [(Ping timeout: 252 seconds)]
<jeaye> I like the minimal ui.
<samueldr> and all depending if it is appropriate, and wanted, I can fill it with existing logs from my client. I intend to fill it with the logs of the channels I'm part of
jrolfs has joined #nixos
otherjrolfs has joined #nixos
<samueldr> the software isn't mine, it's an existing solution, which is used for other big channels too
<samueldr> for anyone curious, this is the software: https://github.com/whitequark/irclogger
jrolfs has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
otherjrolfs has joined #nixos
jrolfs has joined #nixos
<infinisil> samueldr: you mean to fill the logs in the past with what you have in your client?
<samueldr> yes
<infinisil> I'm running znc with logging enabled, so I have (pretty much) every message in #nixos from 2017-10-07 if you want that
<infinisil> samueldr: ^^
<samueldr> (I'm looking how far back I joined)
<dhess> gchristensen: don't suppose there are any massive build machines for armv7l-linux like that wonderful aarch64-linux box?
<samueldr> (I have pretty much everything since I joined, netsplits non-withstanding)
<infinisil> samueldr: You're also using a bouncer then?
knupfer has quit [(Ping timeout: 264 seconds)]
<samueldr> I'm using quassel core via znc
<samueldr> so, yes
<infinisil> i see, never mind me then
jrolfs_ has joined #nixos
<samueldr> n/p, thanks for the offer :)
jtojnar has joined #nixos
<samueldr> I'll have to verify, because it seems I came and left in 2014 and 2015, but it's either early 2017 or late 2016 that my log will start at uninterrupted
bpa has quit [(Quit: Leaving)]
jrolfs has quit [(Read error: Connection reset by peer)]
ryantrinkle has joined #nixos
derreck_ has quit [(Quit: derreck_)]
<ryantrinkle> i'm running into a situation where dynamic linking seems to be taking a large amount of time for program startup - about half a second on a decent machine
<ryantrinkle> this is for a haskell program built with standard nix options
<ryantrinkle> is there a straightforward way to bring this down?
<infinisil> samueldr: tbh I'm not sure if it's even worth the effort, I have never ever wanted to go back logs more than 1 week or so
<clever> ryantrinkle: try using static haskell linking
<samueldr> infinisil: it already is scripted though :)
<ryantrinkle> clever: i did, but got a bunch of "can't find library" errors
<clever> ryantrinkle: run haskell.lib.justStaticExecutables over the derivation to make it static
<ryantrinkle> clever: ahh, ok
<infinisil> samueldr: I see, well then :)
<samueldr> the logs for quassel are in a database format that makes it easy to parse, there's no parsing of messages, it's already typed, and the format of irclogger is just similar enough that it is a breeze to map to
<ryantrinkle> clever: beautiful; thanks!
<ryantrinkle> (reduced startup time, per `time`, from 0.52s to 0.00s
<ryantrinkle> )
<clever> nice
<clever> the closure size should also be reduced
<clever> by at least a gig
<ryantrinkle> haha wow, nice
<clever> du -hc --max=0 $(nix-store -qR PATH)
<clever> try that on the old and new path
jb55 has quit [(Ping timeout: 248 seconds)]
<ryantrinkle> hahaha
<ryantrinkle> 2.0 GB -> 34 MB
<ryantrinkle> 23 of which is glibc
<ryantrinkle> 4.4ms is the final result, including the time of running 'date +%N' to get the info
<ryantrinkle> not horrible
pie_ has joined #nixos
knupfer has joined #nixos
<LnL> using absolute paths for linking instead of rpath might help there
jrolfs_ has quit [(Ping timeout: 255 seconds)]
<ryantrinkle> LnL: yeah, that would make sense; strace had a ton of output related to searching for .so files
otherjrolfs has quit [(Ping timeout: 268 seconds)]
MinceR has quit [(Ping timeout: 240 seconds)]
MinceR has joined #nixos
jtojnar has quit [(Quit: jtojnar)]
jtojnar_ has joined #nixos
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
<clever> ryantrinkle: thats normally solved by ldconfig and its cache
<LnL> I don't think it's n2 but n*log(n) in practice, but I would assume the steps are also simpler/faster
<ryantrinkle> clever: hmm, interesting
<ryantrinkle> running it multiple times didn't seem to change the results
jb55 has joined #nixos
<clever> nixos doesnt support ldconfig
jrolfs_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 272 seconds)]
<ryantrinkle> ahhh, ok
<ryantrinkle> (as you can tell, i'm a bit out of my league here)
jrolfs_ has joined #nixos
yegortimoshenko has joined #nixos
<yegortimoshenko> gchristensen: thanks!
otherjrolfs has joined #nixos
asuryawanshi has joined #nixos
<yegortimoshenko> ♡ ~('▽^人)
yegortimoshenko has quit [(Remote host closed the connection)]
mrkgnao has quit [(Quit: WeeChat 2.0)]
asuryawanshi has quit [(Ping timeout: 248 seconds)]
oida has joined #nixos
otherjrolfs has quit [(Ping timeout: 263 seconds)]
otherjrolfs has joined #nixos
drakonis has quit [(Ping timeout: 255 seconds)]
leothrix has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
leothrix has joined #nixos
zzamboni has joined #nixos
jrolfs_ has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
vidbina has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
jrolfs_ has joined #nixos
otherjrolfs has joined #nixos
vidbina has quit [(Ping timeout: 248 seconds)]
randomstrangerb has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lasandell opened pull request #33255: dump1090: fix html path (master...dump1090-path-fix) https://git.io/vbxLD
NixOS_GitHub has left #nixos []
randomstrangerb has joined #nixos
jtojnar_ has quit [(Ping timeout: 260 seconds)]
jrolfs_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
knupfer has quit [(Ping timeout: 240 seconds)]
dan_b has joined #nixos
zzamboni has joined #nixos
zzamboni1 has joined #nixos
zzamboni has quit [(Read error: Connection reset by peer)]
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
otherjrolfs has quit [(Ping timeout: 272 seconds)]
Thra11 has quit [(Remote host closed the connection)]
jrolfs_ has quit [(Ping timeout: 264 seconds)]
zzamboni1 has quit [(Quit: Leaving.)]
Thra11 has joined #nixos
<michalrus> nix-build -E 'with import <nixpkgs> {}; callPackage ./pmlog.nix {}'
<michalrus> Can this be done easier?
knupfer has joined #nixos
<clever> michalrus: make a default.nix that contains that string
<michalrus> This default.nix is defining package overrides, hmm, and I just wanted to test that single package (for speed).
otherjrolfs has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/5be70c39f3e (from 16 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
<michalrus> But OK. Thanks!
dan_b has quit [(Ping timeout: 252 seconds)]
<samueldr> hmmm, does hydra build all commits once channel updates, or does it start at whatever point master is when the jobset evaluation ends?
<clever> samueldr: it starts at whatever commit the branch is on, when the eval started
otherjrolfs has quit [(Ping timeout: 248 seconds)]
<samueldr> yeah, I assumed so, since otherwise it might have been doing work for almost nothing
<samueldr> but that's great to have confirmation
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/83dcbb82fb7 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
<clever> samueldr: do you have a simple release.nix with a few jobs?
hiratara has quit [(Ping timeout: 276 seconds)]
<clever> samueldr: if you run something like this on the release.nix file, you will see what hydra does behind the scenes
<samueldr> not setting up hydra, was asking since I was curious if "the" hydra would continue at the head of master, I'm waiting for the google-chrome PR to be in unstable
<samueldr> (waiting patiently)
jrolfs_ has joined #nixos
<clever> samueldr: you can run that step in the issue comment without any hydra config
<samueldr> that's an interesting link though, thanks
aarvar has quit [(Ping timeout: 263 seconds)]
otherjrolfs has joined #nixos
hiratara has joined #nixos
otherjrolfs has quit [(Ping timeout: 248 seconds)]
jrolfs_ has quit [(Ping timeout: 264 seconds)]
asuryawanshi has joined #nixos
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
knupfer1 has joined #nixos
knupfer has quit [(Ping timeout: 240 seconds)]
knupfer1 is now known as knupfer
pie_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
jrolfs_ has quit [(Ping timeout: 272 seconds)]
orivej has joined #nixos
srdqty has quit [(Ping timeout: 260 seconds)]
orivej has quit [(Ping timeout: 272 seconds)]
stepcut has quit [(Remote host closed the connection)]
babyflakes has quit [(Quit: Connection closed for inactivity)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
hiratara has joined #nixos
jrolfs_ has joined #nixos
otherjrolfs has joined #nixos
pxc has joined #nixos
asuryawanshi has quit [(Ping timeout: 240 seconds)]
<michalrus> clever: what would you say is the correct way to nix-build `attr1` from an overlay file containing `self: super: { attr1 = someFunctionOf self.attr2; attr2 = …; }`?
<michalrus> nix-build -E 'let nixpkgs = import <nixpkgs> {}; self = import ./overlay.nix (nixpkgs // self) nixpkgs; in self.attr1` ? :P
<michalrus> This is crazy.
<clever> import <nixpkgs> { overlays = [ ./overlay.nix ]; } i think
<michalrus> Ohhhhhhhhhhhhh.
<michalrus> Wonderful.
<michalrus> Thanks!
jrolfs_ has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 248 seconds)]
hotfuzz has joined #nixos
i-am-the-slime has joined #nixos
<LnL> (import ./overlay.nix)
fresheyeball has joined #nixos
<fresheyeball> hello out there
<fresheyeball> happy new year!
ryantrinkle has quit [(Ping timeout: 260 seconds)]
tmaekawa has joined #nixos
pxc has quit [(Ping timeout: 264 seconds)]
tmaekawa has quit [(Client Quit)]
sary has quit [(Ping timeout: 240 seconds)]
sary has joined #nixos
srdqty has joined #nixos
jb55 has quit [(Read error: Connection reset by peer)]
stepcut has joined #nixos
i-am-the-slime has quit [(Ping timeout: 255 seconds)]
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
fresheyeball has quit [(Quit: WeeChat 1.9.1)]
ryantrinkle has joined #nixos
tmaekawa has joined #nixos
i-am-the-slime has joined #nixos
otherjrolfs has quit [(Ping timeout: 260 seconds)]
jrolfs_ has quit [(Ping timeout: 248 seconds)]
jrolfs_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lukeadams opened pull request #33256: sambaMaster: init at 4.8_2017-12-25 (master...samba-48) https://git.io/vbxYN
NixOS_GitHub has left #nixos []
raynold has joined #nixos
jb55 has joined #nixos
jrolfs_ has quit [(Ping timeout: 264 seconds)]
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
jb55 has quit [(Ping timeout: 255 seconds)]
jrolfs_ has quit [(Ping timeout: 240 seconds)]
otherjrolfs has quit [(Ping timeout: 264 seconds)]
asuryawanshi has joined #nixos
alexteves has quit [(Quit: My Mac Mini has gone to sleep. ZZZzzz…)]
otherjrolfs has joined #nixos
jrolfs_ has joined #nixos
drakonis has joined #nixos
asuryawanshi has quit [(Ping timeout: 240 seconds)]
drakonis_ has joined #nixos
zoid_ has joined #nixos
zoid_ has quit [(Client Quit)]
jrolfs_ has quit [(Ping timeout: 248 seconds)]
otherjrolfs has quit [(Ping timeout: 256 seconds)]
i-am-the-slime has quit [(Remote host closed the connection)]
ambro718 has quit [(Ping timeout: 252 seconds)]
jtojnar has joined #nixos
drakonis_ has quit [(Quit: Leaving)]
zzamboni has joined #nixos
<dhess> overlays are so, so nice
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] danielfullmer opened pull request #33257: john: Fix extra utility programs (master...john-utils) https://git.io/vbx39
NixOS_GitHub has left #nixos []
randomstrangerb has quit [(Ping timeout: 268 seconds)]
randomstrangerb has joined #nixos