all repos — nixfiles @ 6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28

System and user configuration, managed by nix and home-manager

Re-format with nixpkgs-fmt

Alan Pearce
commit

6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28

parent

fa2d41901d9fd10fd257c7ccc249ab29c5df2e33

1 file changed, 9 insertions(+), 8 deletions(-)

changed files
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -1,9 +1,9 @@
-{ - config, - lib, - pkgs, - ... -}: let +{ config +, lib +, pkgs +, ... +}: +let inherit (pkgs) stdenv; lsOptions = if stdenv.isDarwin
@@ -19,7 +19,7 @@ name = attrs.name;
src = stdenv.mkDerivation { inherit (attrs) src; name = "zsh-plugin-${attrs.name}"; - buildInputs = [pkgs.zsh]; + buildInputs = [ pkgs.zsh ]; buildPhase = '' zsh -c 'for f in **/*.zsh; zcompile "$f"' '';
@@ -28,7 +28,8 @@ cp -a $PWD $out/
''; }; }; -in { +in +{ home.packages = with pkgs; [ fzf ghq