sops-install-secrets: fix broken string escape

This commit is contained in:
quantenzitrone 2026-02-03 11:40:06 +01:00
parent f990b0a334
commit 487e26b164
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ buildGo124Module {
version = "0.0.1";
src = lib.sourceByRegex ../.. [
"go\.(mod|sum)"
"go\\.(mod|sum)"
"pkgs"
"pkgs/sops-install-secrets.*"
];