Create debs
Build and test / check (push) Successful in 1m8s
Build and test / build (push) Successful in 1m52s
Build and test / test (push) Successful in 2m15s
Build and test / docs (push) Successful in 6m24s

This commit is contained in:
2026-07-20 23:09:13 +09:00
parent ba0e8f214d
commit b1f75b225c
9 changed files with 270 additions and 3 deletions
+1
View File
@@ -55,6 +55,7 @@
nativeBuildInputs = with pkgs; [
toolchain
cargo-edit
cargo-deb
] ++ (lib.optionals stdenv.buildPlatform.isLinux [
systemdLibs
]);