diff options
| author | Fuwn <[email protected]> | 2024-09-17 01:12:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 01:12:19 -0700 |
| commit | b33a2a06d9ab8384b3ad17bd7db183be0a80ee23 (patch) | |
| tree | 8acc2ffaac7b00dbc4b1609de0d89ecfde6a815b /justfile | |
| parent | chore(just): build task (diff) | |
| download | tsutsumi-b33a2a06d9ab8384b3ad17bd7db183be0a80ee23.tar.xz tsutsumi-b33a2a06d9ab8384b3ad17bd7db183be0a80ee23.zip | |
chore(just): run task
Diffstat (limited to 'justfile')
| -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 + |