summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tigervnc: Fix '<' key.local/tigervnc-fix-keygithub/tigervnc-fix-keytigervnc-fix-keyOleg Pykhalov2018-11-092-3/+3
* ansible: Install man pagesOleg Pykhalov2018-08-131-0/+7
* Merge pull request #44691 from r-ryantm/auto-update/setbfree•••setbfree: 0.8.5 -> 0.8.7Samuel Dionne-Riel2018-08-121-2/+2
|\
| * setbfree: 0.8.5 -> 0.8.7•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/setbfree/versions. R. RyanTM2018-08-081-2/+2
* | Merge pull request #44686 from r-ryantm/auto-update/sigil•••sigil: 0.9.9 -> 0.9.10Samuel Dionne-Riel2018-08-121-2/+2
|\ \
| * | sigil: 0.9.9 -> 0.9.10•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sigil/versions. R. RyanTM2018-08-081-2/+2
| |/
* | Merge pull request #44683 from r-ryantm/auto-update/vips•••vips: 8.6.4 -> 8.6.5Samuel Dionne-Riel2018-08-121-2/+2
|\ \
| * | vips: 8.6.4 -> 8.6.5•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vips/versions. R. RyanTM2018-08-081-2/+2
| |/
* | Merge pull request #44955 from nonfreeblob/fix•••Delete outdated infoSamuel Dionne-Riel2018-08-122-6/+1
|\ \
| * | Delete outdated infononfreeblob2018-08-132-6/+1
* | | linux: Init 4.18Tim Steinbach2018-08-123-12/+44
* | | Merge pull request #44681 from r-ryantm/auto-update/vcftools•••vcftools: 0.1.15 -> 0.1.16Samuel Dionne-Riel2018-08-121-2/+2
|\ \ \
| * | | vcftools: 0.1.15 -> 0.1.16•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vcftools/versions. R. RyanTM2018-08-081-2/+2
| | |/ | |/|
* | | gitea: 1.4.3 -> 1.5.0 (#44939)•••Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.0Elis Hirwing2018-08-131-2/+2
* | | borgbackup: 1.1.6 -> 1.1.7 (#44933)Robert Schütz2018-08-131-3/+14
* | | Merge pull request #44943 from flokli/jameica•••jameica: init at 2.8.1Andreas Rammhold2018-08-122-0/+90
|\ \ \
| * | | jameica: init at 2.8.1Florian Klink2018-08-122-0/+90
* | | | disnixos: 0.7 -> 0.7.1Sander van der Burg2018-08-121-3/+3
* | | | Merge pull request #44876 from eadwu/display-managers/pulseaudio-rely-on-socket•••nixos/display-managers: rely on socket to activate pulseaudioSarah Brofeldt2018-08-121-4/+0
|\ \ \ \
| * | | | display-managers: rely on socket to activate pulseaudioEdmund Wu2018-08-101-4/+0
* | | | | unifont: 11.0.01 -> 11.0.02Robert Helgesson2018-08-121-4/+4
* | | | | pywal: 2.0.5 -> 3.1.0 (#44924)Danilo Salvio2018-08-121-2/+2
* | | | | redis: 4.0.10 -> 4.0.11 (#44684)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/redis/versions.R. RyanTM2018-08-121-2/+2
* | | | | pulseeffects: 4.2.3 → 4.2.6Jan Tojnar2018-08-121-2/+2
* | | | | Merge pull request #44651 from jtojnar/gobby•••gobby5: fix buildJan Tojnar2018-08-124-64/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gobby5: 0.5.0 → unstable-2018-04-03•••fix build Jan Tojnar2018-08-082-19/+13
| * | | | libinfinity: modernize expression•••* Use multiple outputs to reduce the number of rebuilds necessary. * Fix build with GTK+ support Jan Tojnar2018-08-083-45/+44
* | | | | Merge pull request #44618 from alyssais/triton•••triton: init at 6.1.2Silvan Mosberger2018-08-123-0/+393
|\ \ \ \ \
| * | | | | triton: init at 6.1.2Alyssa Ross2018-08-073-0/+393
* | | | | | Merge pull request #43282 from Ma27/support-external-zsh-plugins•••nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`Silvan Mosberger2018-08-124-13/+185
|\ \ \ \ \ \
| * | | | | | nixos/oh-my-zsh: add documentation•••In the last year `programs.oh-my-zsh` gained more complexity and since the introduction of features like `customPkgs` which builds a `ZSH_CUSTOM` path from a sequence of derivation a documentation may be fairly helpful to make the knowledge how to use the module and how to package new ZSH plugins visible. See https://github.com/NixOS/nixpkgs/pull/43282#issuecomment-410770432 Maximilian Bosch2018-08-072-0/+127
| * | | | | | nixos/oh-my-zsh: add `customPkgs` option to allow multiple derivations for `Z...•••If multiple third-party modules shall be used for `oh-my-zsh` it has to be possible to create another env which composes all the packages. Now it can be done like this: ``` { pkgs, ... }: { programs.zsh.enable = true; programs.zsh.ohMyZsh = { enable = true; customPkgs = with pkgs; [ lambda-mod-zsh-theme nix-zsh-completions ]; theme = "lambda-mod"; plugins = [ "nix" ]; }; } ``` Please keep in mind that this is not compatible with `programs.zsh.ohMyZsh.custom`, only one of these options can be used ATM. Each package should store its outputs into `$out/share/zsh/<output-name>`. Completions (and ZSH-only) extensions should live in the `fpath` (`$out/share/zsh/site-functions`), plugins in `.../plugins` and themes in `.../themes` (please refer to fdb6bf6ed68c2f089ae6c729dfeaa3eddea2ce6a and 406d64aad162b3a4881747be4e24705fb5182573). All scripts in `customPkgs` will be linked together using `linkFarm` to provide a single directory for all scripts from all derivations in `customPkgs` as suggested in https://github.com/NixOS/nixpkgs/pull/43282#issuecomment-410396365. Maximilian Bosch2018-08-051-5/+45
| * | | | | | lambda-mod-zsh-theme: add hooks and patch shebangs•••This ensures that no impurity exists due to implicitly depending on`/usr/bin/env`. It stores the theme into `$out/share/zsh/themes` to make it possible to find theme using `buildEnv` and remain consistent with other ZSH extensions. Maximilian Bosch2018-08-051-3/+7
| * | | | | | nix-zsh-completions: install nix.plugin.zsh and init.zsh as well•••These files feature simple aliases and a nix-shell detector when using `nix-shell --run zsh`. The package itself contains the completion scripts in `$out/share/zsh/site-functions` (to keep it compatible with ZSH-only setups) and the plugins in `$out/share/zsh/plugins` for oh-my-zsh. Maximilian Bosch2018-08-051-5/+6
* | | | | | | Merge pull request #44899 from bhipple/fix/antlr-license•••antlr: fix licenseMatthew Bauer2018-08-124-2/+7
|\ \ \ \ \ \ \
| * | | | | | | antlr: fix license•••See #43716 Benjamin Hipple2018-08-114-2/+7
* | | | | | | | Merge pull request #44935 from thblt/fixup1•••nixos/systemd-boot: Add missing newlineSarah Brofeldt2018-08-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | nixos/systemd-boot: Add missing newline•••This fixes an issue where setting both `boot.loader.systemd-boot.editor` to `false` and `boot.loader.systemd-boot.consoleMode` to any value would concatenate the two configuration lines in the output, resulting in an invalid `loader.conf`. Thibault Polge2018-08-121-1/+1
|/ / / / / / / /
* | | | | | | | josm: 14026 -> 14066Robert Helgesson2018-08-121-2/+2
* | | | | | | | Merge pull request #44929 from periklis/package-kubectx•••kubectx: init at v0.5.1Sarah Brofeldt2018-08-122-0/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | kubectx: init at v0.5.1Periklis Tsirakidis2018-08-122-0/+40
* | | | | | | | | qstopmotion: 2.3.2 -> 2.4.0 (#44642)leenaars2018-08-122-9/+18
* | | | | | | | | git-annex: update sha256 hash for the new versionPeter Simons2018-08-121-1/+1
* | | | | | | | | hackage-packages.nix: automatic Haskell package set update•••This update was generated by hackage2nix v2.10.2-2-g5e5293d from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/42f8c34fa4e84e5667238bcc712b99617ddaffe5. Peter Simons2018-08-121-201/+539
|/ / / / / / / /
* | | | | | | | Merge pull request #44889 from Enzime/update/flootty•••Remove redundant flootty package and update the correct packageRobert Schütz2018-08-122-26/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | flootty: 3.2.1 -> 3.2.2Michael Hoang2018-08-121-10/+6
| * | | | | | | | pythonPackages.Flootty: Remove redundant packageMichael Hoang2018-08-121-16/+0
* | | | | | | | | Merge pull request #44847 from fare-patches/master•••Update Gambit and GerbilMichael Raskin2018-08-125-15/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gambit, gerbil: use stdenv = gccStdenv•••clang builds gambit 10x slower to produce code that is 3x slower than when using GCC. So use GCC to build Gambit and Gerbil. Francois-Rene Rideau2018-08-115-8/+12
| * | | | | | | | | gerbil-unstable: 2018-05-12 -> 2018-08-11Francois-Rene Rideau2018-08-111-4/+4