summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* calibre: upgrade 1.5.0 -> 1.8.0Arvin Moezzi2013-10-30
| | | | from #1144
* googleMusicmanager: add expressionJason "Don" O'Conal2013-10-30
| | | | close #1056
* pythonPackages.faker, pythonPackages.fake_factory: add expressionsJason \"Don\" O'Conal2013-10-30
| | | | close #1125
* ninka: update to 1.1 and refactorDomen Kožar2013-10-30
|
* Merge pull request #1149 from offlinehacker/pkgs/gitAndTools.gitflow/addDomen Kožar2013-10-30
|\ | | | | Add gitflow
| * Add gitflowJaka Hudoklin2013-10-30
| | | | | | | | A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model
* | Merge pull request #1142 from lovek323/sympyDomen Kožar2013-10-30
|\ \ | | | | | | pythonPackages.sympy: add expression
| * | pythonPackages.sympy: add expressionJason "Don" O'Conal2013-10-28
| | |
* | | Merge pull request #1139 from offlinehacker/pkgs/pnquant/addDomen Kožar2013-10-30
|\ \ \ | | | | | | | | Add pngquant, it converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved.
| * | | Add pngquant, it converts 24/32-bit RGBA PNGs to 8-bit palette with alpha ↵Jaka Hudoklin2013-10-30
| | | | | | | | | | | | | | | | channel preserved.
* | | | Update SlimerJSMichael Raskin2013-10-30
| |_|/ |/| |
* | | firefox: Update to 25.0Eelco Dolstra2013-10-29
| | |
* | | Decrease verbosity of VirtualBox image generationEelco Dolstra2013-10-29
| | |
* | | openssh: build on unix platformsDomen Kožar2013-10-29
| | |
* | | Remove the dhclient moduleEelco Dolstra2013-10-29
| | | | | | | | | | | | It's no longer used by NixOS (replaced by dhcpcd).
* | | Manual: Render multi-line strings properlyEelco Dolstra2013-10-29
| | |
* | | Manual: Escape $Eelco Dolstra2013-10-29
| | |
* | | Manual: Render strings containing special characters as indented stringsEelco Dolstra2013-10-29
| | |
* | | Manual: Don't show "Default: none"Eelco Dolstra2013-10-29
| | |
* | | changes in: redshift, geoclue, libsoupRok Garbas2013-10-29
| | | | | | | | | | | | | | | | | | - added support for geoclue for redshift - package geoclue 2.0.0 (as geoclue2) - package libsoup 2.44.1 (as libsoup_2_40)
* | | Fix environment.checkConfigurationOptionsEelco Dolstra2013-10-29
| | | | | | | | | | | | | | | | | | This requires delaying the declaredness check until later, otherwise we get an infinite recursion querying environment.checkConfigurationOptions.
* | | Manual: Render null valuesEelco Dolstra2013-10-29
| | |
* | | nixos: haproxy moduleRok Garbas2013-10-29
| | |
* | | vimPlugins.ipython: add expressionJason \"Don\" O'Conal2013-10-29
| | | | | | | | | | | | close #1141
* | | fixMergeModules shouldn't check whether options are declaredEelco Dolstra2013-10-29
| | |
* | | Add fixMergeModules back inEelco Dolstra2013-10-29
| | | | | | | | | | | | NixOps uses it.
* | | Support module keys that are pathsEelco Dolstra2013-10-29
| | |
* | | Give types to the Apache httpd optionsEelco Dolstra2013-10-29
| | |
* | | Add option type "str" for unique stringsEelco Dolstra2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An annoying and dangerous property of "types.string" is that it merges multiple definitions by concatenating them, which almost never produces a sensible result. (Those options for which it does make sense typically should use "types.lines" instead, and things only work because the option definitions already end in a newline.) Of course, you can use "types.uniq types.string", but that's rather verbose, and inconsistent with other basic types like "types.int". Changing the behaviour of "types.string" to be unique by default is not an option, given the large number of options that use it. So instead, we now have "types.str", which is equivalent to "types.uniq types.string".
* | | grsecurity: Update to 2.9.1-3.2.52-201310271550Ricardo M. Correia2013-10-29
| | |
* | | linux: Update to 3.2.52Ricardo M. Correia2013-10-29
| | |
* | | nixos-rebuild build-vm: Ignore the user's LUKS devicesEelco Dolstra2013-10-29
| | |
* | | Drop the EFI installer tests from the release-critical builds for nowEelco Dolstra2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They fail randomly due to a hard-coded 30-second timeout in udev waiting for /dev/sda1 to appear: systemd-udevd[1151]: worker [1168] /devices/pci0000:00/0000:00:04.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 timeout; kill it systemd-udevd[1151]: seq 1059 '/devices/pci0000:00/0000:00:04.0/host2/target2:0:0/2:0:0:0/block/sda/sda1' killed Hopefully we can use virtio in the future for the EFI tests. http://hydra.nixos.org/build/6695897
* | | Add a priority level for overrides in VM testsEelco Dolstra2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now that overriding fileSystems in qemu-vm.nix works again, it's important that the VM tests that add additional file systems use the same override priority. Instead of using the same magic constant everywhere, they can now use mkVMOverride. http://hydra.nixos.org/build/6695561
* | | wpa_supplicant.nix: Add option typesEelco Dolstra2013-10-29
| | |
* | | nixos: zope2 service: adding clientHome optionRok Garbas2013-10-29
| | |
* | | nix: Update to 1.6.1Eelco Dolstra2013-10-29
| | |
* | | pythonPackages.substanced: specify sha256Domen Kožar2013-10-29
| | |
* | | libedit: 20100424-3.0 -> 20130712-3.1Domen Kožar2013-10-29
| | |
* | | A few hooks for easier library handling when CFFI is usedMichael Raskin2013-10-29
| | |
* | | Adding upstream tracker for quantum minigolfMichael Raskin2013-10-29
| | |
* | | Adding a facility to generate Lisp module definitions from QuickLisp; no ↵Michael Raskin2013-10-29
| | | | | | | | | | | | sane update facility yet; adding Esrap-PEG as a test
* | | optipng: update to 0.7.4Jaka Hudoklin2013-10-29
| | | | | | | | | | | | close #1138.
* | | Fix evaluation error in the tomcat testEelco Dolstra2013-10-29
| | |
* | | Don't copy Nix expressions to the store while processing Apache subservicesEelco Dolstra2013-10-29
| | |
* | | Fix mkOverride callEelco Dolstra2013-10-29
| | |
* | | Fix nixos-optionEelco Dolstra2013-10-28
| | | | | | | | | | | | | | | In particular, it no longer produces an "infinite recursion" error when run with no arguments.
* | | Remove obsolete function addDefaultOptionValuesEelco Dolstra2013-10-28
| | |
* | | Implement services.httpd.virtualHosts using the module systemEelco Dolstra2013-10-28
| | |
* | | Remove remaining uses of mkOverrideTemplateEelco Dolstra2013-10-28
| | |