clan-infra/pkgs/action-flake-update/script.sh
Jörg Thalheim 35b2e4a657
Some checks failed
build / test (push) Failing after 3s
move devShells out of flake-parts
2023-08-03 16:15:19 +02:00

8 lines
225 B
Bash

#!/usr/bin/env bash
set -euo pipefail
COMMIT_MSG="update flake lock - $(date --iso-8601=minutes)"
nix --experimental-features "nix-command flakes" \
flake update --commit-lock-file --commit-lockfile-summary "$COMMIT_MSG"