Merge pull request #903 from quantenzitrone/fix-string-escapes
Some checks failed
Test / tests (push) Has been cancelled

sops-install-secrets: fix broken string escape
This commit is contained in:
Sandro 2026-02-03 20:11:21 +01:00 committed by GitHub
commit 17eea6f381
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.*"
];