summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Remove obsolete xfceutils attributeEelco Dolstra2013-10-30
|
* Remove unused Xfce filesEelco Dolstra2013-10-30
|
* Add ZFS dependencies to the initrd so that the zpool command works.William A. Kennington III2013-10-30
| | | | | | Remove unneeded zfs mount, since zpool automatically mounts everything. Close #1128.
* Merge pull request #1146 from Chaddai/mastercillianderoiste2013-10-30
|\ | | | | Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvirc
| * Ooops licences replaced by licensesChaddaï Fouché2013-10-30
| |
| * Adjust kvirc/default.nix to better use stdenv.libChaddaï Fouché2013-10-30
| |
| * Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvircChaddaï Fouché2013-10-29
| |
* | smartd.nix: Fix broken option typeEelco Dolstra2013-10-30
| |
* | Show correct position info for errors in submodulesEelco Dolstra2013-10-30
| | | | | | | | | | | | | | | | E.g. The unique option `fileSystems./.device' is defined multiple times, in `/etc/nixos/configuration.nix' and `/etc/nixos/foo.nix'. This requires passing file/value tuples to the merge functions.
* | Add some option typesEelco Dolstra2013-10-30
| |
* | Export only the files of the active definitionsEelco Dolstra2013-10-30
| |
* | Manual: Fix -I flagEelco Dolstra2013-10-30
| |
* | Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
| |
* | 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
| | |