Enable automatic deployment for nki-personal-do (#3)
This commit is contained in:
parent
2e2fb79004
commit
d162925be3
6 changed files with 69 additions and 3 deletions
|
@ -19,7 +19,7 @@ let
|
|||
inherit src;
|
||||
outputHash = (
|
||||
if pkgs.stdenv.isDarwin
|
||||
then "sha256-BStdH1TunzVMOgI1UfhYSfgqPqgqdxpYHtt4DuNXOuY="
|
||||
then "sha256-U5hiEak47Dd/R7II6d+0/n3ZmT1ryDk4S+/lV2cH6HM="
|
||||
else "0ywb9489jrb5lsycxlxzrj2khkcjhvzxbb0ckbpwwvg11r4ds240"
|
||||
);
|
||||
});
|
||||
|
|
|
@ -66,7 +66,7 @@ map global normal D ": delete-one<ret>"
|
|||
hook global InsertChar \t %{ exec -draft -itersel h@ }
|
||||
set global tabstop 4
|
||||
set global indentwidth 4
|
||||
hook global WinSetOption filetype=(c|cpp|haskell|nix) %{
|
||||
hook global WinSetOption filetype=(c|cpp|haskell|nix|yaml) %{
|
||||
set global tabstop 2
|
||||
set global indentwidth 2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue