Skip to content

Commit d409570

Browse files
committed
fix: redudant rec
1 parent cd1e05a commit d409570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
(final: prev: {
110110
google-re2 =
111-
prev.google-re2.overrideAttrs (old: rec {
111+
prev.google-re2.overrideAttrs (old: {
112112
nativeBuildInputs =
113113
(old.nativeBuildInputs or [])
114114
++ (with final; [setuptools pybind11])

0 commit comments

Comments
 (0)