mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-04-10 04:15:55 +08:00
Merge pull request #903 from quantenzitrone/fix-string-escapes
Some checks failed
Test / tests (push) Has been cancelled
Some checks failed
Test / tests (push) Has been cancelled
sops-install-secrets: fix broken string escape
This commit is contained in:
commit
17eea6f381
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ buildGo124Module {
|
|||
version = "0.0.1";
|
||||
|
||||
src = lib.sourceByRegex ../.. [
|
||||
"go\.(mod|sum)"
|
||||
"go\\.(mod|sum)"
|
||||
"pkgs"
|
||||
"pkgs/sops-install-secrets.*"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue