snapshot pre-cleanup-2026-05-23T19-39-41Z

This commit is contained in:
2026-05-23 23:32:28 +02:00
parent c8ee6d85fe
commit 30e8029a6b
35 changed files with 353 additions and 229 deletions
+4 -5
View File
@@ -11,8 +11,8 @@
enable = true;
};
};
flake.packages.custom-checkKdrive = { pkgs, ... }:
pkgs.writeShellApplication {
perSystem = { pkgs, ... }: {
packages.custom-checkKdrive = pkgs.writeShellApplication {
name = "custom-checkKdrive";
runtimeInputs = with pkgs; [
rclone
@@ -46,8 +46,7 @@
fi
'';
};
flake.packages.custom-mountkdrive = { pkgs, ... }:
pkgs.writeShellApplication {
packages.custom-mountkdrive = pkgs.writeShellApplication {
name = "custom-mountkdrive";
runtimeInputs = with pkgs; [
rclone
@@ -67,4 +66,4 @@
fi
'';
};
}
};}