[Nix-commits] [NixOS/nixpkgs] 0945a5: Add pythonPackages.google-compute-engine

2017-07-04 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0945a5b462c228595fbbc5df42ffca72bc1ebcdc
  
https://github.com/NixOS/nixpkgs/commit/0945a5b462c228595fbbc5df42ffca72bc1ebcdc
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-07-04 (Tue, 04 Jul 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Add pythonPackages.google-compute-engine


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


Re: [Nix-dev] stack2nix first public release (0.1.3.0)

2017-06-30 Thread Domen Kožar
I should have worded it clearly :)

On Fri, Jun 30, 2017 at 11:13 AM, Peter Simons  wrote:

> Hi Domen,
>
> I am sorry: I misread your posting. Somehow I thought you had written
> that callHackage would *re-generate* the Nix expression on each call,
> which it doesn't, but that's not what you wrote.
>
> Best regards,
> Peter
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] stack2nix first public release (0.1.3.0)

2017-06-30 Thread Domen Kožar
On Fri, Jun 30, 2017 at 10:49 AM, Peter Simons  wrote:

> Hi Domen,
>
>  > callHackage will generate Nix expression on each call, which does
>  > bring some overhead.
>
> I'm pretty sure that it won't do that. Unless the generated expressions
> are garbage collected, they won't be re-built.
>
>
That was my point, you generate new Nix files additionally.

Regardless, afaik it doesn't resolve the need for `cabal update`.

stack2nix uses hnix to modify the cabal2nix output a bit, to strip out test
dependencies,
so until this approach is taken, we can't use callHackage.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] stack2nix first public release (0.1.3.0)

2017-06-30 Thread Domen Kožar
It needs `cabal update` to fetch latest package index as it may need the
very new package index.

callHackage will generate Nix expression on each call, which does bring
some overhead. It's better
to generate expressions in a file that can be read with an editor.

On Wed, Jun 28, 2017 at 4:59 PM, ElvishJerricco 
wrote:

> Awesome! I've wondered about something like this for a long time!
>
> Why does it need `cabal update`? It seems like it should only need `git
> clone`, since it can use `haskellPackages.callHackage` for any Hackage
> dependencies.
>
> - Will Fancher
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 3107f3: buku: 2.9 -> 3.0

2017-06-29 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3107f33c9dfc9444bbe2d26ccda6a266ba31d666
  
https://github.com/NixOS/nixpkgs/commit/3107f33c9dfc9444bbe2d26ccda6a266ba31d666
  Author: Johannes Frankenau <johan...@frankenau.net>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M pkgs/applications/misc/buku/default.nix

  Log Message:
  ---
  buku: 2.9 -> 3.0


  Commit: 87cfea92f894e6c8fa57eedaa32d73234559473d
  
https://github.com/NixOS/nixpkgs/commit/87cfea92f894e6c8fa57eedaa32d73234559473d
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M pkgs/applications/misc/buku/default.nix

  Log Message:
  ---
  Merge pull request #26954 from jfrankenau/buku-3.0

buku: 2.9 -> 3.0


Compare: https://github.com/NixOS/nixpkgs/compare/6feedb44925b...87cfea92f894___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixops] d1edb5: #694: catch exceptions if the delete monitor api c...

2017-06-29 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: d1edb53c1ec1f86004ae9a8e901b7eff2dc741bc
  
https://github.com/NixOS/nixops/commit/d1edb53c1ec1f86004ae9a8e901b7eff2dc741bc
  Author: Amine Chikhaoui <amine.chikhaou...@gmail.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M nixops/resources/datadog-monitor.py

  Log Message:
  ---
  #694: catch exceptions if the delete monitor api call return api/client errors


  Commit: 1f0750763ebb9bd7371c3e18680696b793153db4
  
https://github.com/NixOS/nixops/commit/1f0750763ebb9bd7371c3e18680696b793153db4
  Author: Amine Chikhaoui <amine.chikhaou...@gmail.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M nixops/resources/datadog-screenboard.py
M nixops/resources/datadog-timeboard.py

  Log Message:
  ---
  apply the same error handling on the screendboard
and timeboard resources.


  Commit: b2ef2223f4c4cfa4ee5310fddad860f2bf15c2fa
  
https://github.com/NixOS/nixops/commit/b2ef2223f4c4cfa4ee5310fddad860f2bf15c2fa
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M nixops/resources/datadog-monitor.py
M nixops/resources/datadog-screenboard.py
M nixops/resources/datadog-timeboard.py

  Log Message:
  ---
  Merge pull request #695 from AmineChikhaoui/fix-694

catch exceptions while deleting datadog resources


Compare: https://github.com/NixOS/nixops/compare/6ed1332ab93f...b2ef2223f4c4___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] stack2nix first public release (0.1.3.0)

2017-06-28 Thread Domen Kožar
Hi all,

I have just pushed to nixpkgs master `stack2nix` package that was developed
at IOHK
with the purpose of automating package set curated by stack tool into Nix
expressions.

Quick start (using latest master branch) using pandoc:

  $(nix-build -A stack2nix)/bin/stack2nix --revision
242e2a064f6a32b22e1599bbfe72e64d7b6203b8 https://github.com/jgm/pandoc.git
> demo.nix
  nix-build -A pandoc demo.nix -I nixpkgs=`pwd`

How does stack2nix work? It uses cabal2nix under the hood based on package
list returned by `stack list-dependencies` output.

Note that calling stack2nix is impure, it will call "git clone",
"cabal2nix", "cabal update", etc., so
ideally when used with a CI, one needs to verify that the returned package
set is always up to date.

Note that since different Nix packages are generated than what is shipped
with nixpkgs, there is no binary cache.

Source code & issues: https://github.com/input-output-hk/stack2nix

The work was mostly done by Jake Mitchell.

Domen
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 5015de: stack2nix: depend on stack binary as well

2017-06-28 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5015dea12a59264174e5d30d2605f3dfc4efdc85
  
https://github.com/NixOS/nixpkgs/commit/5015dea12a59264174e5d30d2605f3dfc4efdc85
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  stack2nix: depend on stack binary as well


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


[Nix-commits] [NixOS/nixpkgs] 8de453: Add static binary for stack2nix

2017-06-28 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8de4530b4acfcda703cac98448120aa837043983
  
https://github.com/NixOS/nixpkgs/commit/8de4530b4acfcda703cac98448120aa837043983
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add static binary for stack2nix


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


[Nix-commits] [NixOS/nixpkgs] 412e55: hydra: restart daemons on config change

2017-06-27 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 412e55a193e68ebcc918f76fcdedb1fcb78443c8
  
https://github.com/NixOS/nixpkgs/commit/412e55a193e68ebcc918f76fcdedb1fcb78443c8
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  hydra: restart daemons on config change

https://github.com/NixOS/hydra/pull/491
(cherry picked from commit 4dadb12a63d96fe2345141e1d2c83bd44f084dcf)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] 4dadb1: hydra: restart daemons on config change

2017-06-27 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4dadb12a63d96fe2345141e1d2c83bd44f084dcf
  
https://github.com/NixOS/nixpkgs/commit/4dadb12a63d96fe2345141e1d2c83bd44f084dcf
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  hydra: restart daemons on config change

https://github.com/NixOS/hydra/pull/491


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


[Nix-commits] [NixOS/hydra] f220f4: hydra-module.nix: restart daemons on config change

2017-06-27 Thread Domen Kožar
  Branch: refs/heads/restart-daemons-on-config-change
  Home:   https://github.com/NixOS/hydra
  Commit: f220f45d29494a9da5609991ab2609ba4095f107
  
https://github.com/NixOS/hydra/commit/f220f45d29494a9da5609991ab2609ba4095f107
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M hydra-module.nix

  Log Message:
  ---
  hydra-module.nix: restart daemons on config change


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


[Nix-commits] [NixOS/nixpkgs] 05f94c: hydra: 2017-06-21 -> 2017-06-22

2017-06-22 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05f94c8c13dbe4084faea98c62b99d40c7f97acf
  
https://github.com/NixOS/nixpkgs/commit/05f94c8c13dbe4084faea98c62b99d40c7f97acf
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-06-21 -> 2017-06-22


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


[Nix-commits] [NixOS/nixpkgs] 496c1f: haskellPackages: make configuration-{nix, common}.n...

2017-06-22 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 496c1f3f7d9900cff85ba56b37f0ed1c10c44189
  
https://github.com/NixOS/nixpkgs/commit/496c1f3f7d9900cff85ba56b37f0ed1c10c44189
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix

  Log Message:
  ---
  haskellPackages: make configuration-{nix,common}.nix configurable

The motivation is to be able to get rid of common configuration
when initial packages differs since common configuration assumes
a very specific version set.

cc @jmitchell @peti

(cherry picked from commit bb9e23837a3c4334133efa9976cd822b2bf333e3)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] bb9e23: haskellPackages: make configuration-{nix, common}.n...

2017-06-22 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb9e23837a3c4334133efa9976cd822b2bf333e3
  
https://github.com/NixOS/nixpkgs/commit/bb9e23837a3c4334133efa9976cd822b2bf333e3
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix

  Log Message:
  ---
  haskellPackages: make configuration-{nix,common}.nix configurable

The motivation is to be able to get rid of common configuration
when initial packages differs since common configuration assumes
a very specific version set.

cc @jmitchell @peti


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


[Nix-commits] [NixOS/nixpkgs] 2b31e7: hydra-evaluator: depend on jq

2017-06-21 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2b31e72a9cdb8e59cded5a12e5789456a3f8dfb8
  
https://github.com/NixOS/nixpkgs/commit/2b31e72a9cdb8e59cded5a12e5789456a3f8dfb8
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  hydra-evaluator: depend on jq

(cherry picked from commit 7bd918b3641ce30f4766dffadd779bc7f4614195)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] 7bd918: hydra-evaluator: depend on jq

2017-06-21 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7bd918b3641ce30f4766dffadd779bc7f4614195
  
https://github.com/NixOS/nixpkgs/commit/7bd918b3641ce30f4766dffadd779bc7f4614195
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  hydra-evaluator: depend on jq


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


[Nix-commits] [NixOS/nixpkgs] 14732f: hydra: 2017-04-26 -> 2017-06-21

2017-06-21 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14732f856aa91e3a4871a1d558388e24e3ebeef7
  
https://github.com/NixOS/nixpkgs/commit/14732f856aa91e3a4871a1d558388e24e3ebeef7
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-04-26 -> 2017-06-21

(cherry picked from commit be4a4ef70126d5f69816ebcfd075b1c08fc004df)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] be4a4e: hydra: 2017-04-26 -> 2017-06-21

2017-06-21 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be4a4ef70126d5f69816ebcfd075b1c08fc004df
  
https://github.com/NixOS/nixpkgs/commit/be4a4ef70126d5f69816ebcfd075b1c08fc004df
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-04-26 -> 2017-06-21


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


[Nix-commits] [NixOS/nixpkgs] f237ee: moreutils: address comment on 14a320ace869a5f1eba3...

2017-06-21 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f237eeb6a895656b0829aac850bce34c62237ed9
  
https://github.com/NixOS/nixpkgs/commit/f237eeb6a895656b0829aac850bce34c62237ed9
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M pkgs/tools/misc/moreutils/default.nix

  Log Message:
  ---
  moreutils: address comment on 14a320ace869a5f1eba3b2e26441e8b62802267e


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


[Nix-commits] [NixOS/nixpkgs] 14a320: moreutils: fix build on darwin

2017-06-20 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14a320ace869a5f1eba3b2e26441e8b62802267e
  
https://github.com/NixOS/nixpkgs/commit/14a320ace869a5f1eba3b2e26441e8b62802267e
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pkgs/tools/misc/moreutils/default.nix

  Log Message:
  ---
  moreutils: fix build on darwin


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


[Nix-commits] [NixOS/nixpkgs] 53c5b9: vulnix: fix eval

2017-06-20 Thread Domen Kožar
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 53c5b9163eb3ed54ce633ae09b9a63f235f0493f
  
https://github.com/NixOS/nixpkgs/commit/53c5b9163eb3ed54ce633ae09b9a63f235f0493f
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pkgs/tools/security/vulnix/requirements.nix

  Log Message:
  ---
  vulnix: fix eval


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


[Nix-commits] [NixOS/nixpkgs] 8ae8e5: Revert "fix eval"

2017-06-20 Thread Domen Kožar
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ae8e51dc3652e01926ae99fd93f8f273797ed73
  
https://github.com/NixOS/nixpkgs/commit/8ae8e51dc3652e01926ae99fd93f8f273797ed73
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pkgs/tools/admin/cli53/default.nix

  Log Message:
  ---
  Revert "fix eval"

This reverts commit 650f64c7790c3fecbc855eb4caf62d63d35e312e.


  Commit: 843b3faa18488375b31036cd3aed940b44a48e70
  
https://github.com/NixOS/nixpkgs/commit/843b3faa18488375b31036cd3aed940b44a48e70
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pkgs/tools/admin/cli53/default.nix

  Log Message:
  ---
  Revert "cli53: 0.4.4 -> 0.8.8"

This reverts commit c25b145815c1a7411621e33e69147c9545833509.


Compare: https://github.com/NixOS/nixpkgs/compare/650f64c7790c...843b3faa1848___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 650f64: fix eval

2017-06-20 Thread Domen Kožar
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 650f64c7790c3fecbc855eb4caf62d63d35e312e
  
https://github.com/NixOS/nixpkgs/commit/650f64c7790c3fecbc855eb4caf62d63d35e312e
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pkgs/tools/admin/cli53/default.nix

  Log Message:
  ---
  fix eval


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


[Nix-commits] [NixOS/nixpkgs] 56be4b: cabal-install: fix closure size on OSX

2017-06-19 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 56be4bee34ad4913f5697f6c920090ab5651c668
  
https://github.com/NixOS/nixpkgs/commit/56be4bee34ad4913f5697f6c920090ab5651c668
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  cabal-install: fix closure size on OSX


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


[Nix-commits] [NixOS/nixpkgs] 5413bf: Speed up parsing @args.rsp compiler arguments

2017-06-19 Thread Domen Kožar
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5413bfa8e37d8fe7b3f5a80786d7ac6712e87089
  
https://github.com/NixOS/nixpkgs/commit/5413bfa8e37d8fe7b3f5a80786d7ac6712e87089
  Author: Orivej Desh <ori...@gmx.fr>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
M pkgs/build-support/cc-wrapper/utils.sh

  Log Message:
  ---
  Speed up parsing @args.rsp compiler arguments

Improves upon #25205

https://gist.github.com/pbogdan/9d6986bf931b58a70d75e14eb40ee8a1 parsing time is
reduced from one minute to one second


  Commit: 55616ad9388dd1f2a7c591d7d4a0400f49c30e78
  
https://github.com/NixOS/nixpkgs/commit/55616ad9388dd1f2a7c591d7d4a0400f49c30e78
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
M pkgs/build-support/cc-wrapper/utils.sh

  Log Message:
  ---
  Merge pull request #26554 from orivej/rsp

Speed up parsing @args.rsp compiler arguments


Compare: https://github.com/NixOS/nixpkgs/compare/66fdb94f5011...55616ad9388d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] df7d0b: chromium: apply patch to fix chromecast

2017-06-17 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: df7d0bcf720b26f5331dad369d803dba0d6366b7
  
https://github.com/NixOS/nixpkgs/commit/df7d0bcf720b26f5331dad369d803dba0d6366b7
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-17 (Sat, 17 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
A 
pkgs/applications/networking/browsers/chromium/patches/fix_network_api_crash.patch

  Log Message:
  ---
  chromium: apply patch to fix chromecast

(cherry picked from commit af4056f22ba52762c669551d90a3ec4d650bb233)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] af4056: chromium: apply patch to fix chromecast

2017-06-17 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: af4056f22ba52762c669551d90a3ec4d650bb233
  
https://github.com/NixOS/nixpkgs/commit/af4056f22ba52762c669551d90a3ec4d650bb233
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-17 (Sat, 17 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
A 
pkgs/applications/networking/browsers/chromium/patches/fix_network_api_crash.patch

  Log Message:
  ---
  chromium: apply patch to fix chromecast


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


[Nix-commits] [NixOS/patchelf] 0ea836: added compillation steps on README

2017-06-15 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/patchelf
  Commit: 0ea836f3482b812a49a70b42a9a3fa820cf0a1a4
  
https://github.com/NixOS/patchelf/commit/0ea836f3482b812a49a70b42a9a3fa820cf0a1a4
  Author: Bernardo Ramos <berna.gen...@gmail.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M README

  Log Message:
  ---
  added compillation steps on README

It is lacking info on how to run the tests


  Commit: 29c085fd9d3fc972f75b3961905d6b4ecce7eb2b
  
https://github.com/NixOS/patchelf/commit/29c085fd9d3fc972f75b3961905d6b4ecce7eb2b
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M README

  Log Message:
  ---
  Merge pull request #125 from kroggen/patch-1

added compillation steps on README


Compare: https://github.com/NixOS/patchelf/compare/2a9cefd7d637...29c085fd9d3f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 72f530: Fix #26441 second try: avoid infinite recursion

2017-06-15 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 72f530ba3310b8304b148b74ece9e6e75309666b
  
https://github.com/NixOS/nixpkgs/commit/72f530ba3310b8304b148b74ece9e6e75309666b
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-stack-builder.nix

  Log Message:
  ---
  Fix #26441 second try: avoid infinite recursion


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


[Nix-commits] [NixOS/nixpkgs] 7c455b: Revert "Fix #26441: avoid infinite recursion"

2017-06-15 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7c455b5b7e31fd53a27d029435cb4a04dc64cb97
  
https://github.com/NixOS/nixpkgs/commit/7c455b5b7e31fd53a27d029435cb4a04dc64cb97
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-stack-builder.nix

  Log Message:
  ---
  Revert "Fix #26441: avoid infinite recursion"

This reverts commit 9cad7076d1bc5475a857fd2c6e9a56d9ed254252.

See 
https://github.com/NixOS/nixpkgs/commit/9cad7076d1bc5475a857fd2c6e9a56d9ed254252#commitcomment-22548331


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


[Nix-commits] [NixOS/nixpkgs] 24d313: justStaticExecutables: enable -dead_strip on mac t...

2017-06-14 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24d313e2039b6d89f8a1ba4c5be12b134479fe67
  
https://github.com/NixOS/nixpkgs/commit/24d313e2039b6d89f8a1ba4c5be12b134479fe67
  Author: michael bishop <cleverc...@gmail.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/lib.nix

  Log Message:
  ---
  justStaticExecutables: enable -dead_strip on mac to shrink closure


  Commit: 8198cc10f06267c29b70baffe00aed8fb6e602d5
  
https://github.com/NixOS/nixpkgs/commit/8198cc10f06267c29b70baffe00aed8fb6e602d5
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/lib.nix

  Log Message:
  ---
  Merge pull request #26550 from cleverca22/purescript

purescript: fix closure size on OSX


Compare: https://github.com/NixOS/nixpkgs/compare/4f909c4f3a4f...8198cc10f062___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9cad70: Fix #26441: avoid infinite recursion

2017-06-14 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cad7076d1bc5475a857fd2c6e9a56d9ed254252
  
https://github.com/NixOS/nixpkgs/commit/9cad7076d1bc5475a857fd2c6e9a56d9ed254252
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-stack-builder.nix

  Log Message:
  ---
  Fix #26441: avoid infinite recursion


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


[Nix-commits] [NixOS/nixops] 13341e: ec2: also include human-readable deployment name i...

2017-06-12 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 13341e70115a38463a485813e62178b163afdc27
  
https://github.com/NixOS/nixops/commit/13341e70115a38463a485813e62178b163afdc27
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M nixops/resources/ec2_common.py

  Log Message:
  ---
  ec2: also include human-readable deployment name into tags


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


[Nix-commits] [NixOS/nixops] ef2553: nix/ec2-security-group.nix: fix eval

2017-06-05 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: ef2553bda3c21757ad1cc7aabfb38be8b908d6c6
  
https://github.com/NixOS/nixops/commit/ef2553bda3c21757ad1cc7aabfb38be8b908d6c6
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

  Changed paths:
M nix/ec2-security-group.nix

  Log Message:
  ---
  nix/ec2-security-group.nix: fix eval


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


Re: [Nix-dev] Hydra and security updates

2017-06-02 Thread Domen Kožar
> I see two ways of doing this: either having hydra somehow handle with
> special care security updates (hard to do)

https://github.com/NixOS/nixpkgs/pull/10851

> , or having master and stable branches *always* build.

For that we'd need to have infrastructure that builds PRs and reports
status on github.

I think that's the right solution, but it does involve work and Hydra
improvements :)

On Thu, Jun 1, 2017 at 11:53 PM,  wrote:

> On Thu, Jun 1, 2017, at 23:32, Leo Gaspard wrote:
> > Hi all,
> >
> > [ ... ]
>
> I think this is relevant to your interests:
> https://github.com/NixOS/nixpkgs/pull/10851
>
> On a side note, I don't know why anybody would actually run
> nixos-unstable; it gets stuck for long periods of time quite often ... I
> think sticking to the latest release channel or using the -small variant
> is better, depending on whether you want/need the latest bugs.
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixops] 2ca5a3: Security Groups: document how to allow all traffic

2017-06-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 2ca5a390cb71f8593a3909994e036c18896c6ace
  
https://github.com/NixOS/nixops/commit/2ca5a390cb71f8593a3909994e036c18896c6ace
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M nix/ec2-security-group.nix

  Log Message:
  ---
  Security Groups: document how to allow all traffic


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


[Nix-commits] [NixOS/nixpkgs] 9cf5b9: haskell-modules: refactor package set

2017-05-31 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cf5b90374395d61357b89327a92eebcf0f8476c
  
https://github.com/NixOS/nixpkgs/commit/9cf5b90374395d61357b89327a92eebcf0f8476c
  Author: Jacob Mitchell <jacob.mitch...@iohk.io>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix

  Log Message:
  ---
  haskell-modules: refactor package set

This change is effectively a no-op to nixpkgs. However, it gives users
the flexibility to create and maintain their own package sets per
project, while benefiting from nix's Haskell configurations.

I would make immediate use of this change in stack2nix, a project that
generates nix expressions for all the dependencies of a given Haskell
project. @domenkozar is familiar with the motivations and helped
refine this change

(cherry picked from commit ed6ecacf6430e4331b2b56a4324c2e6d349bd30b)
Reason: enable faster builds for current users of the stack2nix
project.


  Commit: 21a8239452adae3a4717772f4e490575586b2755
  
https://github.com/NixOS/nixpkgs/commit/21a8239452adae3a4717772f4e490575586b2755
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix

  Log Message:
  ---
  Merge pull request #26267 from jmitchell/fix/haskell-modules-refactoring

haskell-modules: refactor package set


Compare: https://github.com/NixOS/nixpkgs/compare/083b2c89d469...21a8239452ad___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] concatAttrs :: [attrSet] -> attrSet ?

2017-05-29 Thread Domen Kožar
mkMerge can be used only with NixOS modules.

I do remember some recursive merge function, but can't find it now.

On Mon, May 29, 2017 at 2:29 PM, Volth <vo...@volth.com> wrote:

> there is also lib.mkMerge to handle nested attrs
>
> On 5/29/17, Domen Kožar <do...@dev.si> wrote:
> > Note that this will fail if you'll nest the attributes, one will override
> > the other.
> >
> > nix-repl> :p concatAttrs [ {x={a =3;};} {x={ b= 4;};} ]
> > { x = { b = 4; }; }
> >
> >
> > On Sun, May 28, 2017 at 5:23 PM, Sergiu Ivanov <siva...@colimite.fr>
> wrote:
> >
> >> Hey Leo,
> >>
> >> Thus quoth  Leo Gaspard  at 13:05 on Sun, May 28 2017:
> >> > On 05/28/2017 02:58 PM, Sergiu Ivanov wrote:
> >> >> My use case is quite specific. I do this, approximately:
> >> >>
> >> >>   let func name = { "${name}" = something name; };
> >> >>   in concatAttrs (map func [ "name1" "name2" ])
> >> >
> >> > If this is your use case, you could also be interested in `genAttrs`
> >> > defined in `lib/attrsets.nix` ;)
> >>
> >> Excellent!  Worked like a charm, thanks a lot!  (After I realised I had
> >> to use it like pkgs.lib.genAttrs in my context :-) )
> >>
> >> --
> >> Sergiu
> >>
> >> ___
> >> nix-dev mailing list
> >> nix-dev@lists.science.uu.nl
> >> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
> >>
> >>
> >
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] concatAttrs :: [attrSet] -> attrSet ?

2017-05-29 Thread Domen Kožar
Note that this will fail if you'll nest the attributes, one will override
the other.

nix-repl> :p concatAttrs [ {x={a =3;};} {x={ b= 4;};} ]
{ x = { b = 4; }; }


On Sun, May 28, 2017 at 5:23 PM, Sergiu Ivanov  wrote:

> Hey Leo,
>
> Thus quoth  Leo Gaspard  at 13:05 on Sun, May 28 2017:
> > On 05/28/2017 02:58 PM, Sergiu Ivanov wrote:
> >> My use case is quite specific. I do this, approximately:
> >>
> >>   let func name = { "${name}" = something name; };
> >>   in concatAttrs (map func [ "name1" "name2" ])
> >
> > If this is your use case, you could also be interested in `genAttrs`
> > defined in `lib/attrsets.nix` ;)
>
> Excellent!  Worked like a charm, thanks a lot!  (After I realised I had
> to use it like pkgs.lib.genAttrs in my context :-) )
>
> --
> Sergiu
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 5e75c7: nixopsUnstable: 2017-05-15 -> 2017-05-22

2017-05-22 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e75c7355919c11640865d1cad15befd6e03f9e8
  
https://github.com/NixOS/nixpkgs/commit/5e75c7355919c11640865d1cad15befd6e03f9e8
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/tools/package-management/nixops/unstable.nix

  Log Message:
  ---
  nixopsUnstable: 2017-05-15 -> 2017-05-22


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


[Nix-commits] [NixOS/nixpkgs] fe62c9: nixopsUnstable: 2017-05-15 -> 2017-05-22

2017-05-22 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fe62c993b5dfecb871a54eb6654b09bcd5595fe5
  
https://github.com/NixOS/nixpkgs/commit/fe62c993b5dfecb871a54eb6654b09bcd5595fe5
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/tools/package-management/nixops/unstable.nix

  Log Message:
  ---
  nixopsUnstable: 2017-05-15 -> 2017-05-22


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


[Nix-commits] [NixOS/nixpkgs] 395496: nixopsUnstable: correct tarball

2017-05-18 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 395496a62af4b674df2b41bd80e5f81ac1f1d826
  
https://github.com/NixOS/nixpkgs/commit/395496a62af4b674df2b41bd80e5f81ac1f1d826
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pkgs/tools/package-management/nixops/unstable.nix

  Log Message:
  ---
  nixopsUnstable: correct tarball

(cherry picked from commit 3e47e6251930294711d625a8123b7f395dd16b58)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] 3e47e6: nixopsUnstable: correct tarball

2017-05-18 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e47e6251930294711d625a8123b7f395dd16b58
  
https://github.com/NixOS/nixpkgs/commit/3e47e6251930294711d625a8123b7f395dd16b58
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pkgs/tools/package-management/nixops/unstable.nix

  Log Message:
  ---
  nixopsUnstable: correct tarball


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


[Nix-commits] [NixOS/nixpkgs] e5804b: nixopsUnstable: 1.5 -> 2017-05-15

2017-05-18 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e5804b847190cbbad4c661873c93e6d89b9382f9
  
https://github.com/NixOS/nixpkgs/commit/e5804b847190cbbad4c661873c93e6d89b9382f9
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pkgs/tools/package-management/nixops/generic.nix
M pkgs/tools/package-management/nixops/unstable.nix

  Log Message:
  ---
  nixopsUnstable: 1.5 -> 2017-05-15

(cherry picked from commit 8ae6797c0e8a1b9c1ad741b13ce2e988578a195f)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] 8ae679: nixopsUnstable: 1.5 -> 2017-05-15

2017-05-18 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ae6797c0e8a1b9c1ad741b13ce2e988578a195f
  
https://github.com/NixOS/nixpkgs/commit/8ae6797c0e8a1b9c1ad741b13ce2e988578a195f
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pkgs/tools/package-management/nixops/generic.nix
M pkgs/tools/package-management/nixops/unstable.nix

  Log Message:
  ---
  nixopsUnstable: 1.5 -> 2017-05-15


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


Re: [Nix-dev] github triggered builds

2017-05-10 Thread Domen Kožar
There is also https://github.com/mayflower/nixbot

On Wed, May 10, 2017 at 11:27 AM, Maarten Hoogendoorn 
wrote:

> I'm interested in this area as well.
>
> Graham wrote some tooling to enable hydra to build PR's (
> https://github.com/grahamc/hydra-prs/). Combined with a github bot this
> is getting close to what you're aiming for. (The bot is necessary given
> that we don't want to run any PR without a manual code review on this
> public project).
>
>
> 2017-05-09 22:44 GMT+02:00 Harmen :
>
>> On Tue, May 09, 2017 at 01:08:08PM +0200, Maarten Hoogendoorn wrote:
>> > Unfortunately this does not really help with sharing derivations that
>> have
>> > been built before.
>>
>> Thanks for all the replies. Seems like I didn't miss anything obvious.
>>
>> My current plan is to try gitlab with my own runner, which has a 'shell
>> executor' option.
>> https://docs.gitlab.com/runner/executors/shell.html
>> That looks like to be exactly what I need for nix based builds.
>>
>>
>> Is this use-case of nix so uncommon (push-triggered builds)? Do most
>> people go for Hydra?
>>
>> Thanks!
>> Harmen
>>
>> >
>> > 2017-05-09 10:02 GMT+02:00 zimbatm :
>> >
>> > > Travis CI also has support for nix builds and might be easier to
>> setup.
>> > >
>> > > On Mon, 8 May 2017, 18:17 Tomasz Czyż,  wrote:
>> > >
>> > >> https://nixos.org/hydra/
>> > >>
>> > >> and
>> > >>
>> > >> https://github.com/hercules-ci/hercules ( looks like still in heavy
>> > >> development but maybe usable :))
>> > >>
>> > >> 2017-05-08 18:14 GMT+01:00 Harmen :
>> > >>
>> > >>> Hi,
>> > >>>
>> > >>> I'm trying to see how I can make my build processes easier with
>> nix. So
>> > >>> far
>> > >>> it's going pretty good and it's fun, although there was a lot of
>> > >>> searching
>> > >>> online for scattered documents.
>> > >>>
>> > >>> Want I want to do (as the first thing to change to nix in
>> production) is
>> > >>> to
>> > >>> port the building of some docker images I use for testing. The idea
>> is to
>> > >>> have docker images build, tagged with their branch they come from,
>> when
>> > >>> someone
>> > >>> pushes something. The building and pushing an sich work. The .nix
>> files
>> > >>> live in
>> > >>> the repo, and with a `make docker` the image is build and uploaded.
>> I'm
>> > >>> very
>> > >>> happy to be able to build docker images without actually having to
>> use
>> > >>> docker
>> > >>> ;)
>> > >>>
>> > >>> So, what would be the recommended way to trigger the building
>> process?
>> > >>> I'm
>> > >>> currently using drone.io, but that works with containers. It works
>> with
>> > >>> nix,
>> > >>> when I give it the nixos/nix docker image, but building a node
>> project
>> > >>> takes
>> > >>> about 5 minutes, and drags in way too much from cache.nixos.org. I
>> > >>> tried to
>> > >>> have it make a local nix binary-cache, but there are some problems
>> > >>> there, but
>> > >>> drone also just doesn't fit the problem nicely.  Nix solves the
>> problem
>> > >>> of
>> > >>> versioning so much nicer than containers that I would prefer to use
>> > >>> something
>> > >>> simpler. Hydra could work, but I'm a bit intimidated by that, and
>> would
>> > >>> like to
>> > >>> have something simpler for now.
>> > >>>
>> > >>> The LT;DR: question: is there a simple nix based build system which
>> can
>> > >>> be
>> > >>> triggered via git{hub,lab} hooks?
>> > >>>
>> > >>>
>> > >>> Thanks!
>> > >>> Harmen
>> > >>> (If there is a better place to ask this, let me know)
>> > >>> ___
>> > >>> nix-dev mailing list
>> > >>> nix-dev@lists.science.uu.nl
>> > >>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> > >>>
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Tomasz Czyż
>> > >> ___
>> > >> nix-dev mailing list
>> > >> nix-dev@lists.science.uu.nl
>> > >> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> > >>
>> > >
>> > > ___
>> > > nix-dev mailing list
>> > > nix-dev@lists.science.uu.nl
>> > > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> > >
>> > >
>>
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nix] 82a9c9: doc: builtins.attrNames returns alphabetically sor...

2017-05-10 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 82a9c93c7f090d5a4eebe84894669aa13d31ed61
  
https://github.com/NixOS/nix/commit/82a9c93c7f090d5a4eebe84894669aa13d31ed61
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M doc/manual/expressions/builtins.xml

  Log Message:
  ---
  doc: builtins.attrNames returns alphabetically sorted list


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


[Nix-commits] [NixOS/nixpkgs] a5df61: ghcjs: mark as fixed

2017-05-09 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a5df611d9134d6816e110603d55cea384c2f272a
  
https://github.com/NixOS/nixpkgs/commit/a5df611d9134d6816e110603d55cea384c2f272a
  Author: David Johnson <djohnso...@gmail.com>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M pkgs/development/compilers/ghcjs/base.nix
M pkgs/development/compilers/ghcjs/default.nix

  Log Message:
  ---
  ghcjs: mark as fixed


  Commit: b9c0cf98a67db03e110c3861b50a5c8d91559588
  
https://github.com/NixOS/nixpkgs/commit/b9c0cf98a67db03e110c3861b50a5c8d91559588
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
M pkgs/development/compilers/ghcjs/base.nix
M pkgs/development/compilers/ghcjs/default.nix

  Log Message:
  ---
  Merge pull request #25624 from dmjio/ghcjs-fix

Mark ghcjs as fixed


Compare: https://github.com/NixOS/nixpkgs/compare/6e738df1763d...b9c0cf98a67d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixops] cacab0: fix #659: remove _module attribute from documentat...

2017-05-08 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: cacab09fe89159ce2b2cc2b348e2a334dc6f46f7
  
https://github.com/NixOS/nixops/commit/cacab09fe89159ce2b2cc2b348e2a334dc6f46f7
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M doc/manual/default.nix
M doc/manual/resource.nix

  Log Message:
  ---
  fix #659: remove _module attribute from documentated options

Thanks for the tip @cleverca22


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


[Nix-commits] [NixOS/nixops] 530bc5: Add reference documentation for Elastic IPs and EC...

2017-05-08 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 530bc5aba199ecb8f7396f49b75b459040ada315
  
https://github.com/NixOS/nixops/commit/530bc5aba199ecb8f7396f49b75b459040ada315
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M doc/manual/manual.xml
M release.nix

  Log Message:
  ---
  Add reference documentation for Elastic IPs and EC2 Security Groups


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


Re: [Nix-dev] Need any mirror in Asia?

2017-05-04 Thread Domen Kožar
This is not Gentoo. Our infrastructure is hosted by Amazon S3 and globally
distributed over cloudflare CDN.

On Thu, May 4, 2017 at 2:41 PM, Karibu  wrote:

> Hi guys,
>
> Any idea about the RSYNC url I should use to do a mirror?
>
> Thanks
>
> On Tue, 2017-05-02 at 21:09 +0700, Karibu wrote:
> > Hehe no problem.
> >
> > Any mirror admin or dev to let me know the RSYNC url.
> > Thanks
> >
> > Kari
> >
> > On Tue, 2017-05-02 at 00:47 +0800, Wei Tang wrote:
> > >
> > > Hi Karibu,
> > >
> > > I live in Hong Kong, and I would definitely appreciate a mirror in
> > > Asia.
> > >
> > > -- Wei
> > >
> > > Karibu writes:
> > >
> > > >
> > > >
> > > > Hi guys,
> > > > I am the admin of the Vietnamese mirror (and blog) freedif.org
> > > > (mirror.freedif.org)
> > > >
> > > > I have some spare bandwidth and space and would like to support
> > > > your
> > > > project.
> > > >
> > > > Do you need a mirror in Vietnam (no problem to support
> > > > neighbourhood
> > > > countries)
> > > >
> > > > Thanks
> > > >
> > > > Kari
> > > > ___
> > > > nix-dev mailing list
> > > > nix-dev@lists.science.uu.nl
> > > > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
> > ___
> > nix-dev mailing list
> > nix-dev@lists.science.uu.nl
> > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a983b6: nixos datadog module: add processConfig option

2017-05-04 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a983b6220d6b8b296ebea3f6206affb1aa42541f
  
https://github.com/NixOS/nixpkgs/commit/a983b6220d6b8b296ebea3f6206affb1aa42541f
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent/dd-agent.nix

  Log Message:
  ---
  nixos datadog module: add processConfig option

(cherry picked from commit 0bc033117f190bafc139995b0c57f618bb5ddf27)
Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] 14f5a3: nixos datadog module: add processConfig option

2017-05-04 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14f5a3d7602136b26e911b1c607a005a40a1e808
  
https://github.com/NixOS/nixpkgs/commit/14f5a3d7602136b26e911b1c607a005a40a1e808
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent/dd-agent.nix

  Log Message:
  ---
  nixos datadog module: add processConfig option


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


[Nix-commits] [NixOS/nixpkgs] 1124c0: hackage2nix: remove postgrest/postgrest-ws from br...

2017-05-03 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1124c0ff6bc9aa4bc2631aa0fe89b256b2958b71
  
https://github.com/NixOS/nixpkgs/commit/1124c0ff6bc9aa4bc2631aa0fe89b256b2958b71
  Author: Pierre Radermecker <pier...@pi3r.be>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  hackage2nix: remove postgrest/postgrest-ws from broken packages


  Commit: c5badb123a2dd6e2b38dcd2ddbe73e13dc6b554f
  
https://github.com/NixOS/nixpkgs/commit/c5badb123a2dd6e2b38dcd2ddbe73e13dc6b554f
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  Merge pull request #25482 from PierreR/master

hackage2nix: remove postgrest/postgrest-ws from broken packages


Compare: https://github.com/NixOS/nixpkgs/compare/20d846bcdd42...c5badb123a2d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 56fc82: hlint: add as statically linked haskell binary

2017-05-03 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 56fc82e4060c4dee22605544ce95d382eb702396
  
https://github.com/NixOS/nixpkgs/commit/56fc82e4060c4dee22605544ce95d382eb702396
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  hlint: add as statically linked haskell binary


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


[Nix-commits] [NixOS/nixpkgs] eacb23: hlint: add as statically linked haskell binary

2017-05-03 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eacb230a564f95862701ecbf917261250372ef56
  
https://github.com/NixOS/nixpkgs/commit/eacb230a564f95862701ecbf917261250372ef56
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  hlint: add as statically linked haskell binary


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


[Nix-commits] [NixOS/nixpkgs] bd9246: treewide: Always use integers for meta.priority

2017-05-02 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd9246b00904af79c00d9d64e780fb7dd589c624
  
https://github.com/NixOS/nixpkgs/commit/bd9246b00904af79c00d9d64e780fb7dd589c624
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M lib/meta.nix
M pkgs/applications/science/biology/ncbi-tools/default.nix

  Log Message:
  ---
  treewide: Always use integers for meta.priority

Meta attributes types are now enforce as of commit
90b9719f4fc95e54400a66bffcc8044c568cfa4b,
so ensure meta.priority is always set to an integer.

This fixes evaluation of `linuxPackages_latest.virtualbox`
(the impetus for this commit)
and other packages that use lowPrio or hiPrio.


  Commit: d3acf9891cd22cab0d3821494d002890b617a04e
  
https://github.com/NixOS/nixpkgs/commit/d3acf9891cd22cab0d3821494d002890b617a04e
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  stdenv: More useful error message on bad meta attrs

This helps in debugging meta attribute type errors,
which are now enforced as of commit
90b9719f4fc95e54400a66bffcc8044c568cfa4b.


  Commit: e057e5927e2de5c256def7e7462499c5f9d87b17
  
https://github.com/NixOS/nixpkgs/commit/e057e5927e2de5c256def7e7462499c5f9d87b17
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M lib/meta.nix
M pkgs/applications/science/biology/ncbi-tools/default.nix
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  Merge pull request #25427 from aneeshusa/fix-meta-priority-types

Fix meta priority types


Compare: https://github.com/NixOS/nixpkgs/compare/767aad2aaa4e...e057e5927e2d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 767aad: hydra: 2017-03-21 -> 2017-04-26

2017-05-02 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 767aad2aaa4e2730b74cca9dbe513aa933f7667b
  
https://github.com/NixOS/nixpkgs/commit/767aad2aaa4e2730b74cca9dbe513aa933f7667b
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-03-21 -> 2017-04-26


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


[Nix-commits] [NixOS/nixpkgs] 47c8ee: hydra: 2017-03-21 -> 2017-04-26

2017-05-02 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  
https://github.com/NixOS/nixpkgs/commit/47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-03-21 -> 2017-04-26


  Commit: bcbf3b5f416d720d97a3a868642fc010b354d571
  
https://github.com/NixOS/nixpkgs/commit/bcbf3b5f416d720d97a3a868642fc010b354d571
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  Merge pull request #25387 from NixOS/hydra-2017-04-26

hydra: 2017-03-21 -> 2017-04-26


Compare: https://github.com/NixOS/nixpkgs/compare/4aab5c57987a...bcbf3b5f416d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] YouCompleteMe (ycmd) server cannot be started: Library not loaded: @loader_path/libclang.dylib

2017-05-02 Thread Domen Kožar
https://github.com/NixOS/nixpkgs/pull/25352

On Tue, May 2, 2017 at 9:19 AM, Domen Kožar <do...@dev.si> wrote:

> Usually, that's because of https://github.com/NixOS/nixpkgs/issues/21624,
> but I don't know the specifics.
>
> On Mon, May 1, 2017 at 9:00 PM, Ben Zhang <benzhang...@gmail.com> wrote:
>
>> Hi all,
>>
>> A while ago, my YouCompleteMe vim plugin stopped working. The client log
>> file says that it cannot connect to the server, and the server log file
>> shows the following:
>>
>> 2017-05-01 14:48:42,343 - ERROR - dlopen(/nix/store/qih75i2liq4n
>> 59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so, 2):
>> Library not loaded: @loader_path/libclang.dylib
>>   Referenced from: /nix/store/qih75i2liq4n59y5d02
>> 5z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>>   Reason: image not found
>> Traceback (most recent call last):
>>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-
>> 27/lib/ycmd/ycmd/server_utils.py", line 95, in CompatibleWithCurrentCore
>> ycm_core = ImportCore()
>>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-
>> 27/lib/ycmd/ycmd/server_utils.py", line 87, in ImportCore
>> import ycm_core as ycm_core
>> ImportError: dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-
>> 2017-03-27/lib/ycmd/ycmd/../ycm_core.so, 2): Library not loaded:
>> @loader_path/libclang.dylib
>>   Referenced from: /nix/store/qih75i2liq4n59y5d02
>> 5z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>>   Reason: image not found
>>
>>
>> Has anyone experienced a similar problem before?
>>
>> Thanks,
>>
>> Ben
>>
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] YouCompleteMe (ycmd) server cannot be started: Library not loaded: @loader_path/libclang.dylib

2017-05-02 Thread Domen Kožar
Usually, that's because of https://github.com/NixOS/nixpkgs/issues/21624,
but I don't know the specifics.

On Mon, May 1, 2017 at 9:00 PM, Ben Zhang  wrote:

> Hi all,
>
> A while ago, my YouCompleteMe vim plugin stopped working. The client log
> file says that it cannot connect to the server, and the server log file
> shows the following:
>
> 2017-05-01 14:48:42,343 - ERROR - dlopen(/nix/store/
> qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so,
> 2): Library not loaded: @loader_path/libclang.dylib
>   Referenced from: /nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>   Reason: image not found
> Traceback (most recent call last):
>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py", line 95, in
> CompatibleWithCurrentCore
> ycm_core = ImportCore()
>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py", line 87, in ImportCore
> import ycm_core as ycm_core
> ImportError: dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so, 2): Library not loaded:
> @loader_path/libclang.dylib
>   Referenced from: /nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>   Reason: image not found
>
>
> Has anyone experienced a similar problem before?
>
> Thanks,
>
> Ben
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 47c8ee: hydra: 2017-03-21 -> 2017-04-26

2017-05-01 Thread Domen Kožar
  Branch: refs/heads/hydra-2017-04-26
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  
https://github.com/NixOS/nixpkgs/commit/47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-03-21 -> 2017-04-26


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


[Nix-commits] [NixOS/nixpkgs] 0bc033: nixos datadog module: add processConfig option

2017-04-30 Thread Domen Kožar
  Branch: refs/heads/nixos-datadog-process-config
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0bc033117f190bafc139995b0c57f618bb5ddf27
  
https://github.com/NixOS/nixpkgs/commit/0bc033117f190bafc139995b0c57f618bb5ddf27
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix

  Log Message:
  ---
  nixos datadog module: add processConfig option


  Commit: 5830e71f2d8606f68eb10e81b4017e28fdf2c22c
  
https://github.com/NixOS/nixpkgs/commit/5830e71f2d8606f68eb10e81b4017e28fdf2c22c
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  nixos: datadog: correctly pass conf.d to the daemon

Before NixOS 17.03, we were using dd-agent 5.5.X which
used configuration from /etc/dd-agent/conf.d

In NixOS 17.03 the default conf.d location is first used relative,
meaning that $out/agent/conf.d was used without NixOS overrides.

This patch first copies $out/agent/cond.d and then applies all nixos
config changes and stores them in a single derivation.


Compare: https://github.com/NixOS/nixpkgs/compare/106f26286712...5830e71f2d86___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c84adb: nixos datadog module: add processConfig option

2017-04-28 Thread Domen Kožar
  Branch: refs/heads/nixos-datadog-process-config
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c84adb7ce3f9827c325fb342485027cda0ef418f
  
https://github.com/NixOS/nixpkgs/commit/c84adb7ce3f9827c325fb342485027cda0ef418f
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix

  Log Message:
  ---
  nixos datadog module: add processConfig option


  Commit: 106f26286712209eb4de3758277e726855461601
  
https://github.com/NixOS/nixpkgs/commit/106f26286712209eb4de3758277e726855461601
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  nixos: datadog: correctly pass conf.d to the daemon

Before NixOS 17.03, we were using dd-agent 5.5.X which
used configuration from /etc/dd-agent/conf.d

In NixOS 17.03 the default conf.d location is first used relative,
meaning that $out/agent/conf.d was used without NixOS overrides.

This patch first copies $out/agent/cond.d and then applies all nixos
config changes and stores them in a single derivation.


Compare: https://github.com/NixOS/nixpkgs/compare/bdabc6f73021...106f26286712___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c5d4f0: nixos datadog module: add processConfig option

2017-04-28 Thread Domen Kožar
  Branch: refs/heads/nixos-datadog-process-config
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c5d4f0db9f788199553f9c0fced4e6b25600ad74
  
https://github.com/NixOS/nixpkgs/commit/c5d4f0db9f788199553f9c0fced4e6b25600ad74
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix

  Log Message:
  ---
  nixos datadog module: add processConfig option


  Commit: bdabc6f730218559f4605e5872b80dc0cd918704
  
https://github.com/NixOS/nixpkgs/commit/bdabc6f730218559f4605e5872b80dc0cd918704
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  nixos: datadog: correctly pass conf.d to the daemon

Before NixOS 17.03, we were using dd-agent 5.5.X which
used configuration from /etc/dd-agent/conf.d

In NixOS 17.03 the default conf.d location is first used relative,
meaning that $out/agent/conf.d was used without NixOS overrides.

This patch first copies $out/agent/cond.d and then applies all nixos
config changes and stores them in a single derivation.


Compare: https://github.com/NixOS/nixpkgs/compare/c5d4f0db9f78^...bdabc6f73021___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 084a20: nixos: hydra: sync with upstream hydra module

2017-04-28 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 084a20ecc8bc381c1888acbec2d5ae2b54205bd9
  
https://github.com/NixOS/nixpkgs/commit/084a20ecc8bc381c1888acbec2d5ae2b54205bd9
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  nixos: hydra: sync with upstream hydra module


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


[Nix-commits] [NixOS/nixpkgs] 330e80: nixos: hydra: sync with upstream hydra module

2017-04-28 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 330e8004967a19c5040dedb63636d79463deffed
  
https://github.com/NixOS/nixpkgs/commit/330e8004967a19c5040dedb63636d79463deffed
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  nixos: hydra: sync with upstream hydra module


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


[Nix-commits] [NixOS/nixpkgs] 30ea4f: nix-bundle: init at 0.1.1

2017-04-26 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 30ea4f08075f655fa6baaff717d5ece05d3db6ed
  
https://github.com/NixOS/nixpkgs/commit/30ea4f08075f655fa6baaff717d5ece05d3db6ed
  Author: Matthew Bauer <mjbaue...@gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
A pkgs/tools/package-management/nix-bundle/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nix-bundle: init at 0.1.1

Adds the nix-bundle derivation from https://github.com/matthewbauer/nix-bundle


  Commit: 6108ee50b9f822203be895f0ff93744acad4f347
  
https://github.com/NixOS/nixpkgs/commit/6108ee50b9f822203be895f0ff93744acad4f347
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
A pkgs/tools/package-management/nix-bundle/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25236 from matthewbauer/nix-bundle

nix-bundle: init at 0.1.1


Compare: https://github.com/NixOS/nixpkgs/compare/d7b21c531940...6108ee50b9f8___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Simplify node packages?

2017-04-25 Thread Domen Kožar
We (IOHK) are going to use yarn2nix in the future as well.

Maybe we could have a call where things stand and how to proceed?

On Tue, Apr 25, 2017 at 12:11 PM, Maarten Hoogendoorn 
wrote:

> I've been working with zimbatim and manveru on a yarn2nix as well, see
> https://github.com/moretea/yarn2nix
>
> I'm not actively using it myself though. I would be interested in planning
> a few hours to hack on this together ;)
>
> 2017-04-25 10:37 GMT+02:00 Profpatsch :
>
>> On 17-04-25 08:20am, Benno Fünfstück wrote:
>> > If we get upstream to support enough for our use case, the solution
>> should
>> > be much more stable.
>>
>> Upstream support might be helpful,
>> but that’s a wholly different beast.
>>
>> > Hmm, so perhaps in we can unpack the tarballs already in `phase 1` and
>> tell
>> > yarn to just look in $DIR for unpacked tarballs? Yarn should already
>> have
>> > most of the code that is required for correct symlinking, no?
>>
>> The code for correct symlinking is <4 lines,
>> maybe a few more for manpages and binaries.
>>
>> I’d argue integrating it into yarn is even more frickle:
>> 1. With yarn there’s now two implementations of npm packages.
>> 2. We have to invest into lobbying so our integration
>>isn’t broken by upstream sometimes. Then lobby again.
>> 3. You’d definitely have to change yarn to have
>>an offline mode where it doesn’t try to download stuff.
>>I’m pretty sure upstream doesn’t care about that very much.
>>
>> These are the problem points I see.
>>
>> --
>> Proudly written in Mutt with Vim on NixOS.
>> Q: Why is this email five sentences or less?
>> A: http://five.sentenc.es
>> May take up to five days to read your message. If it’s urgent, call me.
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixops] 07f7a2: README: add hacking and fix installation link

2017-04-25 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 07f7a224ef91b8befb60a59f32bacd8a4db33d14
  
https://github.com/NixOS/nixops/commit/07f7a224ef91b8befb60a59f32bacd8a4db33d14
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  README: add hacking and fix installation link


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


[Nix-commits] [NixOS/nixpkgs] 77016a: add papertrail at 0.10.1

2017-04-24 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 77016a07a41147bfeaf400a1dbf9fffe12945924
  
https://github.com/NixOS/nixpkgs/commit/77016a07a41147bfeaf400a1dbf9fffe12945924
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
A pkgs/tools/text/papertrail/Gemfile
A pkgs/tools/text/papertrail/Gemfile.lock
A pkgs/tools/text/papertrail/default.nix
A pkgs/tools/text/papertrail/gemset.nix
A pkgs/tools/text/papertrail/shell.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  add papertrail at 0.10.1

Thank you @grahamc <3


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


[Nix-commits] [NixOS/nixpkgs] 9f11d1: add papertrail at 0.10.1

2017-04-24 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f11d17ed28397e3c53c15d97537510f7f08ed39
  
https://github.com/NixOS/nixpkgs/commit/9f11d17ed28397e3c53c15d97537510f7f08ed39
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
A pkgs/tools/text/papertrail/Gemfile
A pkgs/tools/text/papertrail/Gemfile.lock
A pkgs/tools/text/papertrail/default.nix
A pkgs/tools/text/papertrail/gemset.nix
A pkgs/tools/text/papertrail/shell.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  add papertrail at 0.10.1

Thank you @grahamc <3


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


[Nix-commits] [NixOS/nixpkgs] bcd586: HaLVM: Shebang fix for Hydra

2017-04-22 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bcd5865adf7e2096fdee3e3f365c5daf124827e5
  
https://github.com/NixOS/nixpkgs/commit/bcd5865adf7e2096fdee3e3f365c5daf124827e5
  Author: David Johnson <djohnso...@gmail.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
M pkgs/development/compilers/halvm/2.4.0.nix

  Log Message:
  ---
  HaLVM: Shebang fix for Hydra

On my local nixos machine, `useSandbox = true;` wasn't enabled. This exposed 
the fact that various scripts weren't shebang-patched. @cleverca22 has provided 
the fix.

cc @peti @domenkozar @Ericson2314


  Commit: e30b5c198ad375a33741957f462b0891dec829f6
  
https://github.com/NixOS/nixpkgs/commit/e30b5c198ad375a33741957f462b0891dec829f6
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
M pkgs/development/compilers/halvm/2.4.0.nix

  Log Message:
  ---
  Merge pull request #25118 from dmjio/patch-1

HaLVM: Shebang fix for Hydra


Compare: https://github.com/NixOS/nixpkgs/compare/5f9096a0332a...e30b5c198ad3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 635822: nixos: escape brackets in systemd units

2017-04-12 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 635822da82377d67a02588a58a5fc1e9c5abfc2c
  
https://github.com/NixOS/nixpkgs/commit/635822da82377d67a02588a58a5fc1e9c5abfc2c
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M nixos/modules/system/boot/systemd-lib.nix

  Log Message:
  ---
  nixos: escape brackets in systemd units

One day we should just whitelist instead of blacklist chars.

Fixes https://github.com/NixOS/nixops/issues/614


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


[Nix-commits] [NixOS/nixpkgs] 7ad99e: nixos: escape brackets in systemd units

2017-04-12 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ad99e9fc8c1977f4d51ba8531386fce7276d300
  
https://github.com/NixOS/nixpkgs/commit/7ad99e9fc8c1977f4d51ba8531386fce7276d300
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M nixos/modules/system/boot/systemd-lib.nix

  Log Message:
  ---
  nixos: escape brackets in systemd units

One day we should just whitelist instead of blacklist chars.

Fixes https://github.com/NixOS/nixops/issues/614

(cherry picked from commit 635822da82377d67a02588a58a5fc1e9c5abfc2c)
Signed-off-by: Domen Kožar <do...@dev.si>


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


Re: [Nix-dev] Announcing Hail — A service for pull-based continuous deployment from Hydra

2017-04-12 Thread Domen Kožar
Looks good! :)

I've built something very similar in Nix using aszlig existing work for
Hydra custom channels:
https://github.com/snabblab/snabblab-nixos/blob/customchannel/modules/common.nix#L79-L91

On Wed, Apr 12, 2017 at 10:15 AM, zimbatm  wrote:

> Hi Shea,
>
> It's cool that you're reusing the activation script interface for
> non-nixos targets.
>
> What are the advantages for having hail run the cron task instead of using
> the system cron? Is it to make it more cross-OS compatible?
>
> Cheers,
> z
>
> On Tue, 11 Apr 2017, 19:16 Shea Levy,  wrote:
>
>> Hi all,
>>
>> Takt has open-sourced a tool we're using to deploy our services from
>> hydra. Check out the blog post at
>> https://code.takt.com/announcing-hail-4da7208df56d !
>>
>> Thanks,
>> Shea
>> ___
>> 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 mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/hydra] 81fee4: fix #425: parsable config by hydra-queue-runner

2017-04-10 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 81fee456c24020b46950435df336ff8edb6b69f7
  
https://github.com/NixOS/hydra/commit/81fee456c24020b46950435df336ff8edb6b69f7
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M hydra-module.nix

  Log Message:
  ---
  fix #425: parsable config by hydra-queue-runner


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


[Nix-commits] [NixOS/nixops] c64208: doc: move serial console part to the end of the se...

2017-04-06 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: c64208de407d9e563251f04dcfb6409f3f186d16
  
https://github.com/NixOS/nixops/commit/c64208de407d9e563251f04dcfb6409f3f186d16
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M doc/manual/overview.xml

  Log Message:
  ---
  doc: move serial console part to the end of the section


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


[Nix-commits] [NixOS/nixpkgs] 841740: fvwm: add edanaher as maintainer

2017-04-06 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 841740bd3d5625ae3ba87574be16ba4c9e26316d
  
https://github.com/NixOS/nixpkgs/commit/841740bd3d5625ae3ba87574be16ba4c9e26316d
  Author: Evan Danaher <git...@edanaher.net>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/applications/window-managers/fvwm/default.nix

  Log Message:
  ---
  fvwm: add edanaher as maintainer


  Commit: 7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde
  
https://github.com/NixOS/nixpkgs/commit/7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/applications/window-managers/fvwm/default.nix

  Log Message:
  ---
  Merge pull request #24678 from edanaher/add-fvwm-maintainer

fvwm: add edanaher as maintainer


Compare: https://github.com/NixOS/nixpkgs/compare/5861ba39a3fc...7cef3e45b220___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/patchelf] 38b438: Fix typos

2017-04-04 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/patchelf
  Commit: 38b438c40a117b6454de71ef034b262ae58b1f4c
  
https://github.com/NixOS/patchelf/commit/38b438c40a117b6454de71ef034b262ae58b1f4c
  Author: Jakub Wilk <jw...@jwilk.net>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M README
M patchelf.1
M patchelf.spec.in

  Log Message:
  ---
  Fix typos


  Commit: ccc9cf17ad24c8cc9a6dfb4e2ed89ea01f22f97f
  
https://github.com/NixOS/patchelf/commit/ccc9cf17ad24c8cc9a6dfb4e2ed89ea01f22f97f
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M README
M patchelf.1
M patchelf.spec.in

  Log Message:
  ---
  Merge pull request #119 from jwilk/spelling

Fix typos


Compare: https://github.com/NixOS/patchelf/compare/382246efb122...ccc9cf17ad24___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c77a54: pharo-vm: Disable "pic" hardening

2017-04-04 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c77a54d79fde2e79cb832f310ccfdd40bb8a36f0
  
https://github.com/NixOS/nixpkgs/commit/c77a54d79fde2e79cb832f310ccfdd40bb8a36f0
  Author: Luke Gorrie <l...@snabb.co>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M pkgs/development/pharo/vm/build-vm.nix

  Log Message:
  ---
  pharo-vm: Disable "pic" hardening

Compiling the Pharo VM with "pic" hardening causes segmentation faults
on startup of pharo-launcher.

Resolves NixOS/nixpkgs#24541.


  Commit: f3dbaa7b573b5a5acafbc847a32771e78248c7e7
  
https://github.com/NixOS/nixpkgs/commit/f3dbaa7b573b5a5acafbc847a32771e78248c7e7
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M pkgs/development/pharo/vm/build-vm.nix

  Log Message:
  ---
  Merge pull request #24595 from lukego/pharo-no-pic

pharo-vm: Disable "pic" hardening


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


[Nix-commits] [NixOS/nixpkgs] 4736c1: pharo-launcher: Add test case & myself as maintain...

2017-04-04 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4736c19c657012b6f6ecd5567fa21c57e2977c92
  
https://github.com/NixOS/nixpkgs/commit/4736c19c657012b6f6ecd5567fa21c57e2977c92
  Author: Luke Gorrie <l...@snabb.co>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M pkgs/development/pharo/launcher/default.nix

  Log Message:
  ---
  pharo-launcher: Add test case & myself as maintainer


  Commit: 94d1145ece5075bfe7b23782e20ef68a23d9872e
  
https://github.com/NixOS/nixpkgs/commit/94d1145ece5075bfe7b23782e20ef68a23d9872e
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M pkgs/development/pharo/launcher/default.nix

  Log Message:
  ---
  Merge pull request #24597 from lukego/pharo-launcher-test

pharo-launcher: Add test case & myself as maintainer


Compare: https://github.com/NixOS/nixpkgs/compare/81e1d7eb55e6...94d1145ece50___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Nix init system

2017-04-03 Thread Domen Kožar
http://www.shirky.com/writings/herecomeseverybody/group_enemy.html

On Mon, Apr 3, 2017, 11:14 Luescher Claude  wrote:

> Hello,
>
> After watching some videos about nix I gave it a try but as soon as I
> noticed systemd I deleted the VM image right away. Either remove it or
> just close the development of this whole OS.  Oh but why?
>
> There are 100 people who have chosen to use systemd. Yet they override
> everyone else because they are in the right position.
>
>
> Fuck systemd from the bottom of my heart.
> Fuck it.
> Fuck it.
>
> FUCK SYSTEMD.
>
> I do not want to learn systemd.
> I do not want to deal with systemd.
> I hate the way it does things.
> I hate the way their community works.
>
> I hate that it does so much.
> I hate that it changes the system.
> I hate what it is: system Daemon.
>
> I want an init that does few things.
> An init that doesn't crash (not systemd!)
> An init that doesn't care that I have encrypted hdd, and _never_ did
> care.
> An init that's small and doesn't contain
> security errors (the larger the code the more there are,
> and nope C is not run directly on the iron, so whatever
> you think you're coding, guess again because you don't
> have as much control as you think once the real code
> is running on the machine)
>
> SystemD isn't it.
> I hate the attitude of it's fuck faced devs and fans.
> It's either them or us.
> They make that clear.
>
> Fuck them, Fuck their system. Fuck SystemD
> Fuck SystemD.
>
> We are "obsolete" and must obey their way.
> Our beliefs are superceded, says them.
> Fuck Systemd.
>
> Viva unix (please!).
> Fuck Systemd.
>
> ___
> 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] ee0f3e: acme: Use `chown -R` for challenges directory. Fix...

2017-04-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ee0f3e7ad9aa61f02283eb1c18f670703eea20ca
  
https://github.com/NixOS/nixpkgs/commit/ee0f3e7ad9aa61f02283eb1c18f670703eea20ca
  Author: Niklas Hambüchen <m...@nh2.me>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  acme: Use `chown -R` for challenges directory. Fixes #24529.

Commit 75f131da02c00027b9a8240fb74d117cb0f9d9cf added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.


  Commit: 0cc0f2d4657a2b724628b62910a1ada745dc7cfb
  
https://github.com/NixOS/nixpkgs/commit/0cc0f2d4657a2b724628b62910a1ada745dc7cfb
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  Merge pull request #24532 from nh2/fix-24529-acme-dir-permissions-master

acme: Use `chown -R` for challenges directory. Fixes #24529.


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


[Nix-commits] [NixOS/nixpkgs] 9cebf2: acme: Use `chown -R` for challenges directory. Fix...

2017-04-01 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cebf250df5c0eca34ade9f09e8147a3b211c45a
  
https://github.com/NixOS/nixpkgs/commit/9cebf250df5c0eca34ade9f09e8147a3b211c45a
  Author: Niklas Hambüchen <m...@nh2.me>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  acme: Use `chown -R` for challenges directory. Fixes #24529.

Commit 75f131da02c00027b9a8240fb74d117cb0f9d9cf added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.


  Commit: d74699501e36ccbf69da933f86bc39b96fe0c0fc
  
https://github.com/NixOS/nixpkgs/commit/d74699501e36ccbf69da933f86bc39b96fe0c0fc
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  Merge pull request #24531 from nh2/fix-24529-acme-dir-permissions-17.03

Fix acme dir permissions 17.03


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


Re: [Nix-dev] garbage-collection of the last 'n' generations

2017-03-30 Thread Domen Kožar
https://github.com/NixOS/nix/pull/767

On Thu, Mar 30, 2017 at 4:01 PM, Profpatsch  wrote:

> On 17-03-30 02:42pm, Azul wrote:
> > Hi there,
> >
> > I would like to cleanup my oldest  'n' nix generations.
> >
> > nix-collect-garbage seems to only provide me with a older than 'n' days
> > option.
> >
> > Any quick hacks to clean everything but keep my recent  'n' generations ?
>
> Remove all system links from /nix/var/nix/profiles that you don’t want
> for i in $(seq 100 142); do rm "/nix/var/nix/profiles/system-$i-link";
> done
>
> Then perform a garbage collection
> nix-store --gc
>
> This works for all kinds of profiles (e.g. the result link from nix-build).
>
> --
> Proudly written in Mutt with Vim on NixOS.
> Q: Why is this email five sentences or less?
> A: http://five.sentenc.es
> May take up to five days to read your message. If it’s urgent, call me.
> ___
> 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] c1401e: curl, git: Fix curl default CA, let git use it

2017-03-28 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c1401e1e4c56619d1e743f83eaaeac4a0fbfbfba
  
https://github.com/NixOS/nixpkgs/commit/c1401e1e4c56619d1e743f83eaaeac4a0fbfbfba
  Author: Guillaume Maudoux <guillaume.maud...@uclouvain.be>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/default.nix
R pkgs/applications/version-management/git-and-tools/git/ssl-cert-file.patch
M pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  curl, git: Fix curl default CA, let git use it

Improve patching of curl to use NIX_SSL_CERT_FILE as default CA
Remove patches from git, as git uses curl and passes its environment
variables to curl.

(cherry picked from commit 525a6631747597cd108bed21c26286637038b6a6)


  Commit: d1e15d6e0a5ad8fdb8fb08c5fb6d131f37ea3af5
  
https://github.com/NixOS/nixpkgs/commit/d1e15d6e0a5ad8fdb8fb08c5fb6d131f37ea3af5
  Author: Guillaume Maudoux <guillaume.maud...@uclouvain.be>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/tools/networking/curl/default.nix
R pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  curl: Use default trust store of TLS backend

Having curl fall back to openssl's CA means that we need not patch curl
to respect NIX_SSL_CERT_FILE. It will work in all the cases.

This reverts commit fb4c43dd8adbd7a10d1c52539b36e2da269f3f7f "curl: Use CA 
bundle in nix default profile by default"
If we want to reintroduce that feature, this needs to go inside openssl

(cherry picked from commit 8ecb94bb97842f95ca3fb780fc2977ee43b7d554)


  Commit: 9387019eae71a26c6e4e48b5ee0b42471ad20c60
  
https://github.com/NixOS/nixpkgs/commit/9387019eae71a26c6e4e48b5ee0b42471ad20c60
  Author: Guillaume Maudoux <guillaume.maud...@uclouvain.be>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/use-etc-ssl-certs-darwin.patch

  Log Message:
  ---
  openssl: default to default profile CA on darwin

(cherry picked from commit c86f05e7ce13e64238960ebf3ee9706142db961b)


  Commit: 05a2866f2d737e9f93f6d0ba98ac3e303b74e475
  
https://github.com/NixOS/nixpkgs/commit/05a2866f2d737e9f93f6d0ba98ac3e303b74e475
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

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

  Log Message:
  ---
  systemd: Include https://github.com/NixOS/systemd/pull/8

(cherry picked from commit 6ef630a12549c2f36bc1706718c5ad12e0fa05f3)


  Commit: 7dcd3c471f7b2b69135ff93696ff4bf62ee71fb7
  
https://github.com/NixOS/nixpkgs/commit/7dcd3c471f7b2b69135ff93696ff4bf62ee71fb7
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/default.nix
R pkgs/applications/version-management/git-and-tools/git/ssl-cert-file.patch
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/use-etc-ssl-certs-darwin.patch
M pkgs/os-specific/linux/systemd/default.nix
M pkgs/tools/networking/curl/default.nix
R pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  Merge branch 'staging-17.03' into release-17.03


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


[Nix-commits] [NixOS/nixpkgs] c80a79: Fix bad merge

2017-03-28 Thread Domen Kožar
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c80a791dd52329d68f7ad4dcc2add4423ce9f21b
  
https://github.com/NixOS/nixpkgs/commit/c80a791dd52329d68f7ad4dcc2add4423ce9f21b
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Fix bad merge


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


[Nix-commits] [NixOS/nixpkgs] 83492e: Nix, Hydra: bump to 2017-03-21

2017-03-27 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 83492ec47e6e776dd178af59c2db77b00f0be59e
  
https://github.com/NixOS/nixpkgs/commit/83492ec47e6e776dd178af59c2db77b00f0be59e
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  Nix, Hydra: bump to 2017-03-21


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


[Nix-commits] [NixOS/nixpkgs] 90dbde: haskell: use new justStaticExecutables and add pur...

2017-03-27 Thread Domen Kožar
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 90dbde2ab2f50ac7fb6596940eaed1f97e44bcc7
  
https://github.com/NixOS/nixpkgs/commit/90dbde2ab2f50ac7fb6596940eaed1f97e44bcc7
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  haskell: use new justStaticExecutables and add purescript


  Commit: ab095398e6d3a95d4e5209cd6ed41d929595b6a8
  
https://github.com/NixOS/nixpkgs/commit/ab095398e6d3a95d4e5209cd6ed41d929595b6a8
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M pkgs/development/haskell-modules/lib.nix

  Log Message:
  ---
  haskell: add justStaticExecutables combinator


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


[Nix-commits] [NixOS/nixpkgs] 39af06: mysql-haskell: dontCheck because check requires ru...

2017-03-27 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 39af068aba15cd63387f27437be52f9d63dc817a
  
https://github.com/NixOS/nixpkgs/commit/39af068aba15cd63387f27437be52f9d63dc817a
  Author: Robert Hensing <rob...@roberthensing.nl>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  mysql-haskell: dontCheck because check requires running server


  Commit: 8d2ca14e1731dcd9592ac9e9d9f26bd2c62af54d
  
https://github.com/NixOS/nixpkgs/commit/8d2ca14e1731dcd9592ac9e9d9f26bd2c62af54d
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  Merge pull request #24379 from roberth/mysql-haskell-dontcheck

mysql-haskell: dontCheck because check requires running server


Compare: https://github.com/NixOS/nixpkgs/compare/1b95985b71ea...8d2ca14e1731___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 99632d: Nix, Hydra: bump to 2017-03-21

2017-03-26 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99632d54663ad8866f8414948c12f37328abe865
  
https://github.com/NixOS/nixpkgs/commit/99632d54663ad8866f8414948c12f37328abe865
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  Nix, Hydra: bump to 2017-03-21


  Commit: 5912496490226b2bece70d0910a5de529783f714
  
https://github.com/NixOS/nixpkgs/commit/5912496490226b2bece70d0910a5de529783f714
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  Merge pull request #24277 from NixOS/hydra-bump

Nix, Hydra: bump to 2017-03-21


Compare: https://github.com/NixOS/nixpkgs/compare/955b79f4629d...591249649022___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 1b7810: bup: 0.28.1 -> 0.29

2017-03-26 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1b78108bce5233cf887e585da2daab3fd0fb7bcc
  
https://github.com/NixOS/nixpkgs/commit/1b78108bce5233cf887e585da2daab3fd0fb7bcc
  Author: Mikhail Volkhov <volhovm...@gmail.com>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

  Changed paths:
M pkgs/tools/backup/bup/default.nix

  Log Message:
  ---
  bup: 0.28.1 -> 0.29


  Commit: f876727005b800353336f0025c8043c8a5d7cb4e
  
https://github.com/NixOS/nixpkgs/commit/f876727005b800353336f0025c8043c8a5d7cb4e
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

  Log Message:
  ---
  Merge pull request #24344 from volhovM/update/bup029

bup: 0.28.1 -> 0.29


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


[Nix-commits] [NixOS/nixpkgs] 99632d: Nix, Hydra: bump to 2017-03-21

2017-03-25 Thread Domen Kožar
  Branch: refs/heads/hydra-bump
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99632d54663ad8866f8414948c12f37328abe865
  
https://github.com/NixOS/nixpkgs/commit/99632d54663ad8866f8414948c12f37328abe865
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  Nix, Hydra: bump to 2017-03-21


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


[Nix-commits] [NixOS/nixpkgs] 67c44d: travis: sudo: true, to gain 4G of RAM, as per @dom...

2017-03-24 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67c44decc8605262605a9f2ac2c936706781e7d4
  
https://github.com/NixOS/nixpkgs/commit/67c44decc8605262605a9f2ac2c936706781e7d4
  Author: Kosyrev Serge <_deepf...@feelingofgreen.ru>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix 
#24200


  Commit: 8d97ee2a97f7a588c731733bf84f398c8f74f96f
  
https://github.com/NixOS/nixpkgs/commit/8d97ee2a97f7a588c731733bf84f398c8f74f96f
  Author: Kosyrev Serge <deepf...@users.noreply.github.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Fix a missed `sudo: true` line


  Commit: c24e7f786afabd302d7124806306ea03ab445e90
  
https://github.com/NixOS/nixpkgs/commit/c24e7f786afabd302d7124806306ea03ab445e90
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Merge pull request #24258 from deepfire/travis-pr-repair

travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix 
#24200


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


[Nix-commits] [NixOS/nixpkgs] 3631f8: Nix, Hydra: bump to 2017-03-21

2017-03-24 Thread Domen Kožar
  Branch: refs/heads/hydra-bump
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3631f8d0f45f795255fce61c2e7631806836c530
  
https://github.com/NixOS/nixpkgs/commit/3631f8d0f45f795255fce61c2e7631806836c530
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  Nix, Hydra: bump to 2017-03-21


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


[Nix-commits] [NixOS/nixpkgs] 548e26: haskell: add justStaticExecutables combinator

2017-03-21 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 548e2671c5392c246af8085a9f302bb498191cee
  
https://github.com/NixOS/nixpkgs/commit/548e2671c5392c246af8085a9f302bb498191cee
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/development/haskell-modules/lib.nix

  Log Message:
  ---
  haskell: add justStaticExecutables combinator

(cherry picked from commit db23fe1581dc99253113fe06444c65b262284f28)
Signed-off-by: Domen Kožar <do...@dev.si>


  Commit: 56196a6c10b92ba58fef63578adb1b36efa8ec1e
  
https://github.com/NixOS/nixpkgs/commit/56196a6c10b92ba58fef63578adb1b36efa8ec1e
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  haskell: use new justStaticExecutables and add purescript

(cherry picked from commit f67a89e2484bd0c58d3860276264adb65939aaa5)
Signed-off-by: Domen Kožar <do...@dev.si>


Compare: https://github.com/NixOS/nixpkgs/compare/0c06c488f3b1...56196a6c10b9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b9608a: git, openssl, curl: Respect $NIX_SSL_CERT_FILE

2017-03-21 Thread Domen Kožar
  Branch: refs/heads/staging-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b9608a9a2e5b511f40bb827d806f981176af48bc
  
https://github.com/NixOS/nixpkgs/commit/b9608a9a2e5b511f40bb827d806f981176af48bc
  Author: Domen Kožar <do...@dev.si>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/ssl-cert-file.patch
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/nix-ssl-cert-file.patch
M pkgs/tools/networking/curl/default.nix
A pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  git, openssl, curl: Respect $NIX_SSL_CERT_FILE

Slightly modified version of 942dbf89c6120cb5b52fb2ab456855d1fbf2994e

Signed-off-by: Domen Kožar <do...@dev.si>


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


[Nix-commits] [NixOS/nixpkgs] ff2e2e: nginx: Add alias configuration option for hosts an...

2017-03-21 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ff2e2e82ccc2eebc36220613b332efa475dcca51
  
https://github.com/NixOS/nixpkgs/commit/ff2e2e82ccc2eebc36220613b332efa475dcca51
  Author: Evan Danaher <edana...@edanaher.net>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/location-options.nix
M nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx: Add alias configuration option for hosts and locations.

It's like root, but doesn't keep the prefix.


  Commit: e7358b192a3cdfc7d64fa2a21321df03b2256345
  
https://github.com/NixOS/nixpkgs/commit/e7358b192a3cdfc7d64fa2a21321df03b2256345
  Author: Evan Danaher <edana...@edanaher.net>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx: Assert that either root or alias is null.

If both are set, nginx won't start.  More error checking is certainly in
order, but this seems like a reasonable start.


  Commit: a09246948cafb7672ea1e5590688e7eb6a16cef3
  
https://github.com/NixOS/nixpkgs/commit/a09246948cafb7672ea1e5590688e7eb6a16cef3
  Author: Evan Danaher <edana...@edanaher.net>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx: disallow alias directive on server level; it doesn't work.


  Commit: 02129a8788423cb0b3dd4248c1ae342866d0d7ad
  
https://github.com/NixOS/nixpkgs/commit/02129a8788423cb0b3dd4248c1ae342866d0d7ad
  Author: Domen Kožar <do...@enlambda.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/location-options.nix

  Log Message:
  ---
  Merge pull request #23672 from edanaher/nginx-alias

Nginx alias directive


Compare: https://github.com/NixOS/nixpkgs/compare/5bcbffe0dcf5...02129a878842___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


  1   2   3   4   5   6   7   8   9   >