From 8a92cc4d8ee2dab5bed470ff2e4e281636bd1789 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 18 Apr 2023 15:24:44 +0200 Subject: Build: Add a script to ensure correct updates --- update | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update (limited to 'update') diff --git a/update b/update new file mode 100755 index 00000000..720ce72f --- /dev/null +++ b/update @@ -0,0 +1,5 @@ +#!/bin/sh +# shellcheck disable=SC2086 + +nix flake update +./home-manager/config/firefox/scripts/update_extensions -- cgit 1.4.1