diff options
| author | Minsoo Cheong <54794500+mscheong01@users.noreply.github.com> | 2024-03-05 15:12:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-05 11:42:23 +0530 |
| commit | 6a87ac3a52668e117d97bcea07b529c93188b303 (patch) | |
| tree | 630da30a3f470a3e6231bbe2ddfe04edb4e56fd7 | |
| parent | 29eee404746e4696143a4f3a642660a4793a15d8 (diff) | |
fix editorconfig check break (#5879)
| -rw-r--r-- | .devops/nix/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 01c99185..c7fa2203 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -46,7 +46,7 @@ let strings versionOlder ; - + stdenv = throw "Use effectiveStdenv instead"; suffices = |
