summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nfs-utils: Get rid of runtime dependency on kerberos.devEelco Dolstra2018-10-11
|
* ti-rpc: Add dev outputEelco Dolstra2018-10-11
|
* Merge pull request #48026 from mnacamura/fish-escapeshellargSilvan Mosberger2018-10-11
|\ | | | | nixos/fish: use 'escapeShellArg' for shell aliases
| * nixos/fish: use 'escapeShellArg' for shell aliasesMitsuhiro Nakamura2018-10-08
| |
* | gem-config: add sassc (#48212)Alyssa Ross2018-10-11
| |
* | Merge pull request #48108 from aca-labs/teleconsoleSilvan Mosberger2018-10-11
|\ \ | | | | | | Teleconsole
| * | teleconsole: init at 0.4.0Kim Burgess2018-10-11
| | |
| * | maintainers: add kimburgessKim Burgess2018-10-11
| | |
* | | Merge pull request #47756 from r-ryantm/auto-update/obs-studioJoachim F2018-10-11
|\ \ \ | | | | | | | | obs-studio: 22.0.2 -> 22.0.3
| * | | obs-studio: 22.0.2 -> 22.0.3R. RyanTM2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/obs-studio/versions
* | | | Merge pull request #47827 from r-ryantm/auto-update/audacityJoachim F2018-10-11
|\ \ \ \ | | | | | | | | | | audacity: 2.2.2 -> 2.3.0
| * | | | audacity: 2.2.2 -> 2.3.0R. RyanTM2018-10-03
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/audacity/versions
* | | | Merge pull request #48219 from obsidiansystems/versatile-__splicedPackagesJohn Ericson2018-10-11
|\ \ \ \ | | | | | | | | | | __splicedPackages: Don't include xorg
| * | | | __splicedPackages: Don't include xorgJohn Ericson2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | For historical reasons, callPackage has the xorg packages in scope. This unstable building block is more versatile without the xorg hack baked in.
* | | | | Merge pull request #48169 from LnL7/darwin-erlang-wxDaiderd Jordan2018-10-11
|\ \ \ \ \ | | | | | | | | | | | | erlang: temporarily disable wxSupport on darwin
| * | | | | erlang: temporarily disable wxSupport on darwinDaiderd Jordan2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | Workaround for #48065
* | | | | | Merge pull request #48165 from costrouc/costrouc/python-escapism-1.0.0Jörg Thalheim2018-10-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.escapism: 0.0.1 -> 1.0.0 move to python-modules
| * | | | | | pythonPackages.escapism: 0.0.1 -> 1.0.0 move to python-modulesChris Ostrouchov2018-10-10
| | | | | | |
* | | | | | | Merge pull request #48213 from mayflower/pkg/lazygitJörg Thalheim2018-10-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lazygit: init at 0.4
| * | | | | | | lazygit: init at 0.4Franz Pletz2018-10-11
| | | | | | | |
* | | | | | | | Merge pull request #48216 from LumiGuide/fix-overrideScope-warningJohn Ericson2018-10-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lib: fix wording of the `overrideScope` warning
| * | | | | | | | lib: fix wording of the `overrideScope` warningBas van Dijk2018-10-11
| |/ / / / / / /
* | | | | | | | Merge pull request #48189 from aanderse/redmineMichael Raskin2018-10-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | redmine: refactor, cleanup, bug fix, and add functionality
| * | | | | | | switched from builtins.fetchurl to pkgs.fetchurlAaron Andersen2018-10-11
| | | | | | | |
| * | | | | | | quoting stateDir path in case it includes spacesAaron Andersen2018-10-11
| | | | | | | |
| * | | | | | | added test to nixos/release.nix so it will be run on hydraAaron Andersen2018-10-10
| | | | | | | |
| * | | | | | | redmine: refactor, cleanup, bug fix, and add functionalityAaron Andersen2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added package option to specify which version of redmine - added themes option back in to allow specifying redmine themes - added plugins option back in to allow specifying redmine plugins - added database.socket option to allow mysql unix socket authentication - added port option to allow specifying the port rails runs on - cleaned up Gemfile so it is much less hacky - switched to ruby version 2.4 by default as suggested by documentation http://www.redmine.org/projects/redmine/wiki/redmineinstall#Installing-Redmine - fixed an annoyance (bug) in the service causing recursive symlinks - fixed ownership bug on log files generated by redmine - updates reflecting renames in nixos options - added a nixos test
* | | | | | | | nixos/nextcloud: add poolConfig option (#48094)Victor SENE2018-10-11
| | | | | | | |
* | | | | | | | Merge pull request #48055 from WilliButz/add-exporter-testsFranz Pletz2018-10-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/tests: add test for prometheus exporters
| * | | | | | | | nixos/tests: add test for prometheus exportersWilliButz2018-10-08
| | | | | | | | |
| * | | | | | | | nixos/prometheus-exporters: fix unapplied service configWilliButz2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit, the default values for `Restart`, `PrivateTmp` and `WorkingDirectory` were falsely ignored. I also added myself as maintainer.
| * | | | | | | | nixos/prometheus-varnish-exporter: avoid crash on restartWilliButz2018-10-08
| | | | | | | | |
* | | | | | | | | Merge pull request #48208 from prusnak/spotify_fix_iconFranz Pletz2018-10-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | spotify: fix icon
| * | | | | | | | | spotify: fix iconPavol Rusnak2018-10-11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #47252 from xeji/p/fix-47210xeji2018-10-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/network-interfaces-scripted: fix a container networking bug
| * | | | | | | | | | nixos/network-interfaces-scripted: fix container networking bugUli Baum2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a bridge interface was reconfigured, running containers using this bridge lost connectivity: restarting network-addresses-brN.service triggered a restart of network-setup.service via a "partOf" relationship introduced in 07e0c0e0a2f237639600f2a0d62f6eac748b1e6e. This in turn restarted brN-netdev.service. The bridge was thus destroyed and recreated with the same name but a new interface id, causing attached veth interfaces to lose their connection. This change removes the "partOf" relationship between network-setup.service and network-addresses-brN.service for all bridges.
* | | | | | | | | | | brigand: init at 1.3.0Philipp Middendorf2018-10-11
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | nload: Include patch to fix screen corruption. (#48017)Niklas Hambüchen2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See added comment for details.
* | | | | | | | | | iio-sensor-proxy: 2.4 -> 2.5 (#48195)Peter Hoeg2018-10-11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #48177 from worldofpeace/lollypop/0.9.604Timo Kaufmann2018-10-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lollypop: 0.9.601 -> 0.9.604
| * | | | | | | | | | lollypop: 0.9.601 -> 0.9.604worldofpeace2018-10-10
| | | | | | | | | | |
* | | | | | | | | | | pmd: 6.7.0 -> 6.8.0 (#47736)R. RyanTM2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pmd: 6.7.0 -> 6.8.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pmd/versions * pmd: refresh meta Homepage is now https://pmd.github.io/ Added licenses
* | | | | | | | | | | Merge pull request #48203 from Mic92/alacrittyJörg Thalheim2018-10-11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | alacritty: 0.2.0 -> 0.2.1
| * | | | | | | | | | | alacritty: 0.2.0 -> 0.2.1Jörg Thalheim2018-10-11
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #48152 from pandaman64/upgrade-qiskitxeji2018-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | qiskit: 0.5.7 -> 0.6.1
| * | | | | | | | | | | | qasm2image: 0.7.0 -> 0.8.0pandaman642018-10-11
| | | | | | | | | | | | |
| * | | | | | | | | | | | qiskit: 0.5.7 -> 0.6.1pandaman642018-10-11
| | | | | | | | | | | | |
| * | | | | | | | | | | | ibmquantumexperience: 2.0.2 -> 2.0.3pandaman642018-10-10
| | | | | | | | | | | | |
* | | | | | | | | | | | | glava: 1.5.1 -> 1.5.5 (#48086)Edmund Wu2018-10-11
| | | | | | | | | | | | |
* | | | | | | | | | | | | gildas: 20181001_a -> 20181001_b (#48200)Sebastien Maret2018-10-11
| | | | | | | | | | | | |