Fix indentation error in flake.nix

This commit is contained in:
John Ericson 2024-01-17 13:08:03 -05:00
parent 2cb9c7c681
commit e938912cff

View file

@ -197,12 +197,12 @@
perl-bindings = final.nix-perl-bindings;
};
nix-perl-bindings = final.callPackage ./perl {
inherit fileset stdenv;
};
nix-perl-bindings = final.callPackage ./perl {
inherit fileset stdenv;
};
};
in {
# A Nixpkgs overlay that overrides the 'nix' and
# 'nix.perl-bindings' packages.