From 2e5f045bb2ef862b635deb8e304412576abb37e3 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:05:34 -0600 Subject: [PATCH] fix --- homeManagerModules/restic/resticprofile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/restic/resticprofile.nix b/homeManagerModules/restic/resticprofile.nix index 5c5bf09..cada6b2 100644 --- a/homeManagerModules/restic/resticprofile.nix +++ b/homeManagerModules/restic/resticprofile.nix @@ -65,7 +65,7 @@ in { set -e ${rpScript}/bin/rp unschedule --all ${rpScript}/bin/rp schedule --all - '';) + '') (pkgs.writeShellScriptBin "rp-test" "${rpbackupScript}/bin/rp-backup --dry-run") ]; xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" {