Commit Graph
191261 Commits
Author SHA1 Message Date
worldofpeace 70e506cf7c nixos/gnome3: split out gnome-flashback 2019-08-26 05:36:11 -04:00
rnhmjoj fc4ca1aead magnetico: init at 0.8.1 2019-08-26 11:34:03 +02:00
Mario Rodas 01efdec356 tflint: 0.10.1 -> 0.10.3
Changelog: https://github.com/wata727/tflint/releases/tag/v0.10.3
2019-08-26 04:20:00 -05:00
worldofpeace fca8d35531 nixos/gnome3: split up
This introduces the following options under the services.gnome3 namespace:

* core-os-services.enable
* core-shell.enable
* core-utilities.enable
* games.enable

The first three are all default enabled by gnome3.enable
and their purpose is to make gnome3 more flexable for users
usecases. In the case of core-utilities and games, it allows
users to easily switch on the default gnome3 applications
and games packages. Previously we had lists in gnome-3/default.nix
but they weren't visible to the user. By having options we have
generated documentation and an interface.
2019-08-26 05:19:05 -04:00
Janne Heß c8e863e25e nixos/systemd: Add suspend-then-hibernate units
Pretty useful for laptops. I use them with:

```
services.logind.lidSwitch = "suspend-then-hibernate";
environment.etc."systemd/sleep.conf".text = "HibernateDelaySec=8h";
```
2019-08-26 11:04:10 +02:00
Jonathan Ringer 05de887368 pythonPackage.pytest-ansible: 2.0.2- > 2.1.1 2019-08-26 02:01:22 -07:00
Marek MahutandGitHub d42ae52719 Merge pull request #67471 from matthewbauer/fix-66556
emacs-irony: fix build
2019-08-26 10:47:35 +02:00
Marek MahutandGitHub d5a5718f2a Merge pull request #67463 from lilyball/ffsend
ffsend: v0.2.49 -> v0.2.50
2019-08-26 10:45:36 +02:00
Peter Hoeg 076f9d88dd astyle: use cmake to avoid having to manually fix up LDFLAGS 2019-08-26 16:40:04 +08:00
Marek MahutandGitHub 3052cc1c1b Merge pull request #67453 from mmahut/exiv2
exiv2: 0.27.1 -> 0.27.2
2019-08-26 10:36:14 +02:00
Marek MahutandGitHub bcbea53e12 Merge pull request #67469 from nathyong/update-vcv-rack
vcv-rack: 1.1.3 -> 1.1.4
2019-08-26 10:15:39 +02:00
Marek Mahut 336eb202f6 exiv2: enable tests 2019-08-26 10:01:51 +02:00
Jonathan Ringer 792c8e8756 allegro: 5.2.4.0 -> 5.2.5.0 2019-08-26 00:53:26 -07:00
Peter HoegandGitHub 2b0098a704 Merge pull request #67481 from peterhoeg/f/perl
perlPackages.DeviceSerialPort: name -> pname
2019-08-26 15:50:59 +08:00
Peter Hoeg 3d67ac24c3 perlPackages.DeviceSerialPort: name -> pname 2019-08-26 15:45:56 +08:00
Peter HoegandGitHub 8a5751ef7e Merge pull request #67479 from peterhoeg/f/perl
remove duplicate definition
2019-08-26 14:58:26 +08:00
Peter Hoeg ca0c667a08 remove duplicate definition 2019-08-26 14:57:39 +08:00
Peter HoegandGitHub f729a79eae Merge pull request #62974 from peterhoeg/f/zmtrigger
zoneminder: add perlPackages.DeviceSerialPort for zmtrigger.pl
2019-08-26 14:47:32 +08:00
Peter Hoeg 574ec28ef1 nixos/zoneminder: open telnet port for remote admin 2019-08-26 14:47:00 +08:00
Peter Hoeg 7c119ba48b zoneminder: use DeviceSerialPort for zmtrigger.pl 2019-08-26 14:46:59 +08:00
Peter Hoeg 6256c215b2 perlPackages.DeviceSerialPort: init at 1.04 2019-08-26 14:46:59 +08:00
Peter HoegandGitHub 83fe813941 Merge pull request #64383 from peterhoeg/u/kodi
kodi: 18.1 -> 18.3
2019-08-26 14:41:12 +08:00
Peter HoegandGitHub de20ba7ede Merge pull request #66248 from peterhoeg/f/grc
grc: leave /etc/grc.conf alone so we can override it
2019-08-26 14:35:48 +08:00
Peter HoegandGitHub 3de05cd8b5 Merge pull request #67028 from peterhoeg/u/owl
owl-lisp: 0.1.16 -> 0.1.19
2019-08-26 14:34:51 +08:00
Peter HoegandGitHub eaaa46a4c5 Merge pull request #67441 from peterhoeg/u/crystal
crystal: init at 0.30.1
2019-08-26 14:34:33 +08:00
Peter HoegandGitHub 6d43bc3a84 Merge pull request #67169 from peterhoeg/u/dyncol
dynamic-colors: 0.2.2.1 -> 0.2.2.2
2019-08-26 14:33:44 +08:00
Jonathan Ringer aa2bf1bc25 ansible: 2.8.2 -> 2.8.4 2019-08-25 23:15:26 -07:00
Matthew Bauer fc565c1b9d nixos/update-users-groups.pl: chomp hashedPassword
We don’t want any trailing whitespace, otherwise we mess up the
formating of the shadow file. Some things like readFile may have the
trailing new line.

Fixes #66745
2019-08-25 23:42:31 -04:00
Matthew Bauer b993fb03ac melpa-packages.nix: remove generic
This file does not exist
2019-08-25 21:57:21 -04:00
Matthew Bauer b2fd2b739e emacs-irony: fix build
Fixes #66556
2019-08-25 21:54:45 -04:00
Matthew Bauer 48d0e9401e cpython: skip macOS system frameworks
We don’t want cpython picking up /Library/Frameworks and
/System/Library/Frameworks which contains Tcl.framework. Instead it
should use the one provided by Nix. this would not be an issue if
sandboxing was enabled, but unfortunately that has its own issues.

Fixes #66647
2019-08-25 20:35:19 -04:00
Roman VolosatovsandWael Nasreddine 3f4144c30a gofumpt: Init at 2019-07-29 (#66892) 2019-08-25 18:29:21 -06:00
Marek MahutandWael Nasreddine 81fe072a8f nixos/unifi: restarting on failure (#67456) 2019-08-25 18:22:03 -06:00
Vincenzo MantovaandWael Nasreddine e3a6b8f31f hugo: 0.55.4 -> 0.57.2 (#67462) 2019-08-25 18:15:18 -06:00
Jan Tojnar 907529ff06 lib/options: fix path in comment 2019-08-26 02:01:49 +02:00
Nathan Yong a5d13ad225 vcv-rack: 1.1.3 -> 1.1.4 2019-08-26 09:51:10 +10:00
Robin Gloster 64f6a951eb darwin.network_cmds: pin to openssl 1.0.2 2019-08-26 01:31:10 +02:00
Marek MahutandGitHub 86f31274eb Merge pull request #66580 from tadeokondrak/vapoursynth-r47.1
vapoursynth: R46 -> R47.2
2019-08-26 00:05:25 +02:00
Lily Ballard f44bb0d0c3 ffsend: v0.2.49 -> v0.2.50 2019-08-25 14:41:50 -07:00
Marek MahutandGitHub 3f6d0a981a Merge pull request #67460 from primeos/wev
wev: init at 2019-08-11
2019-08-25 23:27:07 +02:00
Marek MahutandGitHub 7192ca5fd3 Merge pull request #66682 from asymmetric/ix.io
ix: init at 20190815
2019-08-25 23:14:36 +02:00
Florian Klink 6b075ddc8f nixos/systemd: add cgroup accounting test 2019-08-25 22:26:12 +02:00
Florian Klink 0fb17141fb nixos/systemd: enable cgroup accounting by default
If this is the default for OpenShift already, we probably can enable it
as well.

see https://github.com/openshift/machine-config-operator/pull/581
2019-08-25 22:26:12 +02:00
Florian Klink f3a18d4562 nixos/systemd: add new Default{BlockIO,IP}Accounting settings 2019-08-25 22:25:19 +02:00
Florian Klink f34f38ef1c nixos/systemd: honor default enableCgroupAccounting settings
systemd defaults DefaultMemoryAccounting and DefaultTasksAccounting to
yes, so no need to enable explicitly
2019-08-25 22:25:19 +02:00
Peter SimonsandGitHub fa5a231313 Merge pull request #67366 from peti/t/mailman-v3
update mailman to version 3.2.2
2019-08-25 22:09:58 +02:00
Michael RaskinandGitHub 36c6252174 Merge pull request #67459 from 7c6f434c/master
lispPackages: update to Quicklisp release 2019-07-11
2019-08-25 20:05:00 +00:00
Michael Raskin e6878f36d8 lispPackages: update to Quicklisp release 2019-07-11
Fixes:

Survive empty ASDF description (UIOP)
Patch "split-sequence" that misses :serial
2019-08-25 22:53:27 +03:00
Peter Simons 842942baaa mailman: update from 2.1.29 to version 3.2.2 2019-08-25 21:47:03 +02:00
Michael Weiss aec95ecf0d wev: init at 2019-08-11 2019-08-25 21:44:04 +02:00