summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* lvm2: Update to 2.02.106Eelco Dolstra2014-04-15
|
* linux-headers: Add 3.14Eelco Dolstra2014-04-15
|
* linux-headers-2.6.28: Remove, no longer usedEelco Dolstra2014-04-15
|
* stage 1: Remove scsi_wait_scan as it is not supported after kernel 3.7William A. Kennington III2014-04-15
|
* miniupnpd: Update to 1.8.20140401Eelco Dolstra2014-04-15
|
* Fix the bittorrent testEelco Dolstra2014-04-15
| | | | | | This was broken since e8baaba044689b75ef4f36ebc5a93b7462c23cb2, because on the tracker, a DNS lookup for "tracker" returns ::1 due to nss_myhostname. This apparently confused it.
* nixos: transmission improvementsAustin Seipp2014-04-15
| | | | | | | | | | | | | | | | | | | This mostly upgrades transmission, and does some very minor touchups on AppArmor support. In particular, there is now no need to ever specify the umask as part of the settings, as it will be mixed in by default (which is essentially always what you want). Also, the default configuration is now more sensible: Downloads are put in /var/lib/transmission/Downloads, and incomplete files are put in /var/lib/transmission/.incomplete - this also allows easy use of file syncing probrams, like BitTorrent Sync. Finally, this unconditionally enables the AppArmor profiles for the daemon, if AppArmor is enabled - rather than letting the user specify profile support, it's best to default to supporting profiles for daemons transparently in all places. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Merge pull request #2275 from jwiegley/haskell-utilsOliver Charles2014-04-15
|\ | | | | Three new Haskell tools: rehoo, una, cabal-meta
| * Three new Haskell tools: rehoo, una, cabal-metaJohn Wiegley2014-04-15
| |
* | Containers: Inherit the platform type of the hostEelco Dolstra2014-04-15
| | | | | | | | http://hydra.nixos.org/build/10350055
* | Archive::Cpio: Add to channelEelco Dolstra2014-04-15
| |
* | nixos-rebuild: Fallback for upgrading NixEelco Dolstra2014-04-15
| | | | | | | | | | | | | | Previously, if the currently installed Nix is too old to evaluate Nixpkgs, then nixos-rebuild would fail and the user had to upgrade Nix manually. Now, as a fallback, we run ‘nix-store -r’ to obtain a binary Nix directly from the binary cache.
* | nixos-rebuild: Exec nixos-rebuild from the new Nixpkgs treeEelco Dolstra2014-04-15
| | | | | | | | | | | | | | This allows doing any necessary actions that were not in the installed nixos-rebuild (such as downloading a new version of Nix). This does require us to be careful that nixos-rebuild is backwards-compatible (i.e. can run in any old installation).
* | Don't restart container-startup-doneEelco Dolstra2014-04-15
| |
* | Don't restart container shells in switch-to-configurationEelco Dolstra2014-04-15
|/
* haskell-text-icu: don't run test suite on DarwinPeter Simons2014-04-15
| | | | | https://github.com/bos/text-icu/issues/6 https://github.com/NixOS/nixpkgs/pull/2254
* Merge pull request #2258 from jwiegley/mtrPeter Simons2014-04-15
|\ | | | | Update mtr to 0.85, and allow building on any unix
| * Update mtr to 0.85, and allow building on any unixJohn Wiegley2014-04-14
| |
* | Merge pull request #2261 from jwiegley/lua5Peter Simons2014-04-15
|\ \ | | | | | | Allow lua5 to build as a dylib on Darwin
| * | Allow lua5 to build as a dylib on DarwinJohn Wiegley2014-04-14
| |/
* | haskellPackages.Unixutils: New expressionLukas Toth2014-04-15
| |
* | haskellPackages.bzlib: New expressionLukas Toth2014-04-15
| |
* | haskellPackages.Extra: New expressionLukas Toth2014-04-15
| |
* | haskellPackages.ipprint: New expressionLukas Toth2014-04-15
| |
* | nixos: add spiped service moduleAustin Seipp2014-04-15
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #2262 from jwiegley/gitPeter Simons2014-04-15
|\ \ | | | | | | On Darwin, set NO_APPLE_COMMON_CRYPTO=1 for git builds
| * | On Darwin, set NO_APPLE_COMMON_CRYPTO=1 for git buildsJohn Wiegley2014-04-14
| |/
* | Merge pull request #2269 from jwiegley/leafnodePeter Simons2014-04-15
|\ \ | | | | | | Add leafnode for unix systems
| * | Add leafnode for unix systemsJohn Wiegley2014-04-15
| | |
* | | Merge pull request #2268 from jwiegley/sizesOliver Charles2014-04-15
|\ \ \ | | | | | | | | Add the Haskell system utility "sizes" (take two)
| * | | Add the Haskell system utility "sizes"John Wiegley2014-04-15
| |/ /
* | | Fix hydra UIDAustin Seipp2014-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The style for IDs dictates that groups/users should have the same ID - so if a user doesn't have a group or vice versa, then we should skip that ID. In this case, we had already assigned grsecurity GID 121, but I accidentally also assigned Hydra UID 121. Instead, let's assign Hydra UID 122. And also assign a GID (122) as well. Luckily nobody was depending on this yet (except me). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | add pythonPackages.bedup (btrfs deduplication tool)Mathijs Kwik2014-04-15
| | |
* | | add pythonPackages.contextlib2Mathijs Kwik2014-04-15
| | |
* | | uhd: update 3.5.4 -> 3.7.0Bjørn Forsman2014-04-15
| | | | | | | | | | | | Build tested (with gnuradio).
* | | gnuradio: update 3.7.2.1 -> 3.7.3Bjørn Forsman2014-04-15
|/ / | | | | | | | | | | | | Changelog: http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_3/ (Build tested.)
* | kernel: stable/longterm updatesAustin Seipp2014-04-14
| | | | | | | | | | | | | | | | - stable: 3.14 -> 3.14.1 - longterm: 3.10.36 -> 3.10.37 - longterm: 3.4.86 -> 3.4.86 Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | emacsPackages: add cryptol-modeAustin Seipp2014-04-14
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | grsecurity: Update test patch from 3.0-3.13.9-201404131254 -> ↵Ricardo M. Correia2014-04-15
| | | | | | | | 3.0-3.13.10-201404141717
* | linux: Update to 3.13.10Ricardo M. Correia2014-04-15
| |
* | gsasl: fix build on Darwin (close #2260, fixes #2259)John Wiegley2014-04-14
| | | | | | | | @vcunat rewrote with "more standard" optional functions.
* | mesa: have all output on /run/opengl-driver{,-32}Vladimír Čunát2014-04-14
| | | | | | | | Fixes #2242 in a different way (cleaner, I hope).
* | nixos opengl: add s2tc to mesa drivers by defaultVladimír Čunát2014-04-14
| | | | | | | | Close #2200. Thanks to @cpages for suggesting and testing this.
* | linux: Don't use underscores in the timestampEelco Dolstra2014-04-14
| |
* | Add missing fileEelco Dolstra2014-04-14
|/
* Manual: Add some IDsEelco Dolstra2014-04-14
|
* Update section on writing testsEelco Dolstra2014-04-14
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Fix installer test evaluationEelco Dolstra2014-04-14
|
* kde-4.10: RemoveEelco Dolstra2014-04-14
|