aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 01:11:43 -0700
committerFuwn <[email protected]>2024-09-17 01:11:43 -0700
commit66c3bdb20c69ded0af67308cd60ad370f38c4085 (patch)
tree966d2b0c0ecea0a4f51a2e1d90599150ec12cbfb
parentdeps(flake): bump rui (diff)
downloadtsutsumi-66c3bdb20c69ded0af67308cd60ad370f38c4085.tar.xz
tsutsumi-66c3bdb20c69ded0af67308cd60ad370f38c4085.zip
chore(just): build task
-rw-r--r--.gitignore2
-rw-r--r--justfile6
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e90b739..1df54e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
.pre-commit-config.yaml
+result
+
diff --git a/justfile b/justfile
index 4e9d4a7..6584a1a 100644
--- a/justfile
+++ b/justfile
@@ -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
+