nix/package: add systemd units

This commit is contained in:
2026-07-30 18:54:08 +09:00
parent d4e5d7fc0d
commit 73dbfc934f
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
root = ./.;
fileset = lib.fileset.unions [
(craneLib.fileset.commonCargoSources ./.)
# ./assets
./assets/systemd
];
};