mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
release setup
This commit is contained in:
parent
e611d1d1ac
commit
09de7e6f00
4 changed files with 38 additions and 6 deletions
|
|
@ -16,6 +16,11 @@
|
|||
(import ./nix/overlay.nix)
|
||||
];
|
||||
|
||||
crossTargets = [
|
||||
"x86_64-unknown-linux-musl"
|
||||
"aarch64-unknown-linux-musl"
|
||||
];
|
||||
|
||||
packages = {
|
||||
galton = pkgs: pkgs.galton;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue