summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nix.binaryCaches: always set https://cache.nixos.org•••There are many support questions when people add a new binary cache and they suddenly lose nixos substitutions. Most of the users want to keep that, so we're doing a breaking change. Previously to disable all binary caches one had to do: nix.binaryCache = []; Now the same is possible via: nix.binaryCache = lib.mkForce; origin/binaryCaches-defaultDomen Kožar2019-06-261-1/+4
* duplicati: allow changing the userDomen Kožar2019-06-251-2/+16
* couchpotato: remove the /usr/bin/env dependency•••leave the fixupPhase intact so it can patch script interpreter paths zimbatm2019-06-251-3/+2
* Merge pull request #63392 from ivan/cassandra-default-cluster-name•••nixos/cassandra: use cassandra's default cluster name "Test Cluster"Aaron Andersen2019-06-251-1/+1
|\
| * nixos/cassandra: use cassandra's default cluster name "Test Cluster"•••The change to "NixOS Test Cluster" in #59179 broke startup of existing clusters that used the previously-default cluster name "Test Cluster": ERROR 23:00:47 Fatal exception during initialization org.apache.cassandra.exceptions.ConfigurationException: Saved cluster name Test Cluster != configured name NixOS Test Cluster Fixes #63388. Ivan Kozik2019-06-181-1/+1
* | Merge pull request #63758 from marsam/update-vale•••vale: 1.4.2 -> 1.4.3Mario Rodas2019-06-251-2/+2
|\ \
| * | vale: 1.4.2 -> 1.4.3Mario Rodas2019-06-241-2/+2
* | | Merge pull request #63760 from peterhoeg/f/freeciv•••freeciv_qt: init at 2.6.0Peter Hoeg2019-06-252-16/+34
|\ \ \
| * | | freeciv_qt: init at 2.6.0Peter Hoeg2019-06-252-16/+34
* | | | Merge pull request #63690 from michojel/megasync•••megasync: init at 4.1.1.0markuskowa2019-06-255-0/+166
|\ \ \ \
| * | | | reworked patches•••lincense free -> unfree enabled parallel build Signed-off-by: Michal Minář <mic.liamg@gmail.com> Michal Minář2019-06-253-11/+45
| * | | | addressed comments•••- ditched configurePhase and installPhase - ffmpeg no longer optional Signed-off-by: Michal Minář <mic.liamg@gmail.com> Michal Minář2019-06-241-42/+24
| * | | | megasync: init at 4.1.1.0•••Signed-off-by: Michal Minář <mic.liamg@gmail.com> Michal Minář2019-06-233-0/+150
* | | | | saga: 6.3.0 -> 7.2.0Vincent Laporte2019-06-252-60/+3
* | | | | Merge pull request #63713 from teto/mptcp•••Mptcp kernel updatesMatthieu Coudron2019-06-256-105/+86
|\ \ \ \ \
| * | | | | linux_mptcp_95: init at 0.95•••also removes 0.93, we want to maintain only the 2 latest upstream mptcp kernels. Matthieu Coudron2019-06-243-55/+31
| * | | | | linux_mptcp_94: 0.94.4 -> 0.94.6•••Also move to a pkgs/os-specific/linux/kernel/linux-mptcp-94.nix. makes updates easier. Added a structured config pkgs/os-specific/linux/kernel/mptcp-config.nix that can be shared between the different kernels. Matthieu Coudron2019-06-244-50/+55
* | | | | | Fix electron crash when using file chooser dialog (#55057)•••Fix electron crash when using file chooser dialogJörg Thalheim2019-06-252-9/+15
|\ \ \ \ \ \
| * | | | | | rambox: remove gapps-wrapper•••This is now provided by electron itself. Jörg Thalheim2019-06-251-4/+1
| * | | | | | rambox: upgrade to electron 4•••This is what upstream uses as well Jörg Thalheim2019-06-251-2/+2
| * | | | | | electron: fix electron crash when using file chooser dialogSarunas Valaskevicius2019-06-191-3/+12
* | | | | | | Merge pull request #63725 from peterhoeg/u/crystal•••crystal: init at 0.29.0Peter Hoeg2019-06-255-15/+74
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | scry: 0.7.1 -> 0.8.0Peter Hoeg2019-06-252-4/+25
| * | | | | | shards: 0.8.1 -> 0.9.0Peter Hoeg2019-06-251-2/+2
| * | | | | | crystal: init at 0.29.0Peter Hoeg2019-06-252-9/+47
* | | | | | | Merge pull request #63717 from peterhoeg/u/mosquitto•••mosquitto: 1.6.2 -> 1.6.3Peter Hoeg2019-06-251-2/+2
|\ \ \ \ \ \ \
| * | | | | | | mosquitto: 1.6.2 -> 1.6.3Peter Hoeg2019-06-231-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | skim: 0.6.4 -> 0.6.8 (#63682)•••skim: 0.6.4 -> 0.6.8Vladyslav M2019-06-241-3/+3
|\ \ \ \ \ \ \
| * | | | | | | skim: 0.6.4 -> 0.6.8Vladyslav M2019-06-231-3/+3
* | | | | | | | Merge pull request #63532 from guibou/bazel_027•••bazel: 0.26.1 -> 0.27.0Florian Klink2019-06-242-34/+104
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix source url for java tools on darwinGuillaume Bouchard2019-06-241-4/+1
| * | | | | | | | bazel: Full switch to python3Guillaume Bouchard2019-06-221-7/+6
| * | | | | | | | bazel: restore installCheckPhase•••All the dependencies of this phase are prefetched and provided to the bazel environment using --override_repository. Guillaume Bouchard2019-06-221-8/+23
| * | | | | | | | bazel: 0.26.1 -> 0.27.0•••- Fixs for newly introduced bin/bash hardcoded reference - Bazel now references `remote_java_tools_xxx` which contains prebuilt binaries. We prefetch them, fix them, and force bazel to use the fixed repository. It also closes #63096 Guillaume Bouchard2019-06-222-22/+81
* | | | | | | | | Merge pull request #63594 from risicle/ris-samba-4-10-5•••samba: 4.10.4 -> 4.10.5 (security fix)Samuel Dionne-Riel2019-06-241-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | samba: 4.10.4 -> 4.10.5•••Security release fixing CVE-2019-12435 & CVE-2019-12436 Robert Scott2019-06-211-2/+2
* | | | | | | | | | Merge pull request #62462 from samueldr/sd-image/fat-free•••sd-image: FAT free /bootSamuel Dionne-Riel2019-06-245-53/+107
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sd-image: Adds removed options for removed options•••This will keep configuration configuring the size of the /boot partition still build, while showing the deprecation warning. In 99.9% of cases I assume ignoring the configuration is better, as the sd-image builder already is pretty opinionated in that matter. Samuel Dionne-Riel2019-06-161-0/+5
| * | | | | | | | | | sd-image: Pull less slack in the image by accounting for slack•••The slack, seemingly, accounted for more than the minimum required for slack plus the two partitions. This change makes the gap a somewhat abstracted amount, but is not configurable within the derivation. Samuel Dionne-Riel2019-06-161-4/+7
| * | | | | | | | | | sd-image: Updates commentsSamuel Dionne-Riel2019-06-161-4/+13
| * | | | | | | | | | sd-image: firmware partition reduced to 20MiBSamuel Dionne-Riel2019-06-161-1/+2
| * | | | | | | | | | sd-image: Switch /boot to the ext4 partitionSamuel Dionne-Riel2019-06-164-5/+25
| * | | | | | | | | | make-ext4-fs: Allows populating with custom files•••This will allow adding /boot files to the rootfs. Samuel Dionne-Riel2019-06-161-5/+20
| * | | | | | | | | | sd-image: Moves `/boot` into rootfs•••The current FAT32 partition is kept as it is required for the Raspberry Pi family of hardware. It is where the firmware is kept. The partition is kept bootable, and the boot files kept in there until the following commits, to keep all commits of this series individually bootable. Samuel Dionne-Riel2019-06-164-43/+44
* | | | | | | | | | | Merge pull request #63147 from samueldr/aarch64/graphics-fixes•••aarch64: misc. graphical boot fixesSamuel Dionne-Riel2019-06-242-0/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sd-image-aarch64: Allows early modesetting for Allwinner boards•••This will reduce the confusion at boot, where the only thing visible is the last message from u-boot; where it looks like the board is hung, while in reality it's likely resizing partitions. Samuel Dionne-Riel2019-06-151-0/+2
| * | | | | | | | | | | sd-image-aarch64: Allows early modesetting for the Raspberry Pi•••This will reduce the confusion at boot, where the only thing visible is the last message from u-boot; where it looks like the Raspberry Pi is hung, while in reality it's likely resizing partitions. Samuel Dionne-Riel2019-06-151-0/+5
| * | | | | | | | | | | linux: Enables support for the Allwinner Display Engine 2.0Samuel Dionne-Riel2019-06-151-0/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #62852 from samueldr/fix/xterm-desktop-manager-default•••nixos/desktop-managers/xterm: Defaults to xserver's stateSamuel Dionne-Riel2019-06-241-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nixos/desktop-managers/xterm: Defaults to xserver's state•••This enhances #61423, which removed the gating of desktop-managers from being linked to the xserver's state. This, though, brought in xterm into all systems, even those without X servers. This change sets the *default* of the xterm desktop-manager to the state of the xserver, keeping it enabled by default as a sane fallback. The xterm desktop-manager can still be enabled or disabled as needed, without it being affected by xserver's state. Samuel Dionne-Riel2019-06-081-1/+3