From e6b3dd40384e89215d7c3c0f6d8dc68bc6a4213e Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 17 Aug 2018 06:08:59 +0200 Subject: vim: Add indentation fixes for Nix expressions This basically switches the source to my pull request with a few fixes for indentation: https://github.com/LnL7/vim-nix/pull/19 The main annoyance was that writing "with ...;\n\nlet" was indented one level deeper and I'm regularly writing small Nix expressions with something like this, eg. to quickly test things or abuse the Nix sandbox for programs I don't want to run unsandboxed ;-) Signed-off-by: aszlig --- pkgs/aszlig/vim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/aszlig/vim/default.nix') diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix index dbddd99a..614032e0 100644 --- a/pkgs/aszlig/vim/default.nix +++ b/pkgs/aszlig/vim/default.nix @@ -198,8 +198,8 @@ let lnl7 = fetchFromGitHub { owner = "LnL7"; repo = "vim-nix"; - rev = "e9abff9a0f4d594e360a5216c4e8f9ed3bcae2c0"; - sha256 = "1gznb0wlwsx94b620m8ccl5046di525z698mswy8xxq1vyjcimi7"; + rev = "f121fdf4d30550bc53606bd3199088833ac242ab"; + sha256 = "0sf4cn6j7pmczrgcwgayn3sfy8q23mr8wrq8xry069f4347ps3ch"; }; src = fetchFromGitHub { -- cgit 1.4.1