mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
release ci
This commit is contained in:
parent
9613b2c3ef
commit
9275b243e0
2 changed files with 36 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
ptouch-api = pkgs: pkgs.ptouch-api;
|
||||
};
|
||||
|
||||
crossTargets = [
|
||||
"x86_64-unknown-linux-musl"
|
||||
"aarch64-unknown-linux-musl"
|
||||
];
|
||||
|
||||
nixosModules = {outputs, ...}: {
|
||||
default = {
|
||||
pkgs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue