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; perl-bindings = final.nix-perl-bindings;
}; };
nix-perl-bindings = final.callPackage ./perl { nix-perl-bindings = final.callPackage ./perl {
inherit fileset stdenv; inherit fileset stdenv;
};
}; };
};
in { in {
# A Nixpkgs overlay that overrides the 'nix' and # A Nixpkgs overlay that overrides the 'nix' and
# 'nix.perl-bindings' packages. # 'nix.perl-bindings' packages.