diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/update.sh b/update.sh deleted file mode 100755 index 7d99ca4..0000000 --- a/update.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -eu - -nix flake update -git add flake.lock -git commit -m 'Flake inputs update' |