diff options
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 + |