release setup

This commit is contained in:
Robin Appelman 2025-10-13 19:32:09 +02:00
commit 09de7e6f00
4 changed files with 38 additions and 6 deletions

View file

@ -16,6 +16,11 @@
(import ./nix/overlay.nix)
];
crossTargets = [
"x86_64-unknown-linux-musl"
"aarch64-unknown-linux-musl"
];
packages = {
galton = pkgs: pkgs.galton;
};