diff options
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 + |
| index : tsutsumi | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | justfile | 3 |
@@ -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 + |