base sort of working

This commit is contained in:
John Lancaster
2025-07-28 17:43:45 -05:00
parent 2b2e4ca76a
commit 29a1ee26cf
3 changed files with 38 additions and 21 deletions

View File

@@ -23,8 +23,6 @@
};
vendorHash = "sha256-M9S6F/Csz7HnOq8PSWjpENKm1704kVx9zDts1ieraTE="; # Correct vendor hash
goPackagePath = "github.com/creativeprojects/resticprofile";
# (Optional) Include restic in checkInputs if tests require it:
# checkInputs = [ pkgs.restic ];
doCheck = false; # Disable tests due to sandboxed build environment
meta = with lib; {
description = "Configuration profiles manager and scheduler for restic backup";