3 lines
95 B
Bash
3 lines
95 B
Bash
|
#!/bin/sh
|
||
|
nix flake update --commit-lock-file --commit-lockfile-summary "Update Flake"
|
||
|
git push
|