about summary refs log tree commit diff
path: root/overrides
Commit message (Collapse)AuthorAgeFilesLines
...
* axbo: Move src attribute to the top.aszlig2014-03-171-7/+7
| | | | | | No change in functionality, it just felt ugly to me :-D Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* librxtx-java: Provide alternate URL for download.aszlig2014-03-171-5/+8
| | | | | | The web server at rxtx.qbang.org is down at the moment. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel to version 3.14.0-rc6.aszlig2014-03-161-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to 3.14.0-rc4.aszlig2014-02-081-3/+3
| | | | | | Okay, not exactly, a few commits afterwards ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Switch to Torvalds's Linux repository.aszlig2013-10-291-1/+1
| | | | | | | | This is instead of my local clone, which I used because I don't want to clone that repos over and over again (even if it's a shallow clone) for (re-)building the kernel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to 3.12.0-rc7.aszlig2013-10-291-3/+3
| | | | | | ... plus two more commits ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.12.0-rc6.aszlig2013-10-201-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.12.0-rc2.aszlig2013-09-251-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update source/config to latest mainline kernel.aszlig2013-09-141-2/+2
| | | | | | This updates the configs of both machines to the latest kernel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to pre-3.12.aszlig2013-09-061-3/+3
| | | | | | | | This is within the current 3.12 merge window, so it still says 3.11, even though it already contains the shiny new stuff like lockrefs and more :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Use remix packs for UQM.aszlig2013-08-151-0/+1
| | | | | | Hell yes! Of course we want it, don't we? :-D Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and config to v3.11-rc5.aszlig2013-08-141-3/+3
| | | | | | | | | I should commit here more often, because between -rc4 and -rc5 there were changes in the configuration. But skipping the commits of release canidates before -rc5 probably doesn't harm that much, so let's jump into the future... swoooooosh... Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.10.0-rc6.aszlig2013-06-211-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel to version 3.10.0-rc4.aszlig2013-06-071-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Adjust styles of roster and emoticons.aszlig2013-05-271-0/+2
| | | | | | | | | | | | | | | | | For the emoticons, let's just turn them off. They're annoying as hell! The rest are just cosmetic changes to get closer to the UI I was familiar with TKabber. And well, I had nickname colors in chat windows mixed up so it was a bit hard for me to follow along (I always had cyan for my own nick and coral for other nick) because the own vs. other nick colors were swapped. One particularly annoying thing were those creepy animations of GTK+, so I'm turning them off. There is still the "smooth scrolling" in chat windows left, but that's a topic for a commit in the (hopefully not so) distant future :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Convert gajim.config into a Nix attrset.aszlig2013-05-251-1/+2
| | | | | | | This should bring us to the point where it's easy to kill off some repetition in the config file by defining functions for those repetitive values. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move over from TKabber to Gajim.aszlig2013-05-252-19/+122
| | | | | | | | | | | | | | This not only patches the desired configuration into Gajim itself but also enforces a specific GTK+ theme to be used for Gajim only. The main reason for that is to mimic the look of my previos TKabber theme and configuration. For the gory details, have a look at the patch. Basically we just use the config from the nix store as a default configuration file and only add changed lines to the configuration in the home directory. That way we can still play around with options while not killing our base configuration. If we want to make something permanent, we can just move it into the nix config. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fish: Correctly wrap Python tools.aszlig2013-05-201-7/+19
| | | | | | | | This inserts pythonPath directly into the corresponding script file instead of using wrapPythonPrograms or wrapProgram. It doesn't make sense to use a sh/bash script in order to load a fish tool, right? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add fish version 2.0.0.aszlig2013-05-192-0/+32
| | | | | | Now let's try another shell, shall we? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* rxtx: Use prerelease version.aszlig2013-05-191-2/+2
| | | | | | | | | The stable version cases segfaults and other issues with 64 bit, so let's move over to the prelease version. Please have a look at: http://rxtx.qbang.org/wiki/index.php/Talk:Download#Linux.2CAMD_64.2C_.26_2.2 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* rxtx: Add lockdev library to dependencies.aszlig2013-05-193-2/+28
| | | | | | | This is primarily to ensure that the lock files reside in /tmp/ but I wonder if /run/lock should be set sticky on NixOS by default? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Use 3DO videos for uqm by default.aszlig2013-05-171-0/+1
| | | | | | Of course we want the 3DO videos, just because the slides are boring :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* axbo: Fix package and get program to work.aszlig2013-05-171-11/+12
| | | | | | | This involves a bit more hackery, especially we need to use Java 6 in order to run, because the bundled Synthetica version is too old to support Java 7. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* kernel: Update sources to latest 3.10.0-rc1.aszlig2013-05-171-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel sources to version 3.9.0-rc8.aszlig2013-05-171-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to version 3.9.0-rc6.aszlig2013-04-121-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* test-chromium-build: Generate test scripts.aszlig2013-04-121-4/+11
| | | | | | | These scripts should make it easy to run throwaway Chromium settings without touching the main settings in ~/.config/chromium. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update TKabber SVN to revision 2010.aszlig2013-04-121-2/+2
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* mmrnmhrm: Update kernel source and configuration.aszlig2013-03-031-2/+2
| | | | | | | This updates the kernel source to the latest mainline master revision plus the fake extra version. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* mmrnmhrm: Update kernel config and source.aszlig2013-03-011-3/+3
| | | | | | | | | This time we now divert from the mainline kernel, as I have added a fake version (-pre-rc1) in order to properly test my VirtualBox patches. They differentiate the version by using preprocessor macros, which is still 3.8.0 during the merge window. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* mmrnmhrm: Update kernel config and source.aszlig2013-02-281-2/+2
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* kernel/mmrnmhrm: Update kernel to latest master.aszlig2013-02-251-2/+2
| | | | | | | This updates the kernel source to the latest version in Linus' tree and adds the new config options to mmrnmhrm's configuration. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* 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>