about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* renderdoc: init at version 0.34pre (#23769)jansol2017-03-21
| | | | | | | | | * renderdoc: init at version 0.34pre Initialising a few commits after the latest release due to some upstream improvements to the build system. * fix maintainer
* Merge pull request #24151 from volth/far2lJörg Thalheim2017-03-21
|\ | | | | far2l: init at 2.1
| * far2l: init at 2.1Volth2017-03-21
| |
* | Merge pull request #24160 from mdaiter/riakMaintainDaiderd Jordan2017-03-21
|\ \ | | | | | | riak: adding myself as maintainer
| * | riak: adding myself as maintainerMatthew Daiter2017-03-21
| | |
* | | Merge pull request #24177 from frontsideair/flow-42Jörg Thalheim2017-03-21
|\ \ \ | | | | | | | | flow: 0.41.0 -> 0.42.0
| * | | flow: 0.41.0 -> 0.42.0Fatih Altinok2017-03-21
| | | |
* | | | Merge pull request #24176 from zauberpony/update-vultr-1.12.0-to-1.13.0Jörg Thalheim2017-03-21
|\ \ \ \ | |/ / / |/| | | vultr: 1.12.0 -> 1.13.0
| * | | vultr: 1.12.0 -> 1.13.0Elmar Athmer2017-03-21
| | | |
* | | | ocamlPackages.ocamlbuild: 0.9.3 -> 0.11.0Vincent Laporte2017-03-21
| | | |
* | | | ocamlPackages.inifiles: init at 1.2Vincent Laporte2017-03-21
| | | | | | | | | | | | | | | | inifiles is a library to read and write .ini files
* | | | babelstone-han: init at 9.0.2Volth2017-03-21
|/ / /
* | | Allow attaching to non-child processes by defaultEelco Dolstra2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The inability to run strace or gdb is the kind of developer-unfriendliness that we're used to from OS X, let's not do it on NixOS. This restriction can be re-enabled by setting boot.kernel.sysctl."kernel.yama.ptrace_scope" = 1; It might be nice to have a NixOS module for enabling hardened defaults. Xref #14392. Thanks @abbradar.
* | | nix-daemon.nix: Make the 1.12 check less strictEelco Dolstra2017-03-21
| | |
* | | Merge pull request #24150 from 8573/8573/pkg/update/rustfmt/0.8/1Jörg Thalheim2017-03-21
|\ \ \ | | | | | | | | rustfmt: 0.7.1 -> 0.8
| * | | rustfmt: 0.7.1 -> 0.8c74d2017-03-21
| | | |
* | | | udev module: filter duplicate udev pathsNikolay Amiantov2017-03-21
| | | | | | | | | | | | | | | | Fixes #24174
* | | | octoprint: 1.3.1 -> 1.3.2Nikolay Amiantov2017-03-21
| | | | | | | | | | | | | | | | Fix startup wizard and cleanup dependencies.
* | | | python.pkgs.websocket_client: 0.32.0 -> 0.40.0Nikolay Amiantov2017-03-21
| | | |
* | | | python.pkgs.sockjs-tornado: init at 1.0.3Nikolay Amiantov2017-03-21
| | | |
* | | | Merge pull request #24173 from chris-martin/pr/idea-community-2016-3-5-bJörg Thalheim2017-03-21
|\ \ \ \ | | | | | | | | | | idea-community: 2016.3.4 -> 2016.3.5
| * | | | idea.idea-community: 2016.3.4 -> 2016.3.5Chris Martin2017-03-21
| | | | |
* | | | | sbt_0_12_4: remove old version of sbtSergii Paryzhskyi2017-03-21
| | | | |
* | | | | Merge pull request #24175 from carlosdagos/osx-bootable-usbJörg Thalheim2017-03-21
|\ \ \ \ \ | | | | | | | | | | | | documentation: expand on creating USB bootable for OS X.
| * | | | | Expand on creating USB bootable for OS XCarlos D2017-03-21
| | | | | |
* | | | | | Merge pull request #24166 from HeeL/fix-mkdir-in-fetchgxJörg Thalheim2017-03-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix mkdir for fetchgx to not throw an exception
| * | | | | Fix mkdir for fetchgx to not throw an exceptionHeeL2017-03-21
| | |_|_|/ | |/| | |
* | | | | gpodder: add myself as maintainerJörg Thalheim2017-03-21
| | | | |
* | | | | pythonPackages.podcastparser: correct licenseJörg Thalheim2017-03-21
| |/ / / |/| | |
* | | | gpodder: 3.9.1 -> 3.9.3Jörg Thalheim2017-03-21
| | | |
* | | | pythonPackages.podcastparser: init at 0.6.1Jörg Thalheim2017-03-21
| | | |
* | | | Revert "nixos-container: Use machinectl shell (#18825)"Eelco Dolstra2017-03-21
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c37e76b4d2ac59139df8956cc2b1ec6921bea11d. Unfortunately, using "machinectl shell" has two bad side effects: * It sends the command's stderr to stdout. * It doesn't propagate the command's exit status. This broke NixOps. PR #18825.
* | | Merge pull request #23672 from edanaher/nginx-aliasDomen Kožar2017-03-21
|\ \ \ | | | | | | | | Nginx alias directive
| * | | nginx: disallow alias directive on server level; it doesn't work.Evan Danaher2017-03-09
| | | |
| * | | nginx: Assert that either root or alias is null.Evan Danaher2017-03-09
| | | | | | | | | | | | | | | | | | | | If both are set, nginx won't start. More error checking is certainly in order, but this seems like a reasonable start.
| * | | nginx: Add alias configuration option for hosts and locations.Evan Danaher2017-03-09
| | | | | | | | | | | | | | | | It's like root, but doesn't keep the prefix.
* | | | Merge pull request #24165 from HeeL/init-party-parrotPascal Wittmann2017-03-21
|\ \ \ \ | | | | | | | | | | terminal-parrot: init at 1.1.0
| * | | | terminal-parrot: init at 1.1.0HeeL2017-03-21
| | | | |
* | | | | nix: 1.11.7 -> 1.11.8Eelco Dolstra2017-03-21
| | | | |
* | | | | Merge pull request #24108 from adelbertc/coursier-1-0-0-M15Tim Steinbach2017-03-21
|\ \ \ \ \ | | | | | | | | | | | | coursier: init at 1.0.0-M15
| * | | | | coursier: makeWrapper as nativeBuildInputs, add adelbertc and nequissimus as ↵Adelbert Chang2017-03-20
| | | | | | | | | | | | | | | | | | | | | | | | maintainers
| * | | | | coursier: init at 1.0.0-M15Adelbert Chang2017-03-19
| | | | | |
* | | | | | Merge pull request #24159 from mdorman/emacs-updatesJoachim F2017-03-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Automated emacs package updates: 2017-03-20
| * | | | | | melpa-packages: 2017-03-20Michael Alan Dorman2017-03-21
| | | | | | |
| * | | | | | melpa-stable-packages: 2017-03-20Michael Alan Dorman2017-03-21
| | | | | | |
| * | | | | | elpa-packages: 2017-03-20Michael Alan Dorman2017-03-21
| | | | | | |
* | | | | | | Merge pull request #24152 from copumpkin/gcc-simplifyDaniel Peebles2017-03-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gfortran/gcc: simplify & clean up on Darwin
| * | | | | | | gfortran/gcc: simplify & clean up on DarwinDan Peebles2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should eliminate the branched logic for gfortran on Darwin, as well as preventing accidental inclusion of impure paths in gcc and gfortran builds.
* | | | | | | | pdfpc: 4.0.5 -> 4.0.6Pascal Wittmann2017-03-21
| | | | | | | |
* | | | | | | | xlockmore: 5.50 -> 5.51Pascal Wittmann2017-03-21
| | | | | | | |