diff options
| author | Fuwn <[email protected]> | 2024-09-17 01:11:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 01:11:43 -0700 |
| commit | 66c3bdb20c69ded0af67308cd60ad370f38c4085 (patch) | |
| tree | 966d2b0c0ecea0a4f51a2e1d90599150ec12cbfb | |
| parent | deps(flake): bump rui (diff) | |
| download | tsutsumi-66c3bdb20c69ded0af67308cd60ad370f38c4085.tar.xz tsutsumi-66c3bdb20c69ded0af67308cd60ad370f38c4085.zip | |
chore(just): build task
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | justfile | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1 +1,3 @@ .pre-commit-config.yaml +result + @@ -1,2 +1,6 @@ check: - NIXPKGS_ALLOW_UNFREE=1 nix flake check --impure
\ No newline at end of file + NIXPKGS_ALLOW_UNFREE=1 nix flake check --impure + +build package: + NIXPKGS_ALLOW_UNFREE=1 nix build .#{{package}} --impure + |