From 93b0545d11bf8c7f065203f7f3eaf1d0e3730dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 21 Feb 2022 21:54:09 +0100 Subject: Add initial version --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..7d99ca4 --- /dev/null +++ b/update.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -eu + +nix flake update +git add flake.lock +git commit -m 'Flake inputs update' -- cgit v1.2.3