From fac3ec3f99945253d592ad5e39028ee363efd90b Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Thu, 19 Sep 2024 15:23:36 -0500 Subject: [PATCH] Add additional options to Justfile --- Justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Justfile b/Justfile index 783d0a7..39e860f 100644 --- a/Justfile +++ b/Justfile @@ -3,3 +3,9 @@ default: update: guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock + +version: + guix time-machine --channels=./channels.scm.lock -- --version + +run command: + guix time-machine --channels=./channels.scm.lock -- {{command}}