aboutsummaryrefslogtreecommitdiff
path: root/update.sh
blob: 7d99ca49510aa8c9f3fe91896827b894b5835e9c (plain)
1
2
3
4
5
6
#!/bin/sh
set -eu

nix flake update
git add flake.lock
git commit -m 'Flake inputs update'