[Nix-commits] [NixOS/nixpkgs] f5dfe7: Add overlays mechanism to Nixpkgs.

2017-01-15 Thread Nicolas B. Pierron
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f5dfe78a1eb5ff8dfcc7ab37cfc132c5f31d3cef
  
https://github.com/NixOS/nixpkgs/commit/f5dfe78a1eb5ff8dfcc7ab37cfc132c5f31d3cef
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M doc/functions.xml
M doc/languages-frameworks/python.md
M doc/manual.xml
A doc/overlays.xml
M nixos/doc/manual/release-notes/rl-1703.xml
M pkgs/stdenv/cross/default.nix
M pkgs/stdenv/custom/default.nix
M pkgs/stdenv/darwin/default.nix
M pkgs/stdenv/default.nix
M pkgs/stdenv/freebsd/default.nix
M pkgs/stdenv/linux/default.nix
M pkgs/stdenv/native/default.nix
M pkgs/top-level/default.nix
M pkgs/top-level/impure.nix
M pkgs/top-level/stage.nix

  Log Message:
  ---
  Add overlays mechanism to Nixpkgs.

This patch add a new argument to Nixpkgs default expression named "overlays".

By default, the value of the argument is either taken from the environment 
variable `NIXPKGS_OVERLAYS`,
or from the directory `~/.nixpkgs/overlays/`.  If the environment variable does 
not name a valid directory
then this mechanism would fallback on the home directory.  If the home 
directory does not exists it will
fallback on an empty list of overlays.

The overlays directory should contain the list of extra Nixpkgs stages which 
would be used to extend the
content of Nixpkgs, with additional set of packages.  The overlays, i-e 
directory, files, symbolic links
are used in alphabetical order.

The simplest overlay which extends Nixpkgs with nothing looks like:

```nix
self: super: {
}
```

More refined overlays can use `super` as the basis for building new packages, 
and `self` as a way to query
the final result of the fix-point.

An example of overlay which extends Nixpkgs with a small set of packages can be 
found at:
  https://github.com/nbp/nixpkgs-mozilla/blob/nixpkgs-overlay/moz-overlay.nix

To use this file, checkout the repository and add a symbolic link to
the `moz-overlay.nix` file in `~/.nixpkgs/overlays` directory.


  Commit: 83f7d5fc0a630ab1c845b13a8cacf7a693469438
  
https://github.com/NixOS/nixpkgs/commit/83f7d5fc0a630ab1c845b13a8cacf7a693469438
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M nixos/modules/misc/nixpkgs.nix

  Log Message:
  ---
  Add NixOS option 'nixpkgs.overlays' to set the argument of Nixpkgs.


  Commit: 6a83c315ec1587bfe6527381d5f0f6014b375020
  
https://github.com/NixOS/nixpkgs/commit/6a83c315ec1587bfe6527381d5f0f6014b375020
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml

  Log Message:
  ---
  Add missing line break in the release notes.


  Commit: f9da1fa95715e8bb13c8899b7e1d280e370c5168
  
https://github.com/NixOS/nixpkgs/commit/f9da1fa95715e8bb13c8899b7e1d280e370c5168
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M doc/overlays.xml
M pkgs/top-level/impure.nix

  Log Message:
  ---
  Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation.


  Commit: 51d3c931e1d6584acefd964a016593ea37ffb804
  
https://github.com/NixOS/nixpkgs/commit/51d3c931e1d6584acefd964a016593ea37ffb804
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M doc/overlays.xml

  Log Message:
  ---
  Replace 'phases' by 'layers' in overlays documentation.


  Commit: ae7e893de1c03564b40f8e6d1d9591bbc1082cc9
  
https://github.com/NixOS/nixpkgs/commit/ae7e893de1c03564b40f8e6d1d9591bbc1082cc9
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml

  Log Message:
  ---
  Improve the realse notes with the upcoming documentation links, and a better 
example of how to convert overridePackages usage.


  Commit: 2d6532b3302af212e7f3fa09f43844e9984219b4
  
https://github.com/NixOS/nixpkgs/commit/2d6532b3302af212e7f3fa09f43844e9984219b4
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M doc/overlays.xml
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/misc/nixpkgs.nix

  Log Message:
  ---
  Update overlay documentation by following nits from aneeshusa.


  Commit: a0615e2a9fa0b6cc5629268da21ddc149f869f25
  
https://github.com/NixOS/nixpkgs/commit/a0615e2a9fa0b6cc5629268da21ddc149f869f25
  Author: Nicolas B. Pierron 
  Date:   2017-01-16 (Mon, 16 Jan 2017)

  Changed paths:
M nixos/modules/misc/nixpkgs.nix

  Log Message:
  ---
  Fix typo in nixpkgs.nix module.


  Commit: 

[Nix-commits] [NixOS/nixpkgs] 04d116: linux_4_9: enable support for amdgpu on older chip...

2017-01-15 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 04d11637cba98eb1656b0cb9f710ed1ed3d89223
  
https://github.com/NixOS/nixpkgs/commit/04d11637cba98eb1656b0cb9f710ed1ed3d89223
  Author: Thomas Tuegel 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix

  Log Message:
  ---
  linux_4_9: enable support for amdgpu on older chipsets

Linux 4.9 includes experimental amdgpu support for AMD Southern Islands
chipsets. (By default, only Sea Islands and newer chipsets are supported.)
Southern Islands chips will still use radeon by default, but daring users may
set `services.xserver.videoDrivers = [ "amdgpu" ];` to try the experimental
driver.


  Commit: 7c8d3aa21d420f5e1546d0021c2e950ac1ebf4c6
  
https://github.com/NixOS/nixpkgs/commit/7c8d3aa21d420f5e1546d0021c2e950ac1ebf4c6
  Author: Tim Steinbach 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix

  Log Message:
  ---
  Merge pull request #21914 from ttuegel/amdgpu-verde

linux_4_9: enable support for amdgpu on older chipsets


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


[Nix-commits] [NixOS/nixpkgs] 30bb4a: nixos/clamav: set "clamav" user's primary group to...

2017-01-15 Thread Bjørn Forsman
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 30bb4aac38f8c604252f772aaf5da31f3c9be809
  
https://github.com/NixOS/nixpkgs/commit/30bb4aac38f8c604252f772aaf5da31f3c9be809
  Author: Bjørn Forsman 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/security/clamav.nix

  Log Message:
  ---
  nixos/clamav: set "clamav" user's primary group to "clamav"

So that the files created by the clamav service is owned by group
"clamav" instead of "nogroup".

(cherry picked from commit 4c803b904e04285cb26444a0f1959004e6c17a44)


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


[Nix-commits] [NixOS/nixpkgs] 4c803b: nixos/clamav: set "clamav" user's primary group to...

2017-01-15 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4c803b904e04285cb26444a0f1959004e6c17a44
  
https://github.com/NixOS/nixpkgs/commit/4c803b904e04285cb26444a0f1959004e6c17a44
  Author: Bjørn Forsman 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/security/clamav.nix

  Log Message:
  ---
  nixos/clamav: set "clamav" user's primary group to "clamav"

So that the files created by the clamav service is owned by group
"clamav" instead of "nogroup".


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


[Nix-commits] [NixOS/nixpkgs] a79885: ghc with-packages-wrapper: Add support for cross-c...

2017-01-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a798850675321c5104c78accfdeaaddfa76bfa27
  
https://github.com/NixOS/nixpkgs/commit/a798850675321c5104c78accfdeaaddfa76bfa27
  Author: Shea Levy 
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
M pkgs/development/haskell-modules/with-packages-wrapper.nix

  Log Message:
  ---
  ghc with-packages-wrapper: Add support for cross-compiling


  Commit: c85a8f0d2ab56b2a13eb700404851a3d404d267d
  
https://github.com/NixOS/nixpkgs/commit/c85a8f0d2ab56b2a13eb700404851a3d404d267d
  Author: Peter Simons 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/haskell-modules/with-packages-wrapper.nix

  Log Message:
  ---
  Merge pull request #21876 from shlevy/ghcWithPackages-cross

ghc with-packages-wrapper: Add support for cross-compiling


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


[Nix-commits] [NixOS/nixpkgs] 99d0e1: haskellPackages.lentil: override dep versions

2017-01-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99d0e1d84baf660cb7d4be3985b53a8f3a48e13a
  
https://github.com/NixOS/nixpkgs/commit/99d0e1d84baf660cb7d4be3985b53a8f3a48e13a
  Author: Rodney Lorrimar 
  Date:   2017-01-14 (Sat, 14 Jan 2017)

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

  Log Message:
  ---
  haskellPackages.lentil: override dep versions


  Commit: 5b052661805913894d5568fb6251acb77840b55d
  
https://github.com/NixOS/nixpkgs/commit/5b052661805913894d5568fb6251acb77840b55d
  Author: Peter Simons 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  Merge pull request #21878 from rvl/master

haskellPackages.lentil: override dep versions


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


[Nix-commits] [NixOS/nixpkgs] 99ca11: vim plugins: added vim-speeddating

2017-01-15 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99ca11810a037d18dc1990f4003b0d1d6c275e59
  
https://github.com/NixOS/nixpkgs/commit/99ca11810a037d18dc1990f4003b0d1d6c275e59
  Author: Maximilian Güntner 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix
M pkgs/misc/vim-plugins/vim-plugin-names

  Log Message:
  ---
  vim plugins: added vim-speeddating


  Commit: 83267c1ccec2b8c66bfd53d118802b9e9c4fe0f0
  
https://github.com/NixOS/nixpkgs/commit/83267c1ccec2b8c66bfd53d118802b9e9c4fe0f0
  Author: Arseniy Seroka 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix
M pkgs/misc/vim-plugins/vim-plugin-names

  Log Message:
  ---
  Merge pull request #21910 from mguentner/vim-speeddating

vim plugins: added vim-speeddating


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


[Nix-commits] [NixOS/nixpkgs] a62ee8: release-cross: Expose sub-jobs of linux cross stde...

2017-01-15 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a62ee8d45cd6d62ac5a985a386a4280a7c4059a6
  
https://github.com/NixOS/nixpkgs/commit/a62ee8d45cd6d62ac5a985a386a4280a7c4059a6
  Author: John Ericson 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  release-cross: Expose sub-jobs of linux cross stdenv


  Commit: cef5131ea79029904bd9ae103f358f4ef6ad998c
  
https://github.com/NixOS/nixpkgs/commit/cef5131ea79029904bd9ae103f358f4ef6ad998c
  Author: John Ericson 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  Merge pull request #21911 from Ericson2314/release-cross

release-cross: Expose sub-jobs of linux cross stdenv


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


[Nix-commits] [NixOS/nixpkgs] f9a9ea: Revert "nodePackages.yarn: remove package"

2017-01-15 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9a9ea920a3bf225a932220e6bce0ba0f947542d
  
https://github.com/NixOS/nixpkgs/commit/f9a9ea920a3bf225a932220e6bce0ba0f947542d
  Author: zimbatm 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/node-packages/composition-v4.nix
M pkgs/development/node-packages/composition-v6.nix
M pkgs/development/node-packages/node-packages-v4.nix
M pkgs/development/node-packages/node-packages-v6.nix
M pkgs/development/node-packages/node-packages.json

  Log Message:
  ---
  Revert "nodePackages.yarn: remove package"

This reverts commit 986dba716f8244304e5e9afb92924eb543fc5596.

Fixes:

error: anonymous function at 
/home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/node-env.nix:3:1
 called with unexpected argument ‘python’, at 
/home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/composition-v6.nix:8:13

This commit is doing a lot more than removing the yarn package, it also
upgrades a ton of other packages.


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


[Nix-commits] [NixOS/nixpkgs] 7a4b15: ed: 1.13 -> 1.14.1

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c
  
https://github.com/NixOS/nixpkgs/commit/7a4b15020a1cbe4a51a3f4c9e96590bcda57c01c
  Author: Lancelot SIX 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/editors/ed/default.nix

  Log Message:
  ---
  ed: 1.13 -> 1.14.1

See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg4.html
for full release announcement.


  Commit: d8e3c20c2e0fcf2b4bd8eb605ec888b38a16a30f
  
https://github.com/NixOS/nixpkgs/commit/d8e3c20c2e0fcf2b4bd8eb605ec888b38a16a30f
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/editors/ed/default.nix

  Log Message:
  ---
  Merge pull request #21855 from lsix/update_ed

ed: 1.13 -> 1.14.1


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


[Nix-commits] [NixOS/nixpkgs] 9c45e2: dtc: Fix build after flex upgrade

2017-01-15 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9c45e208239d618355d4f8e092dcd626c8b3d263
  
https://github.com/NixOS/nixpkgs/commit/9c45e208239d618355d4f8e092dcd626c8b3d263
  Author: Tuomas Tynkkynen 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  dtc: Fix build after flex upgrade

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


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


[Nix-commits] [NixOS/nixpkgs] a84820: libav_0_8: 0.8.17 -> 0.8.19

2017-01-15 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a848207c161419b89b1e6f079f2edd6b0163d9bf
  
https://github.com/NixOS/nixpkgs/commit/a848207c161419b89b1e6f079f2edd6b0163d9bf
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/libraries/libav/default.nix

  Log Message:
  ---
  libav_0_8: 0.8.17 -> 0.8.19


  Commit: 8afb65ff6601e837b190423b0cdbbd18f3fa94b8
  
https://github.com/NixOS/nixpkgs/commit/8afb65ff6601e837b190423b0cdbbd18f3fa94b8
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/libraries/libav/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  libav_12: init at 12


  Commit: e14a04aa3b24fcca602f6108215ea1bd51e56350
  
https://github.com/NixOS/nixpkgs/commit/e14a04aa3b24fcca602f6108215ea1bd51e56350
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/servers/atlassian/jira.nix

  Log Message:
  ---
  atlassian-jira: 7.2.4 -> 7.3.0


  Commit: 749fa3d775ea746ac2c5bd63a3b5e1c47e26469f
  
https://github.com/NixOS/nixpkgs/commit/749fa3d775ea746ac2c5bd63a3b5e1c47e26469f
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/servers/atlassian/confluence.nix

  Log Message:
  ---
  atlassian-confluence: 6.0.1 -> 6.0.3


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


[Nix-commits] [NixOS/nixpkgs] a541f8: services: ipfs: add emptyRepo option, refactor

2017-01-15 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a541f86f8b6095eaa4ee576d2655a0fe8dc9dad9
  
https://github.com/NixOS/nixpkgs/commit/a541f86f8b6095eaa4ee576d2655a0fe8dc9dad9
  Author: Maximilian Güntner 
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M nixos/modules/services/network-filesystems/ipfs.nix

  Log Message:
  ---
  services: ipfs: add emptyRepo option, refactor


  Commit: 30645560cd0eb9b1e9bb5f5894f90edc4dea67b3
  
https://github.com/NixOS/nixpkgs/commit/30645560cd0eb9b1e9bb5f5894f90edc4dea67b3
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/network-filesystems/ipfs.nix

  Log Message:
  ---
  Merge pull request #21880 from mguentner/ipfs_empty_repo

services: ipfs: add emptyRepo option, refactor


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


[Nix-commits] [NixOS/nixpkgs] 6dbcf7: udev service: verify that hwdb is generated withou...

2017-01-15 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6dbcf7d2e93eb204fd468ca540c37350b97051ea
  
https://github.com/NixOS/nixpkgs/commit/6dbcf7d2e93eb204fd468ca540c37350b97051ea
  Author: Nikolay Amiantov 
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
M nixos/modules/services/hardware/udev.nix

  Log Message:
  ---
  udev service: verify that hwdb is generated without errors


  Commit: 3eafa26d75d0401d2484fbcba731a31751c82ad6
  
https://github.com/NixOS/nixpkgs/commit/3eafa26d75d0401d2484fbcba731a31751c82ad6
  Author: Nikolay Amiantov 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/hardware/udev.nix

  Log Message:
  ---
  Merge pull request #21828 from abbradar/hwdb-verify

udev service: verify that hwdb is generated without errors


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


[Nix-commits] [NixOS/nixpkgs] 1158ed: dhcpd service: add DHCPv6 support

2017-01-15 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1158eda66a7646ca8b8204ffbb3d1c55a73d0374
  
https://github.com/NixOS/nixpkgs/commit/1158eda66a7646ca8b8204ffbb3d1c55a73d0374
  Author: Nikolay Amiantov 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/networking/dhcpd.nix

  Log Message:
  ---
  dhcpd service: add DHCPv6 support


  Commit: cb418318a046abc282ab14d98f469d3e2d264a58
  
https://github.com/NixOS/nixpkgs/commit/cb418318a046abc282ab14d98f469d3e2d264a58
  Author: Nikolay Amiantov 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/tools/networking/radvd/default.nix

  Log Message:
  ---
  radvd: 2.13 -> 2.15


  Commit: 820b4cd067c3965f219b135adf773e3ea334774d
  
https://github.com/NixOS/nixpkgs/commit/820b4cd067c3965f219b135adf773e3ea334774d
  Author: Nikolay Amiantov 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/networking/firewall.nix

  Log Message:
  ---
  firewall service: allow DHCPv6 client traffic


  Commit: 86755d923b201e2e450cf08af0ec8260d00b39a9
  
https://github.com/NixOS/nixpkgs/commit/86755d923b201e2e450cf08af0ec8260d00b39a9
  Author: Nikolay Amiantov 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/tests/networking.nix

  Log Message:
  ---
  networking test: test IPv6 with RA and DHCPv6


  Commit: 70a662884895a079672a7daa57200d2848b80550
  
https://github.com/NixOS/nixpkgs/commit/70a662884895a079672a7daa57200d2848b80550
  Author: Nikolay Amiantov 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/networking/dhcpd.nix
M nixos/modules/services/networking/firewall.nix
M nixos/tests/networking.nix
M pkgs/tools/networking/radvd/default.nix

  Log Message:
  ---
  Merge pull request #21882 from abbradar/dhcp6

DHCPv6 improvements


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


[Nix-commits] [NixOS/nixpkgs] 12b283: wireguard: 0.0.20170105 -> 0.0.20170115

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 12b283044612c5336638fd3a825e15799c7394aa
  
https://github.com/NixOS/nixpkgs/commit/12b283044612c5336638fd3a825e15799c7394aa
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  wireguard: 0.0.20170105 -> 0.0.20170115


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


[Nix-commits] [NixOS/nixpkgs] 986dba: nodePackages.yarn: remove package

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 986dba716f8244304e5e9afb92924eb543fc5596
  
https://github.com/NixOS/nixpkgs/commit/986dba716f8244304e5e9afb92924eb543fc5596
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/node-packages/composition-v4.nix
M pkgs/development/node-packages/composition-v6.nix
M pkgs/development/node-packages/node-packages-v4.nix
M pkgs/development/node-packages/node-packages-v6.nix
M pkgs/development/node-packages/node-packages.json

  Log Message:
  ---
  nodePackages.yarn: remove package

was replaced by a dedicated yarn package


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


[Nix-commits] [NixOS/nixpkgs] 6e079b: gitlab: 8.13.5 -> 8.15.4

2017-01-15 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e079bdd6014acfd91319ee2e22d1183317131c3
  
https://github.com/NixOS/nixpkgs/commit/6e079bdd6014acfd91319ee2e22d1183317131c3
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/version-management/gitlab-shell/default.nix
M pkgs/applications/version-management/gitlab-workhorse/default.nix
M pkgs/applications/version-management/gitlab/Gemfile
M pkgs/applications/version-management/gitlab/Gemfile.lock
M pkgs/applications/version-management/gitlab/default.nix
M pkgs/applications/version-management/gitlab/gemset.nix
M pkgs/applications/version-management/gitlab/nulladapter.patch

  Log Message:
  ---
  gitlab: 8.13.5 -> 8.15.4


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


[Nix-commits] [NixOS/nixpkgs] 2608ad: LTS Haskell 7.15

2017-01-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2608adeb179089e1005fd9fba1cc0e3c784df4ae
  
https://github.com/NixOS/nixpkgs/commit/2608adeb179089e1005fd9fba1cc0e3c784df4ae
  Author: Peter Simons 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  LTS Haskell 7.15


  Commit: a37e0866f381f00bc1b1448d2e49b719c59420a7
  
https://github.com/NixOS/nixpkgs/commit/a37e0866f381f00bc1b1448d2e49b719c59420a7
  Author: Peter Simons 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  Hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.0.4-7-g48fad11 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/1b50a4ce72fa5c53cf4dfa81abde0949be972b06.


  Commit: bdad3a69fe52d42d67debac47548df7f24480cc9
  
https://github.com/NixOS/nixpkgs/commit/bdad3a69fe52d42d67debac47548df7f24480cc9
  Author: Peter Simons 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  jailbreak-cabal: fix reference in ghc-HEAD overrides


  Commit: 4171ba5ecc9b90d50d1196de10c14836221a6036
  
https://github.com/NixOS/nixpkgs/commit/4171ba5ecc9b90d50d1196de10c14836221a6036
  Author: Michael Alan Dorman 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  git-annex: Remove versioned yesod-persistent override


  Commit: 5928e6d598b617bb21b7a844a416f03e9ac416ad
  
https://github.com/NixOS/nixpkgs/commit/5928e6d598b617bb21b7a844a416f03e9ac416ad
  Author: Peter Simons 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

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

  Log Message:
  ---
  stack: update reference for http-client-tls to version 0.3.3.1


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


[Nix-commits] [NixOS/nixpkgs] 3daf9c: clamav: don't bundle freshclam config with package

2017-01-15 Thread Vladimír Čunát
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3daf9cff08cc302aacf223e69d9432d8f688e87f
  
https://github.com/NixOS/nixpkgs/commit/3daf9cff08cc302aacf223e69d9432d8f688e87f
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/security/clamav.nix
M pkgs/tools/security/clamav/default.nix

  Log Message:
  ---
  clamav: don't bundle freshclam config with package

Building clamav is expensive due to the bundled llvm.

Closes #20304.

(cherry picked from commit 02e9c88d778b06909d4ef5a2e7e417aaeecb89a7)


  Commit: b8e00186b7f97677baa2b13260c39bd531689403
  
https://github.com/NixOS/nixpkgs/commit/b8e00186b7f97677baa2b13260c39bd531689403
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/security/clamav.nix
M pkgs/tools/security/clamav/default.nix

  Log Message:
  ---
  clamav service: refactor

* Sync systemd units with upstream. Upstream uses SIGUSR2 instead of SIGHUP
  to reload the clamd service.

* Convert freshclam service to a oneshot service activated by a systemd timer.
  This way we can make clamd wait for freshclam to finish fetching the virus
  database before failing to start if the database doesn't exist yet.

* Fixes console tools to work as expected as they require hardcoded config
  file locations.

(cherry picked from commit 9e1e3b288062abf37847307adeee17f3c8dddc42)


  Commit: 22c675d8221ef73386c7d3e579486be5ab941454
  
https://github.com/NixOS/nixpkgs/commit/22c675d8221ef73386c7d3e579486be5ab941454
  Author: Vladimír Čunát 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/tools/security/clamav/default.nix

  Log Message:
  ---
  clamav: fixup build after updating zlib

(cherry picked from commit 81c51b18ee68f6561b1efaff00de844b3c57fca3)


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


[Nix-commits] [NixOS/nixpkgs] fd3d2b: kde5.knewstuff: 5.30.0 -> 5.30.1

2017-01-15 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fd3d2b1a8dca6a4a90093a54cecbdb3e66f163fb
  
https://github.com/NixOS/nixpkgs/commit/fd3d2b1a8dca6a4a90093a54cecbdb3e66f163fb
  Author: Thomas Tuegel 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/srcs.nix

  Log Message:
  ---
  kde5.knewstuff: 5.30.0 -> 5.30.1


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


[Nix-commits] [NixOS/nixpkgs] 7adf2f: git-crecord: init at 20161216.0

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7adf2ff42ec3f8d7c2fb53bf63988a9a2227f4bc
  
https://github.com/NixOS/nixpkgs/commit/7adf2ff42ec3f8d7c2fb53bf63988a9a2227f4bc
  Author: Matthias Beyer 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
A pkgs/applications/version-management/git-crecord/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  git-crecord: init at 20161216.0


  Commit: 122da3dc791931a4e29cf4e4e12b0be41023e77c
  
https://github.com/NixOS/nixpkgs/commit/122da3dc791931a4e29cf4e4e12b0be41023e77c
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
A pkgs/applications/version-management/git-crecord/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #21903 from matthiasbeyer/add-git-crecord

git-crecord: init at 20161216.0


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


[Nix-commits] [NixOS/nixpkgs] 30621e: go-dependency-manager: fix fetchFromGitHub call

2017-01-15 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 30621e1052e39471459c12bd74ad1bb9a9280686
  
https://github.com/NixOS/nixpkgs/commit/30621e1052e39471459c12bd74ad1bb9a9280686
  Author: Robin Gloster 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/development/tools/gdm/default.nix

  Log Message:
  ---
  go-dependency-manager: fix fetchFromGitHub call


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


[Nix-commits] [NixOS/nixpkgs] 388371: terragrunt: fix typo

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 388371152a1b94d39ca771729d02d30d79e679d2
  
https://github.com/NixOS/nixpkgs/commit/388371152a1b94d39ca771729d02d30d79e679d2
  Author: Peter Hoeg 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terragrunt/default.nix

  Log Message:
  ---
  terragrunt: fix typo

In my earlier PR #21901, I had pushed the wrong local branch without a '$'.

Apologies @Mic92 - please apply.


  Commit: 803a56af2653c2f9d1789535ecc6527dc75faedc
  
https://github.com/NixOS/nixpkgs/commit/803a56af2653c2f9d1789535ecc6527dc75faedc
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terragrunt/default.nix

  Log Message:
  ---
  Merge pull request #21902 from peterhoeg/f/tg

terragrunt: fix typo


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


[Nix-commits] [NixOS/nixpkgs] 5b5100: altcoins.stellar-core: fix evaluation

2017-01-15 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b5100c5ecba88c706498e3f1a337a27571bf86b
  
https://github.com/NixOS/nixpkgs/commit/5b5100c5ecba88c706498e3f1a337a27571bf86b
  Author: Franz Pletz 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/altcoins/stellar-core.nix

  Log Message:
  ---
  altcoins.stellar-core: fix evaluation


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


[Nix-commits] [NixOS/nixpkgs] 936e20: h2: init at 1.4.193 (#21893)

2017-01-15 Thread 2chilled
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 936e2086e617f8046f712b7812a65cc50e501090
  
https://github.com/NixOS/nixpkgs/commit/936e2086e617f8046f712b7812a65cc50e501090
  Author: 2chilled 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
A pkgs/servers/h2/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  h2: init at 1.4.193 (#21893)


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


[Nix-commits] [NixOS/nixpkgs] ce9b34: kubernetes: 1.4.6 -> 1.5.2

2017-01-15 Thread Jaka Hudoklin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ce9b34d3d41e462cb0a8e02e0ea497b74995541f
  
https://github.com/NixOS/nixpkgs/commit/ce9b34d3d41e462cb0a8e02e0ea497b74995541f
  Author: Maarten Hoogendoorn 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/kubernetes/default.nix

  Log Message:
  ---
  kubernetes: 1.4.6 -> 1.5.2


  Commit: e81f400ac4736c7d85dddb25561723da0cbb34f5
  
https://github.com/NixOS/nixpkgs/commit/e81f400ac4736c7d85dddb25561723da0cbb34f5
  Author: Maarten Hoogendoorn 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/kubernetes/default.nix

  Log Message:
  ---
  kubernetes: Fix build

Disabled "mungedocs", which broke the build.
This appears to be a piece of development tooling to make sure that
the documentation is correct. We don't really care about that when we
a specific k8s version for NixOS.


  Commit: 6345b76b9170f91fae3abdd9a4694a9c247227cc
  
https://github.com/NixOS/nixpkgs/commit/6345b76b9170f91fae3abdd9a4694a9c247227cc
  Author: Maarten Hoogendoorn 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/kubernetes/default.nix

  Log Message:
  ---
  kubernetes: build-tools was renamed to build


  Commit: 69391e342322e2f3ac9efe1f312c15197eb3cf07
  
https://github.com/NixOS/nixpkgs/commit/69391e342322e2f3ac9efe1f312c15197eb3cf07
  Author: Maarten Hoogendoorn 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/cluster/kubernetes.nix

  Log Message:
  ---
  kube-controller-manager service: Allow restarts on failure


  Commit: 9f892de069b5dbe4edc94e6f1142eccda34be991
  
https://github.com/NixOS/nixpkgs/commit/9f892de069b5dbe4edc94e6f1142eccda34be991
  Author: Maarten Hoogendoorn 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/tests/kubernetes.nix

  Log Message:
  ---
  kubernetes vm test: make dig and netcat available

Dig could not be found in the test cases. Adding it as a global package
fixes this.


  Commit: e35212ac647256f0e7963bf2c663fe07bdd966d6
  
https://github.com/NixOS/nixpkgs/commit/e35212ac647256f0e7963bf2c663fe07bdd966d6
  Author: Jaka Hudoklin 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M nixos/modules/services/cluster/kubernetes.nix
M nixos/tests/kubernetes.nix
M pkgs/applications/networking/cluster/kubernetes/default.nix

  Log Message:
  ---
  Merge pull request #21125 from moretea/update-k8s-to-1.5

kubernetes: 1.4.6 -> 1.5.1


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


[Nix-commits] Failed: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2017-01-15 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Success" to "Failed".  For details, see

  https://hydra.nixos.org/build/46511997

This may be due to 36 commits by Bas van Dijk , Clemens 
Lutz , Daiderd Jordan , Jaka Hudoklin 
, Johannes Bornhold , John 
Ericson , Jude Taylor , Jörg Thalheim 
, Moritz Ulrich , Robin Gloster 
, Stefan Götz , Tim Steinbach 
, Vincent Laporte  or 
sternenseemann .

Go forth and fix it.

Regards,

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


Re: [Nix-dev] Fwd: [caskroom/homebrew-cask] Added nix 1.11.5 (#28531)

2017-01-15 Thread Benno Fünfstück
Cool, that's a really nice feature. With hub, you should be able to do:

$ hub remote add -p $user

To get RW access

zimbatm  schrieb am So., 15. Jan. 2017, 00:55:

> Actually hub remote only add a read-only git:// remote so it’s not super
> useful. The git-extras package also has a git pr
>  command
> that populates a pr/$number branch with the pull-request commits. But it
> doesn’t set the remote properly either.
> ​
>
> On Sat, 14 Jan 2017 at 23:02 zimbatm  wrote:
>
> As the person submitting the PR, there is a checkbox (that is checked by
> default) that grants reviewers access to the branch.
>
> As a reviewer, the procedure is to git remote add $user g...@github.com:
> $user/nixpkgs.git. Checkout the branch and push the commits that you
> want. Force-push is not allowed for the reviewer on that branch. To make
> things a bit faster, install the hub  CLI, then
> you can hub remote add $user which translates to the same as above.
> ​
>
> On Sat, 14 Jan 2017 at 09:54 Benno Fünfstück 
> wrote:
>
> > Finally during the review, the reviewer was pushing style fixes to the
> PR. It was probably as quick as leaving a comment and made the whole
> process much more inclusive, we were actually working together to get this
> merged.
>
> How does this work? Did you need to give him access to your repo for this,
> or is there some github-integrated way that I don't know of to push changes
> to branches of a PR?
>
> zimbatm  schrieb am Fr., 6. Jan. 2017 um 21:17 Uhr:
>
> No not that I know of. It would be awkward to maintain because homebrew
> expects to be installed in /usr/local and not in the /nix/store. It works
> the other way around because homebrew casks don't try to maintain anything
> and just unpack and run an install script.
>
> On Fri, 6 Jan 2017 at 19:58 Jörg Thalheim  wrote:
>
> I actually mean the other way around.
>
>
> On 2017-01-06 20:57, zimbatm wrote:
> > Yes that's the package. It installs nix with the nixpkgs-unstable
> channel. It does basically the same thing as `curl
> https://nixos.org/nix/install | sh` but also provides an uninstall step.
> >
> > On Fri, 6 Jan 2017 at 19:21 Jörg Thalheim > wrote:
> >
> > Will there be a homebrew package for nixpkgs?
> >
> >
> > On 2017-01-06 19:40, zimbatm wrote:
> > > For the lulz I packaged nix for homebrew cask. Now you can `brew
> cask install nix`. Anyways, what I wanted to highlight is that the
> contributiob process was quite nice, there are probably some ideas that we
> could take from them.
> > >
> > > There is a clear path to contribution starting from the README.md
> which links to the right document. Also `brew cask create nix` was all I
> needed to get the new package description opened in my $EDITOR.
> > >
> > > When they rejected the package it was with a link to a clear
> document that lists the inclusion criteria. This also helped me appeal and
> ultimately revert the decision by sharing some missing context.
> > >
> > > Finally during the review, the reviewer was pushing style fixes to
> the PR. It was probably as quick as leaving a comment and made the whole
> process much more inclusive, we were actually working together to get this
> merged.
> > >
> > > These are just some highlights. In general I find that homebrew
> has a good focus on usability.
> > >
> > > -- Forwarded message -
> > > From: Miccal Matthews  >>
> > > Date: Thu, 5 Jan 2017, 11:43
> > > Subject: Re: [caskroom/homebrew-cask] Added nix 1.11.5 (#28531)
> > > To: caskroom/homebrew-cask    homebrew-c...@noreply.github.com  >>>
> > > Cc: zimbatm 
> >>, Author <
> aut...@noreply.github.com   aut...@noreply.github.com >>
> > >
> > >
> > > Merged #28531 <
> https://github.com/caskroom/homebrew-cask/pull/28531>.
> > >
> > > —
> > > You are receiving this because you authored the thread.
> > > Reply to this email directly, view it on GitHub <
> https://github.com/caskroom/homebrew-cask/pull/28531#event-912529758>, or
> mute the thread <
> https://github.com/notifications/unsubscribe-auth/AAAMsDii1OcfwpqT5gwbNWZLdZ2Ef1Soks5rPNdUgaJpZM4LaLKP
> >.
> > >
> > >
> > >
> > > ___
> > > nix-dev mailing list
> > > nix-dev@lists.science.uu.nl 

[Nix-commits] [NixOS/nixpkgs] 6f72be: DarwinTools: init at 1

2017-01-15 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f72be9962be6c152036955a183c8f9b147757a3
  
https://github.com/NixOS/nixpkgs/commit/6f72be9962be6c152036955a183c8f9b147757a3
  Author: Matthew Bauer 
  Date:   2017-01-08 (Sun, 08 Jan 2017)

  Changed paths:
A pkgs/os-specific/darwin/DarwinTools/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  DarwinTools: init at 1


  Commit: d6517b6e5e111e85ce46c97b366d5f2493533188
  
https://github.com/NixOS/nixpkgs/commit/d6517b6e5e111e85ce46c97b366d5f2493533188
  Author: Daiderd Jordan 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
A pkgs/os-specific/darwin/DarwinTools/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #21898 from matthewbauer/darwintools

DarwinTools: init at 1


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


Re: [Nix-dev] Typing nix − funding campaign

2017-01-15 Thread Vladimír Čunát
On 01/15/2017 09:31 AM, Théophane Hufschmitt wrote:
> as I said, this goal was just the legal minimum
> for me to be allowed to do it

That's interesting.  Here in CZ it's typical that students earn
absolutely nothing for their work on Bachelor and Master theses.
(No offense or envy meant.)

Good luck with the project!  The funding *was* amazingly fast.

--Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Typing nix − funding campaign

2017-01-15 Thread Théophane Hufschmitt
Thanks everyone, this is amazing (and went amazingly fast !)

I'll raise the goal − as I said, this goal was just the legal minimum
for me to be allowed to do it, but don't worry, I'll do it regardless of
how the rest of the campaign goes.

So don't stop advertising this ;)

-- 
Théophane Hufschmitt

Sat 14 Jan 17 − 22:23, zimbatm(zimb...@zimbatm.com) a écrit:
> Thanks everyone! I'm impressed by how fast that went.
> 
> On Sat, 14 Jan 2017 at 20:27 Domen Kožar  wrote:
> 
> > It's funded :) Congratz!
> >
> > On Fri, Jan 13, 2017 at 10:56 AM, Théophane Hufschmitt <
> > rg_ni...@regnat.ovh> wrote:
> >
> > Thu 12 Jan 17 − 14:13, Théophane Hufschmitt(rg_ni...@regnat.ovh) a écrit:
> > > Hi,
> > >
> > > I am Théophane Hufschmitt, a french master degree CS student, and I
> > > wish to start a six month length internship on giving nix a type
> > > system.
> > >
> > > Numtide offered to fund a part of the internship, but we still need
> > > some help for me to be able to start it.
> > >
> > > The goal of the internship is to design (and implement) a type system
> > > for nix in order to be able to statically get some guaranties about
> > > the well-foundness of the nixpkgs repo (or any nix expression), in
> > > complement to hydra or travis tests which may let some inconsistencies
> > > pass − especially on nixos module system which is way harder to test.
> > >
> > > Providing nix with a proper type system is a long running issue (see
> > > https://github.com/NixOS/nix/issues/14), and I think a huge
> > > opportunity for nix to improve its awesomeness.
> > >
> > > The crowdfunding campaign (and a slightly more detailled description of
> > > the project) is open at https://www.gofundme.com/typing-nix, and you
> > > are all invited to donate.
> > >
> > > Of course, I'll be happy to answer any question, by mail or on
> > > irc/matrix (I am regnat[m] on freenode).
> > >
> > > --
> > > Théophane Hufschmitt
> >
> > Already one half of the required funding has been reached in less than
> > one day. A big thanks to all the donators !
> >
> > For everyone else, there is still at lot of place if you want to be a
> > part of this, so don't hesitate ;)
> >
> > --
> > Théophane Hufschmitt
> >
> > ___
> > 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
> >


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] e8d3c7: util-linux: 2.28.1 -> 2.29

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e8d3c74b499ad026e40ca77f5421f9461e3c
  
https://github.com/NixOS/nixpkgs/commit/e8d3c74b499ad026e40ca77f5421f9461e3c
  Author: Tim Steinbach 
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/util-linux/default.nix
M pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch

  Log Message:
  ---
  util-linux: 2.28.1 -> 2.29


  Commit: 19635d7ec930a1289bb1236536e69012c58943a1
  
https://github.com/NixOS/nixpkgs/commit/19635d7ec930a1289bb1236536e69012c58943a1
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/util-linux/default.nix
M pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch

  Log Message:
  ---
  Merge pull request #21889 from NeQuissimus/util-linux_2_29

util-linux: 2.28.1 -> 2.29


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


[Nix-commits] [NixOS/nixpkgs] d6ac33: terragrunt: 0.8.0 -> 0.9.1

2017-01-15 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6ac33482629a8e45a1fe047eb29b8fb731931e1
  
https://github.com/NixOS/nixpkgs/commit/d6ac33482629a8e45a1fe047eb29b8fb731931e1
  Author: Peter Hoeg 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terragrunt/default.nix
M pkgs/applications/networking/cluster/terragrunt/deps.nix

  Log Message:
  ---
  terragrunt: 0.8.0 -> 0.9.1


  Commit: f8cf6ec6d014770e9349fa9699b3180643963719
  
https://github.com/NixOS/nixpkgs/commit/f8cf6ec6d014770e9349fa9699b3180643963719
  Author: Jörg Thalheim 
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terragrunt/default.nix
M pkgs/applications/networking/cluster/terragrunt/deps.nix

  Log Message:
  ---
  Merge pull request #21901 from peterhoeg/u/tg

terragrunt: 0.8.0 -> 0.9.1


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