Skip to content

Commit e938912

Browse files
committed
Fix indentation error in flake.nix
1 parent 2cb9c7c commit e938912

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)