Re: [Nix-dev] Amsterdam Nix meetup

2016-06-29 Thread Bas van Dijk
Thanks for setting this up!

I just joined and wouldn't mind giving a talk about our network of NixOS
machines that we (LumiGuide) deployed[1] across Dutch bicycle parking
facilities (including deployments in Amsterdam).

Cheers,

Bas

[1]
https://bicycledutch.wordpress.com/2015/06/09/bicycle-parking-guidance-system-in-utrecht/

On 29 June 2016 at 11:42, Maarten Hoogendoorn  wrote:

> Hi felllow nixers,
>
> I've started a Amsterdam Nix meetup [1] and plan to speak a bit more at
> other meetups about nix. If you're interested in attending and/or speaking
> at this meetup!, please register (or send an email to me).
>
> [1] http://www.meetup.com/Amsterdam-Nix-Meetup/
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 156105: PR template: go back to old option name for now

2016-06-29 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 156105c489f52695492c407b0c0ae606883d27c0
  
https://github.com/NixOS/nixpkgs/commit/156105c489f52695492c407b0c0ae606883d27c0
  Author: Vladimír Čunát 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M .github/PULL_REQUEST_TEMPLATE.md

  Log Message:
  ---
  PR template: go back to old option name for now

The old one works on all nix(os) versions, whereas the new one doesn't
work e.g. on default 16.03 setting. Discussed on #15112.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 653be3: firefox: 47.0 -> 47.0.1

2016-06-29 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 653be3c802a93c7f7be747ee5e4e1f9d13ed8273
  
https://github.com/NixOS/nixpkgs/commit/653be3c802a93c7f7be747ee5e4e1f9d13ed8273
  Author: Eelco Dolstra 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: 47.0 -> 47.0.1


  Commit: 0c832dceb2b9b5e582c4abe801c0a648bc0c174f
  
https://github.com/NixOS/nixpkgs/commit/0c832dceb2b9b5e582c4abe801c0a648bc0c174f
  Author: Eelco Dolstra 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox-esr: 45.1.1 -> 45.2.0


  Commit: 0967b0d303dc6fc297c25ec4885b7dd944f3bea3
  
https://github.com/NixOS/nixpkgs/commit/0967b0d303dc6fc297c25ec4885b7dd944f3bea3
  Author: Eelco Dolstra 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox-esr: Fix build

http://hydra.nixos.org/build/36668046


Compare: https://github.com/NixOS/nixpkgs/compare/e2c19267586e...0967b0d303dc___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Building upstream nixops (to include in another project) fails

2016-06-29 Thread Maarten Hoogendoorn
2016-06-29 16:06 GMT+02:00 Maarten Hoogendoorn :

> Yes, I looked at the ./dev-shell.sh file on which attribute I should
> depend on.
>
> I want to have a nix-shell with both a custom version of nixops, and some
> other packages.
>
> My other approach does not work either, but with a more interesting error
> message:
>
> $ nix-shell --show-trace
> these derivations will be built:
>
> /nix/store/r1p3m87criwffxwn2is5a06qlrxyrbjj-nixops-tarball-1.4pre0_abcdef.drv
>   /nix/store/ap23fcb9jqg4h5fifsbawys7bvk1a5mz-nixops-1.4pre0_abcdef.drv
> building path(s)
> ‘/nix/store/1xb0f4jcivcg7fxpb4605hi55cm9j12l-nixops-tarball-1.4pre0_abcdef’
> unpacking sources
> unpacking source archive /nix/store/hixjn9gi008bqwlakmnwqpci2rc7x4jb-nixops
> *do not know how to unpack source archive
> /nix/store/hixjn9gi008bqwlakmnwqpci2rc7x4jb-nixops*
> build time elapsed:  0m0.032s 0m0.008s 0m0.000s 0m0.002s
> builder for
> ‘/nix/store/r1p3m87criwffxwn2is5a06qlrxyrbjj-nixops-tarball-1.4pre0_abcdef.drv’
> failed with exit code 1
> cannot build derivation
> ‘/nix/store/ap23fcb9jqg4h5fifsbawys7bvk1a5mz-nixops-1.4pre0_abcdef.drv’: 1
> dependencies couldn't be built
> error: build of
> ‘/nix/store/ap23fcb9jqg4h5fifsbawys7bvk1a5mz-nixops-1.4pre0_abcdef.drv’
> failed
> /run/current-system/sw/bin/nix-shell: failed to build all dependencies
>
>
> Expression:
>
> let
>   pkgs = import  {};
>   stdenv = pkgs.stdenv;
>   custom_nixops = (import ./nixops/release.nix {}).build.x86_64-linux;
>
>   env = stdenv.mkDerivation rec {
> name = "noez";
> src = ./.;
> buildInputs = with pkgs; [ ruby custom_nixops ];
>   };
> in
>   env
>
>
>
> 2016-06-29 14:20 GMT+02:00 Domen Kožar :
>
>> You have build nixops using release.nix, which populates the _version_
>> string
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Building upstream nixops (to include in another project) fails

2016-06-29 Thread Domen Kožar
You have build nixops using release.nix, which populates the _version_
string

On Wed, Jun 29, 2016 at 1:45 PM, Maarten Hoogendoorn 
wrote:

> Hi all,
>
> I'm trying to build a newer version of nixops than that is present in
> nixpkgs. In need this newer version, since I require this patch [1].
>
> Building nixops with the following expression:
>
> with (import ) {};
> with pkgs;
> callPackage (import
> ) rec {
>   version = "1.04pre0_0xz1nz3";
>   src = fetchFromGitHub {
> owner = "NixOs";
> repo = "nixops";
>
> # latest version in git
> #rev = "e6f012a95988e52cc6555c04242056d319478b24";
> #sha256 = "0xz1nz3a49vwhzkjb0b9c7c83iwfpkpvsnq5bpgm2w3qii75vhkj";
>
> # version with my patch
> rev = "94bf6d95134790e04a3f8fa6d51c75eda2c4ba19";
> sha256 = "1hkp634lkc0p22jrfxpq8lwlsrjgi2x9nxb6bab2fl01r4jrmp8l";
>   };
> }
>
> This fails in the installing python phase:
>
> *running install_scripts*
> creating build/bdist.linux-x86_64/wheel/nixops-_version_.data
> creating build/bdist.linux-x86_64/wheel/nixops-_version_.data/scripts
> copying build/scripts-2.7/nixops ->
> build/bdist.linux-x86_64/wheel/nixops-_version_.data/scripts
> changing mode of
> build/bdist.linux-x86_64/wheel/nixops-_version_.data/scripts/nixops to 755
> creating build/bdist.linux-x86_64/wheel/nixops-_version_.dist-info/WHEEL
> *installing*
> /tmp/nix-build-nixops-1.04pre0_0xz1nz3.drv-0/nixops-94bf6d95134790e04a3f8fa6d51c75eda2c4ba19-src/dist
> /tmp/nix-build-nixops-1.04pre0_0xz1nz3.drv-0/nixops-94bf6d95134790e04a3f8fa6d51c75eda2c4ba19-src
> Ignoring indexes: https://pypi.python.org/simple
> *nixops-_version_-py2-none-any.whl is not a valid wheel filename.*
> builder for
> ‘/nix/store/qxvwma9gk0myic2k6fcwczcmlyqchk7c-nixops-1.04pre0_0xz1nz3.drv’
> failed with exit code 1
> error: build of
> ‘/nix/store/qxvwma9gk0myic2k6fcwczcmlyqchk7c-nixops-1.04pre0_0xz1nz3.drv’
> failed
>
> I know nothing about python packaging, does someone have a clue on how to
> fix this?
>
> - maarten
>
> [1]
> https://github.com/NixOS/nixops/commit/94bf6d95134790e04a3f8fa6d51c75eda2c4ba19
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Building upstream nixops (to include in another project) fails

2016-06-29 Thread Maarten Hoogendoorn
Hi all,

I'm trying to build a newer version of nixops than that is present in
nixpkgs. In need this newer version, since I require this patch [1].

Building nixops with the following expression:

with (import ) {};
with pkgs;
callPackage (import
) rec {
  version = "1.04pre0_0xz1nz3";
  src = fetchFromGitHub {
owner = "NixOs";
repo = "nixops";

# latest version in git
#rev = "e6f012a95988e52cc6555c04242056d319478b24";
#sha256 = "0xz1nz3a49vwhzkjb0b9c7c83iwfpkpvsnq5bpgm2w3qii75vhkj";

# version with my patch
rev = "94bf6d95134790e04a3f8fa6d51c75eda2c4ba19";
sha256 = "1hkp634lkc0p22jrfxpq8lwlsrjgi2x9nxb6bab2fl01r4jrmp8l";
  };
}

This fails in the installing python phase:

*running install_scripts*
creating build/bdist.linux-x86_64/wheel/nixops-_version_.data
creating build/bdist.linux-x86_64/wheel/nixops-_version_.data/scripts
copying build/scripts-2.7/nixops ->
build/bdist.linux-x86_64/wheel/nixops-_version_.data/scripts
changing mode of
build/bdist.linux-x86_64/wheel/nixops-_version_.data/scripts/nixops to 755
creating build/bdist.linux-x86_64/wheel/nixops-_version_.dist-info/WHEEL
*installing*
/tmp/nix-build-nixops-1.04pre0_0xz1nz3.drv-0/nixops-94bf6d95134790e04a3f8fa6d51c75eda2c4ba19-src/dist
/tmp/nix-build-nixops-1.04pre0_0xz1nz3.drv-0/nixops-94bf6d95134790e04a3f8fa6d51c75eda2c4ba19-src
Ignoring indexes: https://pypi.python.org/simple
*nixops-_version_-py2-none-any.whl is not a valid wheel filename.*
builder for
‘/nix/store/qxvwma9gk0myic2k6fcwczcmlyqchk7c-nixops-1.04pre0_0xz1nz3.drv’
failed with exit code 1
error: build of
‘/nix/store/qxvwma9gk0myic2k6fcwczcmlyqchk7c-nixops-1.04pre0_0xz1nz3.drv’
failed

I know nothing about python packaging, does someone have a clue on how to
fix this?

- maarten

[1]
https://github.com/NixOS/nixops/commit/94bf6d95134790e04a3f8fa6d51c75eda2c4ba19
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] e2c192: hackage-packages.nix: update Haskell package set

2016-06-29 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e2c19267586eb973adcc9fc6516dbd28397d87ba
  
https://github.com/NixOS/nixpkgs/commit/e2c19267586eb973adcc9fc6516dbd28397d87ba
  Author: Peter Simons 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/development/haskell-modules/configuration-lts-0.0.nix
M pkgs/development/haskell-modules/configuration-lts-0.1.nix
M pkgs/development/haskell-modules/configuration-lts-0.2.nix
M pkgs/development/haskell-modules/configuration-lts-0.3.nix
M pkgs/development/haskell-modules/configuration-lts-0.4.nix
M pkgs/development/haskell-modules/configuration-lts-0.5.nix
M pkgs/development/haskell-modules/configuration-lts-0.6.nix
M pkgs/development/haskell-modules/configuration-lts-0.7.nix
M pkgs/development/haskell-modules/configuration-lts-1.0.nix
M pkgs/development/haskell-modules/configuration-lts-1.1.nix
M pkgs/development/haskell-modules/configuration-lts-1.10.nix
M pkgs/development/haskell-modules/configuration-lts-1.11.nix
M pkgs/development/haskell-modules/configuration-lts-1.12.nix
M pkgs/development/haskell-modules/configuration-lts-1.13.nix
M pkgs/development/haskell-modules/configuration-lts-1.14.nix
M pkgs/development/haskell-modules/configuration-lts-1.15.nix
M pkgs/development/haskell-modules/configuration-lts-1.2.nix
M pkgs/development/haskell-modules/configuration-lts-1.4.nix
M pkgs/development/haskell-modules/configuration-lts-1.5.nix
M pkgs/development/haskell-modules/configuration-lts-1.7.nix
M pkgs/development/haskell-modules/configuration-lts-1.8.nix
M pkgs/development/haskell-modules/configuration-lts-1.9.nix
M pkgs/development/haskell-modules/configuration-lts-2.0.nix
M pkgs/development/haskell-modules/configuration-lts-2.1.nix
M pkgs/development/haskell-modules/configuration-lts-2.10.nix
M pkgs/development/haskell-modules/configuration-lts-2.11.nix
M pkgs/development/haskell-modules/configuration-lts-2.12.nix
M pkgs/development/haskell-modules/configuration-lts-2.13.nix
M pkgs/development/haskell-modules/configuration-lts-2.14.nix
M pkgs/development/haskell-modules/configuration-lts-2.15.nix
M pkgs/development/haskell-modules/configuration-lts-2.16.nix
M pkgs/development/haskell-modules/configuration-lts-2.17.nix
M pkgs/development/haskell-modules/configuration-lts-2.18.nix
M pkgs/development/haskell-modules/configuration-lts-2.19.nix
M pkgs/development/haskell-modules/configuration-lts-2.2.nix
M pkgs/development/haskell-modules/configuration-lts-2.20.nix
M pkgs/development/haskell-modules/configuration-lts-2.21.nix
M pkgs/development/haskell-modules/configuration-lts-2.22.nix
M pkgs/development/haskell-modules/configuration-lts-2.3.nix
M pkgs/development/haskell-modules/configuration-lts-2.4.nix
M pkgs/development/haskell-modules/configuration-lts-2.5.nix
M pkgs/development/haskell-modules/configuration-lts-2.6.nix
M pkgs/development/haskell-modules/configuration-lts-2.7.nix
M pkgs/development/haskell-modules/configuration-lts-2.8.nix
M pkgs/development/haskell-modules/configuration-lts-2.9.nix
M pkgs/development/haskell-modules/configuration-lts-3.0.nix
M pkgs/development/haskell-modules/configuration-lts-3.1.nix
M pkgs/development/haskell-modules/configuration-lts-3.10.nix
M pkgs/development/haskell-modules/configuration-lts-3.11.nix
M pkgs/development/haskell-modules/configuration-lts-3.12.nix
M pkgs/development/haskell-modules/configuration-lts-3.13.nix
M pkgs/development/haskell-modules/configuration-lts-3.14.nix
M pkgs/development/haskell-modules/configuration-lts-3.15.nix
M pkgs/development/haskell-modules/configuration-lts-3.16.nix
M pkgs/development/haskell-modules/configuration-lts-3.17.nix
M pkgs/development/haskell-modules/configuration-lts-3.18.nix
M pkgs/development/haskell-modules/configuration-lts-3.19.nix
M pkgs/development/haskell-modules/configuration-lts-3.2.nix
M pkgs/development/haskell-modules/configuration-lts-3.20.nix
M pkgs/development/haskell-modules/configuration-lts-3.21.nix
M pkgs/development/haskell-modules/configuration-lts-3.22.nix
M pkgs/development/haskell-modules/configuration-lts-3.3.nix
M pkgs/development/haskell-modules/configuration-lts-3.4.nix
M pkgs/development/haskell-modules/configuration-lts-3.5.nix
M pkgs/development/haskell-modules/configuration-lts-3.6.nix
M pkgs/development/haskell-modules/configuration-lts-3.7.nix
M pkgs/development/haskell-modules/configuration-lts-3.8.nix
M pkgs/development/haskell-modules/configuration-lts-3.9.nix
M pkgs/development/haskell-modules/configuration-lts-4.0.nix
M pkgs/development/haskell-modules/configuration-lts-4.1.nix
M pkgs/development/haskell-modules/configuration-lts-4.2.nix
M pkgs/development/haskell-modules/configuration-lts-5.0

[Nix-dev] Amsterdam Nix meetup

2016-06-29 Thread Maarten Hoogendoorn
Hi felllow nixers,

I've started a Amsterdam Nix meetup [1] and plan to speak a bit more at
other meetups about nix. If you're interested in attending and/or speaking
at this meetup!, please register (or send an email to me).

[1] http://www.meetup.com/Amsterdam-Nix-Meetup/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 1da05d: fix eval

2016-06-29 Thread Domen Kožar
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1da05dfe43df4aeee4b7e505d54ffd2836463593
  
https://github.com/NixOS/nixpkgs/commit/1da05dfe43df4aeee4b7e505d54ffd2836463593
  Author: Domen Kožar 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/os-specific/linux/dpdk/default.nix

  Log Message:
  ---
  fix eval


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d515d7: dpdk: pktgen: odp-dpdk: upgrades (#16585)

2016-06-29 Thread Ruslan Babayev
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d515d72aba2cec1d11ebe19108d0425354819f4b
  
https://github.com/NixOS/nixpkgs/commit/d515d72aba2cec1d11ebe19108d0425354819f4b
  Author: Ruslan Babayev 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/os-specific/linux/dpdk/default.nix
M pkgs/os-specific/linux/odp-dpdk/default.nix
M pkgs/os-specific/linux/pktgen/default.nix

  Log Message:
  ---
  dpdk: pktgen: odp-dpdk: upgrades (#16585)

* dpdk: fix a typo

* dpdk: separate configure phase

* odp-dpdk: 1.8.0.0 -> 1.10.1.0

* pktgen: 3.0.00 -> 3.0.04

* pktgen: add withGtk build option


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 431b2b: dpdk: pktgen: odp-dpdk: upgrades (#16586)

2016-06-29 Thread Ruslan Babayev
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 431b2bbc83b9b932beacee4c4c133c7c97f47efe
  
https://github.com/NixOS/nixpkgs/commit/431b2bbc83b9b932beacee4c4c133c7c97f47efe
  Author: Ruslan Babayev 
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
M pkgs/os-specific/linux/dpdk/default.nix
A pkgs/os-specific/linux/odp-dpdk/default.nix
M pkgs/os-specific/linux/pktgen/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  dpdk: pktgen: odp-dpdk: upgrades (#16586)

* dpdk: sync with master

* dpdk: separate configure phase

* pktgen: 3.0.00 -> 3.0.04

* pktgen: add withGtk build option

* odp-dpdk: init at 1.10.1.0

Signed-off-by: Ruslan Babayev 


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Persistent NixOps keys

2016-06-29 Thread Domen Kožar
(IMO) a much simpler solution:
http://lists.science.uu.nl/pipermail/nix-dev/2016-June/020690.html

On Mon, Jun 20, 2016 at 9:10 PM, Игорь Пашев  wrote:

> 2016-06-20 14:51 GMT+03:00 4levels <4lev...@gmail.com>:
> > As I never change these keys (except by a nixops deploy or nixops
> send-keys
> > call), can I assume that the save-keys service doesn't need to run every
> > single minute in this scenario?
>
>
> You can remove /root/keys by accident. In our setups, I used to clean
> all user's homes including root's :-)
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev