Skip to content

Commit 799f2d0

Browse files
authored
Merge pull request #9795 from Ericson2314/flake-fix-indent-eror
Fix indentation error in `flake.nix`
2 parents 2cb9c7c + e938912 commit 799f2d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@
197197
perl-bindings = final.nix-perl-bindings;
198198
};
199199

200-
nix-perl-bindings = final.callPackage ./perl {
201-
inherit fileset stdenv;
202-
};
203-
200+
nix-perl-bindings = final.callPackage ./perl {
201+
inherit fileset stdenv;
204202
};
205203

204+
};
205+
206206
in {
207207
# A Nixpkgs overlay that overrides the 'nix' and
208208
# 'nix.perl-bindings' packages.

0 commit comments

Comments
 (0)