summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/tests/chromium: Allow to override packages.aszlig2014-11-19
| | | | | | | | Of course, this could be done via packageOverrides, but this is more explicit and makes it possible to run the tests with various Chromium overrides. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/haveged: Fix incorrect unit configuration (documentation -> Documentation)Rickard Nilsson2014-11-19
|
* nixos/riemann: Add option configFilesRickard Nilsson2014-11-19
|
* nixos: Add rudimentary VM tests for Chromium.aszlig2014-11-18
| | | | | | | | | | | | | | | | Currently, the test is only for testing the user namespace sandbox and even that isn't very representative, because we're running the tests as root. But apart from that, we should have functionality for opening/closing windows and the main goal here is to get them as deterministic as possible, because Chromium usually isn't very nice to chained xdotool keystrokes. And of course, the most important "test" we have here: We know at least whether Chromium works _at_all_. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #5016 from bjornfor/nixos-generate-config-with-libEelco Dolstra2014-11-18
|\ | | | | nixos-generate-config: add 'lib' to module template
| * nixos-generate-config: add 'lib' to module templateBjørn Forsman2014-11-17
| | | | | | | | | | | | | | The NixOS manual says modules have the following signature: { config, lib, pkgs, ... }: But our generated configuration.nix file lacks the 'lib' part. Add it.
* | nixos: document default GNOME 3.12 in the 14.11 release notesLuca Bruno2014-11-18
| |
* | Use lib instead of pkgs.libIgor Pashev2014-11-17
|/ | | Usage of pkgs.lib may cause infinite recursion
* options.json: Filter out "visible" and "internal" attributesEelco Dolstra2014-11-17
|
* options.json: Export as an object rather than a listEelco Dolstra2014-11-17
| | | | This makes it easier to look up options by name.
* Manual: Don't depend on the JSON optionsEelco Dolstra2014-11-17
|
* Add a job for generating options.jsonEelco Dolstra2014-11-17
| | | | Useful for the nixos.org options search.
* grsecurity: Update assertion msg to correct major kernel versionsRicardo M. Correia2014-11-16
|
* update obsolete startOn valuesEvgeny Egorochkin2014-11-16
|
* stage-1: fix hibernation for device node symlinksNikolay Amiantov2014-11-15
| | | | closes #4995
* KDE4: fix sound using the old gstreamer approach; the correct way would be ↵Evgeny Egorochkin2014-11-15
| | | | to wrap each and every phonon client, or patch phonon's search path
* Revert "cups: update package"Michael Raskin2014-11-15
| | | | This reverts commit aa548af5a5e997b94df41b1da57232bd10b76612.
* Revert "cups-filters: add package"Michael Raskin2014-11-15
| | | | This reverts commit f7ba33de561aac0beccd0eebb7a3a8499aab46eb.
* Merge pull request #4857 from abbradar/cups2Michael Raskin2014-11-15
|\ | | | | [WIP] Improve printing experience and update related packages
| * cups-filters: add packageNikolay Amiantov2014-11-14
| |
| * cups: update packageNikolay Amiantov2014-11-14
| |
* | ssh-agent: use types.nullOrAristid Breitkreuz2014-11-15
| |
* | ssh-agent: make key timeout optionalAristid Breitkreuz2014-11-15
| |
* | limit the amount of time ssh-agent keeps a key (default: 1h)Aristid Breitkreuz2014-11-15
| |
* | Allow starting a shell on stage 1 failurewmertens2014-11-15
| | | | | | When people copy the ISO to USB it can happen that the root device isn't known. Having a shell greatly improves that situation.
* | Drop GNOME 3.10Luca Bruno2014-11-14
| |
* | nixos/unifi: Remove old ROOT.war links before relinkingWilliam A. Kennington III2014-11-14
| |
* | Merge branch 'staging'Eelco Dolstra2014-11-14
|\ \
| * \ Merge branch 'master' into stagingVladimír Čunát2014-11-14
| |\ \ | | | | | | | | | | | | | | | | Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
| * | | Fix /dev/root udev rule in the ISOEelco Dolstra2014-11-11
| | | |
| * | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-11-11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/boost/generic.nix
| * \ \ \ Merge branch 'master' into stagingLuca Bruno2014-11-10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingLuca Bruno2014-11-08
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the build more useful: - Disabled hybrid iso, makes installer tests pass again - Imagemagick fixes to the "Illegal instruction" thing
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-11-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/stdenv/generic/default.nix
| * \ \ \ \ \ \ Merge recent master into stagingVladimír Čunát2014-11-05
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nixpkgs Hydra: ?compare=1157272 TODO: port e22889064f82be3 Conflicts: nixos/tests/gnome3_10.nix (auto-solved) pkgs/applications/video/aegisub/default.nix pkgs/development/libraries/boost/1.55.nix
| * | | | | | | | fontconfig: patch and documentVladimír Čunát2014-11-05
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-11-02
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-10-31
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-24
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge recent master into stagingVladimír Čunát2014-10-23
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1156478
| * | | | | | | | | | | | fontconfig: update 2.10.2 -> 2.11.1. Close #4410, #2050Luca Bruno2014-10-23
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos: fix two pipefail problemsVladimír Čunát2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It failed since 3c6efec2c09, i.e. #4453. Now it should "work" the same as before.
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libav/default.nix pkgs/shells/bash/bash-4.2-patches.nix pkgs/stdenv/generic/default.nix
| * | | | | | | | | | | | | | Fix nixos-rebuild evaluationLuca Bruno2014-09-23
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Merge recent master into stagingVladimír Čunát2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1151601
| * | | | | | | | | | | | | | | Change default from gnome 3.10 to gnome 3.12Luca Bruno2014-09-08
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/systemd-216' into stagingEelco Dolstra2014-09-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into systemd-216Eelco Dolstra2014-09-02
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \