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
@@ -26,8 +26,8 @@
};
};
};
flake.packages.custom-obsidianbackup = {pkgs, ...}:
pkgs.writeShellApplication {
perSystem = {pkgs, ...}: {
packages.custom-obsidianbackup = pkgs.writeShellApplication {
name = "custom-obsidianbackup";
runtimeInputs = with pkgs; [
rclone
@@ -84,8 +84,7 @@
'';
};
# this might be broken after dendritic nix. As it searched for the obsidian.nix to get list of vaults
flake.packages.custom-obsidianvaults = {pkgs, ...}:
pkgs.writeShellApplication {
packages.custom-obsidianbvaults = pkgs.writeShellApplication {
name = "custom-obsidianvaults";
runtimeInputs = with pkgs; [
zsh
@@ -123,4 +122,4 @@
exit
'';
};
}
};}