-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: bb3f7d14a17e
head repository: NixOS/nixpkgs-channels
compare: 996c0d6e003e
Commits on Aug 5, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1922b43 - Browse repository at this point
Copy the full SHA 1922b43View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for efc9511 - Browse repository at this point
Copy the full SHA efc9511View commit details -
nixos/oh-my-zsh: add
customPkgs
option to allow multiple derivation……s for `ZSH_CUSTOM` 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 NixOS/nixpkgs#43282 (comment).
Configuration menu - View commit details
-
Copy full SHA for 39b8545 - Browse repository at this point
Copy the full SHA 39b8545View commit details
Commits on Aug 7, 2018
-
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 NixOS/nixpkgs#43282 (comment)
Configuration menu - View commit details
-
Copy full SHA for bd40c92 - Browse repository at this point
Copy the full SHA bd40c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1186bdb - Browse repository at this point
Copy the full SHA 1186bdbView commit details -
libinfinity: modernize expression
* Use multiple outputs to reduce the number of rebuilds necessary. * Fix build with GTK+ support
Configuration menu - View commit details
-
Copy full SHA for 4ce95e4 - Browse repository at this point
Copy the full SHA 4ce95e4View commit details
Commits on Aug 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 59a2753 - Browse repository at this point
Copy the full SHA 59a2753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3811efb - Browse repository at this point
Copy the full SHA 3811efbView commit details
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ced374c - Browse repository at this point
Copy the full SHA ced374cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd9403 - Browse repository at this point
Copy the full SHA 0dd9403View commit details
Commits on Aug 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bf2d73c - Browse repository at this point
Copy the full SHA bf2d73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d7a37 - Browse repository at this point
Copy the full SHA 34d7a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75576f - Browse repository at this point
Copy the full SHA c75576fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d9f419b - Browse repository at this point
Copy the full SHA d9f419bView commit details
Commits on Aug 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 83a1592 - Browse repository at this point
Copy the full SHA 83a1592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78961b6 - Browse repository at this point
Copy the full SHA 78961b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7076e - Browse repository at this point
Copy the full SHA 0e7076eView commit details -
Merge pull request #44713 from vbgl/coq-coq-ext-lib-0.9.8
coqPackages.coq-ext-lib: 0.9.5 -> {0.9.7,0.9.8}
Configuration menu - View commit details
-
Copy full SHA for 50674be - Browse repository at this point
Copy the full SHA 50674beView commit details -
Merge pull request #44847 from fare-patches/master
Update Gambit and Gerbil
Configuration menu - View commit details
-
Copy full SHA for f4f93d6 - Browse repository at this point
Copy the full SHA f4f93d6View commit details -
Merge pull request #44889 from Enzime/update/flootty
Remove redundant flootty package and update the correct package
Configuration menu - View commit details
-
Copy full SHA for 4af9ee4 - Browse repository at this point
Copy the full SHA 4af9ee4View commit details -
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.2-2-g5e5293d from Hackage revision commercialhaskell/all-cabal-hashes@42f8c34.
Configuration menu - View commit details
-
Copy full SHA for 3fe0751 - Browse repository at this point
Copy the full SHA 3fe0751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8121eeb - Browse repository at this point
Copy the full SHA 8121eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b756e - Browse repository at this point
Copy the full SHA 56b756eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3703799 - Browse repository at this point
Copy the full SHA 3703799View commit details -
Merge pull request #44929 from periklis/package-kubectx
kubectx: init at v0.5.1
Configuration menu - View commit details
-
Copy full SHA for 1d7c7cc - Browse repository at this point
Copy the full SHA 1d7c7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d61de06 - Browse repository at this point
Copy the full SHA d61de06View commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for d470a40 - Browse repository at this point
Copy the full SHA d470a40View commit details -
Merge pull request #44935 from thblt/fixup1
nixos/systemd-boot: Add missing newline
Configuration menu - View commit details
-
Copy full SHA for fb72358 - Browse repository at this point
Copy the full SHA fb72358View commit details -
Merge pull request #44899 from bhipple/fix/antlr-license
antlr: fix license
Configuration menu - View commit details
-
Copy full SHA for 4c1d5a8 - Browse repository at this point
Copy the full SHA 4c1d5a8View commit details -
Merge pull request #43282 from Ma27/support-external-zsh-plugins
nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`
Configuration menu - View commit details
-
Copy full SHA for 8fb7ab9 - Browse repository at this point
Copy the full SHA 8fb7ab9View commit details -
Merge pull request #44618 from alyssais/triton
triton: init at 6.1.2
Configuration menu - View commit details
-
Copy full SHA for cfa4975 - Browse repository at this point
Copy the full SHA cfa4975View commit details -
Configuration menu - View commit details
-
Copy full SHA for f496d26 - Browse repository at this point
Copy the full SHA f496d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97b493 - Browse repository at this point
Copy the full SHA e97b493View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c86a50b - Browse repository at this point
Copy the full SHA c86a50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c66a90 - Browse repository at this point
Copy the full SHA 7c66a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05e006 - Browse repository at this point
Copy the full SHA a05e006View commit details -
Merge pull request #44876 from eadwu/display-managers/pulseaudio-rely…
…-on-socket nixos/display-managers: rely on socket to activate pulseaudio
Configuration menu - View commit details
-
Copy full SHA for b4d15af - Browse repository at this point
Copy the full SHA b4d15afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 996c0d6 - Browse repository at this point
Copy the full SHA 996c0d6View commit details
There are no files selected for viewing