summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* syncthing service: support running from systemd --user instancePeter Hoeg2016-04-14
|
* Merge pull request #14686 from wizeman/u/fix-updatedbPeter Simons2016-04-14
|\ | | | | nixos.locate: fix update-locatedb service failure
| * nixos.locate: fix update-locatedb service failureRicardo M. Correia2016-04-14
| | | | | | | | | | | | | | It was failing with a `Read-only filesystem` failure due to the systemd service option `ReadWriteDirectories` not being correctly configured. Fixes #14132
* | Merge pull request #14646 from peterhoeg/flexgetjoachifm2016-04-14
|\ \ | |/ |/| flexget nixos module: run the service and specify configuration
| * flexget nixos module: run the service and specify configurationPeter Hoeg2016-04-13
| | | | | | | | | | | | | | | | | | This module adds support for defining a flexget service. Due to flexget insisting on being able to write all over where it finds its configuration file, we use a ExecStartPre hook to copy the generated configuration file into place under the user's home. It's fairly ugly and I'm very open to suggestions
* | Revert "dbus nixos module: add units for systemd user session"obadz2016-04-14
| | | | | | | | | | | | This reverts commit 83cb6ec399e067b0d111abc39381204d1796758f. Was breaking: nix-build '<nixos/release.nix>' -A tests.xfce.x86_64-linux
* | Restore default core limit of 0:infinityEelco Dolstra2016-04-14
| | | | | | | | | | | | | | | | Continuation of 79c3c16dcbb3b45c0f108550cb89ccd4fc855e3b. Systemd 229 sets the default RLIMIT_CORE to infinity, causing systems to be littered with core dumps when systemd.coredump.enable is disabled. This restores the 15.09 soft limit of 0 and hard limit of infinity.
* | treewide: Mass replace 'sqlite}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
| |
* | treewide: Mass replace 'openssl}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
| |
* | treewide: Mass replace 'ffmpeg}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
| |
* | treewide: Mass replace 'dbus_daemon}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
| |
* | replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
| |
* | Merge pull request #14647 from MostAwesomeDude/tahoezimbatm2016-04-13
|\ \ | | | | | | Tahoe-LAFS improvements
| * | services/tahoe: Add tub.location for specifying external IPs.Corbin2016-04-12
| | | | | | | | | | | | Invaluable for wiring up clouds.
* | | Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\ \ \ | |_|/ |/| |
| * | installer tests: Use different package for testing `nix-env -iA`Tuomas Tynkkynen2016-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coreutils is multi-output and the `info` output doesn't seem to be included on the install disk, failing like this (because now nix-env wants to build coreutils): ```` machine# these derivations will be built: machine# /nix/store/0jk4wzg11sa6cqyw8g7w5lb35axji969-bison-3.0.4.tar.gz.drv ... machine# /nix/store/ybjgqwxx63l8cj1s7b8axx09wz06kxbv-coreutils-8.25.drv machine# building path(s) ‘/nix/store/4xvdi5740vq8vlsi48lik3saz0v5jsx0-coreutils-8.25.tar.xz’ machine# downloading ‘http://ftpmirror.gnu.org/coreutils/coreutils-8.25.tar.xz’... machine# error: unable to download ‘http://ftpmirror.gnu.org/coreutils/coreutils-8.25.tar.xz’: Couldn't resolve host name (6) machine# builder for ‘/nix/store/5j3bc5sjr6271fnjh9gk9hrid8kgbpx3-coreutils-8.25.tar.xz.drv’ failed with exit code 1 machine# cannot build derivation ‘/nix/store/ybjgqwxx63l8cj1s7b8axx09wz06kxbv-coreutils-8.25.drv’: 1 dependencies couldn't be built machine# error: build of ‘/nix/store/ybjgqwxx63l8cj1s7b8axx09wz06kxbv-coreutils-8.25.drv’ failed ````
| * | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\ \ | | | | | | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * \ \ Merge #12653: rework default outputsVladimír Čunát2016-04-07
| |\ \ \
| | * | | treewide: rename extraOutputs{ToLink,ToInstall}Vladimír Čunát2016-04-07
| | | | | | | | | | | | | | | | | | | | This is to get more consistent with `meta.outputsToInstall`.
| | * | | buildEnv: respect meta.outputsToInstallVladimír Čunát2016-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a result `systemPackages` now also respect it. Only nix-env remains and that has a PR filed: https://github.com/NixOS/nix/pull/815
| | * | | Merge branch 'closure-size' into p/default-outputsVladimír Čunát2016-03-14
| | |\ \ \
| | * | | | nixos systemPackages: rework default outputsVladimír Čunát2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now `pkg.outputUnspecified = true` but this attribute is missing in every output, so we can recognize whether the user chose or not. If (s)he didn't choose, we put `pkg.bin or pkg.out or pkg` into `systemPackages`. - `outputsToLink` is replaced by `extraOutputsToLink`. We add extra outputs *regardless* of whether the user chose anything. It's mainly meant for outputs with docs and debug symbols. - Note that as a result, some libraries will disappear from system path.
| * | | | | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| * \ \ \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * | | | | | php: fixup build when configured with httpd via nixosVladimír Čunát2016-03-11
| | | | | | |
| * | | | | | Merge master into closure-sizeVladimír Čunát2016-03-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * \ \ \ \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
| |\ \ \ \ \ \ \
| * | | | | | | | nixos/nix-serve: use bzip2.bin outputThomas Tuegel2016-02-07
| | | | | | | | |
| * | | | | | | | Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to refer to correct outputs
| | * | | | | | | | treewide: Mass replace 'xfsprogs}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | | | | | | | | |
| | * | | | | | | | treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | | | | | | | | |
| * | | | | | | | | Merge #12740: multiple outputs for Qt 5 and KDE 5Vladimír Čunát2016-02-03
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nixos/kde5: use runtime outputsThomas Tuegel2016-01-31
| | |/ / / / / / / /
| * | | | | | | | | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | Let's get rid of those merge conflicts.
| * | | | | | | | | treewide: Mass replace 'openssl}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'xorg.libXext}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'libcap}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'glibc}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'dbus_daemon}/lib' to refer the 'lib' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'cups}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'cairo}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | | | | |
| * | | | | | | | | treewide: Mass replace 'attr}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix system-path with multioutLuca Bruno2015-12-01
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into closure-sizeLuca Bruno2015-11-29
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nixos/polkit: fix systemd service after spilttingLuca Bruno2015-11-26
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
| |\ \ \ \ \ \ \ \ \ \ \ \