Merge pull request #9795 from Ericson2314/flake-fix-indent-eror

Fix indentation error in `flake.nix`
This commit is contained in:
John Ericson 2024-01-17 13:47:15 -05:00 committed by GitHub
commit 799f2d0699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

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.