aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2024-12-29 00:42:21 +0900
committerOphestra <cat@gensokyo.uk>2024-12-29 00:42:21 +0900
commit5125e96ecf9c95d39f91870c2a78ba474cb4021d (patch)
treede352c5f77355f8d24550de04a16b67de7d310b9 /.gitignore
parente0e2f40e84a5a63a2ea220a0974ac56e6a52c48a (diff)
nix: generate application package build script
This takes some metadata, sandbox options, a launch script and a list of home-manager modules. The result needs to be executed in an environment with nix daemon access, and it produces the final package file. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 307f9878..7257ceff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
+*.pkg
/fortify
# Test binary, built with `go test -c`