build: clean nix source

man-page
Moritz Böhme 2023-08-26 09:33:48 +02:00
parent f7aa8942e0
commit 3b12d7bb59
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
in
{
packages.default = naersk-lib.buildPackage {
src = ./.;
src = pkgs.lib.sourceFilesBySuffices ./. [ ".rs" ".toml" ".lock" ];
nativeBuildInputs = with pkgs; [ installShellFiles ];
meta.mainProgram = "timers";
postInstall = ''