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
@@ -13,8 +13,8 @@
self.packages.${pkgs.system}.custom-checkKdrive # check if kdrive is set up with rclone
];
};
flake.packages.custom-checkMatrix = { pkgs, ...}:
pkgs.writeShellApplication {
perSystem = { pkgs, ...}: {
packages.custom-checkMatrix = pkgs.writeShellApplication {
name = "custom-checkMatrix";
runtimeInputs = with pkgs; [
@@ -33,8 +33,7 @@
fi
'';
};
flake.packages.custom-gitnotify = { pkgs, ...}:
pkgs.writeShellApplication {
packages.custom-gitnotify = pkgs.writeShellApplication {
name = "custom-gitnotify";
runtimeInputs = with pkgs; [
git
@@ -59,4 +58,4 @@
fi
'';
};
}
};}