diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-29 00:42:21 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-29 00:42:21 +0900 |
| commit | 5125e96ecf9c95d39f91870c2a78ba474cb4021d (patch) | |
| tree | de352c5f77355f8d24550de04a16b67de7d310b9 /.gitignore | |
| parent | e0e2f40e84a5a63a2ea220a0974ac56e6a52c48a (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ *.dll *.so *.dylib +*.pkg /fortify # Test binary, built with `go test -c` |
