From 785a2f9dc57013a62036af173c91bd2a8da665a2 Mon Sep 17 00:00:00 2001 From: Till Date: Fri, 16 May 2025 23:08:39 +0200 Subject: [PATCH] grid pipeline, woof upgrade --- home/fish.nix | 2 +- home/nvim/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index f2fd420..669f493 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -10,7 +10,7 @@ dmy = "date +'%-d.-%-m.%Y'"; pulluni = "ssh tstraube@login.server.uni-frankfurt.de \"cd uni-tstraube && git pull\""; pullstat = "tar czf - -C ~/teach/2025_statistik/skript/public/ . | ssh tstraube@login.server.uni-frankfurt.de 'tar xzf - -C ~/public_html/c/stat25'"; - pullgrid = "ssh till@geocom.uni-frankfurt.de \"cd /var/www/grid && git pull\""; + pullgrid = "ssh till@geocom.uni-frankfurt.de \"cd /var/www/grid && git pull && npm run build\""; buildfk = "curl -X POST -d '{}' https://api.netlify.com/build_hooks/65dc8705b91d7cbaf0a1e1b5"; showbox = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/box"; showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/"; diff --git a/home/nvim/default.nix b/home/nvim/default.nix index e2c8566..c1fcabd 100644 --- a/home/nvim/default.nix +++ b/home/nvim/default.nix @@ -18,7 +18,7 @@ src = builtins.fetchGit { url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/"; ref = "main"; - rev = "5c3f6675436e33e56e2f43ed8853925daaf1d011"; + rev = "9dfef63b9c0872fe14315421a1763d82818f59e8"; }; }; in