about summary refs log tree commit diff
path: root/overrides/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Update kernel sources and configs to v3.18-rc6.aszlig2014-11-241-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to version 3.17-rc5.aszlig2014-11-181-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixops: Move from overrides into own package.aszlig2014-11-181-27/+0
| | | | | | | | We now no longer override the package included in <nixpkgs>, but build it completely from the upstream Git repository and do our patches right after the fetchgit. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to version 3.17-rc4.aszlig2014-11-141-3/+3
| | | | | | | Still can't understand why I could live with such an old kernel, so let's bring it up to date with latest mainline master. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* zsh: Prevent building the newuser module.aszlig2014-10-301-2/+2
| | | | | | BE. GONE. NOW! kthxbai! Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* zsh: Patch out zsh-newuser-install.aszlig2014-10-301-0/+6
| | | | | | Now it's getting really annoying. Be gone! Thanks :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides/nixops: Default to read-write-mode.aszlig2014-10-291-4/+12
| | | | | | | Added by another patch, which I'm not sure is worthwhile to include upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides/nixops: Update to latest master version.aszlig2014-10-291-2/+2
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Remove obsolete chromium test override.aszlig2014-10-291-31/+0
| | | | | | | No longer needed, as I have a Hydra with a jobset doing exactly that now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc2.aszlig2014-10-291-3/+3
| | | | | | This time with an overlayfs module, yay! Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc1.aszlig2014-10-211-3/+3
| | | | | | | Yes, no in-between-merge-window this time, because I don't have a lot of time right now to handle when things are breaking big times. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Enable library sharing for Miro.aszlig2014-10-141-0/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Move overrides and config into pkgs/vim.aszlig2014-10-131-8/+0
| | | | | | | | | | | The main reason for doing this is to avoid collisions with other vim variants in <nixpkgs> which are expecting an .override attribute. Moving it into pkgs/ entirely also has the advantage of being properly namespaced rather than "all over the place" and we also don't clash anymore with existing Vim packages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* cfgfiles: Add vim configuration without plugins.aszlig2014-10-131-0/+8
| | | | | | | | Yep, it's only a rudimentary configuration without any plugins yet, because so far I've been using VAM to manage plugins but in the end I want to have them consistent among all my machines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Revert "gajim: Update to v0.16-rc2."aszlig2014-10-081-11/+2
| | | | | | | | | This reverts commit aae2e9db0db3c2bd178896a68cefb49b78c9ab3e. Gajim version 0.16 is officially released, so we don't need this override anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update nixops to master with patches.aszlig2014-10-061-0/+19
| | | | | | | We want to have container support and exportable none backends, as in NixOS/nixops#201. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17.0.aszlig2014-10-061-3/+3
| | | | | | | I'm not quite sure why dnyarri's kconf got so out of sync, but this includes the changes from "make oldconfig". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel sources to version 3.17.0-rc6.aszlig2014-09-271-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel sources to version 3.17.0-rc5.aszlig2014-09-201-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to version 3.17.0-rc4.aszlig2014-09-101-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc3.aszlig2014-09-031-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Update to v0.16-rc2.aszlig2014-08-251-2/+11
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc1.aszlig2014-08-251-3/+3
| | | | | | Geesh, long time no update so it's about time :-/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add a default configuration to mpv.aszlig2014-08-051-0/+8
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.16.0.aszlig2014-08-041-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* i3: Check whether configuration file is valid.aszlig2014-08-021-0/+8
| | | | | | | | | | | Finally, after going through quite some journey, we can now check the config file without needing an X connection. The journey took a bit longer, because I was stubborn enough to get the test suite running on Nix (because I wanted to have an upstream test case for this). All that to create a small patch which just checks that damn config file and emits an exit code that actually reflects the output :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Remove override for Erlang manpages.aszlig2014-07-291-12/+0
| | | | | | Applied upstream at NixOS/nixpkgs@ec65a1e. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Change namespaces into new project name "vuizvui".aszlig2014-07-291-2/+2
| | | | | | | | | | | | | | | | | | I found "nixconf" a little big too generic and thus not unlikely enough to someday collide with something in <nixpkgs>. That's why I chose the name "vuizvui" as a Bavarion word (actually _two_ words: "vui zvui") for "far too much", in terms of the opposite of "nix" - which means "nothing". A possible downside for choosing this name is that it might be jawbreaker to some English native speakers out there, but I don't really care if the pronunciation is correct nor do I expect to get a lot of public attention on this repository. And yes, for English native speakers, a pronunciation like "fui-tsui" is probably okay as well :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.16-rc7.aszlig2014-07-281-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.16-rc5.aszlig2014-07-151-3/+3
| | | | | | | Shame on me for running such an old kernel and thanks to @devhell for making me feel guilty. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move new packages from overrides/ into pkgs/.aszlig2014-07-141-24/+2
| | | | | | | Those packages aren't actually overrides and thus it doesn't make sense to categorize them into "overrides". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to a v3.16-rc4ish.aszlig2014-07-111-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Update to latest 0.16 mercurial branch.aszlig2014-07-011-0/+4
| | | | | | | This also needs nbxmpp as a dependency, so let's revert this entire commit when the next upstream version is released. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Make expression for gajim more robust.aszlig2014-06-301-2/+2
| | | | | | | It might be that patches/postPatch will be no longer needed for the upcoming Gajim version, so let's not assume these attributes are there. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configurations to v3.16.0-rc3.aszlig2014-06-301-3/+3
| | | | | | | Moving to a new office, of course when i need to reboot anyway it's time for a new kernel, too. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to v3.15.aszlig2014-06-121-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.15-rc8.aszlig2014-06-031-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel sources to v3.15.0-rc5.aszlig2014-05-161-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Include manpages in erlang package.aszlig2014-05-061-0/+12
| | | | | | | | These manpages are intentionally _not_ within manpath, because they conflict with other manpages. In order to view those manpages you have to run erl -man instead. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configs to v3.15-rc3.aszlig2014-05-011-3/+3
| | | | | | This also enables POSIX ACL and extended attributes for tmpfs now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add kernel patch for BFQ scheduler.aszlig2014-04-221-0/+4
| | | | | | | This contains a small sed "patch" for supporting kernel 3.15, but will be dropped as soon as the new BFQ patches will be released for 3.15. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configs to version 3.15-rc2.aszlig2014-04-221-3/+3
| | | | 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>