mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-02-22 12:55:29 +08:00
sops-install-secrets: fix broken string escape
This commit is contained in:
parent
f990b0a334
commit
487e26b164
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