release ci

This commit is contained in:
Robin Appelman 2025-09-19 00:30:13 +02:00
commit 9275b243e0
2 changed files with 36 additions and 0 deletions

View file

@ -19,6 +19,11 @@
ptouch-api = pkgs: pkgs.ptouch-api;
};
crossTargets = [
"x86_64-unknown-linux-musl"
"aarch64-unknown-linux-musl"
];
nixosModules = {outputs, ...}: {
default = {
pkgs,