aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 01:12:19 -0700
committerFuwn <[email protected]>2024-09-17 01:12:19 -0700
commitb33a2a06d9ab8384b3ad17bd7db183be0a80ee23 (patch)
tree8acc2ffaac7b00dbc4b1609de0d89ecfde6a815b /justfile
parentchore(just): build task (diff)
downloadtsutsumi-b33a2a06d9ab8384b3ad17bd7db183be0a80ee23.tar.xz
tsutsumi-b33a2a06d9ab8384b3ad17bd7db183be0a80ee23.zip
chore(just): run task
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 6584a1a..ffbe229 100644
--- a/justfile
+++ b/justfile
@@ -4,3 +4,6 @@ check:
build package:
NIXPKGS_ALLOW_UNFREE=1 nix build .#{{package}} --impure
+run package:
+ NIXPKGS_ALLOW_UNFREE=1 nix run .#{{package}} --impure
+