From f345ab24d45f71b99aba60e19cc6d8e5e49ad7ea Mon Sep 17 00:00:00 2001 From: atagen Date: Fri, 6 Dec 2024 14:55:10 +1100 Subject: [PATCH] add push command to justfile --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 7455152..8cfdba2 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,10 @@ nix build .#tests --offline printf "\\n\\n\\t************ running visual test ************\\n\\n\\n" echo one two three four | CULRS="(255,0,0);(0,0,255);#00FF00" CULR_ORDER="1;0;2" result/bin/culr + + @push: + git commit -a + git push ''; in '' printf '${justFile}' > justfile