summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Replace 'phases' by 'layers' in overlays documentation.Nicolas B. Pierron2017-01-16
|
* Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation.Nicolas B. Pierron2017-01-16
|
* Add missing line break in the release notes.Nicolas B. Pierron2017-01-16
|
* Add NixOS option 'nixpkgs.overlays' to set the argument of Nixpkgs.Nicolas B. Pierron2017-01-16
|
* Add overlays mechanism to Nixpkgs.Nicolas B. Pierron2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #21914 from ttuegel/amdgpu-verdeTim Steinbach2017-01-15
|\ | | | | linux_4_9: enable support for amdgpu on older chipsets
| * linux_4_9: enable support for amdgpu on older chipsetsThomas Tuegel2017-01-15
|/ | | | | | | | 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.
* nixos/clamav: set "clamav" user's primary group to "clamav"Bjørn Forsman2017-01-15
| | | | | So that the files created by the clamav service is owned by group "clamav" instead of "nogroup".
* Merge pull request #21876 from shlevy/ghcWithPackages-crossPeter Simons2017-01-15
|\ | | | | ghc with-packages-wrapper: Add support for cross-compiling
| * ghc with-packages-wrapper: Add support for cross-compilingShea Levy2017-01-13
| |
* | Merge pull request #21878 from rvl/masterPeter Simons2017-01-15
|\ \ | | | | | | haskellPackages.lentil: override dep versions
| * | haskellPackages.lentil: override dep versionsRodney Lorrimar2017-01-14
| | |
* | | Merge pull request #21910 from mguentner/vim-speeddatingArseniy Seroka2017-01-15
|\ \ \ | | | | | | | | vim plugins: added vim-speeddating
| * | | vim plugins: added vim-speeddatingMaximilian Güntner2017-01-15
| | | |
* | | | Merge pull request #21911 from Ericson2314/release-crossJohn Ericson2017-01-15
|\ \ \ \ | | | | | | | | | | release-cross: Expose sub-jobs of linux cross stdenv
| * | | | release-cross: Expose sub-jobs of linux cross stdenvJohn Ericson2017-01-15
| | | | |
* | | | | Revert "nodePackages.yarn: remove package"zimbatm2017-01-15
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | dtc: Fix build after flex upgradeTuomas Tynkkynen2017-01-15
| | | | | | | | | | | | | | | | http://hydra.nixos.org/build/46059338
* | | | atlassian-confluence: 6.0.1 -> 6.0.3Franz Pletz2017-01-15
| | | |
* | | | atlassian-jira: 7.2.4 -> 7.3.0Franz Pletz2017-01-15
| | | |
* | | | libav_12: init at 12Franz Pletz2017-01-15
| | | |
* | | | libav_0_8: 0.8.17 -> 0.8.19Franz Pletz2017-01-15
| | | |
* | | | Merge pull request #21880 from mguentner/ipfs_empty_repoFranz Pletz2017-01-15
|\ \ \ \ | | | | | | | | | | services: ipfs: add emptyRepo option, refactor
| * | | | services: ipfs: add emptyRepo option, refactorMaximilian Güntner2017-01-14
| | | | |
* | | | | Merge pull request #21828 from abbradar/hwdb-verifyNikolay Amiantov2017-01-15
|\ \ \ \ \ | | | | | | | | | | | | udev service: verify that hwdb is generated without errors
| * | | | | udev service: verify that hwdb is generated without errorsNikolay Amiantov2017-01-12
| | | | | |
* | | | | | Merge pull request #21882 from abbradar/dhcp6Nikolay Amiantov2017-01-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | DHCPv6 improvements
| * | | | | | networking test: test IPv6 with RA and DHCPv6Nikolay Amiantov2017-01-15
| | | | | | |
| * | | | | | firewall service: allow DHCPv6 client trafficNikolay Amiantov2017-01-15
| | | | | | |
| * | | | | | radvd: 2.13 -> 2.15Nikolay Amiantov2017-01-15
| | | | | | |
| * | | | | | dhcpd service: add DHCPv6 supportNikolay Amiantov2017-01-15
| |/ / / / /
* | | | | | wireguard: 0.0.20170105 -> 0.0.20170115Jörg Thalheim2017-01-15
| | | | | |
* | | | | | nodePackages.yarn: remove packageJörg Thalheim2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | was replaced by a dedicated yarn package
* | | | | | gitlab: 8.13.5 -> 8.15.4Franz Pletz2017-01-15
| | | | | |
* | | | | | stack: update reference for http-client-tls to version 0.3.3.1Peter Simons2017-01-15
| | | | | |
* | | | | | git-annex: Remove versioned yesod-persistent overrideMichael Alan Dorman2017-01-15
| | | | | |
* | | | | | jailbreak-cabal: fix reference in ghc-HEAD overridesPeter Simons2017-01-15
| | | | | |
* | | | | | Hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.0.4-7-g48fad11 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/1b50a4ce72fa5c53cf4dfa81abde0949be972b06.
* | | | | | LTS Haskell 7.15Peter Simons2017-01-15
| | | | | |
* | | | | | kde5.knewstuff: 5.30.0 -> 5.30.1Thomas Tuegel2017-01-15
| | | | | |
* | | | | | Merge pull request #21903 from matthiasbeyer/add-git-crecordJörg Thalheim2017-01-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | git-crecord: init at 20161216.0
| * | | | | | git-crecord: init at 20161216.0Matthias Beyer2017-01-15
| | | | | | |
* | | | | | | go-dependency-manager: fix fetchFromGitHub callRobin Gloster2017-01-15
| | | | | | |
* | | | | | | Merge pull request #21902 from peterhoeg/f/tgJörg Thalheim2017-01-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | terragrunt: fix typo
| * | | | | | | terragrunt: fix typoPeter Hoeg2017-01-15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my earlier PR #21901, I had pushed the wrong local branch without a '$'. Apologies @Mic92 - please apply.
* | | | | | | altcoins.stellar-core: fix evaluationFranz Pletz2017-01-15
| | | | | | |
* | | | | | | h2: init at 1.4.193 (#21893)2chilled2017-01-15
| | | | | | |
* | | | | | | Merge pull request #21125 from moretea/update-k8s-to-1.5Jaka Hudoklin2017-01-15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | kubernetes: 1.4.6 -> 1.5.1
| * | | | | | kubernetes vm test: make dig and netcat availableMaarten Hoogendoorn2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dig could not be found in the test cases. Adding it as a global package fixes this.
| * | | | | | kube-controller-manager service: Allow restarts on failureMaarten Hoogendoorn2017-01-15
| | | | | | |