aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
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
+