about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout2019-01-24
| | | | | | | | | | | | | | | This commit changes the `mkAliasOptionModule` function to make sure that the priority for the aliased option is propagated to the non-aliased option. This also affects the `mkRenamedOptionModule` function in a similar fashion. This also removes the `mkAliasOptionModuleWithPriority` function, since its functionality is now subsumed by `mkAliasOptionModule`. This change was recommended by @nbp: https://github.com/NixOS/nixpkgs/pull/53397#discussion_r245487432
* Merge pull request #48153 from Ma27/fix-nixos-option-for-invalid-optionsDanylo Hlynskyi2019-01-24
|\ | | | | nixos-option: don't abort with shell failures if options are not existant
| * nixos-option: prune backtick from outputDanylo Hlynskyi2019-01-24
| | | | | | It doesn't work good with double-click selection in terminal (it gets into selection buffer of some terminals)
| * nixos-option: don't abort with shell failures if options are not existantMaximilian Bosch2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `nixos-option` basically handles two cases: the given option is either a valid option defined using `mkOption` or an attribute set which contains a set of options. If none of the above cases is valid, `$1` is invalid. Unfortunatley the script interpreted invalid options as an attribute set which rendered shell failures when trying to evaluate the arguments. First of all, `if names=$(attrNames ...)` resulted in `<PRIMOP>` as `attrNames` simply evaluated `builtins.attrNames $result` which results in a non-applied function with `$result` being empty. Trying to map over this string using `nixMap` while applying `escapeQuotes` causes the bash error as `eval echo "<PRIMOP>"` is invalid syntax. Explicitly checking if `$result' contains a value (do we have an attribute set?) and otherwise returning a warning and asking if $option exists fixes the problem. Fixes #48060
* | Merge pull request #54237 from r-ryantm/auto-update/acpica-toolsSilvan Mosberger2019-01-24
|\ \ | | | | | | acpica-tools: 20181213 -> 20190108
| * | acpica-tools: 20181213 -> 20190108R. RyanTM2019-01-17
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpica-tools/versions
* | | Merge pull request #54256 from r-ryantm/auto-update/autoconf-archiveSilvan Mosberger2019-01-24
|\ \ \ | | | | | | | | autoconf-archive: 2018.03.13 -> 2019.01.06
| * | | autoconf-archive: 2018.03.13 -> 2019.01.06R. RyanTM2019-01-17
| |/ / | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/autoconf-archive/versions
* | | Merge pull request #54516 from matthewbauer/columnSilvan Mosberger2019-01-24
|\ \ \ | | | | | | | | unixtools.utillinux: add column
| * | | unixtools.utillinux: add columnMatthew Bauer2019-01-23
| | | | | | | | | | | | | | | | requested on IRC
* | | | Merge pull request #53796 from Izorkin/ejabberdSilvan Mosberger2019-01-24
|\ \ \ \ | | | | | | | | | | ejabberd: 18.06 -> 18.12.1
| * | | | ejabberd: 18.06 -> 18.12.1Izorkin2019-01-11
| | | | |
* | | | | Merge pull request #54356 from etu/update-lsiSilvan Mosberger2019-01-24
|\ \ \ \ \ | | | | | | | | | | | | linux-steam-integration: 0.7.2 -> 0.7.3
| * | | | | linux-steam-integration: 0.7.2 -> 0.7.3Elis Hirwing2019-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/clearlinux/linux-steam-integration/releases/tag/v0.7.3 The same person (Ikey) who developed Linux Steam Integration have left the Solus project where it was developed and works on Clearlinux now instead, which seems to have picked up this project and made the first release for a really long time.
| * | | | | linux-steam-integration: Clean up the derivation a bitElis Hirwing2019-01-20
| | | | | |
* | | | | | Add options to build disk image function (#50239)Travis Athougies2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add options to build disk image function * Revert suffix changes
* | | | | | Merge pull request #54316 from kampka/patch-1Silvan Mosberger2019-01-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | msmtp: Configure sysconfdir to point to /etc
| * | | | | | msmtp: Configure sysconfdir to point to /etcChristian Kampka2019-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current build lets the SYSCONFDIR of msmtp point to the nix store /nix/.../msmtp-1.81/etc, which is not very useful. This change will allow for system wide configuration to be placed in /etc instead.
* | | | | | | Merge pull request #54360 from dtzWill/update/ispc-1.10.0Silvan Mosberger2019-01-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ispc: 1.9.2 -> 1.10.0
| * | | | | | | ispc: 1.9.2 -> 1.10.0Will Dietz2019-01-20
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #54400 from veprbl/pr/arrow_0.12.0Silvan Mosberger2019-01-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0
| * | | | | | | arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0Dmitry Kalinkin2019-01-20
| | | | | | | |
* | | | | | | | Merge pull request #54514 from LeOtaku/fix/restic-timer-configSilvan Mosberger2019-01-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/restic: change type of timerConfig option
| * | | | | | | | nixos/restic: change type of timerConfig option to attrsOf unitOptionLeOtaku2019-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for correctly passing the option to "systemd.timer"
* | | | | | | | | Merge pull request #54366 from thefloweringash/gocryptfs-updateworldofpeace2019-01-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gocryptfs: 1.5 -> 1.6.1
| * | | | | | | | | gocryptfs: 1.5 -> 1.6.1Andrew Childs2019-01-20
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #54132 from r-ryantm/auto-update/python3.7-elasticsearch-dslworldofpeace2019-01-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python37Packages.elasticsearch-dsl: 6.2.1 -> 6.3.1
| * | | | | | | | | python37Packages.elasticsearch-dsl: 6.2.1 -> 6.3.1R. RyanTM2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-elasticsearch-dsl/versions
* | | | | | | | | | Merge pull request #54385 from Izorkin/legoSilvan Mosberger2019-01-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lego: 1.2.1 -> 2.0.1
| * | | | | | | | | | lego: 1.2.1 -> 2.0.1Izorkin2019-01-20
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #54512 from vcunat/p/jemalloc-stripPrefixSilvan Mosberger2019-01-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jemalloc nitpick: better semantics for stripPrefix
| * | | | | | | | | | | jemalloc nitpick: better semantics for stripPrefixVladimír Čunát2019-01-23
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #53986 from Ma27/document-dovecot-prometheus-exporter-issuesSilvan Mosberger2019-01-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/prometheus-dovecot-exporter: enhance `socketPath` documentation
| * | | | | | | | | | | nixos/prometheus-dovecot-exporter: enhance `socketPath` documentationMaximilian Bosch2019-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Dovecot 2.3[1] the stats module changed and now the UNIX socket provided by Dovecot by default isn't compatible anymore with the exporter[2]. By enabling the `old-stats` plugin in Dovecot this issue can be solved which should be documented in this module. [1] https://wiki2.dovecot.org/Upgrading/2.3 [2] https://github.com/kumina/dovecot_exporter/issues/8
* | | | | | | | | | | | python37Packages.cryptography: Add meta-attributesMichael Weiss2019-01-24
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #53805 from mroi/patch-1Matthew Bauer2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | synergy: fix compilation on macOS
| * | | | | | | | | | | | synergy: fix compilation on macOSMichael Roitzsch2019-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf-private is needed to build on macOS
* | | | | | | | | | | | | Merge pull request #54350 from vkleen/llvm-ppcMatthew Bauer2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support PowerPC in llvm
| * | | | | | | | | | | | | llvm: support PowerPCViktor Kleen2019-01-19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #54279 from bachp/plex-cudaSilvan Mosberger2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/plex: allow access to hardware acceleration libraries
| * | | | | | | | | | | | | | nixos/plex: allow access to hardware acceleration librariesPascal Bach2019-01-23
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CUDA and OpenCL libraries are located in /run/opengldriver/lib and Plex can make use of them if available.
* | | | | | | | | | | | | | Merge pull request #54310 from Mic92/postgresq-backupSilvan Mosberger2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/postgresqlBackup: add backupAll option
| * | | | | | | | | | | | | | nixos/postgresqlBackup: add backupAll optionJörg Thalheim2019-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For large setups it is useful to list all databases explicit (for example if temporary databases are also present) and store them in extra files. For smaller setups it is more convenient to just backup all databases at once, because it is easy to forget to update configuration when adding/renaming databases. pg_dumpall also has the advantage that it backups users/passwords. As a result the module becomes easier to use because it is sufficient in the default case to just set one option (services.postgresqlBackup.enable).
* | | | | | | | | | | | | | | scons.src: Update the hash (tarball was modified)Michael Weiss2019-01-23
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately the tarball was modified for the official release and "nix-store -r --check $(nix-instantiate -A scons.src)" did not catch this (not sure why ATM). Thanks @pbogdan for noticing this :)
* | | | | | | | | | | | | | Merge pull request #53818 from gnidorah/updatesJörg Thalheim2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update most packages I maintain
| * | | | | | | | | | | | | | openmpt123: 0.2.7025-beta20.1 -> 0.4.1gnidorah2019-01-13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | openmw-tes3mp: 0.6.0 -> 0.7.0-alphagnidorah2019-01-13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | openjk: 2017-08-11 -> 2018-09-17gnidorah2019-01-12
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | vkquake: 1.00.0 -> 1.01.0gnidorah2019-01-12
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | franz: 4.0.4 -> 5.0.0-beta.19gnidorah2019-01-12
| | | | | | | | | | | | | | |