diff options
| author | Fuwn <[email protected]> | 2024-09-04 20:05:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-04 20:05:14 -0700 |
| commit | 645d687774562a5d4a6a8682832481097de14c93 (patch) | |
| tree | 5c0305030d050efcb0419cf600f59c0945520ce7 | |
| parent | flake (diff) | |
| download | nixos-config-645d687774562a5d4a6a8682832481097de14c93.tar.xz nixos-config-645d687774562a5d4a6a8682832481097de14c93.zip | |
Bump
| -rw-r--r-- | justfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,8 @@ home user='ebisu': news user='ebisu': home-manager news --flake .#{{user}} + +bump: + git add . + git commit -m "Bump" + git push origin main |