Re: [Nix-dev] What is a default.upstream file?

2015-07-28 Thread zimbatm
I think it's used by this tooling here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/upstream-updater/update-walker.sh#L100 It might also be related to the updateWalker meta attribute mentioned here: http://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes On Tue, 28 Jul

Re: [Nix-dev] allowSubstitutes option

2015-08-01 Thread zimbatm
It seem to be fairly new and might not be documented yet. See https://github.com/NixOS/nix/commit/b64988bb3585478676585a0f0aecbcf4e11d44 On Sat, 1 Aug 2015 at 23:40 Nikolay Amiantov a...@fmap.me wrote: Ouch, obviously I meant it should be the opposite of. On 08/02/2015 01:38 AM, Nikolay

Re: [Nix-dev] [ANN] Vagrant boxes for 14.12

2015-07-25 Thread zimbatm
Thank you for the feedback Paulus. Just to give an idea of how much work is involved to make the images official, here are the steps I think would be taken: * transfer the github repo zimbatm/nixbox to the nixos org, probably rename the project * create a new nixos org on atlas at https

[Nix-dev] [ANN] Vagrant boxes for 14.12

2015-07-24 Thread zimbatm
Hi, here are new vagrant boxes for virtualbox derived from the nixbox project for nixos 14.12: - zimbatm/nixos-14.12-x86_64 https://atlas.hashicorp.com/zimbatm/boxes/nixos-14.12-x86_64 - zimbatm/nixos-14.12-i686 https://atlas.hashicorp.com/zimbatm/boxes/nixos-14.12-i686 Vagrant

Re: [Nix-dev] Why is there no netctl?

2015-07-18 Thread zimbatm
I'm not a core dev but it seems to me that netctl https://wiki.archlinux.org/index.php/Netctl is a tool that Arch Linux introduced recently ? There's probably no objection to have it packaged, just that network settings is already handled by a couple of other tools already. ​ On Sat, 18 Jul 2015

Re: [Nix-dev] NixOS Foundation

2015-07-18 Thread zimbatm
If you ever get tired to managing the admin yourself you can always join the Software Freedom Conservancy https://sfconservancy.org/. I have never used them personally but they seem to be well respected each time I saw them mentioned. They are also much in the background and don’t touch the

[Nix-dev] Meetup in London ?

2015-07-18 Thread zimbatm
Hello, anyone wants to meetup in London to talk about their NixOS experience ? We could just gather in a co-working space and try to help each-other to package missing software or something. Or if anyone wants to talk about their grand master plan on how to overtake the universe with NixOS. I'm

Re: [Nix-dev] Staging merge

2015-11-09 Thread zimbatm
Is there a document that explains the rationale behind keeping a separate staging area ? I don't understand nixos fully and it looks like it would be more work than keeping the unstable channel to master. On Sun, 8 Nov 2015 19:49 Anderson Torres wrote: > 2015-11-08

Re: [Nix-dev] $3.40/month ARM server w/ 2GB RAM, 50GB disk

2015-11-06 Thread zimbatm
I created an account but they are out of stock and don't let me see the admin. I wanted to see if they let you boot from an ISO/iPXE like on vultr, that makes the install considerably easier. On Fri, 6 Nov 2015 at 08:17 Lluís Batlle i Rossell wrote: > Thank you! Sounds like a

Re: [Nix-dev] Remote Installation

2015-11-06 Thread zimbatm
I would also add a little script that pings back to a known location and reports the local IP. Then just tail the logs of that known location's httpd server :) On Fri, 6 Nov 2015 at 04:51 Roger Qiu wrote: > Try using Packer. You can take the liveCD ISO, and repack it

Re: [Nix-dev] vagrant-nixos-plugin

2015-10-18 Thread zimbatm
> Hi, > > even though the "vagrant-nixos” plugin was featured on the Twitter feed > recently - the original author seems to be MIA and Zimbatm and I want to > move forward. We’ve been trying to get in contact for a couple of months > now and we thought it’s time to fork and

Re: [Nix-dev] [ANN] Vagrant boxes for 15.09

2015-10-19 Thread zimbatm
to name the new, “real” thing. > > In short: > > * Gem “vagrant-nixos” — bad > * Gem “vagrant-nixos-plugin” — good > > I hope to hear back from the original author at some point to help the > community clean this up. > > Christian > > On 19 Oct 2015, at 01:02,

Re: [Nix-dev] Building portable linux binaries on NixOS

2015-10-07 Thread zimbatm
@Luca: try this: ``` $ nix-env -i direnv [snip] $ ldd `which direnv` not a dynamic executable ``` The difference is that direnv is pure go and thus isn't compiled by gccgo. @Kamil: if it's possible to remove all the C dependencies in your go program I would recommend it. It just makes

Re: [Nix-dev] Can developers snail mail me the live CD?

2015-08-25 Thread zimbatm
Where about are you geographically speaking ? The CD still requires a lot of bandwidth during installation unfortunately. Is the limit on the phone monthly ? On Tue, 25 Aug 2015 03:54 Brian Jones asu...@gmail.com wrote: I was wondering if it is possible to have the 64-bit graphical live cd

Re: [Nix-dev] Next release updates

2015-09-03 Thread zimbatm
Amazing. What about OSX and other targets ? It would be great if the findutils revert was part of the release. On Wed, 2 Sep 2015 19:43 Domen Kožar wrote: > A week is around, everyone is doing a great job fixing bugs and build > failures. We have around 50 build failures more and

Re: [Nix-dev] Feature request: replace the Darwin stdenv with the pure Darwin stdenv

2015-10-02 Thread zimbatm
Looking forward to see the merge happening. Right now Darwin is totally unusable for me because of the OSX upgrade. On Fri, 2 Oct 2015 at 16:52 Eric Seidel wrote: > I'm tentatively in favor of making the switch too. I'm going to test my > environment against pure-darwin this

Re: [Nix-dev] Providing Debian, Arch etc. packages counterproductive?

2015-09-22 Thread zimbatm
What does the deb exactly contain and take care of ? I'm not sure of the boundary between the system package manager and nix. For example once nix is installed I would expect the `nix` binary to be managed by it, but if it's provided by the system package as well then it's possible to have two

Re: [Nix-dev] ghc --enable-multi-instance, the end of cabal hell ?

2015-09-19 Thread zimbatm
In my understanding nix already separates different versions of a package into different derivations. Even if cabal supports having multiple versions of a package, at compile time it still has to resolve to a single version. On Sat, 19 Sep 2015 12:31 Miguel Negrão <

Re: [Nix-dev] Secure NixOS

2015-12-07 Thread zimbatm
Hi Seroka, just a couple of idea: (1) is really cool but could also be solved by having faster builds and binary diffs. I really liked the presentation at NixCon and think that it's a really cool hack but don't understand all of the implications. Just as an anecdote; ruby has had a release with

Re: [Nix-dev] How do you manage bare-metal local servers with nixops

2015-12-14 Thread zimbatm
Rohit, try something like this: https://gist.github.com/zimbatm/d466ef56f88605f78f99 On Mon, 14 Dec 2015 at 22:47 Domen Kožar <do...@dev.si> wrote: > You might want to test https://github.com/NixOS/nixpkgs/pull/11279 > > On Mon, Dec 14, 2015 at 10:45 PM, rohit yadav <rohity

Re: [Nix-dev] How do you manage bare-metal local servers with nixops

2015-12-14 Thread zimbatm
Hi rohit, Personally I just have a folder per machine with the /etc/nixos folder and a little script that runs rsync + `nixos-rebuild --switch` on the target machine. Over time I will probably switch to using nixops as well but for a start it's working super well for me. Especially since it

Re: [Nix-dev] Perl -> C++

2016-01-01 Thread zimbatm
C++ supports on whole lot more platforms than the proposed alternatives. If Nix is to become a universal package manager it seems important as a feature. That being said, we're bound to have security issues if the nix-daemon is it's written in an unsafe language. On Thu, 31 Dec 2015 at 11:36 Luca

Re: [Nix-dev] What does this output in my VM test mean?

2015-11-24 Thread zimbatm
It seems like the wireless card configuration is changed by both the host and the guest to make sure they obey to the local regulation, and they both have different regions. https://wireless.wiki.kernel.org/en/developers/regulatory/crda Can you run iw reg get on both the guest and the host to

Re: [Nix-dev] Why does my system rebuild rustc and cargo?

2015-11-24 Thread zimbatm
asswort für m: > ok > find: "/nix/var/nix/profiles/per-container": Permission denied > ok > > On 24-11-2015 16:36:13, zimbatm wrote: > > Maybe one of the sqlite3 files is corrupted. What does this give you ? > > ``` > > find /nix/var

Re: [Nix-dev] Real documentation, aka "Let's kill the wiki"

2015-11-24 Thread zimbatm
Please no XML as the source, it adds way too much emphasis on the structure instead of the content. Asciidoc is pretty good. It can be configured quite close to markdown and supports all the

Re: [Nix-dev] mention-bot for nixpkgs?

2015-11-24 Thread zimbatm
The Homu model looks quite interesting. If homu would trigger a hydra build and only push to master after the build succeeds, I believe that it would simplify a lot of things nicely. Master would already have binary caches from the builds so we could use it as the unstable channel. This is quite

Re: [Nix-dev] nix for reproducible and self-updating developer environments

2015-11-26 Thread zimbatm
Lots of good points, definitely experiencing most of these issues myself (especially the SSL issues lately). In terms of language support, it seems that we're slowly getting there. That's what I got from NixCon, lots of people interested in helping out. But yeah, it takes time. I think that first

Re: [Nix-dev] mention-bot for nixpkgs?

2015-11-25 Thread zimbatm
Wasn't the plan to upload the binaries automatically to resolve the disk space issue on the workers ? Or is this another cache. On Wed, 25 Nov 2015 at 09:24 Vladimír Čunát <vcu...@gmail.com> wrote: > On 11/24/2015 10:48 PM, zimbatm wrote: > > Master would already have bin

Re: [Nix-dev] Why does my system rebuild rustc and cargo?

2015-11-24 Thread zimbatm
Maybe one of the sqlite3 files is corrupted. What does this give you ? ``` find /nix/var -name "*.sqlite" -exec sh -c "echo .exit | sqlite3 -cmd 'PRAGMA integrity_check;' {}" \; ``` On Sun, 22 Nov 2015 at 16:30 Matthias Beyer wrote: > On 22-11-2015 12:18:30, Matthias

Re: [Nix-dev] Locale issues with Nix shell (and GHC) on OSX

2015-11-19 Thread zimbatm
Sorry, I don't know how to help you further. I also don't know why glibcLocales should be linux-only. On Thu, 19 Nov 2015 at 12:30 Yves Parès <yves.pa...@gmail.com> wrote: > I actually need Unicode, this is why setting LANG=C is a problem. > > 2015-11-19 13:27 GMT+01:0

Re: [Nix-dev] Publish All of Hackage

2015-11-19 Thread zimbatm
Are haskell libraries useful other than at compile time ? Nix doesn't do dependency resolution in regards to version matching and I don't think that we will ever have a unified hackage where all the latest versions work together. Tools like cabal2nix seem essential in that regard. If we where to

Re: [Nix-dev] Locale issues with Nix shell (and GHC) on OSX

2015-11-19 Thread zimbatm
Did you check your environment variables ? I suppose that LANG and friends are set to en_US.UTF-8. You could try to add the locales packages to your shell.nix or change LANG, LC_ALL to "C". If you don't need Unicode that might be easier. On Thu, 19 Nov 2015 10:44 Yves Parès

Re: [Nix-dev] Why does my system rebuild rustc and cargo?

2015-11-21 Thread zimbatm
Can you give the output ? It would be interesting to see the list of derivatives that it's going to build. The top-level one should be the culprit. On Sat, 21 Nov 2015 at 15:30 Matthias Beyer wrote: > After switching from rustPlatform.{rustc, cargo} to >

Re: [Nix-dev] How to get correct length of a string containing non-ascii characters

2016-01-13 Thread zimbatm
Related to that, the suckless conferent talk on UTF-8[1] was pretty interesting. The complexity of Unicode and all that goes with it is pretty crazy. That being said the libutf8 from the same guys seem to be pretty decent and takes sane defaults to a lot of these questions. [1]

Re: [Nix-dev] GNOME packaging file structure

2016-06-05 Thread zimbatm
You could also have a package/base/default.nix for common things and override what you want in package/3.20/default.nix. I bet the dependency list would evolve independently. On Fri, 3 Jun 2016, 15:57 Luca Bruno, wrote: > Hello, > after GNOME 3.20 I'm planning to change

[Nix-commits] [NixOS/nixpkgs] d22013: httpie: 0.9.2 -> 0.9.3 (#16067)

2016-06-08 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d220132f222979db1350dde527408e445af3cf43 https://github.com/NixOS/nixpkgs/commit/d220132f222979db1350dde527408e445af3cf43 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-08 (Wed, 08 Ju

Re: [Nix-dev] NixOps - merge config files

2016-06-09 Thread zimbatm
> >So they become one when building: > >{ > > vm01 = { > >services.symfony.platforms = { > > database = { > >username = "www"; > >password = "12345678"; > > }; > >}; > > }; > >

Re: [Nix-dev] NixOps - merge config files

2016-06-09 Thread zimbatm
Hi, I don’t know where you are getting this error. All I can do is suggest a workaround: In keys.nix: { database_password = "12345678"; } In network.nix: let secrets = import ./keys.nix {};in; { vm01 = { { config, pkgs, ... }: { services.symfony.platforms.database.password

Re: [Nix-dev] Stackage Support Will Be Discontinued

2016-06-09 Thread zimbatm
It might make sense to create an external repo (nix-hackage?) with the stackage releases and it's own release.nix. That way it can evolve independently from nixpkgs and not clobber the main repo. It can also offer it's own binary cache as a service to haskell developers. You might even be able to

[Nix-commits] [NixOS/nixpkgs] 909f83: piqi: 0.6.12 -> 0.6.13

2016-06-08 Thread zimbatm
.com/NixOS/nixpkgs/commit/4e30ff7368a9c18658c209c4f5df84f1967456df Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M pkgs/development/ocaml-modules/piqi-ocaml/default.nix M pkgs/development/ocaml-modules/piqi/default.nix Log Message:

Re: [Nix-dev] Install Nix on OSX, install nixops -> runs python2.7-pytest tests

2016-06-07 Thread zimbatm
> behind the NixOS one? I thought if some package was present in the unstable > channel, that hydra would have build it and uploaded it to the binary cache? > > 2016-06-07 14:30 GMT+02:00 zimbatm <zimb...@zimbatm.com>: > >> In general I found that there are less pac

Re: [Nix-dev] Install Nix on OSX, install nixops -> runs python2.7-pytest tests

2016-06-07 Thread zimbatm
In general I found that there are less packages available from the cache on OSX. What probably happened is that the packages had to be built. If doCheck = true then tests are run after the build and this is the default for python packages. On Tue, 7 Jun 2016, 13:19 Maarten Hoogendoorn,

Re: [Nix-dev] Nixops fails to log into virtualbox machines on osx.

2016-06-07 Thread zimbatm
Can you try to edit you ~/.ssh/config and add "StrictHostKeyChecking no" in the file ? What it does is automatically accept new hosts in the ~/.ssh/known_hosts provided the machine doesn't already exists. On Tue, 7 Jun 2016 at 14:24 Maarten Hoogendoorn wrote: > Hi there, > >

[Nix-commits] [NixOS/nixpkgs] c38a08: elixir: 1.2.5 -> 1.2.6

2016-06-07 Thread zimbatm
gs/commit/5811b47ba31902037bd487407740e7435aaaf109 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M pkgs/development/interpreters/elixir/default.nix M pkgs/servers/xmpp/ejabberd/default.nix Log Message: --- Merge pull request #16037 from couchem

Re: [Nix-dev] Nixops fails to log into virtualbox machines on osx.

2016-06-07 Thread zimbatm
Maybe it should On Tue, 7 Jun 2016, 17:50 Maarten Hoogendoorn, <maar...@moretea.nl> wrote: > That did the trick. I assumed the ssh invoked in nixops would use it's own > ssh configuration file. > > 2016-06-07 17:22 GMT+02:00 zimbatm <zimb...@zimbatm.com>: > >&g

[Nix-commits] [NixOS/nixpkgs] a42b7f: nix-prefetch-git: shellcheck fixes

2016-06-12 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a42b7faaea497fd25e93bca22c467915b668 https://github.com/NixOS/nixpkgs/commit/a42b7faaea497fd25e93bca22c467915b668 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Ju

[Nix-commits] [NixOS/nixpkgs] 6427cc: godep: ddd7fbf -> 73

2016-06-12 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6427cc008bebd6dba836e65bc5b74f506f9a3379 https://github.com/NixOS/nixpkgs/commit/6427cc008bebd6dba836e65bc5b74f506f9a3379 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-01 (Wed, 01 Ju

[Nix-commits] [NixOS/nixpkgs] 473062: kmod-debian-aliases: 21-1 -> 22-1.1

2016-06-12 Thread zimbatm
Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/os-specific/linux/kmod-debian-aliases/default.nix Log Message: --- Merge pull request #16184 from hrdinka/update/kmod-debian-aliases kmod-debian-aliases: 21-1 -> 22-1.

[Nix-commits] [NixOS/nixpkgs] 8b3278: i2p: 0.9.25 -> 0.9.26

2016-06-12 Thread zimbatm
n 2016) Changed paths: M pkgs/tools/networking/i2p/default.nix Log Message: --- i2p: 0.9.25 -> 0.9.26 Commit: f911b7393b733f4428555cfcd4dbcfdb28ed393f https://github.com/NixOS/nixpkgs/commit/f911b7393b733f4428555cfcd4dbcfdb28ed393f Author: zimbatm <zimb...

[Nix-commits] [NixOS/nixpkgs] 077ac2: mercurial: update source url

2016-06-12 Thread zimbatm
Commit: 24b118526564511ce155a3a9cbeded5e964010df https://github.com/NixOS/nixpkgs/commit/24b118526564511ce155a3a9cbeded5e964010df Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/applications/version-management/mercurial/default.nix Log Message: ---

[Nix-commits] [NixOS/nixpkgs] 105a90: xterm: 320 -> 325

2016-06-12 Thread zimbatm
a40cb20d9 https://github.com/NixOS/nixpkgs/commit/b39e38f096f3fbdd0c42f4945a9052aa40cb20d9 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/applications/misc/xterm/default.nix A pkgs/applications/misc/xterm/sixel-256.support.patch

[Nix-commits] [NixOS/nixpkgs] 3b24a4: nodePackages: regenerate, add svgo, pin parsoid

2016-06-12 Thread zimbatm
broken Commit: 4f27f28f895a76f5522f73ff9b49b255945df017 https://github.com/NixOS/nixpkgs/commit/4f27f28f895a76f5522f73ff9b49b255945df017 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M nixos/modules/services/misc/parsoid.nix M pkgs/

[Nix-commits] [NixOS/nixpkgs] 22da52: {lib}mediainfo{-gui}: 0.7.84 -> 0.7.86

2016-06-12 Thread zimbatm
466d83746025 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M pkgs/applications/misc/mediainfo-gui/default.nix M pkgs/applications/misc/mediainfo/default.nix M pkgs/development/libraries/libmediainfo/default.nix Log Message: -

[Nix-commits] [NixOS/nixpkgs] 0da4bb: bgnet: init at 3.0.21

2016-06-12 Thread zimbatm
053382 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: A pkgs/data/documentation/bgnet/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #16187 from Profpatsch/bgnet bgnet: init at 3.0.21 Co

[Nix-commits] [NixOS/nixpkgs] 110567: oath-toolkit: 2.4.1 -> 2.6.1

2016-06-12 Thread zimbatm
12 Jun 2016) Changed paths: M pkgs/tools/security/oath-toolkit/default.nix Log Message: --- oath-toolkit: 2.4.1 -> 2.6.1 Commit: 61032ce936a79df10c01762a20ac1ae077ffe29e https://github.com/NixOS/nixpkgs/commit/61032ce936a79df10c01762a20ac1ae077ffe29e Author: zimb

[Nix-commits] [NixOS/nixpkgs] a6734b: lasso: init at 2.5.1

2016-06-12 Thread zimbatm
ache-modules/mod_auth_mellon/fixdeps.patch M pkgs/top-level/all-packages.nix Log Message: --- mod_auth_mellon: init at 0.12.0 Commit: a95229a963ce35341347d00406c7b8102a42e59f https://github.com/NixOS/nixpkgs/commit/a95229a963ce35341347d00406c7b8102a42e59f Author: zimbatm <zimb

[Nix-commits] [NixOS/nixpkgs] 22fb22: mpd: disable libjack2 and libpulseaudio on darwin

2016-06-12 Thread zimbatm
0 Commit: 5d6c4314ce2ef8c1bf39b8ce18f6380f8e110efe https://github.com/NixOS/nixpkgs/commit/5d6c4314ce2ef8c1bf39b8ce18f6380f8e110efe Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: A pkgs/servers/mpd/darwin-enable-cxx-exceptions.patch M pkgs/servers/mpd/

[Nix-commits] [NixOS/nixpkgs] 7df03f: dropbox: 3.20.1 -> 4.4.29

2016-06-12 Thread zimbatm
n 2016) Changed paths: M pkgs/applications/networking/dropbox/default.nix Log Message: --- dropbox: 3.20.1 -> 4.4.29 Commit: 373b4deb4611b3230b9044f87572449bc5a8702d https://github.com/NixOS/nixpkgs/commit/373b4deb4611b3230b9044f87572449bc5a8702d Author: zimb

[Nix-commits] [NixOS/nixpkgs] c0316a: mlterm: init at 3.3.8

2016-06-12 Thread zimbatm
ub.com/NixOS/nixpkgs/commit/04a8f4499e83f0f3675819176a37e1a1968745d0 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: A pkgs/applications/misc/mlterm/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge

[Nix-commits] [NixOS/nixpkgs] e6e465: libgksu: use nativeBuildInputs and wrapGAppsHook

2016-06-12 Thread zimbatm
99b3efb7e2bb https://github.com/NixOS/nixpkgs/commit/f663822cc8a810c767203bd3bd4199b3efb7e2bb Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/applications/misc/gksu/default.nix M pkgs/development/libraries/libgksu/default.

[Nix-commits] [NixOS/nixpkgs] 4227aa: ffmpeg-sixel: init at nightly-2.3.x

2016-06-12 Thread zimbatm
commit/8a49ef16f19144544a76d8eee179afef88253cac Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: A pkgs/development/libraries/ffmpeg-sixel/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #16157 from vrthra/

[Nix-commits] [NixOS/nixpkgs] 527077: qutebrowser: 0.6.1 -> 0.6.2

2016-06-10 Thread zimbatm
Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M pkgs/applications/networking/browsers/qutebrowser/default.nix Log Message: --- Merge pull request #16114 from hiberno/update-qutebrowser qutebrowser: 0.6.1 -> 0.6.

Re: [Nix-dev] help with Travis builds

2016-06-10 Thread zimbatm
It doesn't look like your vms are using the nix sandbox so some things could get picked from the environment? On Thu, 9 Jun 2016, 22:36 Azul, wrote: > n00b here > > Trying to sort out PR: https://github.com/NixOS/nixpkgs/pull/15986 > > while "it works on my machine", travis

Re: [Nix-dev] Where to start when nixos-rebuild switch --upgrade goes wrong

2016-06-10 Thread zimbatm
I usually try to look at the recent changes to find out what might gotten wrong, both in the configuration.nix and nixpkgs. Unfortunately I don't know of a tool that could provide that diff between two generations so I usually stick to one change at a time. On Fri, 10 Jun 2016, 01:48 Evan Rowley,

[Nix-commits] [NixOS/nixpkgs] 0edbfa: mate-common: 1.14.1 -> 1.15.0

2016-06-13 Thread zimbatm
tops/mate/mate-themes/default.nix Log Message: --- mate-themes: 3.18.1 -> 3.18.2, 3.20.8 Commit: 95e9a95099670861d0a9d719966e2a429695d64e https://github.com/NixOS/nixpkgs/commit/95e9a95099670861d0a9d719966e2a429695d64e Author: zimbatm <zimb...@zimbatm.com> Date:

[Nix-commits] [NixOS/nixpkgs] eacc13: uif2iso: init at 0.1.7

2016-06-12 Thread zimbatm
E, MDS/MDF, CCD/IMG/SUB and NRG. Commit: 8a4f27bc32708300aa677b5c904176e47d3057b4 https://github.com/NixOS/nixpkgs/commit/8a4f27bc32708300aa677b5c904176e47d3057b4 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: A pkgs/tools/cd

[Nix-commits] [NixOS/nixpkgs] 3d7c8b: fish: fix completion from NIX_PROFILES

2016-06-12 Thread zimbatm
/NixOS/nixpkgs/commit/f1453608356e3b1b59f5a0512b224a1e5d657a62 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M pkgs/shells/fish/default.nix Log Message: --- Merge pull request #16162 from orbekk/fish-fix fish: fix com

[Nix-commits] [NixOS/nixpkgs] f9e2b4: virtualbox: 5.0.12 -> 5.0.14

2016-06-14 Thread zimbatm
herry picked from commit fde921578a8283578fa81cd66af7dbf34978a463) Commit: 7d4dcf04d461dae478c261f0731f6df7190ab0ea https://github.com/NixOS/nixpkgs/commit/7d4dcf04d461dae478c261f0731f6df7190ab0ea Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M pk

Re: [Nix-dev] When creating a bridge interface, the bridge doesn't appear

2016-06-15 Thread zimbatm
Can you paste the content of the service? Can you paste the list of units that nixos restarts after applying the config? According to https://github.com/NixOS/nixpkgs/blob/928035378d82de9641adc60e188c3b9313667729/nixos/modules/tasks/network-interfaces-scripted.nix#L184 it should be started to

Re: [Nix-dev] emscripten toolchain on nixos

2016-06-15 Thread zimbatm
That's really cool! Hosting the repl on nixos.org would probably help with adoption. On Mon, 13 Jun 2016 at 11:38 Joachim Schiele wrote: > hey, > > paul & me, authors of nixcloud.io/tour, lately were doing a project for > nl-net. one outcome was a nice 'hack' in order to get

Re: [Nix-dev] gitFetchPrivate on NixOS

2016-06-15 Thread zimbatm
Hi, Yes the difference is that the build user is nixbld[1-9]. Also the SSH agent doesn't allow other users to access to the socket. Sorry I don't know the solution. You could maybe build a bridge on the socket using `socat` to hide the caller's user. On Wed, 15 Jun 2016, 11:57 Ashely Gillman,

Re: [Nix-dev] On the sad state of remote-builds for the end-user

2016-06-15 Thread zimbatm
Hi, my build machine is currently down but I used to have something like this: HOWTO remote builds - client: your laptop - build machine: the server that has tons of CPU On the build machine, install your client’s ssh public in the /root/.ssh/authorized_keys. On the client add something

[Nix-commits] [NixOS/nixpkgs] 285aee: protobuf3_0: 3.0.0-beta-2 -> 3.0.0-beta-3.1

2016-06-15 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 285aee3c1212a9b47d20644f846d0be6e3f16163 https://github.com/NixOS/nixpkgs/commit/285aee3c1212a9b47d20644f846d0be6e3f16163 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-15 (Wed, 15 Ju

[Nix-commits] [NixOS/nixpkgs] a6593a: virtualbox: give full url for downloading the ext ...

2016-06-01 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a6593a16f7aa1de03ed0d4f36e8bfb68c0459df5 https://github.com/NixOS/nixpkgs/commit/a6593a16f7aa1de03ed0d4f36e8bfb68c0459df5 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-01 (Wed, 01 Ju

[Nix-commits] [NixOS/nixpkgs] 1485b3: php: add meta.platforms

2016-06-22 Thread zimbatm
n 2016) Changed paths: M pkgs/development/interpreters/php/default.nix Log Message: --- php: add meta.platforms Commit: 2e3fa1db3a210d9576c0d1ff77feb61360754b49 https://github.com/NixOS/nixpkgs/commit/2e3fa1db3a210d9576c0d1ff77feb61360754b49 Author: zimbatm

[Nix-commits] [NixOS/nixpkgs] 21f284: spotify: 1.0.28.89 -> 1.0.32.94

2016-06-22 Thread zimbatm
812d7cdbf Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M pkgs/applications/audio/spotify/default.nix Log Message: --- Merge pull request #16429 from christopher-l/spotify spotify: 1.0.28.89 -> 1.0.32.94 Compare: https:

[Nix-commits] [NixOS/nixpkgs] e86e40: gemconfig: typhoeus needs curl

2016-06-16 Thread zimbatm
Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M pkgs/development/ruby-modules/gem-config/default.nix Log Message: --- Merge pull request #16269 from manveru/gemconfig-typhoeus gemconfig: typhoeus needs curl Compare: https://gith

[Nix-commits] [NixOS/nixpkgs] 98b940: top-level: builtins.toPath no longer needed

2016-06-21 Thread zimbatm
n 2016) Changed paths: M pkgs/top-level/default.nix Log Message: --- top-level: builtins.toPath no longer needed Commit: afbba2bffa8ce4b627e6dfc7d3c76909bb959144 https://github.com/NixOS/nixpkgs/commit/afbba2bffa8ce4b627e6dfc7d3c76909bb959144 Author: zimbatm

[Nix-commits] [NixOS/nixpkgs] c22720: wolfssl: 3.9.0 -> 3.9.6, split package

2016-06-21 Thread zimbatm
c8a5aa67c Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-21 (Tue, 21 Jun 2016) Changed paths: M pkgs/development/libraries/wolfssl/default.nix Log Message: --- Merge pull request #16389 from mcmtroffaes/feature/wolfssl-3.9.6 wolfssl: 3.9.0 -> 3.9.6, split

[Nix-commits] [NixOS/nixpkgs] df4750: lib: Make escapeShellArg more robust

2016-06-21 Thread zimbatm
{testWith impl}")" '') escapers)} exit 1 '' The resulting output is the following: Test results: best: success better: success current: bash eval error I did the "better" implementation just to illustrate that the method of quoting only "harmful" characters

[Nix-commits] [NixOS/nixpkgs] da2534: gx: add missing meta

2016-06-19 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: da253439ed6399f8315ee30a7b8dd32d68c7d088 https://github.com/NixOS/nixpkgs/commit/da253439ed6399f8315ee30a7b8dd32d68c7d088 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-19 (Sun, 19 Ju

[Nix-commits] [NixOS/nixpkgs] c5e585: cmus: 2.7.0 -> 2.7.1

2016-06-19 Thread zimbatm
hanged paths: M pkgs/applications/audio/cmus/default.nix Log Message: --- cmus: 2.7.0 -> 2.7.1 Commit: 9fa688379181133b2c0f06e2ef7ed495f8d6cfe2 https://github.com/NixOS/nixpkgs/commit/9fa688379181133b2c0f06e2ef7ed495f8d6cfe2 Author: zimbatm <zimb...@zimbatm

[Nix-commits] [NixOS/nixpkgs] 6d5ed7: Make fileSystems example literal.

2016-06-19 Thread zimbatm
commit/7795f11335383cafbf3d4526c49cdae94fe4de15 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-19 (Sun, 19 Jun 2016) Changed paths: M nixos/modules/tasks/filesystems.nix Log Message: --- Merge pull request #16332 from solson/fix-fileSystems-example Make fileSys

[Nix-commits] [NixOS/nixpkgs] 3cca6c: android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle l...

2016-06-19 Thread zimbatm
requires `libstdc++.so.6` - Uses Android SDK with support libraries since standard templates use them. - Version bump Commit: 53f421c0c4b4916426c369bfb996422209e6ebf7 https://github.com/NixOS/nixpkgs/commit/53f421c0c4b4916426c369bfb996422209e6ebf7 Author: zimbatm <zimb...@zimbatm

[Nix-commits] [NixOS/nixpkgs] 28fa4a: Escape all shell arguments uniformly

2016-06-19 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 28fa4a2f03e2232d95dec9dc2b8ef40857d725db https://github.com/NixOS/nixpkgs/commit/28fa4a2f03e2232d95dec9dc2b8ef40857d725db Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Ju

[Nix-commits] [NixOS/nixpkgs] bd1e99: lxd: 2.0.0.rc4 -> 2.0.2

2016-06-19 Thread zimbatm
/nixpkgs/commit/44d99e90e99ca2a13c1ea031382d89e32eb6a2aa Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-19 (Sun, 19 Jun 2016) Changed paths: M nixos/modules/virtualisation/lxd.nix M pkgs/tools/admin/lxd/default.nix Log Message: --- Merge pull reques

[Nix-commits] [NixOS/nixpkgs] b5dad4: dash: add shellPath passthru

2016-06-19 Thread zimbatm
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b5dad466d5009c9c6f33538451cd3fbe4e612a3e https://github.com/NixOS/nixpkgs/commit/b5dad466d5009c9c6f33538451cd3fbe4e612a3e Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-12 (Sun, 12 Ju

[Nix-commits] [NixOS/nixpkgs] 22744f: new fvwm version 2.6.6, ftp is not available

2016-06-19 Thread zimbatm
Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-19 (Sun, 19 Jun 2016) Changed paths: M pkgs/applications/window-managers/fvwm/default.nix Log Message: --- Merge pull request #16333 from gratuxri/fvwm new fvwm version 2.6.6, ftp is not available Compare: https:

[Nix-commits] [NixOS/nixpkgs] cad9e8: bazaar: 2.6.0 -> 2.7.0

2016-06-19 Thread zimbatm
gs/commit/5da1db3dcfe596af1b6364c1737b21beebaf4ddc Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-19 (Sun, 19 Jun 2016) Changed paths: M pkgs/applications/version-management/bazaar/add_certificates.patch M pkgs/applications/version-management/bazaar/default.nix

[Nix-commits] [NixOS/nixpkgs] d53756: sequel-pro: init at 1.1.2

2016-06-22 Thread zimbatm
commit/ca44513f577a25c8fcf871566307cd776ec29e0b Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: A pkgs/applications/misc/sequelpro/default.nix M pkgs/top-level/all-packages.nix Log Message: --- Merge pull request #16365 from mpscholten/sequel-pro sequel-pro: i

[Nix-commits] [NixOS/nixpkgs] 65005f: matrix-synapse: 0.16.0 -> 0.16.1

2016-06-22 Thread zimbatm
22 Jun 2016) Changed paths: M pkgs/servers/matrix-synapse/default.nix Log Message: --- matrix-synapse: 0.16.0 -> 0.16.1 Commit: bb7bf5ec8fad324a28d2d4f0f72c594e8ac99f4c https://github.com/NixOS/nixpkgs/commit/bb7bf5ec8fad324a28d2d4f0f72c594e8ac99f4c Author: zimb

[Nix-commits] [NixOS/nixpkgs] ac680e: conkeror: 1.0pre-20160130 -> 1.0.3

2016-06-22 Thread zimbatm
b0619790c Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M pkgs/applications/networking/browsers/conkeror/default.nix Log Message: --- Merge pull request #16410 from womfoo/conkeror conkeror: 1.0pre-20160130 -> 1.0.

[Nix-commits] [NixOS/nixpkgs] 3b4a44: python-lti: pin mock dependency at 1.0.1

2016-06-22 Thread zimbatm
n 2016) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- python-lti: pin mock dependency at 1.0.1 Commit: 94396f2177e2b8f47bc944d43963a7d085202989 https://github.com/NixOS/nixpkgs/commit/94396f2177e2b8f47bc944d43963a7d085202989 Author: zimbatm

[Nix-commits] [NixOS/nixpkgs] 351352: Remove gccWith* arguments which are unused

2016-06-22 Thread zimbatm
commit/926ec0a08cf8ac0966e8555e269a4ac2ded63a6f Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M pkgs/top-level/all-packages.nix M pkgs/top-level/default.nix Log Message: --- Merge pull request #16415 from Ericson2314/gccWith Remove gccWith* arguments whic

[Nix-commits] [NixOS/nixpkgs] a1083a: doc: Update stripHash documentation

2016-06-23 Thread zimbatm
commit/7473e4f2b4754973fc6b4d7e439f2e04e7b65fe4 Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M doc/stdenv.xml Log Message: --- Merge pull request #16398 from tboettch/master doc: Update stripHash documentation Compare: https://github.com/NixOS/nix

[Nix-commits] [NixOS/nixpkgs] f125db: unbound: 1.5.8 -> 1.5.9

2016-06-22 Thread zimbatm
21 Jun 2016) Changed paths: M pkgs/tools/networking/unbound/default.nix Log Message: --- unbound: 1.5.8 -> 1.5.9 Commit: b0487cb40255749879b224f9df029d2317bdbd3c https://github.com/NixOS/nixpkgs/commit/b0487cb40255749879b224f9df029d2317bdbd3c Author: zimb

[Nix-commits] [NixOS/nixpkgs] ccbb3f: docker: Expose completions for fish

2016-06-23 Thread zimbatm
Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M pkgs/applications/virtualization/docker/default.nix Log Message: --- Merge pull request #16376 from ljli/fix-docker-fish-completions docker: Expose completions for fish Co

[Nix-commits] [NixOS/nixpkgs] 91bc34: zanshin: 0.2.1 -> 0.3.1

2016-06-23 Thread zimbatm
gs/commit/7af9f90a323ec1b91f37304a9b3d59e5058d69ad Author: zimbatm <zimb...@zimbatm.com> Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M pkgs/applications/office/zanshin/default.nix Log Message: --- Merge pull request #16375 from vandenoever/zanshin zanshin: 0.2.1 -> 0.3.1 Compare: https:

[Nix-commits] [NixOS/nixpkgs] ba0d3c: texstudio: 2.9.4 -> 2.11.0

2016-06-23 Thread zimbatm
hanged paths: M pkgs/applications/editors/texstudio/default.nix Log Message: --- texstudio: 2.9.4 -> 2.11.0 Commit: a0fe5dc90cafbb08d5a5d4969eebfe15ee2cc613 https://github.com/NixOS/nixpkgs/commit/a0fe5dc90cafbb08d5a5d4969eebfe15ee2cc613 Author: zimbatm <zimb...

[Nix-commits] [NixOS/nixpkgs] ea4738: gnome-keyring: remove unused configure flag

2016-06-23 Thread zimbatm
warns about an unknown option. [1]: https://git.gnome.org/browse/gnome-keyring/commit/?id=7afaae43f205c059163c3670169af302f1ba6de3 Commit: 71e7882eadc398ed7d6cd85bdc221ea3ef3d317b https://github.com/NixOS/nixpkgs/commit/71e7882eadc398ed7d6cd85bdc221ea3ef3d317b Author: zimbatm

  1   2   3   4   5   >