about summary refs log tree commit diff
path: root/overrides
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Update to latest linux master branch.aszlig2013-02-221-3/+3
| | | | | | Yeah, let's get the latest bugs from the merge window :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add tkabber urgent plugin.aszlig2013-02-072-0/+27
| | | | | | | | | This is particularily useful sometimes to activate if you actually _want_ to be interrupted in your work flow. It is within the Tkabber 3rd party plugins repository. So maybe we want to package the plugin repository in upstream nixpkgs? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to latest master.aszlig2013-02-071-2/+2
| | | | | | | Of course just for the sake of not being stuck an a specific -rc tag, this is gonna put us a few commits forward into the futuuuuuuuureeeee, err, yes :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.8.0-rc5.aszlig2013-02-071-3/+3
| | | | | | We're not in the dark age anymore, so let's move forward! :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Refactor into different override types.aszlig2013-01-141-41/+47
| | | | | | | | | | | We now have arg overrides and derivation overrides. Both are implemented using mapOverride, which allows to specify overrides in batches using dotted attrset nesting. In addition new packages are now clearly separated away and alphabetically ordered, so that it's easy to add another new package to the list. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Move blop into a subdirectory.aszlig2013-01-142-14/+17
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Move libCMT into a subdirectory.aszlig2013-01-142-23/+26
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Move pvolctrl into a subdirectory.aszlig2013-01-142-33/+36
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Move librxtx_java into a subdirectory.aszlig2013-01-142-22/+25
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Move axbo into a subdirectory.aszlig2013-01-142-74/+77
| | | | | | So, first package to be managed using the callPackage mechanism, more to follow. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Reindent and add callPackage support.aszlig2013-01-141-205/+208
| | | | | | | As we now refer to "self" for the overrides package collections itself, we need to go one level deeper in indentation inside the overrides. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move catapult env from overrides into envs.aszlig2013-01-141-13/+0
| | | | | | | This one was actually missing from commit 5cd07981d83f080775d6f144a940e05a4cc7310c. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Reference old package with "pkgs.".aszlig2013-01-141-5/+5
| | | | | | | This is necessary to prevent infinite recursion. Of course a package override has a hard time overriding itself, right? :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Move kernel/hetzner/rdwarf to ../envs.aszlig2013-01-141-28/+0
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Completely separate environments.aszlig2013-01-141-5/+7
| | | | | | | | | Environments are now handled through nixpkgs/config.nix and get all packages from nixpkgs plus the packageOverrides in ../overrides. So we can actually remove "p" in overrides/default.nix which was recursively referencing the overrides attrs. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpkgs: Move aszlig-env into ../envs.aszlig2013-01-141-6/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpkgs: Move packageOverrides into ../overrides.aszlig2013-01-141-0/+286
This currently just to clearly separate these from the nixpkgs configuration and will be refined further in upcoming commits. Signed-off-by: aszlig <aszlig@redmoonstudios.org>