From 43a82bd9ba237798ed7b1ee3b1de80531c25ca6d Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 25 Feb 2025 01:24:19 -0500 Subject: [PATCH] feat(mc-mods): add to justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index d446ffba..88e3c3d7 100644 --- a/justfile +++ b/justfile @@ -15,6 +15,10 @@ genflake: alejandra -q "$FLAKE"/flake.nix +[positional-arguments] +mc-mods version action='check': + nix run "$FLAKE"#mc-mods -- "$@" + [positional-arguments] pin args: nix run "$FLAKE"#pin-inputs -- "$@"